* gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" message level.
[gnus] / lisp / ChangeLog
1 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4         message level.
5
6 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
9
10 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus.el (gnus-interactive-exit): Update defcustom spec.
13
14 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15
16         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
17         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
18
19 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
20
21         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
22         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
23         articles.
24
25 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
26
27         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
28         (message-mail-other-window, message-mail-other-frame)
29         (message-news-other-window, message-news-other-frame):
30         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
31         instead of setting buffer display varibles.
32
33 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
36
37         * gnus-sum.el (gnus-fetch-headers): Bump message level.
38
39 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
42         duplicates" to a higher level.
43
44         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
45         most egregious messages.
46
47 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
50
51 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
52
53         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
54         up the file (bug#9351).
55
56 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
59         it does with all other backends, but decode the names immediately after
60         getting them.
61
62         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
63         decoding nnimap groups.
64
65         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
66         newsrc file.  It doesn't seem like an important optimisation any more.
67
68 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
69
70         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
71         overflows.
72
73 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus.el (gnus-article-mark-lists): Remove `recent'.
76         (gnus-interactive-exit): Extend to `quiet'.
77
78         * gnus-sum.el (gnus-offer-save-summaries): Use it.
79
80         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
81         string.
82
83         * plstore.el (plstore--get-buffer): Silence compiler warnings by
84         renaming function arguments from `this'.
85
86         * gnus-sum.el (gnus-newsgroup-recent): Remove.
87
88         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
89         has been renamed.
90         (gnus-lrm-string-p): Include RLM and PDF, too.
91
92         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
93         (bug#9225).
94
95 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
96
97         Add autoload cookies for functions used by sendmail.el.
98         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
99
100         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
101
102 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-art.el (article-date-ut): Work properly even when there are
105         things like Date header in the body; work for forwarded parts.
106
107 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
108
109         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
110         original-article-buffer.
111
112 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
113
114         * nnir.el (nnir-compose-result): Fix matching of server type.
115         (nnir-run-swish++): Ditto.
116         (nnir-run-namazu): Ditto.
117         (nnir-run-notmuch): Ditto.
118
119 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
122         (bug#9405).
123
124         * gnus-score.el (gnus-summary-increase-score): Doc clarification
125         (bug#9421).
126
127         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
128         (bug#9425).
129
130         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
131         thing (bug#9426).
132
133 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
136         the error message.
137
138 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
139
140         * message.el (message-setup-1): Return t (Bug#9392).
141
142 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
143
144         * gnus-sum.el: When adding article headers to a summary buffer also
145         update gnus-newsgroup-articles (bug#9386).
146
147 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * auth-source.el: Autoload help-mode.
150
151 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
154         names.
155
156 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
157
158         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
159         mm-replace-in-string for compatibility issues.
160         * mml2015.el (mml2015-epg-verify): Ditto.
161
162 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
165
166         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
167
168 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
171         continue on and do the clean-up phase (bug#9188).
172
173         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
174         just ignore groups that can't be opened instead of erroring out
175         (bug#9225).
176
177         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
178         nil since some many people are fuddy-duddies.
179
180         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
181         images.
182
183         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
184         instead.
185
186         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
187
188         * gnus-util.el (gnus-process-live-p): Copy over compat function.
189
190         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
191         processing.
192
193         * nntp.el (nntp-kill-buffer): Kill the process before killing the
194         buffer to avoid warnings.
195
196 2011-08-20  Simon Josefsson  <simon@josefsson.org>
197
198         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
199         specified to reduce precision.
200
201 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
204         bodystructures (bug#9314).
205
206 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
209         Make button keymap non-sticky after buttons.
210
211 2011-08-18  David Engster  <dengste@eml.cc>
212
213         * nnmairix.el (nnmairix-request-set-mark)
214         (nnmairix-goto-original-article): Remove adding of article to registry,
215         since `gnus-registry-add-group' isn't available anymore.
216         (nnmairix-determine-original-group-from-registry):
217         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
218         available anymore.
219
220 2011-08-12  Simon Josefsson  <simon@josefsson.org>
221
222         * starttls.el (starttls-any-program-available): Define as obsolete
223         function.
224
225 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
228         versions which Gnus use when appropriate.
229
230         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
231         a pretty destructive command.
232
233         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
234
235 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * message.el (message-fix-before-sending): Make a different warning
238         about NUL characters (bug#9270).
239
240         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
241         from custom (bug#9260).
242
243         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
244         things work in Emacs 22 and XEmacs, too.
245
246         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
247         default From.
248
249         * gnus-spec.el (gnus-lrm-string-p): New macro.
250         (gnus-lrm-string): New constant.
251         (gnus-summary-line-format-spec): LRM-ify the from.
252         (gnus-tilde-max-form): LRM-ify string chopping.
253
254         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
255
256         * message.el (message-is-yours-p): Allow disabling canlock checking
257         (bug#9295).
258         (message-shoot-gnksa-feet): Add `canlock-verify'.
259         (message-auto-save-directory): Use ~/ as the auto-save directory if the
260         message directory isn't writable (bug#9304).
261
262         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
263         non-world-readable.
264
265 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
268         articles.
269
270 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
271
272         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
273         copy-list.
274
275 2011-08-12  Sam Steingold  <sds@gnu.org>
276
277         * gnus-score.el (gnus-score-find-alist): Keep the score files already
278         in the reverse order to avoid modifying the cache with `nreverse'.
279         (gnus-all-score-files): Do not modify the value returned by
280         `gnus-score-find-alist' because it lives in a cache variable.
281         (gnus-current-home-score-file): No need to `nreverse' the return value
282         of `gnus-score-find-alist', it is already in the correct order.
283
284 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
285
286         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
287         type MESSAGE and subtype RFC822 is slightly different from those of
288         type TEXT.
289
290 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
291
292         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
293         allows article-referral to work from an nnir group.
294
295 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
296
297         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
298
299 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
300
301         * mml1991.el (mml1991-epg-find-usable-key)
302         (mml1991-epg-find-usable-secret-key): New function.
303         (mml1991-epg-sign): Check if signing key is usable.
304         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
305
306 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
307
308         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
309         server-variables only. This should fix a bug introduced with commit
310         e1889675b7f4adf057833c5513c9374134c4e053.
311         (nnir-run-query): 'nnir-search-engine should not be set from the global
312         environment.
313
314 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
315
316         * nnir.el (nnir-search-thread): Position point on referring article
317         line.
318         (nnir-warp-to-article): Clean up summary buffers.
319
320         * nnimap.el (nnimap-request-thread): Whitespace fix.
321
322 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
323
324         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
325
326 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * starttls.el (starttls-available-p): Rename from
329         `starttls-any-program-available' and changed return convention.
330
331 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
332
333         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
334         `unix-sync' unless it's defined.
335
336 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
337
338         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
339         `aref' for XEmacs compatibiltiy.
340
341 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
344
345 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
346
347         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
348         closures, quote the form properly (bug#9194).
349
350 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
353         (gnus-summary-insert-new-articles): Protect against servers that are
354         down.
355
356 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
357
358         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
359         in mm handle if none is specified.
360
361 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
364
365 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
366
367         * nnir.el (nnir-search-thread): New function to make an nnir group
368         based on a thread query.
369
370         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
371         of nnir in thread referral.
372         (gnus-summary-refer-thread): Use it.
373
374         * nnimap.el (nnimap-request-thread): Use it.
375
376 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (shr-tag-comment): Ignore HTML comments.
379
380 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
383         argument.
384         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
385         Use `nnir-address' to handle server info rather than passing an arg.
386
387         * nnimap.el (nnimap-make-thread-query): New utility function to format
388         an imap thread search query.
389         (nnimap-request-thread): Use it.
390
391         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
392         right select-method if we are not going back to the group buffer.
393
394 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
397         enter invalid buffer configurations into the quit form (bug#9107).
398         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
399         unplugged/plugged.
400
401         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
402         keep track of which ones are unread (bug#9061).
403
404         * gnus.el (gnus-refer-article-method): Allow entering any sexp
405         (bug#9055).
406
407         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
408         (bug#9041).
409
410         * gnus-html.el (mm-util): Require (bug#9073).
411
412         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
413         (gnus-summary-refer-thread): Use it to remove duplicates in the
414         un-threaded view (bug#9053).
415         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
416
417 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
418
419         * nnir.el (nnir-read-server-parm): Use default value from global
420         variable.  Without this the default search engine parameters aren't
421         used at all.
422
423 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * message.el (message-unique-id): Don't use the undocumented return
426         value from (random t) (bug#9118).
427
428 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * message.el (message-auto-save-directory): If the ~/Mail directory
431         doesn't exist, use ~ as the auto-save directory (bug#4432).
432
433         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
434         hasn't already been started.
435
436 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
439
440         * message.el (message-reply): Work around mysterious bug where
441         `message-mode' seems to overwrite the locally bound `subject' variable.
442
443 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
444
445         * nnimap.el (nnimap-request-thread): Ensure search is performed in
446         correct group.
447
448         * gnus-int.el (gnus-request-thread): Add group argument.
449
450         * gnus-sum.el (gnus-summary-refer-thread): Use it.
451
452 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
455
456         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
457         renamed to `debbugs-gnu-*'.
458
459 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
460
461         * plstore.el: Revert the editing feature since it is not urgent.
462         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
463         (plstore-mode-decoded): Remove.
464
465 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
468         isn't very interesting any more, and it leaks potentially secret data.
469         (gnus-debug): Remove.
470
471         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
472         use of :custom-show.
473
474 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
475
476         * plstore.el: Add documentation.
477         (plstore-mode): New mode to edit plstore file.
478         (plstore-mode-toggle-display, plstore-mode-original)
479         (plstore-mode-decoded): New command.
480         (plstore--encode, plstore--decode, plstore--write-contents-functions)
481         (plstore--insert-buffer, plstore--make): New function.
482         (plstore-open, plstore-save): Simplify by using them.
483
484 2011-07-06  Glenn Morris  <rgm@gnu.org>
485
486         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
487
488 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
491         no longer is much used.
492         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
493         Articles".
494
495 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
496
497         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
498         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
499         `notmuch' backend.
500
501 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * mm-decode.el (mm-text-html-renderer): Doc fix.
504
505         * gnus-msg.el (gnus-bug): Fix the MML tag.
506
507         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
508
509 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
510
511         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
512         secondary methods if started with `gnus-no-server'.
513
514 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
515
516         * message.el (message-return-action): Fix typo in docstring.
517
518 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
521         bug reports at once.
522
523         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
524
525 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * nndraft.el: Require gnus-group.
528         (nndraft-request-list): Declare.
529
530         * nndraft.el (nndraft-update-unread-articles): Don't show group having
531         no unread article unless it matches gnus-permanently-visible-groups.
532
533         * nndraft.el (nndraft-update-unread-articles): New function.
534         (nndraft-request-associate-buffer): Use it to update the number of
535         unread articles for the nndraft groups in the group buffer when saving
536         or killing a draft message.
537
538 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
541         systems to binary before writing and reading the mbox files.
542
543         * gnus.el (gnus-summary-line-format): Link to the info node for %U
544         instead of trying to list them all (bug#8978).
545
546 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
547
548         * pop3.el (pop3-open-server): Use :end-of-capability.
549
550 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
553         the id is always a number.
554
555         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
556
557         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
558         debbugs mode, if possible.
559
560 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
561
562         * auth-source.el (auth-source-token-passphrase-callback-function):
563         Reindent.
564         (epg-context-operation): Remove unnecessary autoload.
565
566 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus.el (gnus-list-debbugs): New command.
569
570         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
571         mboxstat instead of the maintbox, since the stat seems to be fuller.
572
573         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
574         summary buffers.
575
576         * message.el (message-get-reply-headers): Delete all duplicates,
577         instead of the first.
578         (message-get-reply-headers): Ensure that we have progress while
579         deleting duplicates.
580
581         * gnus-msg.el (gnus-configure-posting-styles): Get the local
582         gnus-posting-style value from the summary buffer to make it easier to
583         make that a per-buffer conf.
584
585 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
586
587         * nnir.el (nnir-run-imap): Allow halting a search when an article is
588         found by setting `shortcut' in 'query.
589         (nnir-request-article): Use `shortcut' setting when requesting article
590         by Message-ID.
591
592 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
595         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
596         Bring the pseudo-headers back too.
597
598 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
599
600         * auth-source.el (auth-source-token-passphrase-callback-function):
601         Simplify and remove EPA dependency.
602
603 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
604
605         * nnir.el (nnir-request-article): Fix error message text.
606
607 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
608
609         * auth-source.el (plstore-delete): Autoload.
610         (auth-source-plstore-search): Support delete operation.
611         * plstore.el (plstore-delete): New function.
612
613 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
616         mark actually existing articles as unread rather than the ones that
617         active asserts.
618
619 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
620
621         * nntp.el (nntp-record-command):
622         * gnus-util.el (gnus-message-with-timestamp-1):
623         Use format-time-string rather than decoding time stamps by hand.
624         This is simpler and insulates the code from potential changes to
625         current-time format.
626
627 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
630
631 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
632
633         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
634         (plstore-save): Support public key encryption.
635         (plstore--init-from-buffer): New function.
636         (plstore-open): Use it; fix error when opening a non-existent file.
637         (plstore-revert): Use plstore--init-from-buffer.
638
639 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
640
641         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
642
643 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * mml2015.el (mml2015-use): Replace string-match-p with string-match
646         for old Emacsen.
647
648 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
649
650         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
651         is not fully working.
652
653 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * dgnushack.el: Autoload sha1 on XEmacs.
656
657         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
658         quit window configuration.
659
660         * auth-source.el (epg-context-set-passphrase-callback):
661         Remove duplicate autoload.
662
663 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
664
665         * nnir.el (nnir-request-article): Allow requesting articles by
666         Message-ID with nnimap.
667
668         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
669         current server.
670
671 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
672
673         * auth-source.el: Autoload EPA/EPG functions.
674         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
675         changed when EPA/EPG is not available.
676         (auth-source-backend): Rename "arg" member to "data".
677         (auth-source-backend-parse, auth-source-plstore-search)
678         (auth-source-plstore-create): Use it.
679
680 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
681
682         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
683         `gnus-refer-article-methods'.
684
685 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
686
687         * auth-source.el: Require EPA and EPG.
688         (auth-source-passphrase-alist): New variable.
689         (auth-source-passphrase-callback-function)
690         (auth-source-token-passphrase-callback-function): Callbacks for the
691         netrc field encryption (GPG tokens).
692         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
693         Symmetric encryption and decryption of the netrc GPG tokens.
694         (auth-source-netrc-normalize): Use them, simplifying the closure.
695
696 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
699         is available.
700
701 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
704         non-nil, and `nnimap-split-methods' is nil, use the former.
705
706 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
707
708         * plstore.el (plstore-revert): New function.
709         (plstore-open): Use it; hide the buffer from user.
710
711 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
712
713         * auth-source.el (auth-source-backend): New member "arg".
714         (auth-source-backend-parse): Handle new backend 'plstore.
715         * plstore.el: New file.
716
717 2011-06-30  Glenn Morris  <rgm@gnu.org>
718
719         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
720
721 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
724         expiring articles to.
725
726         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
727         variations as ASCII (bug#5458).
728
729 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
732
733 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * message.el (message-point-in-header-p): Tweak the function to default
736         to saying that we're not in the headers if there is no separator at
737         all.  This makes it possible to use the Message version of `M-q' in
738         buffers with no headers (bug#7987).
739         (message-point-in-header-p): Fix last checkin to work with an empty
740         mail-header-separator, too.
741
742         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
743         again, save the choice via customize.
744
745 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * message.el (message-send-mail-function): Add `sendmail-query-once'.
748
749         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
750         ended the connection, bail out before waiting infinitely on a new
751         connection.
752
753 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
754
755         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
756         reports.
757
758         * gnus.el (gnus-bug-package): Use "gnus."
759         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
760
761 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * dgnushack.el: Make the timer warning go away on XEmacs.
764
765         * gnus-art.el (gnus-article-stop-animations): New function to stop any
766         animations going on at article exit time.
767
768         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
769         since removing it breaks people upgrading.
770
771         * shr.el (shr-put-image): Use the new interface for animating images.
772         (shr-put-image): Animate for 60 seconds.
773
774         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
775         avoid compiler warnings.
776
777         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
778         error with `find-file-hooks' on Emacs 22.
779         (with-auth-source-epa-overrides): Ugly hack to Wrap the
780         `find-file-hook' things in `symbol-value' to avoid compilation warnings
781         on all architectures.
782
783         * spam.el (spam-stat): Require in a normal fashion without binding
784         `spam-stat-install-hooks' to avoid compilation warnings.
785
786         * spam-stat.el (spam-stat-install-hooks): Remove.
787         (spam-stat-install-hooks): Don't run automatically.
788
789 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
790
791         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
792         and keystroke.
793
794 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * auth-source.el (auth-source-netrc-cache): Move forward.
797
798 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * proto-stream.el (proto-stream-open-starttls): Use
801         `gnutls-available-p' to see whether we have built-in support.
802
803         * auth-source.el (auth-source-netrc-create): Don't query the bits that
804         we already know.
805         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
806         (auth-source-netrc-create): Don't prompt for the stuff we already know.
807
808 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
811         %S format, since that looks odd.
812         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
813         file, especially when saving.
814
815 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
818         article found.
819
820 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
823         `auth-source-save-secrets' with a more sensitive alist that can be
824         configured per file.  Experimental, so defaults to 'never.
825         (auth-source-netrc-create): Use it.  Still experimental code.
826         (with-auth-source-epa-overrides): Use `find-file-hooks' if
827         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
828
829 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
830
831         * auth-source.el (auth-source-save-secrets): New variable to control if
832         secret tokens should be saved encrypted.
833         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
834         to `auth-source-netrc-normalize'.
835         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
836         on the EPA variables being defined.
837         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
838         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
839         the lexical-let closure.
840         (auth-source-netrc-create): Create "gpg:" tokens according to
841         `auth-source-save-secrets'.
842
843 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-group.el (gnus-group-update-group): Add new argument
846         `info-unchanged' that stops updating dribble buffer.
847
848         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
849         deletes lines matching to it in dribble buffer.
850
851         * gnus-agent.el (gnus-agent-fetch-group-1):
852         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
853         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
854         * gnus-start.el (gnus-group-change-level):
855         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
856
857         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
858         if newsgroup info is not changed.
859
860         * gnus-group.el (gnus-group-get-new-news-this-group):
861         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
862         Don't update dribble buffer.
863
864 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * gnus-registry.el (gnus-registry-remove-ignored): New function to
867         remove entries with groups we ignore.
868
869 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
872         the underline comes at the bottom.
873
874 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
875
876         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
877         `gnus-registry-user-format-function-M' and declare the latter obsolete.
878         (gnus-registry-article-marks-to-names): Rename from
879         `gnus-registry-user-format-function-M2'.
880
881 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
884         ephemeral group.
885
886 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * shr.el (shr-browse-image): Copy the URL if called interactively.
889
890 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
893         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
894         done, then unselected articles may be marked as read.
895
896         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
897         since not doing this seems to lead to a race condition in pop3-logon.
898
899         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
900         so that the call chain it correct when we call "upwards".
901
902         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
903         in read-only groups.
904
905         * gnus-group.el (gnus-group-mark-article-read): Ditto.
906
907         * message.el (message-cite-reply-position): Doc string fix.
908
909         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
910         avoid regexp overflow.
911         (nnimap-transform-split-mail): Ditto.
912
913         * pop3.el (pop3-retr): Error out if the server closes the connection.
914
915 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
916
917         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
918         mm-with-unibyte-current-buffer.  The buffer should not contain any
919         multibyte chars anyway at this stage.
920
921 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
924         at the end of lines.
925
926 2011-05-29  Julien Danjou  <julien@danjou.info>
927
928         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
929
930 2011-05-27  Glenn Morris  <rgm@gnu.org>
931
932         * gnus-group.el (gnus-bug-group-download-format-alist):
933         Use the "maintainer" version of debian reports as well.
934
935 2011-05-26  Glenn Morris  <rgm@gnu.org>
936
937         * gnus-group.el (gnus-bug-group-download-format-alist):
938         Use the "maintainer" version of debbugs.gnu.org reports.
939
940 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
943
944 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
945
946         * gnus-cus.el (gnus-agent-customize-category):
947         * gnus-delay.el (gnus-delay-send-queue):
948         * gnus.el (gnus-other-frame):
949         Don't quote lambda expressions with `quote'.
950
951 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
952
953         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
954         the thread moves us backwards and so we loop forever.
955
956 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
959         whitespace in base64 data lines.
960
961 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * gnus-registry.el (gnus-registry-user-format-function-M):
964         Use `mapconcat'.
965         (gnus-registry-user-format-function-M2): Use to see the full text of
966         the marks.  Make "," the mark text separator.
967
968         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
969         authentication with auth-source.
970
971 2011-05-17  Glenn Morris  <rgm@gnu.org>
972
973         * gnus-group.el (gnus-import-other-newsrc-file):
974         Use insert-file-contents.
975
976 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
979         1000 iterations.
980
981 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * nntp.el (nntp-open-connection): Check if process-type is available.
984
985 2011-05-16  Julien Danjou  <julien@danjou.info>
986
987         * shr.el (shr-tag-del): Add support for del tag.
988
989 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-html.el (gnus-html-put-image): Register a displayer.
992
993         * shr.el (shr-image-displayer): Don't remove text props from alt text.
994
995 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * registry.el (prune-factor): New initialization parameter defaulting
998         to 0.1.
999         (registry-prune-hard): Use it.
1000
1001         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1002         0.1 expicitly.
1003
1004 2011-05-13  Glenn Morris  <rgm@gnu.org>
1005
1006         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1007         is bound, since this function requires sendmail.
1008
1009 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * registry.el (registry-usage-test): Disable pruning test.
1012
1013 2011-05-11  David Engster  <dengste@eml.cc>
1014
1015         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1016         Bind set-network-process-option for XEmacs.
1017
1018 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * registry.el (registry-prune-hard-candidates)
1021         (registry-prune-soft-candidates): Helper methods for registry pruning.
1022         (registry-prune): Use them.  Make the sort function optional.
1023
1024 2011-05-10  Jim Meyering  <meyering@redhat.com>
1025
1026         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1027
1028 2011-05-10  Julien Danjou  <julien@danjou.info>
1029
1030         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1031         symbol and not a list.
1032
1033 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-art.el (gnus-article-mode): Move binding of
1036         shr-put-image-function here from gnus-article-prepare-display.
1037
1038         * shr.el (shr-put-image-function): New variable.
1039         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1040         (shr-put-image): Return scaled image.
1041
1042         * gnus-art.el (gnus-shr-put-image): New function.
1043         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1044
1045         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1046         original ones, as deletable.
1047
1048 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1049
1050         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1051
1052 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1053
1054         * registry.el (registry-full): Add convenience method.  Fix logic.
1055         (registry-insert): Use it.  Fix logic here too.
1056
1057         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1058         `registry-prune' if `registry-full' returns t.
1059         (gnus-registry-handle-action)
1060         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1061         (gnus-registry-usage-test): Use it.
1062
1063 2011-05-07  Julien Danjou  <julien@danjou.info>
1064
1065         * shr.el (shr-link): Make shr-link inherit from link by default.
1066
1067 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1068
1069         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1070
1071 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1074         error out because the face is not a list.
1075
1076 2011-05-05  Glenn Morris  <rgm@gnu.org>
1077
1078         * proto-stream.el (gnutls-negotiate): Fix declarations.
1079
1080         * gnus-start.el (gnus-propagate-marks): Declare.
1081
1082 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1083
1084         * registry.el (registry-reindex): Fix percentage message.
1085
1086         * proto-stream.el (network-stream-open-starttls): Adjust to call
1087         `gnutls-negotiate' with :process and :hostname arguments.
1088
1089 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * shr.el: Add shr-link face for links.
1092         (shr-urlify): Use it.
1093
1094         * registry.el (registry-insert): Make error message more helpful.
1095
1096 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-html.el (gnus-html-schedule-image-fetching):
1099         Use url-queue-retrieve, if it exists.
1100
1101         * shr.el (shr-tag-img): Ditto.
1102
1103         * gnus.el: Autoload more gnus-agent functions.
1104
1105         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1106         agent if we haven't already (bug#8502).
1107
1108         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1109         into the Agent, too.
1110
1111         * gnus-agent.el (gnus-agent-store-article): New function.
1112
1113         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1114         and moved from that file for reuse.
1115
1116         * pop3.el (pop3-open-server): Error messages are "-ERR".
1117
1118 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1121         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1122
1123 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1124
1125         * gnus.el: No Gnus v0.17 is released.
1126
1127 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1128
1129         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1130         buffer has moved to a different frame.
1131
1132 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1135         to get the conversion from unibyte to multibyte buffers to work on
1136         Emacs 22.
1137
1138         * nntp.el (nntp-request-article): Slight clean-up.
1139
1140 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * shr.el (shr-strike-through): New face.
1143         (shr-tag-s): Use it to provide <s> support.
1144         (shr-tag-s): Remove duplicate definition.
1145
1146 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1147
1148         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1149         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1150
1151 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1154         `gnutls-negotiate'.
1155         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1156
1157 2011-04-23  Glenn Morris  <rgm@gnu.org>
1158
1159         * gnus-sum.el (gnus-extra-headers): Bump :version.
1160
1161 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * shr.el (shr-tag-sup): New function.
1164         (shr-tag-sub): Ditto.
1165
1166 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1167
1168         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1169         for the case where `gnus-registry-ignored-groups' is a list of lists,
1170         and don't call `gnus-parameter-registry-ignore' otherwise.
1171
1172 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1173
1174         * nnimap.el (nnimap-user): New backend variable.
1175         (nnimap-open-connection-1): Use it.
1176         (nnimap-credentials): Accept user parameter so it's explicit what user
1177         name is desired.
1178
1179         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1180         default.
1181
1182         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1183         not gnus-registry.el.
1184
1185         * gnus-registry.el: Mention in comments how to modify
1186         `gnus-extra-headers' for proper recipient tracking and that it may
1187         already have To and Cc recently, which it does as of this commit.
1188         (gnus-registry-ignored-groups): Remove defcustom.
1189         Explain why in comments.
1190         (gnus-registry-action): Fix data-header reference to use the extra
1191         headers.  Explain in package commentary how to add To and Cc headers to
1192         the gnus-extra-headers.
1193         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1194         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1195         parameter list or a string list in `gnus-registry-ignored-groups'.
1196         Fix logic error.
1197
1198 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * shr.el (shr-expand-url): Protect against null urls.
1201
1202 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * shr.el (shr-base): New binding.
1205         (shr-tag-base): Keep track of <base>.
1206         (shr-expand-url): New function used throughout.
1207
1208 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * gnus-registry.el
1211         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1212         (gnus-registry-ignored-groups): New variable.
1213         (gnus-registry-ignore-group-p): Use it.
1214         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1215         set the destination group to nil (same as delete) if it's ignored.
1216
1217 2011-04-20  David Engster  <dengste@eml.cc>
1218
1219         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1220
1221         * Makefile.in (test-nntp): New rule.
1222         (check): Add it.
1223         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1224
1225 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-registry.el (gnus-registry-action)
1228         (gnus-registry-fetch-header-fast):
1229         Don't use mail-header that looks an internal function of mailheader.el.
1230
1231 2011-04-19  Glenn Morris  <rgm@gnu.org>
1232
1233         * time-date.el (time-to-days): Remove unused local variables.
1234
1235 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gnus-registry.el: Eliminate cl functions.
1238         (gnus-registry-sort-addresses): New function that replaces mapcan.
1239         (gnus-registry-action, gnus-registry-spool-action)
1240         (gnus-registry-split-fancy-with-parent)
1241         (gnus-registry-fetch-recipients-fast): Use it.
1242         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1243
1244         * registry.el (initialize-instance, registry-lookup)
1245         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1246         (registry-lookup-secondary-value, registry-search, registry-delete)
1247         (registry-insert, registry-reindex, registry-size, registry-prune):
1248         Use eval-and-compile.
1249
1250 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1251
1252         * registry.el (registry-reindex): New method to recreate the secondary
1253         registry indices.
1254
1255         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1256         tracked field changes.
1257         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1258         (gnus-registry-action, gnus-registry-spool-action)
1259         (gnus-registry-handle-action)
1260         (gnus-registry--split-fancy-with-parent-internal)
1261         (gnus-registry-split-fancy-with-parent)
1262         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1263         move, and delete actions, and for fancy splitting with parent.
1264         (gnus-registry-extract-addresses)
1265         (gnus-registry-fetch-recipients-fast)
1266         (gnus-registry-fetch-header-fast): Convenience functions.
1267         (gnus-registry-misc-test): ERT test of
1268         `gnus-registry-extract-addresses'.
1269
1270 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1273         Track by subject first, then sender.
1274
1275 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1276
1277         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1278
1279         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1280         Lisp.
1281
1282         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1283         (gnus-draft-send): Use it to avoid popping
1284         up frames from gnus-group-send-queue.
1285
1286 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * gnus-registry.el: Updated gnus-registry docs.
1289
1290 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1291
1292         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1293         Fix logic bug.
1294         (gnus-registry-post-process-groups): Fix logging of no results and
1295         quote sender and subject.
1296
1297 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1300         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1301         gnutls-cli are too slow to be done opportunistically.
1302
1303         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1304         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1305         we had no early-data returned.
1306         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1307         two async commands to the same server at the same time.
1308
1309 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1310
1311         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1312
1313 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1316         "warning" level.
1317
1318         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1319         (mm-url-insert-file-contents): Don't set the package names.
1320
1321 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1322
1323         * gnus-registry.el (gnus-registry-action): Remove properties and
1324         simplify subject in `gnus-registry-handle-action'.
1325         (gnus-registry-spool-action): Get subject and sender from message if
1326         they are not passed in.
1327         (gnus-registry-handle-action): Remove properties and simplify subject
1328         consistently.
1329
1330 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * registry.el: Require CL before using defmacro*.
1333
1334 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-art.el (article-treat-date): Assume that
1337         gnus-article-date-headers may be a group parameter.
1338
1339 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1340
1341         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1342
1343         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1344         interactively so the newsrc file can contain foreign groups too.
1345         Useful for debugging but not much for users.
1346
1347 2011-04-07  David Engster  <dengste@eml.cc>
1348
1349         * registry.el (registry-usage-test): Only do
1350         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1351         lexical binding.
1352
1353 2011-04-07  David Engster  <dengste@eml.cc>
1354
1355         * Makefile.in (check, test-registry): New rules for test-suite.
1356
1357 2011-04-06  David Engster  <dengste@eml.cc>
1358
1359         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1360         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1361
1362 2011-04-06  David Engster  <dengste@eml.cc>
1363
1364         * registry.el (initialize-instance): Change :after to :AFTER to be
1365         compatible with old EIEIO version in XEmacs.
1366
1367 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-registry.el (gnus-registry-post-process-groups)
1370         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1371         and provide better messaging.
1372
1373 2011-04-06  David Engster  <dengste@eml.cc>
1374
1375         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1376         errors.
1377
1378         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1379         dgnushack-compile with error-on-warn enabled, and to signal an error if
1380         clean compilation failed.
1381         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1382         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1383
1384 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1385
1386         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1387         unconditionally anyway, discarding errors.
1388         (gnus-registry-delete-entries): New convenience function.
1389         (gnus-registry-import-eld): Import from old .eld registry.
1390
1391         * registry.el: Don't use ERT if it's not available.  Load it
1392         unconditionally anyway, discarding errors.
1393
1394         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1395         version from the Claudio Bley GnuTLS patch (extra optional parameters
1396         and host name).
1397
1398 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1401         fixup the parameters that can be customized by the user between
1402         save/read cycles.
1403         (gnus-registry-read): Use it.
1404         (gnus-registry-make-db): Use it.
1405         (gnus-registry-spool-action, gnus-registry-handle-action):
1406         Fix messaging.
1407         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1408         Map references to actual group names with sender and subject tracking.
1409         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1410         (gnus-registry-usage-test): Add subject lookup test.
1411
1412         * registry.el (registry-db, initialize-instance): Set up constructor
1413         instead of :initform arguments for the sake of older Emacsen.
1414         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1415         pre-lexbind merge bug.
1416         (registry-usage-test): Use it.
1417         (initialize-instance, registry-db): Move the non-function initforms
1418         back to the class definition.
1419
1420 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1421
1422         * registry.el: New library to manage gnus-registry-style data.
1423
1424         * gnus-registry.el: Use it (major rewrite).
1425
1426         * nnregistry.el: Use it.
1427
1428         * spam.el: Use it.
1429
1430 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1433         marks on non-selected articles.
1434
1435 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1436
1437         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1438         parameter to open-protocol-stream.
1439
1440 2011-04-01  Julien Danjou  <julien@danjou.info>
1441
1442         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1443         fundamental-mode.
1444
1445 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1448         servers.
1449
1450 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1453         made marks not propagate, again.
1454
1455 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1456
1457         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1458         Make this the default type.
1459         (proto-stream-open-plain): Rename from proto-stream-open-default.
1460         (open-protocol-stream, proto-stream-open-starttls)
1461         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1462         with `plain'.
1463
1464         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1465         value.
1466
1467         * nntp.el (nntp-open-connection-function): Document the fact that some
1468         values are not functions but are instead handled specially.
1469         Recognize nntp-open-plain-stream value.
1470         (nntp-open-connection): Recognize that value.
1471
1472 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1475         where it seems to be needed.
1476
1477 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1480         stuff.
1481
1482         * gnus-score.el (gnus-score-string): Fix calling convention of
1483         `gnus-simplify-buffer-fuzzy' after last patches.
1484
1485         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1486         server for articles we didn't get any headers for.  This is a sanity
1487         check.
1488
1489 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1490
1491         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1492         new CAPABILITY, use it.
1493
1494 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1497         downloading anything.
1498
1499         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1500
1501 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1502
1503         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1504         colors.
1505         (gnus-splash-svg-color-symbols): New function.
1506
1507 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1510         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1511         (gnus-simplify-subject-fuzzy): Use the local
1512         gnus-simplify-subject-fuzzy-regex instead of the global one.
1513         This makes using this variable in group parameters work.
1514
1515 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * gnus-registry.el (gnus-registry-unfollowed-groups):
1518         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1519         archive:sent-YYYY-MM-DD groups).
1520         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1521         tracking if there are more than `gnus-registry-max-track-groups'
1522         matches.
1523
1524 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1525
1526         * message.el (message--yank-original-internal): New function to do the
1527         insertion cleanly inside eval in `message-yank-original'.
1528         (message-yank-original): Use it.
1529
1530 2011-03-29  Julien Danjou  <julien@danjou.info>
1531
1532         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1533         local variables disabled rather than `normal-mode'.
1534
1535 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1536
1537         * imap.el (imap-shell-open, imap-process-connection-type):
1538         Use imap-process-connection-type for 'shell' streams as well as
1539         Kerberos, SSL, other subprocesses.
1540
1541 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1542
1543         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1544         with open-network-stream.
1545         (proto-stream-always-use-starttls): Option removed.
1546         (open-protocol-stream): Return a process object by default.  Provide a
1547         new parameter :return-list specifying a list-type return value, which
1548         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1549         :type `network' to `try-starttls', and `network-only' to `default'.
1550         Make `default' the default, for compatibility with open-network-stream.
1551         Handle the no-parameter case exactly as open-network-stream, with no
1552         additional stream processing.  Search plists using plist-get.
1553         Explicitly add :end-of-commend parameter if it is missing.
1554         (proto-stream-open-default): Rename from
1555         proto-stream-open-network-only.  Return 'default as the type.
1556         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1557         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1558         failed.  Always return a list with a (possibly dead) process as the
1559         first element, for compatibility with open-network-stream.
1560         (proto-stream-open-tls): Use plist-get.  Always return a list.
1561         (proto-stream-open-shell): Return `default' as connection type.
1562         (proto-stream-capability-open): Use plist-get.
1563         (proto-stream-eoc): Function deleted.
1564
1565         * nnimap.el (nnimap-stream, nnimap-open-connection)
1566         (nnimap-open-connection-1): Handle renaming of :type parameter for
1567         open-protocol-stream.
1568         (nnimap-open-connection-1): Pass a :return-list parameter
1569         open-protocol-stream to obtain a list return value.  Parse this list
1570         using plist-get.
1571
1572         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1573         for open-protocol-stream.  Accept open-protocol-stream return value
1574         that is a subprocess object instead of a list.  Handle the case of a
1575         dead returned process.
1576
1577 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1578
1579         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1580
1581         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1582
1583 2011-03-21  Julien Danjou  <julien@danjou.info>
1584
1585         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1586         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1587         query.
1588         (mm-inline-text): Render normal text with fontification whenever
1589         possible.
1590
1591         * gnus-sum.el (gnus-summary-save-parts-1):
1592         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1593         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1594         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1595         Use `mm-handle-filename'.
1596
1597         * mm-util.el (mm-handle-filename): New function, return the filename of
1598         an handle.
1599
1600 2011-03-18  Julien Danjou  <julien@danjou.info>
1601
1602         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1603         (gnus-buffer-live-p): Check that buffer is not nil.
1604
1605 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1606
1607         * gnus.el: No Gnus v0.15 is released.
1608
1609 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1612         avoid warning on XEmacs.
1613
1614         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1615         on XEmacs.
1616
1617         * gnus-art.el: Require mouse, which the build bot seems to say is
1618         needed.
1619
1620         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1621
1622         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1623         XEmacs, since it doesn't have url-retrieve-synchronously.
1624
1625         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1626         since assoc-string doesn't exist in XEmacs.
1627
1628 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1629
1630         * gnus-group.el (gnus-group-list-ticked): New function.
1631         (gnus-group-make-menu-bar): Provide a menu entry for it.
1632         (gnus-group-list-map): Provide a binding for it.
1633
1634 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * shr.el (shr-visit-file): New command.
1637
1638         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1639
1640 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1641
1642         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1643         servers.
1644
1645 2011-03-16  Julien Danjou  <julien@danjou.info>
1646
1647         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1648         inline.
1649
1650         * gnus-art.el (article-hide-list-identifiers):
1651         Use gnus-group-get-list-identifiers.
1652
1653         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1654         (gnus-summary-remove-list-identifiers):
1655         Use gnus-group-get-list-identifiers to get regexp.
1656         (gnus-select-newsgroup, gnus-summary-insert-subject)
1657         (gnus-summary-insert-articles):
1658         Call gnus-summary-remove-list-identifiers unconditionally.
1659
1660 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1663         we're selecting a group with unread articles.
1664
1665         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1666
1667         * gssapi.el: New file separated out from imap.el to provide a general
1668         Kerberos 5 connection facility for Emacs.
1669
1670         * message.el (message-elide-ellipsis): Document the format spec
1671         ellipsis.
1672
1673 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1674
1675         * message.el (message-elide-region): Allow the ellipsis to say how many
1676         lines were removed.
1677
1678 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1681         window configurations containing buffers that are now dead.
1682
1683         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1684         parsing to avoid integer overflows.
1685         (nnimap-parse-flags): Simplify the last change.
1686         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1687         too large for 32-bit Emacsen.
1688
1689 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1690
1691         * auth-source.el (auth-source-netrc-create):
1692         * message.el (message-yank-original): Fix use of `case'.
1693
1694 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1695
1696         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1697         XEmacs, which was one character too wide.
1698
1699 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1700
1701         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1702         default number of articles to display.
1703         (gnus-articles-to-read): Use pretty names for prompt.
1704
1705 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-int.el (gnus-open-server): Ditto.
1708
1709         * gnus-start.el (gnus-activate-group): Give a backtrace if
1710         debug-on-quit is set and the user hits `C-g'.
1711         (gnus-read-active-file): Ditto.
1712
1713         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1714
1715 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1716
1717         * message.el (message-yank-original): Use cond instead of CL case.
1718
1719 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1720
1721         * auth-source.el (auth-source-netrc-create): Use usual format for the
1722         default in prompts.
1723
1724 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * lpath.el: Fbind read-char-choice for XEmacs.
1727
1728 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * auth-source.el (auth-source-netrc-create): Show the default in the
1731         prompt when prompting for token creation.
1732
1733 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1734
1735         * auth-source.el (auth-source-format-prompt): Always convert the value
1736         to a string to avoid evaluating non-string arguments.
1737         (auth-source-netrc-create): Offer default properly, not as initial
1738         content in `read-string'.
1739         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1740         of line to determine if we've been run before.  If so, don't run again,
1741         but print a trivial message to indicate the cache was hit instead.
1742
1743 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1744
1745         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1746         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1747         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1748         Gnus.
1749
1750 2011-03-11  Julien Danjou  <julien@danjou.info>
1751
1752         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1753         modified file".
1754
1755 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1756
1757         * auth-source.el (auth-source-read-char-choice): New function to read a
1758         character choice using `dropdown-list', `read-char-choice', or
1759         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1760         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1761         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1762         (auth-source-netrc-saver): Use it.
1763         (auth-source-pick-first-password): New convenience function.
1764
1765 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1766
1767         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1768         parameter in the credentials.
1769         (nnimap-open-connection-1): Use it after a successful login.
1770         (nnimap-credentials): Add IMAP-specific user and password prompt.
1771
1772         * auth-source.el (auth-source-search): Add :require parameter, taking a
1773         list.  Document it and the :save-function return token.  Pass :require
1774         down.  Change the CREATED message from a warning to a debug statement.
1775         (auth-source-search-backends): Pass :require down.
1776         (auth-source-netrc-search): Pass :require down.
1777         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1778         Change save prompt to indicate all modifications saved here are
1779         deletions.
1780         (auth-source-netrc-create): Take user login name as default in user
1781         prompt.  Move all the save functionality to a lexically bound function
1782         under the :save-function token in the returned list.  Set up clearer
1783         default prompts for user, host, port, and secret.
1784         (auth-source-netrc-saver): New function, intended to be wrapped for
1785         :save-function.
1786
1787 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1790         lines to be spaces instead.
1791
1792 2011-03-07  Julien Danjou  <julien@danjou.info>
1793
1794         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1795         (sieve-sasl-auth): Check that auth-source-search did return something,
1796         or just return an empty string.
1797
1798 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1799
1800         * gnus.el (gnus-interactive): Use read-directory-name.
1801
1802         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1803         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1804         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1805         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1806         Likewise.
1807
1808         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1809
1810 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1813         onto the list of killed groups, too.  This makes killed nnimap groups,
1814         for instance, more reliably not reappear.
1815
1816         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1817         the parent.
1818
1819         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1820
1821         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1822         really have server-side marks.
1823
1824         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1825         since most backends do not usefully have server-side marks.
1826         (gnus-update-read-articles): Propagate marks to all backends that
1827         really have server-side marks.
1828
1829 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1830
1831         * message.el (message-cite-reply-position, message-cite-style):
1832         New variables.
1833         (message-yank-original): Use the new citation styles.
1834
1835 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1836
1837         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1838         buffer-local issue); don't mark it buffer-local when running under
1839         XEmacs.
1840
1841 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1842
1843         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1844         numbers too big to be `read'.
1845
1846 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1847
1848         * password-cache.el (password-in-cache-p): Add autoload.
1849
1850         * message.el (message-options): Make buffer-local two ways to attempt
1851         to fix a XEmacs bug.
1852
1853 2011-03-02  Julien Danjou  <julien@danjou.info>
1854
1855         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1856
1857 2011-03-01  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1860         group.
1861         (article-hide-list-identifiers): Use list-identifier group parameter.
1862
1863 2011-02-28  Julien Danjou  <julien@danjou.info>
1864
1865         * sieve.el (sieve-buffer-script-name): New local variable to store
1866         sieve script name.
1867         (sieve-edit-script): Store sieve script name.
1868         (sieve-upload): Use sieve script name when uploading.
1869         (sieve-upload): Use substitute-command-keys.
1870         (sieve-edit-script): Use substitute-command-keys.
1871         (sieve-refresh-scriptlist): Use substitute-command-keys.
1872         (sieve-manage-mode-map): Define keymap properly.
1873         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1874         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1875         Remove commented code about cvs.
1876         (sieve-manage-quit): New function.
1877         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1878
1879 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1882
1883 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1884
1885         * auth-source.el (auth-source-search): Cache empty result sets.
1886
1887         * password-cache.el (password-in-cache-p): Convenience function to
1888         check if a key is in the cache, even if the value is nil.
1889
1890         * auth-source.el (auth-source-save-behavior): New variable to replace
1891         `auth-source-never-create'.
1892         (auth-source-netrc-create): Use it.
1893         (auth-source-never-save): Remove.
1894
1895 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1896
1897         * nnimap.el (nnimap-stream): Doc fix.
1898         (nnimap-open-connection-1): Reverse the order of the ports to that the
1899         prompted-for port is first.
1900
1901         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1902         retrieval by the no-group selection.
1903
1904         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1905         numerical parameters.
1906
1907 2011-02-25  Julien Danjou  <julien@danjou.info>
1908
1909         * gnus-gravatar.el: Use gnus-with-article-buffer.
1910
1911         * gnus-art.el (gnus-with-article-buffer): Check that the
1912         gnus-article-buffer is alive.
1913
1914 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * auth-source.el (auth-source-creation-prompts): New variable to manage
1917         creation-time prompts.
1918         (auth-source-search): Document it.
1919         (auth-source-format-prompt): Add utility function.
1920         (auth-source-netrc-create): Don't default the user name to
1921         user-login-name.  Use `auth-source-creation-prompts' and some default
1922         prompts for user, host, port, and password (the default generic prompt
1923         remains ugly).
1924         (auth-source-never-save): Add customizable option to never save info.
1925         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1926         mode excursion.
1927
1928 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1931         argument that XEmacs doesn't support.
1932
1933         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1934         compiled for Emacsen having no `libxml-parse-html-region' support.
1935
1936         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1937
1938         * lpath.el: Bind buffer-save-without-query for XEmacs.
1939
1940 2011-02-23  Julien Danjou  <julien@danjou.info>
1941
1942         * gnus-art.el (article-make-date-line): Ignore errors if time is
1943         invalid and not convertible.
1944         (article-make-date-line): Only add lapsed time if time is not nil.
1945
1946 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1947
1948         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1949         `read-char-choice' for backwards compatibility.
1950         (auth-source-netrc-element-or-first): New function to DTRT for
1951         parameter extraction.
1952         (auth-source-netrc-create): Use it and fix multiple parameter print
1953         bug.  Use the default passed from above (given-default) or the
1954         built-in (user-login-name for :user).
1955
1956 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-start.el (gnus-dribble-read-file):
1959         Set buffer-save-without-query, since we always want to save the dribble
1960         file, probably.
1961
1962         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1963         nnimap.
1964
1965         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1966         -summary- since it's a user-visible variable.
1967
1968         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1969         first time you use the new Gnus.
1970
1971 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * auth-source.el: Don't load netrc.el.
1974         (auth-sources): Search ~/.netrc as well by default.
1975         (auth-source-debug): Add 'trivia option for extra output.
1976         (auth-source-do-trivia): Use it.
1977         (auth-source-search): Simplify logic to use
1978         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1979         appropriate.  Don't keep a running count at this level.  Layer :create
1980         and :delete options appropriately on the first and second passes.
1981         Don't track the backend with the search results.
1982         (auth-source-search-backends): New function to search a list of
1983         backends for a processed spec.
1984         (auth-source-netrc-parse): Cache all netrc files, making
1985         auth-source-netrc-cache an alist keyed by the file name and using the
1986         file mtime as the caching criterion.  Keep the obfuscated data secret
1987         with a lexical bind.
1988         (auth-source-netrc-search): Don't calculate the length of the results
1989         unnecessarily.
1990         (auth-source-search-backends): Fix bug.
1991         (auth-source-netrc-create): Rework prompts.
1992
1993 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1994
1995         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1996         Lower case names of search constraints.
1997         (nnir-run-query): Cache and reuse search constraints for all imap
1998         servers.
1999
2000 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2001
2002         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2003         after exit.
2004         (gnus-setup-message): Define missing variable from last checkin.
2005
2006         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2007         value, show the raw article.
2008
2009 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2010
2011         * gnus.el: No Gnus v0.13 is released.
2012
2013 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2016         auth-source now accepts numbers.
2017
2018         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2019         spec, too.
2020         (auth-source-ensure-strings): New function.
2021
2022         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2023         (gnus-article-setup-buffer): Always restart the date timer so that user
2024         changes to the frequency is respected.
2025
2026         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2027         port numbers, so make sure it gets that if nnimap-server-port is
2028         explicit.
2029
2030 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2031
2032         * nnimap.el (nnimap-inbox): Doc fix.
2033
2034 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2035
2036         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2037         Autoload.  Add optional arg FRAME, and pass it to color-values.
2038         (color-complement): Caller changed.  Doc fix.
2039         (color-gradient): Rewrite for better clarity and efficiency.
2040
2041 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2042
2043         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2044         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2045         color-lab-to-srgb.
2046
2047 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2048
2049         * color.el: First part of merge from hexrgb.el.
2050         (color-rgb-to-hex): Rename from color-rgb->hex.
2051         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2052         saturation to zero if the value is too small.
2053         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2054         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2055         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2056         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2057         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2058         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2059         (color-cie-de2000): Doc fix.
2060
2061 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2062
2063         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2064         given method as in the group name if we're using an extended method.
2065         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2066         command, if we're using that, instead of waiting for the beginning.
2067
2068         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2069         we're sure to get unique server names, and we don't output two async
2070         commands in the same buffer.  This fixes an NNTP hang for some users.
2071
2072 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2073
2074         * gnus.el: No Gnus v0.11 is released.
2075
2076 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2079         summary buffer before reading going to the next buffer.  This avoids
2080         putting the point in the group buffer if you `C-g' the command.
2081
2082         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2083         cache (for now) to make ~/.authinfo.gpg files usable.
2084
2085         * nnfolder.el (copyright-update): Define for the compiler.
2086
2087         * auth-source.el (auth-source-search): Fix unbound variable.
2088
2089 2011-02-19  Glenn Morris  <rgm@gnu.org>
2090
2091         * gnus.el (gnus-meta): Doc fix.
2092
2093 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2094
2095         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2096         in case it's not yet loaded.
2097
2098 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2101         line we're waiting for.
2102
2103 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2104
2105         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2106         face with line-width greater than zero will cause RET in gnus summary
2107         buffer to scroll down article page-wise because auto vscroll happens,
2108         it should be temporalily disabled when doing a scroll-up.
2109
2110 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2113         outputs from the server.
2114
2115 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2116
2117         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2118         later so that bbdb can hook in easier.
2119
2120 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2121
2122         * auth-source.el (auth-source-search): Don't try to create credentials
2123         if the caller doesn't want that.
2124         (auth-source-search): If we don't find a match, don't bug out on
2125         non-bound variables.
2126         (auth-source-search): Only ask a single backend to create the
2127         credentials.
2128
2129         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2130         logging.
2131         (nnimap-credentials): Protect against auth-source-search returning nil.
2132         (nnimap-request-list): Protect against not being able to open the
2133         server.
2134
2135 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2136
2137         * auth-source.el (auth-source-search): Do a two-phase search, one with
2138         no :create to get the responses from all backends.
2139
2140         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2141         when getting credentials.
2142
2143         * gnus-util.el (gnus-delete-duplicates): New function.
2144
2145 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2146
2147         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2148         a creation default, pass the whole port list down.  It will be
2149         completed.
2150
2151         * auth-source.el (auth-source-search): Updated docs to talk about
2152         multiple creation choices.
2153         (auth-source-netrc-create): Accept a list as a value (from the search
2154         parameters) and do completion on that list.  Keep a separate netrc line
2155         with the password obscured for showing the user.
2156
2157         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2158         first choice to `auth-source-search' so it will be used for entry
2159         creation instead of the server's Gnus-specific name.
2160         (nnimap-credentials): Rely on the auth-source library to select which
2161         port is actually wanted in the new netrc entry, so don't override
2162         `auth-source-creation-defaults'.
2163
2164         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2165         :protocol and accept a missing user, host, or port as a wildcard match.
2166         (auth-source-debug): Default to off.
2167
2168         (auth-source-netrc-search, auth-source-netrc-create)
2169         (auth-source-secrets-search, auth-source-secrets-create)
2170         (auth-source-user-or-password, auth-source-backend, auth-sources)
2171         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2172         instead of :protocol.
2173
2174         * nnimap.el (nnimap-credentials): Pass a port default to
2175         `auth-source-search' in case an entry needs to be created.
2176         (nnimap-open-connection-1): Use :port instead of :protocol.
2177
2178 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * auth-source.el: Bind load-path when loading EIEIO from
2181         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2182         21.4 doesn't support, to `require'.
2183         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2184         delete-dups that is not available in XEmacs 21.4.
2185
2186 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2187
2188         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2189         as EIEIO must also be loaded when auth-source.el is being
2190         byte-compiled.
2191
2192 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2193
2194         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2195
2196         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2197
2198         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2199
2200         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2201
2202         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2203
2204         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2205
2206         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2207
2208         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2209         necessary.
2210
2211 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2214         nil means that nnimap doesn't get updated.
2215
2216 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2217
2218         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2219         result when the user doesn't want to write to the file.
2220         (auth-source-netrc-search): Expect a synthetic result and proceed
2221         accordingly.
2222         (auth-source-cache-expiry): New variable to override
2223         `password-cache-expiry'.
2224         (auth-source-remember): Use it.
2225
2226         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2227         parameter.  Create entry if necessary by using :create t.
2228         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2229
2230 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2231
2232         * auth-source.el (auth-source-debug): Enable by default and don't
2233         mention the obsolete `auth-source-hide-passwords'.
2234         (auth-source-do-warn): New function to debug unconditionally.
2235         (auth-source-do-debug): Use it.
2236         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2237         and for Secrets API entries when the secrets.el library is not
2238         available.
2239
2240 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2243         (gnus-summary-exit): Kill the correct article buffer on exit from a
2244         `C-d' group.
2245
2246         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2247         gnus-propagate-marks.
2248
2249         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2250         before killing the buffers so that a non-full window conf gets handled
2251         correctly.
2252         (gnus-summary-exit): Ditto.
2253         (gnus-summary-read-group-1): Ditto.
2254
2255         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2256         async code again so that we can debug it properly.
2257
2258         * message.el (message-reply): Take an optional switch-buffer parameter
2259         so that Gnus window confs are respected better.
2260
2261 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2262
2263         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2264         `plist-get' to accept non-list parameters (XEmacs issue).
2265         Fix docstring.
2266         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2267         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2268         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2269         Login collection is "Login" and not "login".
2270
2271 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2274         multiple headers.
2275
2276         * nnimap.el (nnimap-inhibit-logging): New variable.
2277         (nnimap-log-command): Don't log login commands.
2278
2279         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2280         to have more parameters.
2281
2282         * nnimap.el (nnimap-send-command): Mark the command time for each
2283         command, so that we don't get NOOPs stepping on our toes.
2284
2285         * gnus-art.el (article-date-ut): Get the date from the Date header on
2286         `t'.
2287
2288 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * auth-source.el (auth-source-search): Use copy-sequence instead of
2291         the cl.el copy-list.
2292
2293 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * imap.el: Bring it back (revert
2296         84d800cd31de3064f0ed39617d725709a2f8f42f).
2297
2298 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2299
2300         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2301         Improve prompt.
2302
2303 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2306         washing status from the default format.  It isn't very informative.
2307
2308 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2309
2310         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2311         Fix Gcc processing on imap.
2312
2313 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2314
2315         * imap.el: Remove file.  All the functionality is in nnimap.el.
2316
2317 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2318
2319         * message.el (message-bury): Don't pop up a new window when selected
2320         window is dedicated.
2321
2322 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2323
2324         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2325
2326 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2327
2328         * sieve-manage.el: Autoload `auth-source-search'.
2329         (sieve-sasl-auth): Use it.
2330
2331 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * nnimap.el: Autoload `auth-source-forget+'.
2334         (nnimap-open-connection-1): Use it if the connection fails.
2335
2336         * auth-source.el: Require `password-cache'.
2337         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2338         obsolete.
2339         (auth-source-magic): Marker for `password-cache' keys.
2340         (auth-source-do-cache): Update docstring.
2341         (auth-source-search): Use and check cache.
2342         (auth-source-forget-all-cached, auth-source-remember)
2343         (auth-source-recall, auth-source-forget, auth-source-forget+)
2344         (auth-source-specmatchp): Caching support functions.
2345         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2346         Remove and obsolete.
2347         (auth-source-user-or-password): Remove caching to further discourage
2348         using it.  Always hide passwords.
2349
2350         * password-cache.el (password-cache-remove): Accept secrets that are
2351         not strings.
2352
2353 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2356         code for now, since it doesn't work for all users.
2357
2358 2011-02-09  Julien Danjou  <julien@danjou.info>
2359
2360         * message.el (message-options): Make message-options really buffer
2361         local.
2362
2363 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * mail-source.el: Autoload `auth-source-search'.
2366         (mail-source-keyword-map): Note order matters.
2367         (mail-source-set-1): Get all the mail-source source values and
2368         defaults and search auth-source on those if needed.  This can all
2369         probably be simplified.
2370
2371         * nnimap.el: Autoload `auth-source-search'.
2372         (nnimap-credentials): Use it.
2373         (nnimap-open-connection-1): Ask for the virtual server and physical
2374         address in one shot.
2375
2376         * nntp.el: Autoload `auth-source-search'.
2377         (nntp-send-authinfo): Use it.  Note TODO.
2378
2379 2011-02-08  Julien Danjou  <julien@danjou.info>
2380
2381         * shr.el (shr-tag-body): Add support for text attribute in body
2382         markups.
2383
2384         * message.el (message-options): Make message-options a local variable.
2385
2386 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         * auth-source.el (auth-source-secrets-search)
2389         (auth-source-user-or-password): Use `append' instead of `nconc'.
2390         (auth-source-user-or-password): Build return list better and protect
2391         against nil :secret.
2392
2393 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nnimap.el (nnimap-update-info): Refactor slightly.
2396         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2397         (nnimap-update-info): Clean up slightly.
2398         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2399         characters.
2400         (nnimap-process-quirk): Rename function to avoid collision.
2401         (nnimap-update-info): Fix macrology bug-out.
2402         (nnimap-update-info): Simplify split history test.
2403
2404 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2405
2406         * auth-source.el (top): Require 'eieio unconditionally.
2407         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2408         (auth-source-secrets-search): Limit search when `max' is greater than
2409         number of results.
2410
2411 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2412
2413         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2414         part not returning any data.
2415
2416         * proto-stream.el (open-protocol-stream): Document the return value.
2417
2418 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2419
2420         * auth-source.el (auth-source-secrets-search): Add examples.
2421
2422 2011-02-06  Julien Danjou  <julien@danjou.info>
2423
2424         * message.el (message-setup-1): Handle message-generate-headers-first
2425         set to t.
2426
2427 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2430         API with a string "secrets:collection-name" and with 'default.
2431         (auth-source-backend-parse): Parse "secrets:collection-name" and
2432         'default.  Recurse on parses instead of repeating code.  Use the
2433         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2434         message when ignoring a source.
2435         (auth-source-search): List ignored search keys at the top level.
2436         (auth-source-netrc-create): Use `case' instead of `cond'.
2437         (auth-source-secrets-search): Created with TODOs.
2438         (auth-source-secrets-create): Created with TODOs.
2439         (auth-source-retrieve, auth-source-create, auth-source-delete)
2440         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2441         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2442         (auth-source-user-or-password-sftp)
2443         (auth-source-user-or-password-smtp): Remove.
2444         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2445         around `auth-source-search'.  Not tested thoroughly.
2446
2447 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * auth-source.el: Bring in assoc and eioeio libraries.
2450         (secrets-enabled): New variable to track the status of the Secrets API.
2451         (auth-source-backend): New EIOEIO class to represent a backend.
2452         (auth-source-creation-defaults): New variable to set prompt defaults
2453         during token creation (see the `auth-source-search' docstring for
2454         details).
2455         (auth-sources): Simplify to allow a simple string as a netrc backend
2456         spec.
2457         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2458         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2459         (auth-source-search): Main auth-source API entry point.
2460         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2461         (auth-source-search-collection): Helper function for searching.
2462         (auth-source-netrc-parse, auth-source-netrc-normalize)
2463         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2464         Supports search, create, and delete.
2465         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2466         backend stubs.
2467         (auth-source-user-or-password): Call `auth-source-search' but it's not
2468         ready yet.
2469
2470 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2471
2472         * message.el (message-setup-1): Remove the read-only stuff, since it
2473         doesn't work under XEmacs, for some reason.
2474
2475         * gnus-sum.el (gnus-user-date): Rename back from
2476         gnus-summary-user-date since user code refers to it.
2477
2478         * shr.el (shr-render-td): Store the actual background colour used.
2479
2480         * message.el (message-setup-1): Don't bind the constant
2481         -forbidden-properties.
2482         (message-setup-1): Revert previous change, since it needs to bind the
2483         props to insert them.
2484         (message-resend): Allow removing the read-only separator line.
2485
2486 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2487
2488         * nnimap.el (nnimap-request-accept-article): Give an error message if
2489         the APPEND wasn't successful.
2490
2491 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2492
2493         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2494         that have no groups.
2495
2496 2011-02-03  Julien Danjou  <julien@danjou.info>
2497
2498         * gnus-draft.el: Remove progn around gnus-draft-setup.
2499
2500 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-start.el (gnus-read-active-for-groups): This function is never
2503         called with a nil `infos', so clean that up.
2504         (gnus-get-unread-articles): Request active files from primary/secondary
2505         methods that have no groups (yet).
2506
2507 2011-02-03  Julien Danjou  <julien@danjou.info>
2508
2509         * message.el (message-setup-1): Always generate References first.
2510         (message-mail): Return the return value of message-setup, not always t.
2511         (message-setup-1): Insert mail-header-separator with read-only and
2512         intangible properties set.
2513
2514         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2515         user-date in docstring.
2516
2517         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2518
2519         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2520         docstring.
2521
2522         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2523         defcustom, with type and group. Move from gnus-util.el. Rename to
2524         gnus-summary-user-date-format-alist.
2525
2526 2011-02-03  Glenn Morris  <rgm@gnu.org>
2527
2528         * nnimap.el (gnus-fetch-headers): Declare.
2529
2530         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2531
2532 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2533
2534         * message.el (message-forward-make-body-digest-plain)
2535         (message-followup, message-reply): Clean up things noted by Stefan.
2536
2537         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2538         gnus-article-update-date-headers is nil.
2539         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2540         it didn't really work with defcustom.
2541         (article-update-date-lapsed): Make sure the window start doesn't move,
2542         either.
2543
2544 2011-02-01  Julien Danjou  <julien@danjou.info>
2545
2546         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2547         format.
2548
2549         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2550         standard in Emacs nowadays.
2551
2552         * color.el (color-gradient): Add a color-gradient function.
2553
2554 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2555
2556         * message.el (message-expand-name): Don't trust the return value of
2557         bbdb-complete-name.
2558         (message-check-news-header-syntax): Remove unused var `start'.
2559         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2560         (message-inhibit-body-encoding): Move to before first use.
2561         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2562         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2563         (Organization, Message-ID, Date, mh-previous-window-config):
2564         Defvar the vars using dynamic scoping.
2565
2566 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2567
2568         * shr.el (shr-render-td): Only do colours at the final rendering.
2569         Should be slightly faster.
2570         (shr-insert-table): Fix up TD background colours when doing the
2571         vertical padding.
2572
2573         * gnus-art.el (article-date-ut): Protect against articles with no Date
2574         header.
2575         (article-update-date-lapsed): Don't use current-column to find the
2576         horizontal position.  It's fragile in the presence of \003 characters.
2577
2578         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2579
2580 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-art.el (article-transform-date): Rewrite to still work when
2583         there are several rfc2822 parts.
2584         (article-transform-date): Fix infinite recursion.
2585         (article-date-ut): Replace infinitely many Date headers with a single
2586         one when called interactively.
2587
2588         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2589         secure manner.
2590
2591         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2592         move around by not using save-window-excursion.  It seems to work...
2593
2594 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-art.el (article-make-date-line): Work for user-defined format.
2597
2598 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * nntp.el (nntp-retrieve-group-data-early)
2601         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2602         fetching functions.
2603
2604         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2605         thoroughly for all backends that have no known groups.  This should
2606         allow new nnml methods to retrieve mail.
2607
2608         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2609         that Gnus doesn't know exists again.
2610
2611         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2612         (gnus-treat-date-ut): Ditto.
2613         (gnus-article-update-date-header): Rename.
2614         (gnus-treat-date-local): Remove.
2615         (gnus-treat-date-english): Remove.
2616         (gnus-treat-date-lapsed): Remove.
2617         (gnus-treat-date-combined-lapsed): Remove.
2618         (gnus-treat-date-original): Remove.
2619         (gnus-treat-date-iso8601): Remove.
2620         (gnus-treat-date-user-defined): Remove.
2621         (gnus-article-date-headers): New variable to control all the date
2622         header options.
2623         (article-date-ut): Rewrite to allow using the new way to format date
2624         headers(s).
2625
2626 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2629         method.
2630         (nnmail-article-group): A better test for fanciness.
2631
2632         * nnimap.el (nnimap-request-head): Protect against not finding the
2633         article by Message-ID.
2634
2635 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2638         keep point at the "same place".
2639
2640 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2643         data if the group is unactivated.
2644
2645 2011-01-28  Julien Danjou  <julien@danjou.info>
2646
2647         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2648         (gnus-all-windows-visible-p): Remove old compatibility code.
2649         (gnus-window-top-edge): Add docstring.
2650
2651         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2652
2653 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2656         older request-update-info.
2657
2658         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2659
2660 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2661
2662         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2663         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2664
2665 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2666
2667         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2668         groups.  This makes the nndraft:queue group pop up if it's not already
2669         there.
2670
2671         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2672         messages" logic, which was reversed.
2673
2674         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2675         the "same place" even if point is on the line being replaced.
2676         (article-update-date-lapsed): Allow updating both the combined lapsed
2677         and the lapsed headers.
2678         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2679         (article-make-date-line): Limit the number of segments dynamically to
2680         avoid too-long lines.
2681
2682 2011-01-27  Julien Danjou  <julien@danjou.info>
2683
2684         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2685         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2686
2687 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2690         Use plist-get instead of the cl function getf.
2691
2692 2011-01-27  Glenn Morris  <rgm@gnu.org>
2693
2694         * gnus-util.el (float-time): Get rid of compiler warning, again.
2695
2696 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2697
2698         * shr.el (shr-put-color): Special-case background colours: Do put them
2699         at the blank parts at the front of the lines.
2700
2701         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2702         exit hook to nix out all data on readedness on group exit.
2703
2704         * gnus-util.el (float-time): If float-time is bound, always use it on
2705         all Emacsen.  It's unclear why the subrp check was there.
2706         (time-date): Require to make some autoload issues on XEmacs go away.
2707
2708         * shr.el (shr-put-color): Don't do the box padding in tables, since
2709         they're already padded.
2710
2711 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-art.el (gnus-article-next-page): When the last line of the
2714         article is displayed, scroll down once more instead of going to the
2715         next article at once.
2716         (article-lapsed-string): Refactor out and allow specifying how many
2717         segments you want.
2718         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2719         (gnus-article-update-lapsed-header): New variable.
2720
2721         * shr.el: Revert change that made headings use different-sized faces.
2722         The Emacs display engine isn't advanced enough that, for instance,
2723         tables can comfortably use differently-sized faces.
2724
2725 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2726
2727         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2728         used.
2729         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2730         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2731         we're using an encrypted connection.
2732
2733         * proto-stream.el: Alter the interface functions to also return the
2734         actual stream type used: network or tls.
2735
2736 2011-01-25  Julien Danjou  <julien@danjou.info>
2737
2738         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2739         (mm-display-javascript-inline): New function.
2740
2741         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2742         viewing function.
2743
2744 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * shr.el (shr-expand-newlines): Fix variable name.
2747
2748 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2749
2750         * shr.el (shr-expand-newlines): Make nested boxes work.
2751
2752 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2753
2754         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2755         backgrounds.
2756         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2757         in a more sensible manner.
2758
2759 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2760
2761         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2762         if EPG is loaded.
2763
2764 2011-01-24  Julien Danjou  <julien@danjou.info>
2765
2766         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2767         tags.
2768
2769 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2772         commands.
2773
2774         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2775         in the article buffer.
2776         (gnus-gravatar-insert): Use blank space from the current buffer to
2777         avoid breaking text properties.  This makes X-Sent updating work again.
2778
2779         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2780
2781 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2782
2783         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2784         fix the bug in url-http.el instead.
2785
2786         * shr.el (shr-image-fetched): Ditto.
2787
2788         * shr.el (shr-image-fetched): Avoid having point move in the article
2789         buffer.
2790
2791         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2792         buffer after being called.  It's apparently being killed by url.el, and
2793         killing it made point move to end-of-buffer in a random buffer.
2794
2795         * shr.el (shr-image-fetched): Ditto.
2796
2797 2011-01-23  Julien Danjou  <julien@danjou.info>
2798
2799         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2800
2801         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2802         text/x-org.
2803
2804 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2807         (i.e., nnimap) returning nil as the article number.
2808
2809 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2810
2811         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2812         "DelSp" parameter in RFC3676.
2813
2814 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2815
2816         * message.el (message-check-recipients): Display the encoded version of
2817         the bogus address if they differ.
2818
2819         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2820         after sending.
2821
2822         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2823
2824         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2825
2826         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2827         group buffer after sending the queue.
2828
2829         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2830
2831 2011-01-22  Julien Danjou  <julien@danjou.info>
2832
2833         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2834
2835 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2836
2837         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2838         nested related parts.
2839
2840         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2841         unexpired articles.  This fixes the regression that led expiry marks to
2842         disappear from nnfolder groups.
2843
2844 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2845
2846         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2847         Don't confuse the "ret" of "retrograde" with RET.
2848
2849 2011-01-21  Julien Danjou  <julien@danjou.info>
2850
2851         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2852         than mm-insert-inline.
2853
2854 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2857         Widen article buffer.
2858
2859 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2860
2861         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2862         the temp buffer.
2863         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2864
2865 2011-01-20  Julien Danjou  <julien@danjou.info>
2866
2867         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2868
2869         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2870         than mm-insert-inline to insert inline part: this respect
2871         mm-inline-media-tests displayers.
2872
2873         * mm-view.el (mm-display-shell-script-inline): New function.
2874
2875         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2876
2877         * mm-uu.el (mm-uu-type-alist): Add org block.
2878         (mm-uu-org-src-code-block-extract): New function.
2879
2880         * mm-view.el (mm-display-org-inline): New function.
2881
2882         * mm-decode.el (mm-automatic-display): Add text/org.
2883
2884         * mailcap.el (mailcap-mime-extensions): Add .org.
2885
2886 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2889         gnus-article-add-buttons.
2890
2891 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2892
2893         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2894         From header with a date and "nobody" as the sender.
2895
2896 2011-01-19  Julien Danjou  <julien@danjou.info>
2897
2898         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2899         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2900         if you have the same regexp several times.
2901         (gnus-button-push): Fix matching when regexp is symbol.
2902
2903 2011-01-15  Glenn Morris  <rgm@gnu.org>
2904
2905         * message.el (message-mail): A compose-mail function should
2906         accept headers as strings.
2907
2908 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2909
2910         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2911         Add :vert-only tags.
2912         (message-mail): New arg RETURN-ACTION.
2913         (message-return-action): New var.
2914         (message-bury): Use it.
2915         (message-mode): Make it buffer-local.
2916         (message-send-and-exit): Always call message-bury.
2917
2918         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2919         message-mail.
2920
2921 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * nnimap.el (nnimap-convert-partial-article): Protect against
2924         zero-length body parts.
2925
2926         * mm-decode.el (mm-preferred-alternative-precedence):
2927         Discourage showing empty parts.
2928
2929         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2930         and stuff if the backend didn't return the article number.  This fixes
2931         an Exchange-related nnimap bug.
2932
2933         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2934         group window, because it does the wrong thing when a separate frame
2935         displays the group buffer.
2936
2937         * proto-stream.el (open-protocol-stream): Protect against the low-level
2938         transport functions returning nil.
2939
2940 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2941
2942         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2943         (mml2015-epg-find-usable-secret-key): New function.
2944         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2945         mml2015-epg-find-usable-key (Bug#7797).
2946         (mml2015-epg-encrypt): Ditto.
2947
2948 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * dgnushack.el (rot13-string): Fix the way to get the argument.
2951
2952 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2955
2956 2011-01-03  Glenn Morris  <rgm@gnu.org>
2957
2958         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2959
2960         * sieve.el (sieve-open-server): Give a more explicit error if
2961         sieve-manage-open returns nil.  (Bug#7720)
2962
2963 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2964
2965         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2966
2967 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2970         This avoids sending passwords in plain text over non-encrypted
2971         channels.
2972
2973         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2974
2975         * nnimap.el (nnimap-login): Refactored out into own function, and
2976         implement CRAM-MD5.
2977         (nnimap-wait-for-line): Refactored out.
2978
2979         * mm-view.el (mml-smime): Require.
2980
2981 2010-12-20  David Engster  <deng@eml.cc>
2982
2983         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2984         use EPG to decrypt S/MIME messages instead of openssl.
2985
2986 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2989
2990         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2991         status is the group clearly is unreachable.
2992
2993         * auth-source.el (auth-source-create): Add the optional second
2994         parameter to `local-variable-p' to be compatible with XEmacs.
2995
2996 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2997
2998         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2999         work when using a compressed nnml folder.
3000
3001 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3004         backends after sanitising on entry, because this never makes sense:
3005         If the articles have gone missing, then the data no longer exists on
3006         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3007         overwrite anything anyway.
3008
3009         * shr.el (shr-insert-document): Bind shr-width dynamically to
3010         window-width if it's nil.
3011
3012 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3013
3014         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3015         with the meaning of using the full emacs window width for rendering.
3016
3017 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3018
3019         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3020         case when sender is not given.
3021
3022 2010-12-23  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3025         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3026         the addresses, otherwise we might misplaced the gravatar.
3027
3028 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3029
3030         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3031         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3032         obsolete in Emacs.
3033
3034 2010-12-20  Julien Danjou  <julien@danjou.info>
3035
3036         * gnus-util.el (gnus-rescale-image): Revert last change.
3037
3038 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3039
3040         * binhex.el: Improve commentary (Bug#7482).
3041
3042 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * gnus-group.el (gnus-group-delete-articles): New command.
3045
3046 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3047
3048         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3049
3050 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3053         here, since it's up to the backends to do CRLF removal if their
3054         protocol has it.
3055
3056         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3057
3058 2010-12-17  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3061         they are from file. Can also scale up.
3062
3063 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3064
3065         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3066         gnus-use-agent.
3067         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3068
3069         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3070
3071 2010-12-17  Julien Danjou  <julien@danjou.info>
3072
3073         * gravatar.el (gravatar-retrieve-synchronously): New function.
3074         (gravatar-get-data): Make more robust.
3075
3076 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3079
3080 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3083         to really consider the last line.
3084
3085 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3086
3087         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3088         list of recipient keys, or use symmetric encryption if not a list.
3089         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3090         EPA override, replacing the call to `netrc-store-data'.
3091
3092 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3093
3094         * gnus-srvr.el: Avoid passing nil regexp argument to
3095         delete-matching-lines.
3096
3097 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3100         fetching stops when Gnus exits.
3101
3102         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3103         function.
3104         (nnfolder-request-expire-articles): Save all the buffers after doing
3105         expiry.
3106
3107         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3108         the last article", since that led to serious performance regressions
3109         when expiring nnml groups.
3110
3111 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3112
3113         * nnir.el: Improve customizations.
3114
3115 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3118
3119         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3120         group has been killed.
3121         (gnus-group-yank-group): Ditto.
3122
3123         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3124
3125         * nnimap.el (nnimap-request-update-group-status): New function.
3126
3127         * gnus-int.el (gnus-request-update-group-status): New interface
3128         function.
3129
3130         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3131         copying read-ness to the backends.
3132
3133         * nnimap.el (nnimap-quirk): New function.
3134         (nnimap-retrieve-group-data-early): Use it.
3135         (nnimap-quirks): New alist.
3136
3137 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3140         don't delete it within indentation.
3141
3142 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3145         previous line.
3146
3147 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3150         QRESYNC command by deleting a superfluous space which broke Cyrus
3151         servers.  This change will break other servers that are buggy the other
3152         way around.
3153
3154 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3155
3156         * spam.el: Reindent and fix long lines.
3157         (spam-copy-or-move-routine): Exclude invalid move destinations.
3158
3159 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3160
3161         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3162         installed the registry.
3163
3164 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3167
3168 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3169
3170         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3171         groupname doesn't contain "gmane".
3172
3173 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3176         and netrc-bound-and-true-p bindings.
3177         (netrc-parse): Cache the netrc contents.
3178
3179         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3180         (gnus-1): Don't create the nndrafts group twice.
3181         (gnus-setup-news): There's no need to read the active file here, since
3182         that's done again later on a per-backend basis.
3183         (gnus-start-draft-setup): Make sure that the new group is started out
3184         empty.
3185
3186         * gnus-agent.el (gnus-agentize): Don't create the queue group
3187         automatically on startup.  It'll be created later, if needed.
3188
3189         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3190         of automatically subscribed groups.
3191         (gnus-auto-subscribed-categories): New variable.
3192         (gnus-matches-options-n): Use it.
3193         (gnus-default-subscribed-newsgroups): Remove unused variable.
3194         (gnus-start-draft-setup): Message a bit less.
3195
3196 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3197
3198         * nnir.el (nnir-run-imap): Return article list in order of increasing
3199         UID.
3200
3201 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-sum.el (gnus-summary-enter-digest-group):
3204         Mention gnus-auto-select-on-ephemeral-exit.
3205
3206         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3207         convention of the network-only option.
3208
3209 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * proto-stream.el (proto-stream-open-network-only): New function to
3212         have a way to specify non-STARTTLS upgrade connections.
3213
3214 2010-12-10  Julien Danjou  <julien@danjou.info>
3215
3216         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3217         email address is nil.
3218
3219         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3220
3221 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3222
3223         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3224         deletion.
3225         (nnir-run-imap): Only need to parse list once.
3226
3227 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * shr.el (shr-tag-script): Ignore <script>.
3230         (shr-tag-label): Add <label> support.
3231
3232 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3235
3236         * shr.el (shr-image-displayer): Work for images lined side by side.
3237
3238 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3239
3240         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3241         parameter, since XEmacs doesn't accept t as a parameter.
3242
3243 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3244
3245         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3246         ids.
3247         (nnir-run-gmane): Simplify groupspec formatting.
3248         (nnir-request-expire-articles): New function.
3249
3250 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3253         overflow, possibly.
3254
3255         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3256         (shr-render-td): Handle td style="" better.
3257         (shr-tag-table): Use the color from the style sheet.
3258         (shr-render-td): Make sure we copy over all the overlays, too.
3259
3260 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3261
3262         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3263         (nnir-request-article): Improve article retrieval.
3264
3265 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * mm-util.el (mm-extra-numeric-entities): New variable.
3268
3269         * mm-url.el (mm-url-decode-entities):
3270         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3271
3272         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3273
3274 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3275
3276         * message.el: Use completion-at-point.
3277         (message-completion-function): New fun, extracted from message-tab.
3278         (message-mode): Use it for completion-at-point-functions.
3279         (message-tab): Use it and completion-at-point.
3280
3281 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3284         character if a non-breakable character follows.
3285
3286 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3289         any stream.
3290
3291         * shr.el (shr-tag-font): Colorize the region.
3292         (shr-tag-body): Ditto.
3293         (shr-tag-font): Actually let the styles be inherited instead of
3294         overwriting them.
3295         (shr-tag-font): Get the background color right.
3296         (shr-tag-style): Ignore all <style> tags for the moment.
3297
3298         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3299         a Message-ID to avoid having nnimap depend on gnus-sum.
3300
3301         * shr.el (shr-descend): Only colorize something if we have a node that
3302         sets colors.
3303
3304 2010-12-06  Julien Danjou  <julien@danjou.info>
3305
3306         * shr.el (shr-render-td): Render td content with shr-descend, so style
3307         will be applied to <td> too.
3308         (shr-colorize-region): Colorize region even if we only have a background.
3309         (shr-tag-body): Fix color and background color inheritance.
3310         Do not recolorize after shr-generic.
3311         (shr-tag-font): Let shr-generic colorize via inheritance.
3312
3313 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3316
3317 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3318
3319         * nnir.el (nnir-request-move-article): Remove obsolete code.
3320
3321 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3324
3325 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-sum.el (gnus-summary-respool-article): The completion function
3328         expects a list instead of an alist.
3329
3330         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3331         string as the parameter.
3332
3333         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3334
3335         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3336         styles.
3337         (shr-colorize-region): New function.
3338         (shr-insert-background-overlay): Remove.
3339         (shr-render-td): Background setting should be taken care of on a higher
3340         level.
3341         (shr-tag-body): Use post-hoc colorizations.
3342         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3343         (shr-put-color-1): Don't overwrite old colors.
3344         (shr-colorize-region): When the background color isn't explicit, use
3345         a fixed background.
3346
3347         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3348         nnmail variables.
3349
3350 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3351
3352         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3353         unless necessary.
3354
3355 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3356
3357         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3358         server.
3359
3360 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3363         so that TAB works.
3364
3365         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3366         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3367
3368         * shr.el (shr-urlify): Show the URL before the title to avoid
3369         misleading URLs.
3370
3371 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3372
3373         * shr.el (shr-urlify): Display the title in <a> tags.
3374
3375 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3376
3377         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3378
3379 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3380
3381         * nnir.el: Rearrange code to allow macros to be autoloaded by
3382         gnus-sum.el.
3383         (nnir-retrieve-headers-override-function): Make this variable
3384         customizable.
3385         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3386
3387         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3388         from nnir.el.
3389
3390 2010-12-03  Julien Danjou  <julien@danjou.info>
3391
3392         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3393
3394 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3397         allow optional argument `environment'.
3398
3399 2010-12-03  Glenn Morris  <rgm@gnu.org>
3400
3401         * mm-extern.el (message-goto-body): Update declaration.
3402
3403 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-util.el (gnus-macroexpand-all): New function.
3406
3407         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3408         instead of macroexpand-all that is unavailable in XEmacs.
3409
3410 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3411
3412         * nnir.el (nnir-summary-line-format): New variable.
3413         (nnir-mode): Use it.
3414         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3415         (nnir-article-ids): Reimplement as defsubst.
3416         (nnir-retrieve-headers): Don't mangle the subject header.
3417         (nnir-run-imap): Use 100 as RSV score.
3418         (nnir-run-find-grep): Fix for full server searching.
3419         (nnir-run-gmane): Better restriction to gmane groups.
3420
3421         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3422         summary buffers.
3423
3424 2010-12-02  Julien Danjou  <julien@danjou.info>
3425
3426         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3427
3428         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3429
3430         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3431         support.
3432
3433 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3434
3435         * nnir.el: Update to handle the registry better.
3436         (autoload): Silence byte-compiler.
3437         (nnir-open-server): Add a hook for nnir groups.
3438         (nnir-request-move-article): Don't mangle the header. Better to use
3439         formating variables (which will be added in the future).
3440         (nnir-registry-action): Update the registry using the original article
3441         group name.
3442         (nnir-mode): Install nnir-specific hooks for updating the registry.
3443
3444         * gnus-sum.el
3445         (gnus-article-original-subject,gnus-newsgroup-original-name):
3446         Remove obsolete variables.
3447         (gnus-summary-move-article): Remove use of obsolete variables.
3448         (gnus-summary-local-variables): Make move and delete hooks local to
3449         summary buffers.
3450
3451 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * rtree.el: New file.
3454
3455 2010-12-01  Julien Danjou  <julien@danjou.info>
3456
3457         * message.el (message-user-organization): Do not use
3458         gnus-local-organization.
3459
3460         * gnus.el: Remove gnus-local-organization.
3461
3462         * gnus-msg.el: Remove nastygram thing.
3463
3464 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3465
3466         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3467         funcall.
3468
3469 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3472         names.
3473
3474         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3475         characters.
3476
3477         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3478         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3479         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3480         (gnus-gravatar-transform-address): Use mail-extract-address-components
3481         that supports non-ASCII names rather than mail-header-parse-addresses.
3482
3483 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * proto-stream.el (open-protocol-stream): All starttls connections are
3486         handled by the network handler.
3487
3488 2010-11-30  Julien Danjou  <julien@danjou.info>
3489
3490         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3491         (nnimap-open-connection-1): Fix PREAUTH.
3492
3493         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3494
3495 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3498         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3499         (shr-insert): Use them.
3500         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3501
3502 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3503
3504         * nnir.el (nnir-request-move-article): Bail out if original group
3505         doesn't support article moves.
3506         (nnir-get-active): Improve active list retrieval.
3507
3508 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3511
3512 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3513
3514         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3515         seem to accept strings-with-numbers as port numbers,
3516
3517 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3518
3519         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3520         change the registry.
3521
3522 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3525         delete-dups that is not available in XEmacs 21.4.
3526
3527         * mm-util.el (mm-delete-duplicates): Add comment.
3528
3529 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3530
3531         * nnir.el (nnir-ignored-newsgroups): New variable.
3532         (nnir-get-active): Use it.
3533
3534 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * proto-stream.el (proto-stream-open-network): Add some comments.
3537
3538         * nntp.el (nntp-open-connection): Provide a :success condition.
3539
3540         * nnimap.el (nnimap-open-connection-1): Ditto.
3541
3542         * proto-stream.el (proto-stream-open-network): See what the response to
3543         the STARTTLS command is.
3544
3545         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3546         backwards compatibility).
3547         (nnimap-open-connection-1): Really respect nnimap-server-port.
3548
3549         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3550         TLS upgrades we don't really care about the identity of the peer.
3551         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3552         that what we've checked for.
3553         (proto-stream-always-use-starttls): Only default to t if
3554         open-gnutls-stream exists.
3555         (proto-stream-open-network): If STARTTLS failed, then just open a
3556         normal connection.
3557         (proto-stream-open-network): Wait until the greeting before doing
3558         STARTTLS.
3559
3560         * nntp.el (nntp-open-connection): Report what the connection error is.
3561
3562         * proto-stream.el (open-protocol-stream): Rename from
3563         open-proto-stream.
3564
3565 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * nnimap.el (nnimap-stream): Change default to `undecided'.
3568         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3569         first, and then network.
3570         (nnimap-open-connection-1): Respect nnimap-server-port.
3571         (nnimap-open-connection): Be more backwards-compatible.
3572
3573         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3574         (proto-stream-open-starttls): De-duplicate the starttls code.
3575         (proto-stream-open-starttls): Folded back into the main function.
3576         (proto-stream-open-network): Fix typo in the gnutls path.
3577         (proto-stream-command): Refactor out.
3578
3579         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3580
3581         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3582         starttls.el STARTTLS.
3583
3584         * color.el (color-lab->srgb): Fix function call name.
3585
3586         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3587         if we're using tls.el.
3588         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3589         built in, then don't try to establish a STARTTLS connection.
3590
3591         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3592         servers.
3593
3594         * proto-stream.el (open-proto-stream): Use network, not stream.
3595         (open-proto-stream): Add a way to specify what the end of a command is.
3596
3597         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3598         connections types.
3599         (nntp-open-network-stream): Remove.
3600         (nntp-open-ssl-stream): Remove.
3601         (nntp-open-tls-stream): Remove.
3602         (nntp-ssl-program): Remove.
3603
3604         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3605
3606 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3607
3608         * nnir.el: Fix typos.
3609         (nnir-retrieve-headers-override-function): Rename variable to reflect
3610         new semantics.
3611         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3612         macros.
3613         (nnir-request-article, nnir-request-move-article): Use them.
3614         (nnir-categorize): New function.
3615         (nnir-run-query): Use it.
3616         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3617         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3618         sorted.
3619         (nnir-group-full-name): Use gnus-group-full-name instead.
3620         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3621         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3622
3623 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3626
3627         * proto-stream.el: New library to provide protocol-specific
3628         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3629         protocols.
3630         (open-proto-stream): Complete the documentation.
3631         (proto-stream-open-network): Fix some typos.
3632
3633         * nnimap.el (nnimap-open-connection): Use it.
3634
3635 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3636
3637         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3638         negotiation.
3639
3640 2010-11-26  Julien Danjou  <julien@danjou.info>
3641
3642         * color.el: Rename various rgb functions to srgb.
3643
3644 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3647         names.
3648
3649 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * shr.el (shr-insert): Revert last change.
3652         (shr-find-fill-point): Never leave point being at bol;
3653         relax the kinsoku limitation when rendering tables.
3654
3655 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3658         results from -accept-article.
3659
3660         * shr-color.el: Require cl when compiling.
3661
3662         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3663         checkin.
3664
3665         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3666
3667         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3668
3669         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3670         'add and 'delete to set backend marks.
3671
3672         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3673
3674         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3675
3676         * nntp.el (nntp-request-set-mark): Use it.
3677
3678         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3679
3680         * nnml.el (nnml-request-set-mark): Ditto.
3681
3682         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3683         introduces regressions in article selection.
3684         (nnimap-find-uid-response): New function.
3685         (nnimap-request-accept-article): Use the UID returned, if any.
3686         (nnimap-request-move-article): Use the UID returned, if any.
3687         (nnimap-get-groups): Reimplement to work with folded lines.
3688         (nnimap-find-uid-response): The UID is the last element in the list.
3689         (nnimap-request-set-mark): Extend syntax with 'set.
3690
3691         * nnml.el (nnml-request-set-mark): Ditto.
3692
3693         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3694
3695         * nntp.el (nntp-request-set-mark): Ditto.
3696
3697 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * message.el (message-called-interactively-p): A temporary macro.
3700         (message-goto-body): Use it temporarily.
3701
3702 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3705         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3706         (nnimap-last-response-string): Fix last unfolding fix.
3707
3708 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * shr.el (shr-insert): Fix the way to fold lines.
3711
3712 2010-11-25  Julien Danjou  <julien@danjou.info>
3713
3714         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3715
3716         * color.el: Rename from color-lab.el
3717         (color-rgb->hex): Add.
3718         (color-complement): Add.
3719         (color-complement-hex): Add.
3720
3721         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3722
3723 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3726         don't exist.
3727
3728 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3731         assuming that article displaying or another mml-preview may be
3732         interrupted for an error or for the like.
3733
3734         * shr.el (shr-get-background): Fix argument name.
3735
3736 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3739
3740         * gnus-sum.el (gnus-summary-include-articles): New function.
3741
3742         * message.el (message-goto-body): called-interactively-p needs a
3743         parameter, so use `any'.
3744
3745         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3746         clear marks before moving, since they're synced from the Gnus side
3747         first.
3748
3749         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3750         (gnus-summary-move-article): Copy over all marks before moving, so that
3751         IMAP doesn't think a new article has arrived.
3752
3753 2010-11-24  Julien Danjou  <julien@danjou.info>
3754
3755         * shr.el (shr-insert-background-overlay): Fix typo.
3756         (shr-render-td): Copy the background before rendering.
3757
3758         * shr-color.el (shr-color-visible): Fix docstring.
3759
3760         * shr.el (shr-tag-table): Add bgcolor support.
3761         (shr-render-td): Add bgcolor support.
3762         (shr-get-background): Add.
3763         (shr-insert-foreground-overlay): Use shr-get-background.
3764
3765         * message.el (message-goto-body): Use called-interactively-p.
3766         (message-in-body-p): message-goto-body returns point.
3767
3768 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3771         Fixes something or other in Emacs 23, and is backwards compatible.
3772
3773         * message.el (message-goto-body): Remove the <#secure special-casing,
3774         which is too special.
3775
3776         * shr.el (shr-parse-style): Drop !important from styles.
3777
3778 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3779
3780         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3781         this function to return incorrect results when calling it with an
3782         explicit article argument different from
3783         (gnus-summary-article-number).
3784
3785 2010-11-24  Julien Danjou  <julien@danjou.info>
3786
3787         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3788         (shr-tag-body): Add background support.
3789         (shr-descend): Add background support.
3790         (shr-tag-title): Add.
3791
3792         * shr-color.el (shr-color-visible): Really return original background
3793         if fixed.
3794
3795 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * shr.el (shr-color-check): Protect against non-existent colour names.
3798
3799 2010-11-24  Julien Danjou  <julien@danjou.info>
3800
3801         * color-lab.el: Require 'cl when compiling.
3802
3803         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3804
3805         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3806         matched part.
3807
3808         * color-lab.el: Fix all expt calls to use float type.
3809
3810 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3813         expression to shr-color-check as is.
3814
3815         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3816
3817         * color-lab.el: Add coding cookie.
3818         (float-pi): Use eval-and-compile.
3819
3820         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3821         compiled for Emacsen having no `libxml-parse-html-region' support.
3822
3823 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * shr.el (shr-insert-color-overlay): Split stuff like
3826         "#444444 !important" to find the real colour.
3827         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3828         parse <font color="red"> entries.
3829
3830 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3831
3832         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3833         point when parsing headers.
3834
3835         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3836         is positioned properly when parsing headers.
3837
3838 2010-11-23  Julien Danjou  <julien@danjou.info>
3839
3840         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3841
3842         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3843
3844         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3845
3846         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3847         Use shr-color-hue-to-rgb.
3848         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3849
3850 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * shr.el (shr-color->hexadecimal): Autoload.
3853         (shr-descend): Add color to all tags.
3854
3855 2010-11-22  Julien Danjou  <julien@danjou.info>
3856
3857         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3858         shr-color->hexadecimal.
3859
3860         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3861         RGB() or HSL() color representation.
3862
3863         * shr.el (shr-tag-font): Add.
3864         (shr-tag-color-check): New function to get better colors.
3865         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3866         tag-span.
3867
3868         * shr-color.el: New file.
3869
3870         * color-lab.el: New file.
3871
3872         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3873
3874 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3875
3876         * nnir.el: Fix typo in comments.
3877         (nnir-run-imap): Simplify code. No need to reverse artlist.
3878         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3879
3880 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3883
3884         * nnimap.el (nnimap-get-capabilities): Refactor out.
3885         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3886
3887 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3888
3889         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3890         appearing when `mm-uu-hide-markers' is nil.
3891
3892 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * nnimap.el (nnimap-unselect-group): Make into its own function.
3895         (nnimap-request-rename-group): Unselect group before renaming.
3896         This had gotten lost somewhere.
3897         (nnimap-request-accept-article): Keep track of examined groups, and
3898         unselect the group before APPENDing to read-only groups.
3899         (nnimap-request-move-article): Clear flags before moving so that they
3900         can be re-set later.
3901
3902 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3905         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3906
3907 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-art.el (gnus-mime-display-single)
3910         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3911         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3912         parameter.
3913
3914 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3917         (shr-table-vertical-line): New variable.
3918         (shr-insert-table): Use it.
3919
3920 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-html.el (gnus-html-wash-images): Don't display images if
3923         gnus-inhibit-images is non-nil; register displayer for cid images.
3924         (gnus-html-display-image): Work for cid image.
3925         (gnus-html-insert-image): Allow arguments.
3926         (gnus-html-put-image): Inhibit read-only.
3927         (gnus-html-prefetch-images): Don't prefetch images if
3928         gnus-inhibit-images is non-nil.
3929
3930 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * shr.el (shr-put-image): Break lines when inserting big pictures.
3933
3934 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3935
3936         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3937         sender, thanks Katsumi Yamaoka.
3938
3939 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3940
3941         * nnir.el (nnir-run-imap): Reverse the article list for each group
3942         rather than the whole list.
3943
3944 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * shr.el (shr-image-displayer): Protect function against non-existent
3947         image source.
3948
3949         * gnus-art.el (gnus-inhibit-images): New user option.
3950         (gnus-mime-display-single): Don't display image if it is non-nil.
3951
3952         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3953         gnus-inhibit-images.
3954
3955         * shr.el (shr-image-displayer): New function.
3956         (shr-tag-img): Use it.
3957
3958 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3959
3960         * mml2015.el (mml2015-epg-sign): Use From header.
3961
3962 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3965
3966         * gnus-util.el (gnus-find-text-property-region): Return markers.
3967
3968         * shr.el (shr-tag-img): Put a displayer in the text property.
3969
3970         * gnus-util.el (gnus-find-text-property-region): New utility function.
3971
3972         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3973         (gnus-html-show-images): Remove.
3974
3975         * gnus-art.el (gnus-article-show-images): New, more general function.
3976
3977         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3978         image url text properties.
3979
3980         * shr.el: Ditto.
3981
3982         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3983         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3984
3985 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3988         work for two or more articles.
3989
3990 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3993         divide an image that's in an html article to two or more when washing
3994         non-ASCII characters in alt text of it.
3995
3996 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3999         smime-decrypt-region using function argument.
4000         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4001
4002         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4003
4004         * smime.el (smime-decrypt-region): Catch it.
4005
4006 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4007
4008         * smime.el (smime-mode-map): Move initialization into declaration.
4009         (gnus-run-mode-hooks): Don't autoload.
4010         (smime-mode): Use define-derived-mode.
4011
4012 2010-11-11  Glenn Morris  <rgm@gnu.org>
4013
4014         * smime.el (from): Restrict declaration to XEmacs.
4015
4016         * nnir.el (gnus-group-topic-name): Autoload.
4017
4018 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * shr.el (shr-insert): Don't break long line if it is because of
4021         kinsoku-bol characters in the line end.
4022
4023 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4024
4025         * nnir.el (nnir-request-move-article): Fix to provide original group
4026         and subject.
4027         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4028         been retrieved.
4029
4030         * gnus-sum.el (gnus-summary-move-article): Use original group and
4031         subject for virtual articles such as those in an nnir summary buffer.
4032
4033 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4036         least 21.5).
4037
4038         * smime.el (from): Declare it again for XEmacs.
4039
4040 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * message.el (message-resend): Don't disable encoding unless it's
4043         already encoded.
4044
4045         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4046         low-numbered articles.
4047
4048 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * rfc2047.el (rfc2047-syntax-table): Simplify.
4051
4052         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4053
4054         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4055         set-char-table-range for XEmacs.
4056
4057 2010-11-10  Glenn Morris  <rgm@gnu.org>
4058
4059         * time-date.el (time-to-seconds): Always an alias on Emacs,
4060         never a real function.
4061         (with-no-warnings): Remove compat stub, now unused.
4062         (time-less-p): Doc fix.
4063         (time-to-number-of-days): Simplify.
4064
4065         * smime.el (from): Remove unused declaration.
4066
4067         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4068         (gnus-float-time): On Emacs, always an alias.
4069
4070         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4071         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4072
4073 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * dgnushack.el: Don't use ignore-errors in the top level form since it
4076         is unavailable in XEmacs even if cl is loaded.
4077
4078         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4079
4080 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * shr.el (browse-url-mailto): Autoload.
4083
4084         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4085
4086         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4087         regexp doesn't need quoting.
4088
4089 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4090
4091         * message.el (message-subject-trailing-was-ask-regexp)
4092         (message-subject-trailing-was-regexp): Match was: in addition to was.
4093
4094 2010-11-09  Glenn Morris  <rgm@gnu.org>
4095
4096         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4097         (nnbabyl-check-mbox): Use point-at-bol.
4098
4099 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4102
4103         * message.el (message-mailto): New function.
4104         (message-mailto): Should accept other parameters.
4105         (message-mailto): Remove since it duplicates browse-url-mailto
4106         functionality.
4107
4108 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4111         methods.
4112         (gnus-read-active-file): Ditto.
4113
4114         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4115         ": " from the prompt.
4116         (gnus-group-make-group): Ditto.
4117
4118 2010-11-07  Glenn Morris  <rgm@gnu.org>
4119
4120         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4121         (gnus-bookmark-kill-line): Use point-at-eol.
4122
4123 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4126         asterisks in From header.
4127
4128 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4131         string to avoid making the From headers syntactically invalid.
4132
4133         * message.el (message-send-mail): Don't insert courtesy messages if the
4134         message already has List-Post and List-ID messages.
4135
4136 2010-11-06  Glenn Morris  <rgm@gnu.org>
4137
4138         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4139         `condition', `type', `length' a prefix.
4140         (gnus-treat-predicate): Update for above name changes.
4141
4142 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4143
4144         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4145         binding.  Handled by `gnus-summary-refer-thread' instead.
4146         (nnir-warp-to-article): New backend function.
4147
4148         * nnimap.el (nnimap-request-thread): Force dependency updating.
4149
4150         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4151         (gnus-summary-refer-thread): Rework to improve thread-referral.
4152
4153         * gnus-int.el (gnus-warp-to-article): New function.
4154
4155         * gnus-sum.el (gnus-summary-article-map): Bind it.
4156
4157 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4158
4159         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4160         gnus-summary-refer-thread.
4161
4162         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4163         headers.
4164         (gnus-summary-limit-include-thread): Prevent articles in thread from
4165         being cut in gnus-cut-threads.
4166         (gnus-summary-refer-thread): Limit retrieved headers to those in
4167         thread.
4168
4169 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * message.el (message-send-mail): Use the value of
4172         message-courtesy-message from the message buffer.
4173
4174         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4175
4176         * shr.el (shr-browse-url): Implement mailto: URLs.
4177
4178         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4179         "raw".
4180
4181         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4182         if it's already selected.
4183
4184         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4185
4186 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4189         to measure the length and truncate alt text.
4190
4191 2010-11-03  Glenn Morris  <rgm@gnu.org>
4192
4193         * nndiary.el (nndiary-generate-nov-databases-1)
4194         (nndiary-generate-active-info): Rename dynamic variable `files' to
4195         something less generic.
4196
4197 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4198
4199         * nnir.el (nnir-request-move-article): Call the underlying backend to
4200         move articles from nnir.
4201
4202 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4205
4206 2010-11-02  Julien Danjou  <julien@danjou.info>
4207
4208         * nnir.el: Remove wais support.
4209
4210 2010-11-02  Glenn Morris  <rgm@gnu.org>
4211
4212         * gnus-html.el: Reorder requirements to quieten compiler.
4213
4214 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4217         properly for XEmacs as well.
4218         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4219         (gnus-article-natural-long-line-p): Use window-width rather than
4220         frame-width.
4221
4222 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4223
4224         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4225         (nnir-read-parms): Don't modify query.
4226         (nnir-run-query): Add ability to search topic on current line.
4227         (nnir-get-active): Clean up.
4228
4229 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4232         degenerate articles.
4233
4234         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4235         (gnus-print-buffer): Just print the buffer as is, without any copying
4236         to a buffer and then re-highlighting.
4237
4238         * nnimap.el (nnimap-request-group): Store the new updated info.
4239         (nnimap-request-group): Select the group when we don't know whether it
4240         exists or not.
4241
4242         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4243         groups.
4244
4245         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4246         groups.
4247
4248         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4249         groups.
4250
4251         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4252         long-lines case by only filling the long lines.
4253
4254         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4255         (bug #7311).
4256
4257 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * shr.el: No need to declare `declare-function' since shr.el is for
4260         only Emacsen that provide `libxml-parse-html-region'.
4261
4262         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4263         effective only in a file it is referred to.
4264
4265 2010-11-01  Glenn Morris  <rgm@gnu.org>
4266
4267         * mm-util.el (gnus-completing-read): Autoload.
4268         (mm-read-coding-system): Simplify Emacs definition.
4269
4270         * nnmail.el (gnus-activate-group):
4271         * nnimap.el (gnutls-negotiate):
4272         * nntp.el (netrc-parse): Fix declarations.
4273
4274 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4277         string-match-p in Emacs >=23.
4278
4279         * gnus-msg.el (gnus-configure-posting-styles)
4280         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4281
4282 2010-11-01  Glenn Morris  <rgm@gnu.org>
4283
4284         * nnir.el (declare-function): Add compat stub.
4285         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4286         (nnir-run-gmane): Require 'mm-url.
4287
4288         * mm-util.el (mm-string-to-multibyte): Simplify.
4289
4290         * shr.el (declare-function): Add compat stub.
4291         (url-cache-create-filename): Declare.
4292         (mm-disable-multibyte, widget-convert-button): Autoload.
4293
4294         * smime.el (ldap-search): Declare.
4295         (smime-cert-by-ldap-1): Require ldap on Emacs.
4296
4297         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4298         (nnimap-keepalive): Use gnus-float-time.
4299
4300         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4301         (mail-source-delete-crash-box): Use gnus-float-time.
4302
4303         * gnus-dired.el (gnus-completing-read): Autoload.
4304
4305         * mm-view.el (gnus-rescale-image): Autoload.
4306
4307         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4308
4309         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4310
4311         * sieve-manage.el: Require 'cl when compiling.
4312
4313         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4314         (gnus-iswitchb-completing-read): Require iswitchb.
4315         (gnus-select-frame-set-input-focus): Silence compiler.
4316
4317 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * message.el (message-subject-trailing-was-query): Change default to t,
4320         since I think that's what most people want.
4321
4322         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4323         appending for easier debugging.
4324         (nnimap-wait-for-connection): Take a regexp.
4325         (nnimap-request-accept-article): Wait for the continuation line before
4326         sending anything unless we're streaming.
4327
4328         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4329         leave the header washing to take place.
4330
4331 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4332
4333         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4334         regular expression match and replace in posting styles.
4335
4336 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4337
4338         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4339         an entire server.
4340         (nnir-get-active): New function.
4341         (nnir-run-imap): Use it.
4342         (nnir-run-gmane): Who knew, gmane search returns an article score!
4343
4344         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4345         server on the current line with nnir.
4346
4347 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4350         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4351         left edge.
4352         (gnus-article-foldable-buffer): Skip past the prefix when determining
4353         raggedness.
4354
4355         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4356         the raw article, and change `C-u g' to show the article without doing
4357         treatments.
4358
4359         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4360         on to `gnus-treat-article'.
4361         (gnus-inhibit-article-treatments): New variable.
4362
4363         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4364
4365         * gnus-art.el (gnus-treatment-function-alist): Have
4366         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4367         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4368         sections.
4369
4370         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4371         parameter.
4372         (gnus-article-fill-cited-long-lines): New function.
4373         (gnus-article-fill-cited-article): Allow filling only long sections.
4374
4375         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4376         and non-punctuation (like after the apostrophe in "'We").
4377
4378         * gnus-sum.el (gnus-summary-select-article): Make sure
4379         gnus-original-article-buffer is alive.
4380
4381         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4382         reflect the order they're in in the digest.
4383
4384         * gnus.el (gnus-group-startup-message): Move point to the start of the
4385         buffer.
4386
4387         * nnimap.el (nnimap-capability): New function.
4388         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4389         is set.
4390
4391 2010-10-31  David Engster  <dengste@eml.cc>
4392
4393         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4394         conform with changes to gnus-completing-read.
4395
4396 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4399
4400 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4401
4402         * nnir.el: Move defvar, defcustom around to keep file organized
4403         and keep byte-compiler quiet.
4404         (nnir-read-parms): Accept search-engine as arg.
4405         (nnir-run-query): Pass search-engine as arg.
4406         (nnir-search-engine): Remove.
4407
4408 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * shr.el (shr-generic): The text nodes should be text, not :text.
4411
4412         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4413         later in the file.
4414
4415 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4416
4417         * nnir.el: General clean up.  Allow searching with multiple engines.
4418         Allow separate extra-parameters for each engine.
4419         Batch queries when possible.
4420         (nnir-imap-default-search-key,nnir-method-default-engines):
4421         Add customize interface.
4422         (nnir-run-gmane): New engine.
4423         (nnir-engines): Use it.  Qualify all prompts with engine name.
4424         (nnir-search-engine): Remove global variable.
4425         (nnir-run-hyrex): Restore for now.
4426         (nnir-extra-parms,nnir-search-history): New variables.
4427         (gnus-group-make-nnir-group): Use them.
4428         (nnir-group-server): Remove in favor of gnus-group-server.
4429         (nnir-request-group): Avoid searching twice.
4430         (nnir-sort-groups-by-server): New function.
4431
4432 2010-10-30  Julien Danjou  <julien@danjou.info>
4433
4434         * gnus-group.el: Remove gnus-group-fetch-control.
4435
4436         * gnus-start.el (gnus-find-new-newsgroups):
4437         Remove gnus-check-first-time-used.
4438
4439         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4440
4441 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4442
4443         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4444         set on groups that don't have \* permanentflags.
4445
4446 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4449         control the background color.
4450         (shr-tag-img): Ignore very small web bug type images.
4451         (shr-put-image): Add help-echo alt texts to the images.
4452         (shr-tag-video): Show the video poster image.
4453
4454 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * shr.el (shr-table-depth): New variable.
4457         (shr-tag-table-1): Only insert the images after the top-level table.
4458
4459         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4460
4461         * gnus-util.el (gnus-list-memq-of-list): New function.
4462
4463         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4464         selected.
4465         (nnimap-unsplittable-articles): New slot.
4466         (nnimap-new-articles): Use it.
4467
4468 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4469
4470         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4471         move to the previous line on `M-g'.
4472
4473 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4476         *-request-group, which seems unnecessary.
4477
4478         * nnimap.el (nnimap-quote-specials): Function copied over from
4479         imap.el.
4480         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4481         they support that.  Suggested by Tom Regner.
4482
4483 2010-10-29  Julien Danjou  <julien@danjou.info>
4484
4485         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4486         defalias.
4487         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4488
4489         * gnus.el: Remove `gnus-nntp-service' variable.
4490         (gnus-secondary-servers): Make obsolete.
4491         (gnus-nntp-server): Make obsolete.
4492
4493         * gnus-start.el (gnus-1): Remove x-splash calls.
4494
4495         * gnus-ems.el (gnus-x-splash): Remove.
4496
4497         * gnus.el (gnus-group-startup-message): Simplify/update code.
4498
4499         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4500         definition.
4501
4502         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4503         capability before doing anything.
4504         (gnus-group-insert-group-line): Remove useless
4505         gnus-group-remove-excess-properties.
4506
4507 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4510
4511 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4514         config after reselecting.
4515
4516 2010-10-28  Julien Danjou  <julien@danjou.info>
4517
4518         * shr.el (shr-put-image): Use point even if only inserting text.
4519         (shr-put-image): Save excursion when inserting alt text on non-graphic
4520         display, so the behaviour is the same when we are on a graphic display.
4521
4522         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4523
4524 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4527         (gnus-mime-copy-part): Check coding system, not charset.
4528         (gnus-mime-view-part-externally): Never remove part.
4529         (gnus-mime-view-part-internally): Don't remove part here.
4530         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4531         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4532         multipart/alternative.
4533
4534         * mm-decode.el (mm-display-part): Take optional arg `force'.
4535
4536 2010-10-26  Julien Danjou  <julien@danjou.info>
4537
4538         * gnus-group.el (gnus-group-default-list-level): Add this function to
4539         compute the default list level.
4540         (gnus-group-default-list-level): Add possibility to use a function.
4541
4542 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4545
4546         * gnus-group.el (gnus-group-completing-read)
4547         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4548         gnus-replace-in-string.
4549
4550 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * shr.el (shr-tag-div): Add.
4553
4554         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4555
4556 2010-10-25  Julien Danjou  <julien@danjou.info>
4557
4558         * gnus-util.el: Remove `gnus-with-local-quit'.
4559
4560         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4561
4562 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4565         the original article buffer.
4566
4567 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * nnimap.el (nnimap-request-head): New function.
4570         (nnimap-request-move-article): Try to be slighly faster by not
4571         requesting the entire message when moving.
4572         (nnimap-transform-headers): Don't bug out on bodiless articles.
4573         (nnimap-send-command): Have no outstanding messages if the IMAP server
4574         doesn't support streaming.
4575         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4576
4577 2010-10-24  Julien Danjou  <julien@danjou.info>
4578
4579         * message.el (message-default-headers): Fix type.
4580
4581 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4584         prefetching images.
4585
4586         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4587         backend for unknown groups.  This is mainly useful for nnimap groups.
4588
4589         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4590         group isn't covered by the agent.
4591
4592 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4593
4594         * nnir.el (nnir-method-default-engines): New variable.
4595         (nnir-run-query): Use it.
4596         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4597         (gnus-summary-nnir-goto-thread): Change group if needed.
4598
4599         * gnus-group.el (gnus-group-group-map): Add key binding for
4600         gnus-group-make-nnir-group.
4601
4602 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * shr.el (shr-tag-object): Add.
4605
4606         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4607         original article buffer live.
4608         (gnus-summary-select-article-buffer):
4609         Mention gnus-widen-article-buffer.
4610
4611 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * shr.el (shr-tag-strong): Add.
4614
4615 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4618         group names.  They mess up the group buffer badly.
4619
4620         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4621
4622         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4623         instead of the summary one.
4624
4625 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mml.el (mml-preview): Work properly when editing article.
4628
4629         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4630         gnus-have-read-active-file if it's already been in.
4631
4632 2010-10-22  Tom Tromey  <tromey@redhat.com>
4633
4634         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4635         gnus-group-completing-read.
4636
4637 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * message.el (message-mode-map): Don't bind M-; to comment region, to
4640         allow the global comment-dwim to work.
4641
4642 2010-10-21  Julien Danjou  <julien@danjou.info>
4643
4644         * message.el (message-setup-1): Allow message-default-headers to be a
4645         function.
4646
4647 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * shr.el (shr-tag-table): Simplify.
4650
4651 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4654         to avoid trying to snarf invalid stuff.
4655
4656         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4657
4658         * gnus.el (gnus-message-archive-group): Quote value.
4659         (gnus-message-archive-group): Mark as changed.
4660
4661         * shr.el (shr-add-font): Don't put the font properties on the newline
4662         or the indentation.
4663
4664         * message.el (message-fix-before-sending): Change options when sending
4665         non-printable characters.
4666
4667         * gnus.el (gnus-message-archive-method): Change the default to
4668         monthly outgoing groups.
4669
4670         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4671         that have gotten new numbers.
4672
4673         * nnimap.el (nnimap-request-replace-article): New function.
4674
4675 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4678         (nnrss-request-article): Don't use special html washing code.
4679
4680 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * shr.el (shr-tag-table): Remove useless nconc.
4683
4684 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685
4686         * gnus-art.el (article-wash-html): Simplify and remove the charset
4687         stuff.  Use the normal html rendering code instead of the special html
4688         washing code.
4689
4690         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4691         `gnus-w3m' symbols.
4692         (mm-text-html-washer-alist): Remove.
4693
4694         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4695         (mm-inline-media-tests): Remove use.
4696         (mm-text-html-renderer): Change default to the `shr' symbol.
4697
4698         * mm-view.el (mm-inline-text-html): Remove use.
4699
4700         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4701         `gnus-blocked-images' to be a function.
4702         (gnus-article-wash-function): Remove.
4703
4704 2010-10-20  Julien Danjou  <julien@danjou.info>
4705
4706         * spam.el (spam-list-of-processors): Mark as obsolete.
4707
4708         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4709         (nnimap-insert-partial-structure): Fix boundary detection.
4710
4711 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4712
4713         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4714         run file-truename on remote files.  This can be expensive and even
4715         prevent one from editing drafts if some unrelated buffer has a stale
4716         connection.
4717
4718 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4721         kinsoku-eol regardless of shr-kinsoku-shorten.
4722         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4723         (shr-tag-table): Support caption, thead, and tfoot.
4724
4725 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4728         lines.
4729         (shr-save-contents): New command and keystroke.
4730
4731         * nndoc.el (nndoc-type-alist): Add git support.
4732         (nndoc-git-type-p): New function.
4733         (nndoc-transform-git-article): Ditto.
4734         (nndoc-transform-git-headers): Ditto.
4735         (nndoc-transform-git-headers): Generate Subject headers.
4736
4737         * shr.el (shr-parse-style): New function.
4738         (shr-tag-span): Ditto.
4739
4740         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4741         to `G G' to avoid collisions.
4742
4743 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * shr.el: Load kinsoku if necessary.
4746         (shr-kinsoku-shorten): New internal variable.
4747         (shr-find-fill-point): Make kinsoku shorten text line if
4748         shr-kinsoku-shorten is bound to non-nil.
4749         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4750         shr-indentation too when testing if table is wider than frame width.
4751         (shr-insert-table): Use `string-width' instead of `length' to measure
4752         text width.
4753         (shr-insert-table-ruler): Make sure indentation is done at bol.
4754
4755 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4756
4757         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4758         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4759         undecoded network data.
4760
4761 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4764         name in the mode line spec so that the mode line menu works
4765         (bug #2431).
4766
4767         * message.el (message-get-reply-headers): If we're fed `to-address',
4768         then always use that.
4769
4770         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4771         aren't so wide as to need to switch off the edit menu.
4772
4773         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4774         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4775
4776         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4777         `M-g'.
4778         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4779         the permanent marks.
4780
4781 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4782
4783         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4784         Splitting according to references/in-reply-to obeys the ignore-groups
4785         variable, while splitting by sender and subject do not.
4786
4787 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4790         alist, so that we can look for non-Unicode chars.
4791         (article-translate-strings): Allow both character and string maps.
4792
4793 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * shr.el (shr-insert): Don't insert space behind a wide character
4796         categorized as kinsoku-bol, or between characters both categorized as
4797         nospace.
4798
4799 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4800
4801         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4802         headers to gnus-newsgroup-headers.
4803
4804 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * shr.el (shr-tag-img): Don't align images -- since we're not
4807         rescaling, this often leads to ugly displays.
4808
4809 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4810
4811         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4812         duplicates.
4813
4814 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4815
4816         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4817         call.
4818
4819 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus.el: Autoload gnus-html-show-images.
4822
4823         * nnimap.el: Use nnheader-message throughout.
4824
4825         * shr.el (shr-tag-img): Ignore images with no data.
4826
4827 2010-10-15  Julien Danjou  <julien@danjou.info>
4828
4829         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4830         a possibility to disable format=flow encoding when using hard newlines.
4831
4832 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * shr.el (shr-insert): Remove space inserted before or after a
4835         breakable character or at the beginning or the end of a line.
4836         (shr-find-fill-point): Do kinsoku; find the second best point or give
4837         it up if there's no breakable point.
4838
4839 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * nnimap.el (nnimap-open-connection): Message when opening connection
4842         for debugging purposes.
4843
4844         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4845         on every setup buffer call to allow this to change from article to
4846         article.
4847
4848         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4849         buffers where we have a wide table.
4850
4851 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4852
4853         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4854         uses *-request-thread.
4855
4856 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4859         incantation, which is no longer valid.
4860
4861 2010-10-14  Julien Danjou  <julien@danjou.info>
4862
4863         * shr.el: Fix defcustom type (char -> character).
4864
4865 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4868         programs.
4869
4870 2010-10-14  Julien Danjou  <julien@danjou.info>
4871
4872         * shr.el (shr-tag-a): Use url-link as widget type.
4873
4874         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4875         `gnus-group-get-icon'.
4876
4877 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4880         This should make server editing work better.
4881
4882         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4883
4884         * tls.el (tls-program): Remove spurious %s from openssl.
4885
4886         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4887         (nnimap-parse-flags): Fix regexp.
4888
4889         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4890         probably work for CJVK text, too.
4891
4892         * nnimap.el (nnimap-extend-tls-programs): Remove.
4893         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4894
4895         * tls.el (tls-starttls-switches): Remove starttls hack.
4896         (open-tls-stream): Ditto.
4897         (tls-find-starttls-argument): Ditto.
4898
4899 2010-10-13  Julien Danjou  <julien@danjou.info>
4900
4901         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4902         responses.
4903
4904 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4907
4908         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4909         anything in Emacs.
4910
4911         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4912
4913 2010-10-13  Julien Danjou  <julien@danjou.info>
4914
4915         * shr.el (shr-width): Make shr-width a defcustom with default to
4916         fill-column.
4917         (shr-tag-img): Use shr-width rather than fill-column.
4918
4919 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * dgnushack.el (byte-optimize-apply)
4922         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4923
4924         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4925         position when (X-)Faces exist.
4926         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4927         avatars when called interactively.
4928
4929 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4932         gnus-article-x-face-too-ugly is bound.
4933
4934 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4937
4938         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4939         mailbox that doesn't exist.
4940
4941 2010-10-12  Julien Danjou  <julien@danjou.info>
4942
4943         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4944         (shr-get-image-data): Encode URL properly when fetching from cache.
4945         (shr-tag-img): Use aligned-to spaces to align correctly images.
4946
4947         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4948         before inserting the Gravatar.
4949
4950         * shr.el (shr-tag-img): Add align attribute support for <img>.
4951
4952 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-gravatar.el (gnus-art): Require.
4955
4956         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4957         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4958         Remove long obsoleted functions.
4959
4960 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4963
4964         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4965
4966         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4967         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4968         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4969         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4970         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4971         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4972         * sieve-manage.el, smime.el, spam.el:
4973         Fix comment for declare-function.
4974
4975 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * nnimap.el (nnimap-request-rename-group): Select group read-only
4978         before renaming it.
4979
4980         * shr.el (shr-insert): Fix up the white space only regexp.
4981
4982         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4983         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4984
4985         * shr.el (shr-current-column): New function.
4986         (shr-find-fill-point): New function.
4987
4988 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4989
4990         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4991         numbers.
4992
4993 2010-10-11  Julien Danjou  <julien@danjou.info>
4994
4995         * shr.el (shr-hr-line): Add.
4996         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4997         display hr lines.
4998         (shr-max-columns): Do not change state to nil if we just inserting
4999         spaces.
5000
5001 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5004         select the last group.
5005
5006 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5009
5010 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5011
5012         * dig.el (dig-mode-map): Declare and define in one step.
5013
5014 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5017         for Gnus.
5018         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5019         (nnimap-update-qresync-info): Mark \Seen articles as read.
5020
5021         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5022         non-variable, too.
5023
5024         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5025         available.
5026         (nnimap-update-info): Rely more on the current active than the param
5027         active to avoid marking articles as read too much.
5028
5029         * auth-source.el (auth-source-create): Use (user-login-name) for the
5030         user name default.
5031
5032         * nnimap.el (nnimap-update-info): If the server doesn't return any
5033         useful info, just use the previous info.
5034         (nnimap-update-info): Prefer old info over start-article.
5035         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5036
5037 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5038
5039         * nnir.el (autoload): Clean up autoloads.
5040         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5041         Use key rather than value.
5042         (nnir-imap-search-other): New variable.
5043         (nnir-read-parm): Use it.
5044         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5045         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5046
5047 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5048
5049         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5050         the process, too.
5051
5052 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * spam.el (gnus-summary-mode-map): Bind to "$".
5055         Suggested by Russ Allbery.
5056
5057         * shr.el: Rework the way things are indented by <li> slightly.
5058
5059         * gnus.el (gnus-group-set-parameter): Fix typo.
5060
5061         * nnimap.el: Start implementing QRESYNC support.
5062
5063 2010-10-09  Julien Danjou  <julien@danjou.info>
5064
5065         * nnir.el (nnir-engines): Fix too many arguments.
5066
5067 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5070         group is the "last", so that the backends like nnfolder actually save
5071         their folders.
5072
5073         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5074         try to use that for the tls stream.
5075         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5076         UIDVALIDITY and find out which groups are read-only and not.
5077         (nnimap-get-flags): Use the same marks parsing code as the rest of
5078         nnimap.
5079
5080 2010-10-09  Julien Danjou  <julien@danjou.info>
5081
5082         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5083
5084         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5085         retrieving gravatars.
5086
5087         * shr.el (shr-table-corner): Add.
5088         (shr-table-line): Add.
5089         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5090
5091 2010-10-08  Julien Danjou  <julien@danjou.info>
5092
5093         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5094
5095 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5098
5099         * gnus-sum.el (gnus-mark-article-as-unread)
5100         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5101         (gnus-summary-set-bookmark): Use it.
5102
5103         * gnus-msg.el (gnus-setup-message): Use it.
5104
5105         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5106
5107         * gnus.el (gnus-group-remove-parameter): Use it.
5108
5109         * gnus-group.el (gnus-group-make-web-group): Use it.
5110
5111         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5112
5113         * nnregistry.el: Update docs to mention manual.
5114
5115         * gnus-registry.el: Update docs to mention nnregistry.el.
5116         (gnus-registry-initialize): Don't install nnregistry refer method
5117         automatically.
5118         (gnus-registry-install-nnregistry): Remove it.
5119
5120 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * shr.el (shr-insert): Don't insert double spaces.
5123
5124 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-gravatar.el (gnus-treat-from-gravatar)
5127         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5128         called interactively.
5129
5130         * gnus-art.el (gnus-mime-view-part-externally)
5131         (gnus-mime-view-part-internally): Make predicate function passed to
5132         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5133         of a mime type.
5134
5135         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5136
5137 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * shr.el (require): Require cl when compiling.
5140         (shr-tag-hr): New function.
5141
5142         * nnimap.el (nnimap-update-info): Remove double setting of high.
5143         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5144         This makes nnimap work properly on Courier again.
5145
5146         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5147         the variable for backwards compatibility.
5148
5149         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5150         the file name before using to avoid setting mm-default-directory to
5151         nil.
5152
5153         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5154         bidning gnus-agent variables.
5155
5156         * shr.el (shr-render-td): Use a cache for the table rendering function
5157         to avoid getting an exponential rendering behaviour in nested tables.
5158         (shr-insert): Rework the line-breaking algorithm.
5159         (shr-insert): Don't leave trailing spaces.
5160         (shr-insert-table): Also insert empty TDs.
5161         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5162
5163 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5164
5165         * gnus-sum.el (gnus-number): Rename from `number'.
5166         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5167         (gnus-summary-limit-children): Update uses correspondingly.
5168
5169 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5172         (gnus-gravatar-transform-address): Don't show avatars of people of
5173         which mail addresses match gnus-gravatar-too-ugly.
5174
5175 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * shr.el (shr-table-widths): Expand TD elements to fill available
5178         space.
5179
5180 2010-10-07  Julien Danjou  <julien@danjou.info>
5181
5182         * nnimap.el (nnimap-request-rename-group): Add this method.
5183
5184 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5187         name from XEmacs' function-arglist.
5188
5189         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5190         gravatar under XEmacs.
5191
5192 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5193
5194         * auth-source.el: Update docs with TODO items.
5195
5196         * gnus-sync.el: Update docs to explain state and plans.
5197
5198         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5199         Hooks for mark updates.
5200         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5201
5202         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5203         hooks with arguments, which is needed for mark update hooks.
5204
5205 2010-10-06  Julien Danjou  <julien@danjou.info>
5206
5207         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5208         was matched.
5209
5210         * sieve-manage.el: Update example in `Commentary'.
5211
5212         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5213
5214         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5215         not 2000.
5216         (sieve-manage-authenticate): Re-add function.
5217
5218 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * shr.el (shr-insert): Get 'space transition right.
5221         (shr-render-td): Only delete space at the end of the TD.
5222
5223         * nnimap.el (nnimap-open-connection): Prepare to support
5224         open-gnutls-stream.
5225
5226         * shr.el: Rearrange function order to be more logical.
5227
5228 2010-10-06  Julien Danjou  <julien@danjou.info>
5229
5230         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5231         (nnrss-discover-feed): Remove 404 URL in docstring.
5232
5233         * nnir.el: Fix Swish-E URL.
5234         Fix Namazu URL.
5235
5236         * message.el (message-change-subject): Remove 404 URL in a comment.
5237
5238 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5241         called interactively.
5242
5243         * gnus-util.el (gnus-remove-if): Allow hash table.
5244         (gnus-remove-if-not): New function.
5245
5246         * gnus-art.el (gnus-mime-view-part-as-type)
5247         * gnus-score.el (gnus-summary-score-effect)
5248         * gnus-sum.el (gnus-read-move-group-name):
5249         Replace remove-if-not with gnus-remove-if-not.
5250
5251         * gnus-group.el (gnus-group-completing-read):
5252         Regard collection as a hash table if it is not a list.
5253
5254 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5257
5258         * shr.el: Document the table-rendering algorithm.
5259
5260 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5263         for Emacsen having no `libxml-parse-html-region' support.
5264
5265 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5268         invalid URLs.
5269
5270         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5271         line-broken.
5272         (shr-tag-img): Ignore image fetching errors.
5273         (shr-overlays-in-region): Compute overlay positions correctly.
5274
5275         * mm-decode.el (mm-shr): Require shr.
5276
5277         * gnus-art.el (gnus-blocked-images): Move variable here.
5278
5279         * shr.el (shr-insert-table): Bind free variable.
5280
5281         * mm-decode.el (mm-shr): Bind shr-content-function.
5282
5283         * shr.el (shr-content-function): New variable.
5284
5285         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5286         added for symmetry.
5287
5288         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5289
5290         * gnus-group.el (gnus-group-make-group): Doc fix.
5291
5292         * nnimap.el (nnimap-request-newgroups): Return success.
5293
5294         * shr.el (shr-find-elements): New function.
5295         (shr-tag-table): Put all the images after the table.
5296         (shr-tag-table): Really inhibit images inside the table.
5297         (shr-collect-overlays): Copy over overlays from the TD elements to the
5298         main document.
5299
5300         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5301         gnus-blocked-images.
5302
5303 2010-10-05  Julien Danjou  <julien@danjou.info>
5304
5305         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5306
5307         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5308         (gnus-html-maximum-image-size): Add this function.
5309         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5310
5311         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5312         server-value of the capability is nil.
5313
5314 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * shr.el (shr-tag-em): Add <EM> tag.
5317
5318 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5319
5320         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5321         customizable.
5322
5323         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5324         handing broken links to browse-url.
5325
5326 2010-10-05  Julien Danjou  <julien@danjou.info>
5327
5328         * gnus-util.el (gnus-emacs-completing-read)
5329         (gnus-iswitchb-completing-read): Use autoload rather than require.
5330
5331 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5334         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5335         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5336         iswitchb-temp-buflist for XEmacs.
5337
5338         * gnus-util.el (gnus-completing-read-function): Exclude
5339         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5340         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5341         XEmacs.
5342
5343         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5344         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5345
5346         * gnus-html.el: Don't require help-fns under XEmacs.
5347         (gnus-html-schedule-image-fetching): Work for XEmacs.
5348
5349         * mm-decode.el (mm-shr): Decode contents by charset.
5350
5351 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5354         unknown.
5355
5356         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5357         (shr-get-image-data): Ensure against the cache file missing.
5358
5359         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5360         for data.
5361
5362         * spam-report.el (spam-report-url-ping-plain): Don't query about
5363         killing the process.
5364
5365         * shr.el (shr-render-td): Protect against too-wide text.
5366
5367 2010-10-04  Julien Danjou  <julien@danjou.info>
5368
5369         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5370         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5371
5372         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5373         retrieved.
5374
5375 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * shr.el (browse-url): Require.
5378         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5379         lines.
5380         (shr-show-alt-text, shr-browse-image): New commands.
5381         (shr-browse-url, shr-copy-url): New commands.
5382
5383         * gnus-sum.el (gnus-widen-article-window): New variable.
5384         (gnus-summary-select-article-buffer): Use it.
5385
5386         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5387         without @ signs.
5388
5389 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5390
5391         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5392
5393 2010-10-04  Julien Danjou  <julien@danjou.info>
5394
5395         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5396         for XEmacs.
5397
5398 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5401
5402         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5403         (nnimap-close-server): Implement.
5404
5405         * dgnushack.el (iswitchb): Require to shut up the compiler.
5406
5407         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5408         (shr-insert): Tweak line breaking.
5409         (shr-insert): Handle <pre> better.
5410         (shr-tag-li): Get <li> indentation right.
5411         (shr-tag-li): Get <li> indentation even righter.
5412         (shr-tag-blockquote): Ensure paragraph start.
5413         (shr-make-table): Tweak table generation.
5414         (shr-make-table): Fix typo.
5415
5416         * shr.el: Implement table rendering.
5417
5418 2010-10-04  Julien Danjou  <julien@danjou.info>
5419
5420         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5421
5422 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * shr.el (shr-insert): Use string anchors instead of line anchors.
5425
5426 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * shr.el: Add headings.
5429         (shr-ensure-paragraph): Actually work.
5430         (shr-tag-li): Make <ul> prettier.
5431         (shr-insert): Get white space at the beginning/end of elements right.
5432         (shr-tag-p): Collapse subsequent <p>s.
5433         (shr-ensure-paragraph): Don't insert double line feeds after blank
5434         lines.
5435         (shr-insert): \t is also space.
5436         (shr-tag-s): Fix "s" tag name function.
5437         (shr-tag-s): Fix face prop name.
5438
5439 2010-10-03  Julien Danjou  <julien@danjou.info>
5440
5441         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5442
5443         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5444         gnus-window-inside-pixel-edges.
5445
5446         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5447         gnus-ems.
5448
5449         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5450
5451         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5452         function.
5453
5454         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5455         resize choice.
5456
5457 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5460         beginning of the buffer.
5461
5462         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5463         article buffer again.
5464
5465         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5466
5467         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5468         when it's at the start of the buffer.
5469
5470         * shr.el (shr-tag-blockquote): Convert name.
5471         (shr-rescale-image): Use the right image-size variant.
5472
5473         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5474         buffer isn't shown, then select the current article first instead of
5475         bugging out.
5476         (gnus-summary-select-article-buffer): Show both the article and summary
5477         buffers again.
5478
5479         * shr.el (shr-fontize-cont): Protect against regions with no text.
5480         Rename tag functions to shr-tag-* for enhanced security.
5481         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5482
5483 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5484
5485         * shr.el (shr-insert):
5486         * pop3.el (pop3-movemail):
5487         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5488         loaded.
5489
5490 2010-10-03  Glenn Morris  <rgm@gnu.org>
5491
5492         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5493
5494         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5495
5496         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5497
5498         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5499
5500         * gnus-util.el (gnus-make-local-hook): Simplify.
5501
5502 2010-10-02  Julien Danjou  <julien@danjou.info>
5503
5504         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5505         (gnus-ido-completing-read): New function.
5506         (gnus-emacs-completing-read): New function.
5507         (gnus-completing-read): Use gnus-completing-read-function.
5508         Add gnus-completing-read-function.
5509
5510 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * shr.el (shr-insert-document): Autoload.
5513         (shr-img): Be silent.
5514         (shr-insert): Add a newline after every picture before text.
5515         (shr-add-font): Use overlays for combining faces.
5516         (shr-insert): Pass upwards the text start point.
5517
5518         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5519         possible.
5520         (mm-shr): New function.
5521
5522 2010-10-02  Julien Danjou  <julien@danjou.info>
5523
5524         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5525         should go backward.
5526
5527 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5528
5529         * shr.el (shr): Fix typo in provide call.
5530
5531 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * shr.el: New file.
5534
5535         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5536
5537         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5538         completing read.
5539
5540 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5543         we're being queried about.  Suggested by Dan Jacobson.
5544
5545         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5546         Suggested by Jason Eisner.
5547
5548         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5549         table, too.  Suggested by Stefan Wiens.
5550         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5551         the table unnecessary.  Suggested by Stefan Wiens.
5552
5553         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5554         longer needed, and probably doesn't work either, as pointed out by
5555         Stefan Wiens.
5556         (gnus-summary-exit): Remove call to the clearing function.
5557         (gnus-summary-exit-no-update): Ditto.
5558
5559         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5560         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5561         Reported by Stefan Monnier.
5562         (gnus-summary-save-in-rmail): Ditto.
5563
5564         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5565         article buffer, instead of both the article buffer and the summary
5566         buffer.  Sort of suggested by Dan Jacobson.
5567
5568         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5569
5570         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5571         Suggested by Dan Jacobson.
5572
5573         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5574         documentation clearer.
5575
5576         * message.el (message-shorten-references): Comment on the number "21".
5577         Suggested by Stefan Monnier.
5578
5579         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5580         Suggested by Dan Jacobson.
5581
5582         * gnus.el (gnus-large-newsgroup):
5583         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5584
5585         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5586         externalize attachments.  Bug reported by Steve Wen.
5587
5588         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5589         really message anything to the user.
5590
5591         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5592         directly.
5593
5594         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5595         messages in empty groups.
5596
5597 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5598
5599         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5600         non-UIDNEXT group.
5601
5602 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5605         not the value from the collection.
5606
5607         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5608         values.  This sometimes happens on some groups that have no info.
5609         (nnimap-request-newgroups): New function.
5610
5611 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5614         check into `gnus-registry-initialize'.
5615         (gnus-registry-initialize): Ditto.
5616         Fix and extend header docs.
5617
5618 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5621         regexp backtrace overflows.
5622
5623         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5624         for starttls that tls.el implements; i.e. openssl.
5625
5626         * tls.el (tls-starttls-switches): Give up on using starttls with
5627         gnutls-cli.
5628         (tls-program): Add --insecure to be consistent with the defaults from
5629         openssl s_client.  Now all three commands are insecure.
5630
5631 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * lpath.el: Bind completion-styles-alist for XEmacs.
5634
5635         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5636         (gravatar-create-image): New function that's an alias to
5637         gnus-xmas-create-image, gnus-create-image, or create-image.
5638         (gravatar-data->image): Use it.
5639
5640 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5643         install the nnregistry refer method.
5644         (gnus-registry-install-hooks): Use it.
5645         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5646         unfollowed groups.
5647
5648 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5649
5650         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5651         expanding threads.
5652
5653 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * nnir.el: Use the server names without suffixes (bug #7009).
5656
5657         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5658         unencrypted to STARTTLS, if possible.
5659
5660 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5661
5662         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5663         headers before superseding.
5664
5665 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * nnrss.el (nnrss-use-local): Add documentation.
5668
5669         * nnimap.el (nnimap-extend-tls-programs): New function.
5670         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5671         (nnimap-wait-for-connection): Accept the greeting from the stupid
5672         output from openssl s_client -starttls, too.
5673
5674         * tls.el (tls-starttls-switches): New variable.
5675         (tls-find-starttls-argument): Use it.
5676         (open-tls-stream): Ditto.
5677
5678         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5679         (netrc-machine): Ditto.
5680
5681         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5682         article number.
5683         (nnimap-split-fancy): New variable.
5684         (nnimap-split-incoming-mail): Use it.
5685
5686         * nntp.el (nntp-server-list-active-group): Document.
5687
5688         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5689         SELECT to get the message-id.
5690
5691         * mail-source.el (mail-sources): Remove webmail support.
5692         (defvar): Ditto.
5693         (mail-source-fetcher-alist): Ditto.
5694         (mail-source-fetch-webmail): Remove.
5695
5696         * webmail.el: Remove -- doesn't seem relevant any more.
5697
5698         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5699
5700         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5701         the \r.
5702
5703 2010-09-30  Julien Danjou  <julien@danjou.info>
5704
5705         * gnus-agent.el (gnus-agent-add-group): Fix call to
5706         gnus-completing-read.
5707
5708 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * nndoc.el (nndoc-retrieve-groups): New function.
5711
5712         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5713         `default', use nnmail-split-methods.
5714         (nnimap-request-article): Downcase the NILs so that they are nil.
5715
5716         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5717         symbol.
5718
5719         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5720         code, since if the user has requested network, that's what they ought
5721         to get.
5722         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5723         (nnimap-split-rule): Mark as obsolete.
5724
5725         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5726         New variable.
5727
5728         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5729         correct slot, too.
5730
5731 2010-09-29  Julien Danjou  <julien@danjou.info>
5732
5733         * gnus.el (gnus-local-domain): Declare variable obsolete.
5734
5735         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5736         Fix history computing.
5737         (gnus-ido-completing-read): Require ido.
5738
5739 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5742         build Gnus.
5743
5744         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5745         when interpreting the structures.
5746         (nnimap-request-accept-article): Add \r\n to the lines to make this
5747         work with Cyrus.
5748
5749         * nndraft.el (nndraft-request-expire-articles): Use the group name
5750         instead if "nndraft".  Fix found by Nils Ackermann.
5751
5752 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5753
5754         * nnregistry.el: Add.
5755
5756 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5757
5758         * nnmail.el (group, group-art-list, group-art):
5759         Remove unneeded directives.
5760
5761 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5764         (mm-mime-charset)
5765         * rfc2047.el (rfc2047-syntax-table)
5766         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5767
5768         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5769         rather than `insert-file-contents' and `eval-region'.
5770
5771         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5772         construction.
5773
5774         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5775
5776         * time-date.el: No need to require cl for Emacs 21.
5777
5778 2010-09-29  Julien Danjou  <julien@danjou.info>
5779
5780         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5781         replacement of `gnus-gravatar-relief' to mimic
5782         `gnus-faces-properties-alist'.
5783         Add :version property.
5784
5785 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * mail-source.el (mail-source-report-new-mail)
5788         * message.el (message-default-mail-headers)
5789         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5790
5791         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5792
5793 2010-09-28  Julien Danjou  <julien@danjou.info>
5794
5795         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5796         mail-address contains the same string as real-name.
5797
5798         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5799         non-blank in header, otherwise it'll get stripped.
5800
5801         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5802         real-name, and then for mail address rather than doing : or , search.
5803
5804 2010-09-27  Julien Danjou  <julien@danjou.info>
5805
5806         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5807         right completing-read function.
5808         (gnus-use-ido): New variable
5809         (gnus-completing-read-with-default): Remove.
5810         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5811         (gnus-agent-add-group):
5812         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5813         * mm-view.el (mm-view-pkcs7-decrypt):
5814         * mm-util.el (mm-codepage-setup):
5815         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5816         * mml-smime.el (mml-smime-openssl-sign-query):
5817         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5818         (mml-insert-multipart):
5819         * gnus-msg.el (gnus-summary-yank-message):
5820         * gnus-int.el (gnus-start-news-server):
5821         * mm-decode.el (mm-interactively-view-part):
5822         * gnus-dired.el (gnus-dired-attach):
5823         * gnus.el (gnus-read-method):
5824         * gnus-bookmark.el (gnus-bookmark-jump):
5825         * gnus-art.el (gnus-mime-view-part-as-type)
5826         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5827         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5828         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5829         * nnmairix.el (nnmairix-create-server-and-default-group)
5830         (nnmairix-update-groups, nnmairix-get-server)
5831         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5832         (nnmairix-get-group-from-file-path):
5833         * nnrss.el (nnrss-find-rss-via-syndic8):
5834         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5835         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5836         (gnus-group-browse-foreign-server):
5837         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5838         (gnus-summary-execute-command, gnus-summary-respool-article)
5839         (gnus-read-move-group-name):
5840         * gnus-score.el (gnus-summary-increase-score)
5841         (gnus-summary-score-effect):
5842         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5843
5844 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5847         x-focus-frame.
5848
5849         * nnimap.el (auth-source-forget-user-or-password)
5850         (auth-source-user-or-password): Autoload.
5851
5852         * message.el (message-from-style, message-interactive)
5853         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5854         (message-yank-prefix, message-indentation-spaces, message-signature)
5855         (message-signature-file): Add comment.
5856
5857 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5860         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5861         new articles.
5862
5863         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5864         parts.
5865         (nnimap-request-article): Work with the t setting, too.
5866
5867         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5868         that you don't get flashes of other buffers.
5869         (gnus-summary-show-complete-article): Intern before setting.
5870
5871 2010-09-27  David Engster  <dengste@eml.cc>
5872
5873         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5874         well as HEADERS.
5875         (nnmairix-retrieve-headers): Provide new argument for the above.
5876
5877 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-sum.el (gnus-summary-move-article): Don't alter
5880         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5881         group.
5882
5883         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5884
5885         * message.el (message-cite-prefix-regexp): Revert my last edit.
5886
5887         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5888         variable instead of the Gnus variable.
5889
5890         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5891
5892         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5893
5894         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5895         since some servers don't like it.
5896         (nnimap-open-connection): Forget credentials if the server says the
5897         password was wrong.
5898         (nnimap-parse-line): Protect against invalid data.
5899
5900         * gnus-sum.el (gnus-summary-move-article): Add comment.
5901         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5902         nothing alters it while scanning for new messages.
5903
5904         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5905         which may or may not help.
5906         (nnimap-open-connection): If we're doing a stream connection, and then
5907         discover we're on a STARTTLS-capable server, then open a STARTTLS
5908         connection instead.
5909
5910 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * nnimap.el (utf7): Require.
5913
5914         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5915         prefix.
5916
5917 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5918
5919         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5920
5921 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * nnimap.el (nnimap-request-accept-article): Message the error on
5924         error.
5925
5926 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5929
5930 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * nndoc.el (nndoc-request-list): Return success always.
5933
5934         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5935         `fetch-old' -- we only want to fetch the articles we've requested.
5936         The rest are in the agent, probably.
5937         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5938         disappeared server" to something low.  It's not important.
5939
5940         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5941         arrived before the FETCH data.
5942
5943         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5944         target here, because we don't know the Gnus name of the group.
5945
5946         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5947         for the correct group.
5948
5949         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5950
5951         * gnus.el (gnus): Give a final warning after startup.
5952
5953         * gnus-util.el (gnus-action-message-log): New variable.
5954         (gnus-message): Use it.
5955         (gnus-final-warning): New function.
5956
5957         * nnimap.el (nnimap-open-connection): Record the greeting.
5958         (nnimap): Add greeting.
5959
5960 2010-09-26  Julien Danjou  <julien@danjou.info>
5961
5962         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5963         arguments.
5964         (gnus-html-wash-images): Fix spec computing to include start/end.
5965
5966         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5967
5968 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5971         deletion.
5972         (nnimap-retrieve-headers): Don't select the group, because that's
5973         already done by nnimap-possibly-change-group.
5974
5975         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5976         (gnus-picon-transform-address): Use it.
5977
5978         * mail-source.el (mail-source-value): Revert previous patch.
5979
5980         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5981         on failure.
5982         (nnimap-open-connection): Look up both virtual and physical server name
5983         credentials.
5984
5985         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5986
5987 2009-02-07  Dave Love  <fx@gnu.org>
5988
5989         * tls.el (open-tls-stream): Don't query killing process.
5990
5991 2009-02-08  Dave Love  <fx@gnu.org>
5992
5993         * gnus-win.el (gnus-window-to-buffer-helper)
5994         (gnus-all-windows-visible-p): Function needn't be a symbol.
5995
5996         * mail-source.el (mail-source-value): Function needn't be a symbol.
5997
5998 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * message.el (message-cite-prefix-regexp): Remove } from the cite
6001         prefix.
6002
6003         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6004         highlight again, so that the highlight is correct.
6005
6006         * gnus-picon.el (gnus-picon): Remove again.
6007         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6008
6009         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6010         doing the header highlightling, so that the background colour of the
6011         picon is correct.
6012
6013         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6014         (gnus-picon): Ditto.
6015         (gnus-picon): Reinstate.  The background colour for picons is white.
6016         (gnus-picon-insert-glyph): Make the background white.
6017
6018         * nnml.el (nnml-open-nov): Don't return dead buffers.
6019
6020         * auth-source.el (auth-source-create): Query the user for whether to
6021         store the credentials.
6022
6023         * netrc.el (netrc-store-data): New function.
6024
6025         * auth-source.el (auth-source-user-or-password): Use the existing auth
6026         sources, if any, for creation.
6027
6028         * gnus.el (gnus-group-fast-parameter): Return the last matching
6029         parameter instead of the first matching parameter.
6030
6031 2010-09-26  Julien Danjou  <julien@danjou.info>
6032
6033         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6034
6035 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036
6037         * mml2015.el (mml2015-use): Remove gpg support.
6038
6039         * mml1991.el (mml1991-function-alist): Remove gpg function.
6040         (mml1991-gpg-sign): Remove.
6041
6042 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6043
6044         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6045         (gnus-browse-unsubscribe-current-group): Document it.
6046         (gnus-browse-unsubscribe-group): Use it.
6047
6048 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6051         address to the To list for easier response.
6052
6053         * gnus.el (gnus-play-startup-jingle): Remove.
6054         (gnus-splash): Don't play jingle.
6055         (gnus): Silence gnus-load message.
6056
6057         * gnus-art.el (gnus-treat-play-sounds): Remove.
6058
6059         * gnus.el (gnus-play-jingle): Remove audio support.
6060
6061         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6062
6063         * earcon.el: Remove -- no users.
6064
6065         * gnus-audio.el: Remove -- no users of this package.
6066
6067         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6068
6069         * gnus-start.el (gnus-setup-news): Remove nocem support.
6070
6071         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6072
6073         * gnus.el (gnus-use-nocem): Remove.
6074
6075         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6076         Remove.
6077
6078         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6079         uses NoCeM any more.
6080
6081         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6082         (gnus-button-ctan-handler): Ditto.
6083         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6084         (gnus-button-ctan-directory-regexp): Ditto.
6085         (gnus-button-handle-ctan): Ditto.
6086         (gnus-button-tex-level): Ditto.
6087         (gnus-button-alist): Remove CTAN stuff.
6088
6089 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6092         nnimap-streaming test.
6093
6094         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6095         servers twice.
6096
6097         * nnimap.el (nnimap-open-connection): Add more error reporting when
6098         nnimap fails early.
6099
6100         * nnheader.el (nnheader-get-report-string): New function.
6101         (nnheader-get-report): Use it.
6102
6103         * gnus-int.el (gnus-check-server): Say what the error was when opening
6104         failed.
6105
6106         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6107         using streaming.
6108
6109 2010-09-25  Julien Danjou  <julien@danjou.info>
6110
6111         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6112         gnus-window-inside-pixel-edges.
6113
6114 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6117
6118         * mm-decode.el (mm-save-part): Allow saving to other directories the
6119         normal Emacs way.
6120
6121         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6122         Suggested by Jay Berkenbilt.
6123
6124         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6125         there isn't a single byte.
6126
6127         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6128         just do it.  It doesn't really seem to matter what the user responds
6129         here, I think, so it's just a confusing question.
6130
6131         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6132         non-streaming case.
6133
6134         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6135         (gnus-article-encrypt-body): Use it.
6136
6137         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6138         keystroke.
6139
6140         * nnimap.el (nnimap-find-wanted-parts-1):
6141         Use gnus-fetch-partial-articles.
6142
6143         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6144
6145         * nnimap.el (nnimap-insert-partial-structure): New function.
6146         (nnimap-get-partial-article): New function.
6147         (nnimap-request-article): Use it.
6148         (nnimap-wait-for-response): Return whether the wait was successful.
6149         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6150         retrieval wasn't successful.
6151         (nnimap-retrieve-group-data-early): Allow throttling servers.
6152         (nnimap-streaming): New variable.
6153         (nnimap-fetch-partial-articles): Remove.
6154
6155         * mm-decode.el (mm-with-part): Protect against killed buffers.
6156
6157         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6158         for prettier summary display.
6159
6160 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6161
6162         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6163
6164 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6167         apparently third-party libraries depend on it.
6168
6169         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6170         before starting negotiation.
6171
6172         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6173         privacy reasons.
6174         (gnus-treat-mail-gravatar): Ditto.
6175
6176         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6177         buffer when inserting images.  Inserting text into the headers, for
6178         instance, can make them invalid.
6179
6180 2010-09-25  Julien Danjou  <julien@danjou.info>
6181
6182         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6183         variables.
6184
6185         * nnheader.el: Remove useless variables news-reply-yank-from and
6186         news-reply-yank-message-id.
6187
6188         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6189         variables.
6190
6191         * mml1991.el: Remove useless mml1991-verbose.
6192
6193         * gnus.el: Remove useless variable gnus-use-generic-from.
6194         Remove obsolete variable gnus-topic-indentation.
6195
6196         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6197
6198         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6199
6200         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6201
6202         * gnus-group.el: Remove useless gnus-group-icon-cache.
6203         Remove useless gnus-ephemeral-group-server.
6204
6205         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6206
6207         * mml2015.el: Remove useless mml2015-verbose.
6208
6209         * mml-smime.el: Remove useless mml-smime-verbose.
6210
6211         * gnus.el: Remove useless gnus-local-domain.
6212
6213         * gnus-gravatar.el (gnus-gravatar-transform-address):
6214         Use gnus-gravatar-size.
6215
6216         * gnus-art.el: Remove useless gnus-treat-translate.
6217
6218 2010-09-24  Julien Danjou  <julien@danjou.info>
6219
6220         * gnus-sum.el: Add support for Gravatars.
6221
6222         * gnus-art.el: Add support for Gravatars.
6223
6224         * gnus-gravatar.el: Add this file.
6225
6226         * gravatar.el: Add this file.
6227
6228 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6231
6232         * gnus-group.el (gnus-group-fetch-faq): Remove.
6233
6234         * gnus.el (gnus-group-faq-directory): Remove.
6235
6236         * gnus-group.el (gnus-group-fetch-charter): Remove.
6237
6238         * gnus.el (gnus-group-charter-alist): Remove.
6239
6240         * gnus-group.el (gnus-group-archive-directory): Remove.
6241         (gnus-group-recent-archive-directory): Ditto.
6242         (gnus-group-make-archive-group): Remove.
6243
6244         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6245
6246         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6247         use the same article number for all the cached articles.
6248
6249         * nnimap.el (nnimap-command): Register the last command time so
6250         that we can use it for idling NOOPs.
6251         (nnimap-open-connection): Start the keeplive timer.
6252         (nnimap-make-process-buffer): Store all the process buffers.
6253         (nnimap-keepalive): New function.
6254
6255         * starttls.el (starttls-open-stream): Add autoload cookie.
6256
6257 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6258
6259         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6260         handling.
6261
6262 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6265         its data structures.
6266
6267         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6268         instead of the cl.el copy-list.
6269         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6270         equalp.
6271
6272 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6275         and tool-bar-local-item-from-menu.
6276
6277         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6278         mode-line-highlight face for Emacs.
6279
6280         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6281         loading gnus-sum.elc; fix comment for canlock-verify.
6282         (gnus-article-jump-to-part): Use read-number.
6283         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6284         Remove Emacs pre-21 compatible code for help-echo.
6285         (gnus-article-next-page-1): No need to adjust the number of lines.
6286         (gnus-article-describe-bindings): Always use help-buffer.
6287
6288         * gnus-audio.el (gnus-audio-inline-sound)
6289         * gnus-cus.el (gnus-custom-mode)
6290         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6291
6292         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6293
6294         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6295         compatible code.
6296
6297 2010-09-24  Glenn Morris  <rgm@gnu.org>
6298
6299         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6300         visiting the fcc file in rmail-mode.
6301
6302         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6303
6304 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * nnir.el: Silence the byte compiler.
6307
6308         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6309         alias to browse-url-url-encode-chars if any.
6310         (gnus-html-encode-url): Use it.
6311
6312 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-start.el (gnus-use-backend-marks): New variable.
6315         (gnus-get-unread-articles-in-group): Use it.
6316
6317         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6318         makeover.
6319
6320 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6321
6322         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6323
6324 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6327         Remove.
6328         (gnus-setup-news-hook):
6329         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6330
6331         * gnus-int.el (gnus-request-update-info): Protect against backends not
6332         having the function.
6333
6334         * nnimap.el (nnimap-stream): Mention starttls.
6335         (nnimap-open-connection): Add starttls support.
6336
6337 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6338
6339         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6340
6341 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342
6343         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6344         BODYSTRUCTUREs.
6345         (nnimap-transform-headers): Unfold quoted {42} headers.
6346
6347         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6348         the info.
6349         (gnus-get-unread-articles): Only call updatep on backends that support
6350         it.
6351
6352         * nnweb.el (nnweb-request-update-info): NOOP.
6353
6354         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6355
6356         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6357         since it only deals with marks.
6358
6359         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6360         gnus-request-marks, and make a new gnus-request-update-info.
6361
6362         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6363         the active instead of the high number, which is usually too low.
6364
6365 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6366
6367         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6368         * encrypt.el: Remove.
6369
6370 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6373         server in symbolic form.
6374
6375         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6376
6377 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6378
6379         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6380         (nnimap-update-info): Fix up code slightly.
6381
6382         * gnus-int.el (gnus-open-server): Add tracing for performance
6383         debugging.
6384
6385         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6386         (gnus-group-insert-group-line): Pass the real group name so that it
6387         gets the right data.
6388
6389         * gnus-start.el (gnus-get-unread-articles): Don't have
6390         `gnus-get-unread-articles-in-group' update info, since that can be
6391         really slow and doesn't seem to be needed?
6392
6393 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6394
6395         * time-date.el (date-to-time): Try using parse-time-string first before
6396         using the slower timezone-make-date-arpa-standard.
6397
6398 2010-09-22  Julien Danjou  <julien@danjou.info>
6399
6400         * gnus-group.el (gnus-group-insert-group-line):
6401         Call gnus-group-highlight-line.
6402         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6403         default hook list.
6404         (gnus-group-update-eval-form): Add new function.
6405         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6406         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6407
6408 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6411         immediate, then expire all articles.
6412         (nnimap-update-info): Fix off-by-one errors.
6413         (nnimap-flags-to-marks): Would return no marks lists for group with no
6414         flags.  Instead return the other data.
6415
6416 2010-09-22  Julien Danjou  <julien@danjou.info>
6417
6418         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6419         Only return an icon.
6420         (gnus-group-insert-group-line): Compute icon to return.
6421
6422         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6423         (gnus-html-image-fetched): Only cache if
6424         gnus-html-image-automatic-caching is set.
6425         (gnus-html-image-fetched): Check for errors.
6426
6427 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6430         once per method on `g'.  This ensures that backends like nnfolder don't
6431         open all their folders.
6432
6433         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6434         (nnimap-request-list): Nix out group in the correct buffer.
6435         (nnimap-parse-flags): Implement by using `read' instead of
6436         hand-parsing.
6437         (nnimap-flags-to-marks): Pass on permanent-flags.
6438         (nnimap-make-process-buffer): Record the server name.
6439         (nnimap-parse-flags): Fix typo.
6440         (nnimap-request-scan): Run split on the server in general, not just a
6441         single group.
6442
6443         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6444         parameter, and propagate this downwards.
6445
6446         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6447         since EXAMINE changes it on the server.
6448
6449         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6450         this command might take a while.
6451
6452 2010-09-22  Julien Danjou  <julien@danjou.info>
6453
6454         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6455         harmful if you have 2 images side-by-side, they can't be properly
6456         update on text deletion.  Using text-property is safer here.
6457         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6458         data.
6459
6460 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * nnimap.el (nnimap-expunge-inbox): Remove.
6463         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6464         (nnimap-expunge): Flip default to t.
6465
6466         * gnus.el (gnus-method-to-server): Don't push things to the cache
6467         unless it's unique.
6468         (gnus-server-to-method): Ditto.
6469
6470 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6473
6474 2010-09-22  Julien Danjou  <julien@danjou.info>
6475
6476         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6477         get the start of data.
6478         (gnus-html-encode-url): Add this function to encode special chars in
6479         URL.
6480         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6481         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6482
6483         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6484         default.
6485         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6486
6487         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6488         images alt-text.
6489         (gnus-html-put-image): Put alt-text as help-echo.
6490
6491 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6494         * mm-util.el (mm-decompress-buffer)
6495         * nnir.el (nnir-run-find-grep)
6496         * pop3.el (pop3-list): Use 3rd arg of split-string.
6497
6498         * time-date.el (format-seconds): Comment fix.
6499
6500         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6501         and byte-optimize-form-code-walker.
6502         (dgnushack-make-auto-load): Don't advise make-autoload.
6503
6504         * lpath.el: Remove Emacs 21 stuff.
6505
6506 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6509         outside the active range.  Suggested by Dan Christensen.
6510
6511         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6512         slightly later to avoid double-getting it.
6513
6514         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6515         previous patch.
6516
6517         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6518
6519 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6520
6521         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6522
6523 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * gnus-int.el (gnus-open-server): Give a better error message in the
6526         "go offline" case.
6527
6528         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6529         marks for nnimap, which is seldom the right thing to do.
6530
6531         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6532         (gnus-same-method-different-name): New function.
6533
6534         * nnimap.el (parse-time): Require.
6535
6536         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6537         method in the presence of many similar methods.
6538
6539         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6540
6541         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6542         nnml-inhibit-expiry.
6543
6544         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6545         find out whether methods are equal.
6546
6547         * nnimap.el (nnimap-find-expired-articles): New function.
6548         (nnimap-process-expiry-targets): New function.
6549         (nnimap-request-move-article): Request the article before looking at
6550         what the Message-ID is.  Fix found by Andrew Cohen.
6551         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6552
6553         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6554         for oldness in addition to being a predicate.
6555
6556         * nnimap.el (nnimap-request-group): When we have zero articles, return
6557         the right data to Gnus.
6558         (nnimap-request-expire-articles): Only delete articles immediately if
6559         the target is 'delete.
6560
6561         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6562         method, this would bug out.
6563
6564         * gnus-group.el (gnus-group-expunge-group): Rename from
6565         gnus-group-nnimap-expunge, and implemented as a normal interface
6566         function.
6567
6568         * gnus-int.el (gnus-request-expunge-group): New function.
6569
6570         * nnimap.el (nnimap-request-create-group): Implement.
6571         (nnimap-request-expunge-group): New function.
6572
6573 2010-09-21  Julien Danjou  <julien@danjou.info>
6574
6575         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6576         (gnus-html-cache-expired): Add new function.
6577         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6578         wethever we should display image for fetch it.
6579         Compute alt-text earlier to pass it to the fetching function too.
6580         (gnus-html-schedule-image-fetching): Change function argument to only
6581         get one image at a time, not a list.
6582         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6583         cache.
6584         (gnus-html-get-image-data): New function to retrieve image data from
6585         cache.
6586         (gnus-html-put-image): Change buffer argument to use image data rather
6587         than file, and place image above region rather than inserting a new
6588         one.  Do not take alt-text as argument, since it's useless now: we place
6589         the image above alt-text.
6590         (gnus-html-prune-cache): Remove.
6591         (gnus-html-show-images): Start to fetch image when we find one, do not
6592         push into a temporary list.
6593         (gnus-html-prefetch-images): Only fetch image if they have expired.
6594         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6595         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6596
6597 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6600
6601 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6604         spec inser "*" if the group isn't active instead of 0.
6605
6606         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6607         opening the server.
6608         (nnimap-request-delete-group): Implement group deletion.
6609         (nnimap-transform-headers): Return the size of the entire message in
6610         the Bytes header, not just the size of the first part.
6611         (nnimap-request-move-article): When moving an article from nnimap,
6612         request the article first so the accepting form has an article to
6613         accept.  Reported by Dan Christensen.
6614         (nnimap-command): Make sure that the error message doesn't error out.
6615
6616 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6617
6618         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6619         we haven't requested anything.
6620
6621 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6624         "".  Fix found by Andrew Cohen.
6625
6626         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6627         instead of -encode-string.
6628
6629 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6632
6633         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6634         by mm-subst-char-in-string.
6635
6636 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6639         waiting for the connection string.
6640
6641         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6642         arriving.
6643
6644         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6645         bogus characters.  This allows selecting certain Gmail groups.
6646
6647         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6648         (nnimap-fetch-partial-articles): New variable.
6649         (nnimap-open-connection): When looking for credentials, also use the
6650         nnimap-server-port.
6651         (nnimap-request-article): Return the group/article number, so that Gnus
6652         `^' works as expected.
6653         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6654
6655         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6656         comments.
6657         (gnus-methods-sloppily-equal): New function.
6658         (gnus): When using the development version of Gnus, load the gnus-load
6659         file.
6660
6661         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6662         `gnus-open-server' on each method before trying to scan them etc.
6663         This ensures that all the backend parameters are set correctly.
6664
6665         * nnimap.el (nnimap-authenticator): New variable.
6666         (nnimap-open-connection): Allow anonymous login.
6667         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6668         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6669
6670         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6671         patch, found by Knut Anders Hatlen.
6672
6673 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6674
6675         * gnus-agent.el (gnus-agent-batch-confirmation)
6676         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6677         to gnus-message.
6678         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6679         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6680         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6681         * gnus-int.el (gnus-open-server): Likewise.
6682         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6683         (gnus-score-check-syntax): Likewise.
6684         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6685         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6686         Likewise.
6687         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6688
6689 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6690
6691         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6692         calling conventions so that prefetch doesn't bug out.
6693
6694 2010-09-19  Julien Danjou  <julien@danjou.info>
6695
6696         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6697         rather than `subst-char-in-region' in order to be able to replace ASCII
6698         char by UTF-8 ones.
6699
6700         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6701         than curl.
6702         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6703         the right URL and ALT text on images.
6704         (gnus-html-wash-tags): Fix tag case.
6705         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6706         (gnus-article-html): Add -o display_ins_del=2 option.
6707         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6708
6709 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6712         the extra mail headers, which sometimes seem to happen for unknown
6713         reasons.
6714
6715         * mail-parse.el (mail-header-encode-parameter): Define as
6716         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6717         (or most, perhaps?) mail readers don't understand the latter, but do
6718         understand the former.
6719
6720         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6721         to nil, so that no methods are automatically agentized.  I think this
6722         is probably what most users want.
6723
6724         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6725         from url-retrieve, for instance about invalid URLs.
6726
6727         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6728         groups that have no articles.
6729         (nnimap-request-article): Check that we really got an article when we
6730         requested one.
6731
6732         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6733         doesn't exist.
6734
6735         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6736         nntp buffer so the agent can save it.
6737         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6738         that CRLF doesn't get translated to \n.
6739         (nnimap-open-connection): Don't make 'shell commands only send \n.
6740
6741 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6744         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6745         Update var name.
6746         (nnml-generate-nov-file): Use dolist.
6747         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6748         Use with-current-buffer.
6749
6750 2010-09-18  Julien Danjou  <julien@danjou.info>
6751
6752         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6753         parallel.
6754
6755 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6758         the range update right.
6759         (nnimap-request-group): Don't make `M-g' bug out on group with no
6760         marks.
6761         (nnoo): Require, so that other packages can require nnimap.
6762         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6763         command we're looking for.  This helps when the server sends more
6764         responses after we've gotten everything we expected.
6765         (nnimap): Add a `newlinep' field to keep track of end-of-line
6766         conventions.
6767         Don't send CRLF to things that don't want it.
6768         (nnimap-request-accept-article): Ditto.
6769
6770 2010-09-18  Julien Danjou  <julien@danjou.info>
6771
6772         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6773         than curl to retrieve images.
6774
6775 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6778         the marks.
6779         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6780         (nnimap-wait-for-connection): New function.
6781         (nnimap-open-connection): If we have PREAUTH, don't query for login
6782         credentials.
6783         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6784         when doing a partial update.
6785
6786 2010-09-18  Julien Danjou  <julien@danjou.info>
6787
6788         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6789         tags.
6790
6791 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * nnimap.el (nnimap-credentials): New function.
6794         (nnimap-open-connection): Use the new function to look for credentials
6795         also on the numeric equivalents of "imap" and "imaps".
6796
6797         * gnus-start.el (gnus-activate-group): Send the info to
6798         gnus-request-group.
6799
6800         * nnimap.el (nnimap-request-group): Have the "check" version of the
6801         function parse flags and update the info, so that a `M-g' get a total
6802         resync of all flags from the group.
6803
6804         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6805         to allow backends to alter the info on group selection.  Also alter all
6806         the backend -request-group functions to take the parameter.
6807
6808         * nnimap.el (nnimap-store-info): New function.
6809         (nnimap-update-info): Store the info for later usage.
6810         (nnimap-request-group): Use the stored info for the dont-check case, so
6811         that we don't retrieve all marks when we enter a group.
6812
6813         * nnimap.el: Use deffoo instead of defun for interface functions.
6814
6815         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6816         update the group info.  This makes the nndraft groups, for instance, go
6817         back to their old behaviour.
6818
6819         * gnus-sum.el (gnus-select-newsgroup): Indent.
6820
6821         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6822         in.
6823         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6824         nothing.
6825
6826         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6827         from methods that are denied.
6828
6829         * gnus-int.el (gnus-method-denied-p): New function.
6830
6831         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6832         store the password instead of netrc.
6833         (nnimap-open-connection): Don't error out when we can't make a
6834         connections.
6835
6836         * auth-source.el (auth-source-create): In the password prompt, say what
6837         we're querying for.  Also prompt for user name if that hasn't been
6838         given.
6839
6840         * nnimap.el (nnimap-with-process-buffer): Remove.
6841
6842 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6845         method when we're reading from the agent.
6846
6847         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6848
6849         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6850         that's probably most useful for users.
6851
6852         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6853         "failed" all the time.
6854
6855         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6856         ...)) with (with-current-buffer ... ).
6857
6858         * nntp.el (nntp-open-server): Return whether the open was successful or
6859         not.
6860
6861         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6862         select an unread unseen article first.
6863
6864         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6865         /etc/services, supply some sensible port defaults.
6866
6867         * dgnushack.el: Define netrc-credentials.
6868
6869 2010-09-17  Julien Danjou  <julien@danjou.info>
6870
6871         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6872
6873 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6874
6875         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6876         doesn't have any parameters.
6877
6878 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6879
6880         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6881         only upcased checks.
6882
6883         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6884
6885         * nnimap.el (nnimap-open-shell-stream): New function.
6886         (nnimap-open-connection): Use it.
6887         (nnimap-transform-headers): Get the number of lines in each message.
6888         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6889         number of lines.
6890         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6891         problem.
6892
6893         * utf7.el (utf7-encode): Autoload.
6894
6895         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6896         to allow the mail splitting to not return a default group.  This is
6897         useful for nnimap, which will leave unmatched mail in the inbox.
6898
6899         * nnimap.el: Rewritten.
6900
6901         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6902         nnimap usage.
6903
6904         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6905         if the move is internal, so that nnimap can do fast internal moves.
6906
6907         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6908         data.
6909         (gnus-read-active-for-groups): Support finishing the early retrieval of
6910         data.
6911
6912         * gnus-range.el (gnus-range-nconcat): New function.
6913
6914         * gnus-int.el (gnus-finish-retrieve-group-infos)
6915         (gnus-retrieve-group-data-early): New functions.
6916
6917 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6920         (nnrss-retrieve-groups):
6921         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6922         (pop3-quit): Use with-current-buffer.
6923
6924 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6927         instead of nnheader-accept-process-output.
6928
6929         * dgnushack.el (dgnushack-compile): Add comment.
6930
6931         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6932
6933         * gnus-html.el (gnus-html-schedule-image-fetching)
6934         (gnus-html-prefetch-images): Replace process-kill-without-query by
6935         gnus-set-process-query-on-exit-flag.
6936
6937 2010-09-16  Romain Francoise  <romain@orebokech.com>
6938
6939         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6940
6941 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6944         parameter to unintern is mandatory-ish in Emacs 24.
6945
6946         * gnus-html.el (gnus-html-schedule-image-fetching)
6947         (gnus-html-prefetch-images): Check for curl before using it.
6948
6949         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6950         depend on curl, which isn't essential.
6951
6952         * imap.el: Revert back to version
6953         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6954         seem problematic.
6955
6956 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6957
6958         * gnus-registry.el (gnus-registry-install-shortcuts):
6959         Explicitly pass `obarray' to `unintern' to avoid a warning.
6960
6961 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6964         change.
6965
6966         * nnrss.el (nnrss-request-list): Remove this function and related
6967         functions, including the moreover stuff.
6968
6969 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970
6971         * nnrss.el (nnrss-retrieve-groups): New function.
6972
6973 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6974
6975         * .dir-locals.el: Add no-byte-compile cookie.
6976
6977 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * time-date.el (format-seconds): Comment fix.
6980
6981         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6982         for back end that doesn't support request-scan.
6983
6984 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6987         then do request scans from the backends.
6988
6989         * netrc.el (netrc-credentials): New conveniency function.
6990
6991         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6992         avoid running a hook per line, since this takes a lot of time,
6993         profiling shows.
6994         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6995         directly if gnus-visual-p is true.
6996
6997 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7000         groups; replace mapcar with dolist which is a bit faster; pass groups
7001         info to gnus-read-active-file-1.
7002         (gnus-read-active-file-1): Scan only specified groups if the new
7003         optional arg `infos' is given.
7004
7005 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7008
7009         * pop3.el (pop3-movemail): Remove.
7010         (pop3-streaming-movemail): Rename to pop3-movemail.
7011
7012         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7013         don't restrict end-tag searches to the end of the line.
7014
7015 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7018         articles of every unchecked group to t, which means unknown since the
7019         server has never been opened.
7020
7021 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-html.el (gnus-html-show-alt-text): New command.
7024         (gnus-html-browse-image): Ditto.
7025         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7026         to browse the image directly.
7027         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7028         better.
7029
7030         * gnus-async.el (gnus-async-article-callback):
7031         Call `gnus-html-prefetch-images' unconditionally.
7032
7033         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7034         before feeding URLs to curl.
7035
7036 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7039         internal images as deletable by `W D D'.
7040
7041         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7042         (gnus-async-article-callback): Fix typo.
7043
7044 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045
7046         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7047         current line to work around bugs in the output from w3m.
7048
7049         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7050         for groups that want that.
7051
7052         * nntp.el (nntp-wait-for-string): Supply a timeout for
7053         accept-process-output to ensure progress.
7054
7055         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7056         level to get unread articles from, then use that for foreign groups,
7057         too.
7058
7059         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7060         confuses the rest of the function.
7061
7062         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7063         for the methods that support -retrieve-groups, too.
7064
7065         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7066
7067 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7070         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7071
7072         * pop3.el: Require cl when compiling.
7073         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7074
7075 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7078         that aren't going to be activated.
7079         (gnus-get-unread-articles): Fix up the last commit.
7080
7081         * gnus-html.el (gnus-article-html): Allow calling without specifying
7082         the handle.  In that case, dissect the buffer first.
7083
7084         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7085
7086         * nnimap.el (nnimap-open-connection): Revert the change that would look
7087         into authinfo for imaps instead of imap.
7088
7089         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7090         say that you don't want to call gnus-request-group with don-check, but
7091         do check the reponse.  This is for virtual groups only.
7092         (gnus-get-unread-articles): Count the archive groups as secondary, so
7093         that they're activated the same way as before.
7094
7095         * imap.el (imap-message-map): Removed optional buffer parameter, since
7096         no callers use it.
7097         (imap-message-get): Ditto.
7098         (imap-message-put): Ditto.
7099         (imap-mailbox-map): Ditto.
7100         (imap-mailbox-put): Ditto.
7101         (imap-mailbox-get): Ditto.
7102         (imap-mailbox-get): Revert last change for this function.
7103
7104         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7105         case-insensitively.
7106         (nnimap-debug): Remove.
7107
7108         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7109         callers to use `imap-fetch' instead.  According to the comments, this
7110         should be safe, since all other IMAP clients use the 1:* syntax.
7111         (imap-enable-exchange-bug-workaround): Remove.
7112         (imap-debug): Remove -- doesn't seem very useful.
7113
7114         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7115         mail from a file, and the file doesn't exist.
7116
7117         * imap.el (imap-log): New convenience function used throughout instead
7118         of repeating the same code all over the place.
7119
7120         * pop3.el (pop3-streaming-movemail): Return t for success.
7121
7122         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7123         .authinfo if we're using ssl connection.
7124
7125         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7126         already have if we're in a main Gnus `g' run.
7127
7128         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7129
7130 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7133
7134         * nnmh.el (nnmh-request-list-1): Bind `file'.
7135
7136         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7137         alias to set-process-query-on-exit-flag or process-kill-without-query.
7138         (pop3-open-server): Use it.
7139
7140 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7141
7142         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7143         box to the Incoming file.  Fixes mistake in previous checkin.
7144
7145         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7146         request loop (for debugging purposes) removed.
7147
7148         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7149         culprit is more visible.
7150         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7151         (nnml-add-incremental-nov): New functions to do "incremental" nov
7152         updates, where we just append to the end of the existing nov files
7153         without reading/writing them in full.
7154
7155         * mail-source.el (mail-source-delete-crash-box): Really only check the
7156         incoming files once in a while.
7157
7158         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7159
7160         * mail-source.el (mail-source-delete-crash-box): Only check the
7161         incoming files for deletion once per day to save a lot of file
7162         accesses.
7163
7164         * pop3.el (pop3-logon): Fix up unbound variable typo.
7165
7166         * mail-source.el (pop3-streaming-movemail): Autoload.
7167
7168         * pop3.el (pop3-streaming-movemail):
7169         Respect pop3-leave-mail-on-server.
7170
7171         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7172         retrieval.
7173
7174         * pop3.el (pop3-process-filter): Remove unused function.
7175         (pop3-streaming-movemail, pop3-send-streaming-command)
7176         (pop3-wait-for-messages, pop3-write-to-file)
7177         (pop3-number-of-responses): New functions for streaming pop3
7178         retrieval.
7179
7180         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7181         come from no known methods.
7182         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7183         list.
7184
7185         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7186         message sizes.
7187         (pop3-movemail): Use erase-buffer instead of looping and deleting
7188         regions, which seems rather odd.
7189
7190         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7191         file once per `g' run.
7192
7193         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7194         directories.  This makes the draft queue directory work.
7195
7196         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7197         data from the backends, so that we only request the list of groups from
7198         each method once.  This should speed things up considerably.
7199
7200         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7201         detect that it's not implemented.
7202
7203         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7204         we actually do recurse down into the tree, but don't stat all leaf
7205         nodes.
7206
7207         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7208         then say so instead of bugging out.
7209
7210         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7211         files exist before trying to read them.
7212
7213         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7214         around <pre_int>.
7215
7216         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7217
7218         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7219
7220 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221
7222         * mm-util.el (mm-image-load-path): Just return the image directories,
7223         not all directories in the path in addition to the image directories.
7224         (mm-image-load-path): Maintain a cache of the image directories so that
7225         the `g' command in Gnus doesn't have to stat dozens of directories each
7226         time.
7227
7228         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7229         (gnus-html-wash-tags): Add a new `i' command to insert images.
7230         (gnus-html-insert-image): New command and keystroke.
7231         (gnus-html-redisplay-with-images): New command and keystroke.
7232         (gnus-html-show-images): Rename command.
7233         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7234         spacers.
7235         (gnus-html-wash-tags): Decode entities at the end, so that entities
7236         inside the tags don't mess up the rest of the "parsing".
7237
7238         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7239         so that nnimap methods aren't agentized by default.  There's apparently
7240         many problems related to agent/imap behaviour.
7241
7242         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7243
7244         * gnus-html.el: Doc fix.
7245
7246 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7249         specifier-spec-list for Emacs 21.
7250
7251         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7252         glyph-width and glyph-height instead of display-graphic-p and
7253         image-size; make avoidance of displaying small images work for XEmacs.
7254
7255         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7256         for XEmacs.
7257
7258         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7259         of symbol that holds plist data.
7260         (gnus-process-plist): Remove plist of process after getting it.
7261
7262 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * message.el (message-generate-hashcash): Change default to
7265         'opportunistic if hashcash is installed.
7266
7267         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7268         (gnus-html-put-image): Only call image-size once, since it's somewhat
7269         time-consuming on remote X servers.
7270
7271 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7274         type on data, not a file name.
7275
7276         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7277         window-pixel-edges for Emacs 21.
7278
7279         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7280         decoded contents.
7281         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7282
7283 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7286         group line format, since it isn't very interesting.
7287
7288         * gnus-agent.el (gnus-agent-short-article),
7289         (gnus-agent-long-article): Increase values for these two variables,
7290         since most people are likely to have more network connection and
7291         storage than before.
7292
7293         * gnus.el (gnus-refer-article-method): Change default to 'current.
7294         When referring an article, the common behaviour is to refer it from the
7295         current select method, not the native select method.  The chances of
7296         the native select method having the message in question is rather slim
7297         these days.
7298
7299         * gnus-sum.el (gnus-auto-select-subject): Change default to
7300         `unseen-or-unread'.  I think it's likely that most people want to
7301         select an unseen article over a previously seen, but unread one.
7302
7303         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7304         means that in the article buffer none of the minor mode elements will
7305         be shown, usually, and this is not desirable in most cases.
7306
7307         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7308         that commands like `d' (and the like) go to the next line in the
7309         buffer, instead of the next unread article.  I think this is the
7310         behaviour that is most natural for most users.
7311         (gnus-single-article-buffer): Change default to nil, so that people can
7312         have as many article buffers open as they have summary buffer.  I think
7313         this is the most natural way for the groups to behave.
7314
7315         * message.el (message-generate-new-buffers): Change default to
7316         `unsent', so that all new message buffers start their names with the
7317         string "*unsent", and it's easier to find the buffers if you move from
7318         them.
7319
7320 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321
7322         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7323         small.  They're probably tracking images.
7324         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7325         (gnus-html-rescale-image): Yet another try at getting the image sizing
7326         right.
7327
7328         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7329         nntp-marks-file-name is nil.
7330
7331 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7332
7333         * gnus-html.el (gnus-html-wash-tags)
7334         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7335         Better logging.
7336
7337 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7340
7341         * gnus-html.el (gnus-html-wash-tags): Check the value of
7342         gnus-blocked-images in the summary buffer.
7343
7344 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7347
7348 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7351         like "a", it seems like.
7352         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7353         since it needs to be picked from the correct buffer.
7354
7355         * nnwfm.el: Remove.
7356
7357         * nnlistserv.el: Remove.
7358
7359 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7362         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7363
7364 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * nnkiboze.el: Remove.
7367
7368         * nndb.el: Remove.
7369
7370         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7371         alt text.
7372         (gnus-html-rescale-image): Try to get the rescaling logic right for
7373         images that are just wide and not tall.
7374
7375         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7376         overshadow variable bindings.
7377
7378 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * gnus-html.el (gnus-html-wash-tags)
7381         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7382         Add extra logging.
7383
7384 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7387         (gnus-max-image-proportion): New variable.
7388         (gnus-html-rescale-image): New function.
7389         (gnus-html-put-image): Rescale images.
7390
7391 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7392
7393         Fix up some byte-compiler warnings.
7394         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7395         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7396         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7397         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7398         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7399         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7400         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7401
7402 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-html.el (gnus-article-html): Decode contents by charset.
7405
7406 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7409         (gnus-html-frame-width, gnus-blocked-images)
7410         * message.el (message-prune-recipient-rules): Add custom version.
7411         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7412
7413         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7414         functions.
7415
7416         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7417         gnus-process-get.
7418
7419 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7420
7421         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7422         instead of lsub directly.
7423
7424 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * nnwarchive.el: Remove.
7427
7428         * gnus-soup.el: Remove.
7429
7430         * nnsoup.el: Remove.
7431
7432         * nnultimate.el: Remove.
7433
7434         * gnus-html.el (gnus-blocked-images): New variable.
7435
7436         * message.el (message-prune-recipients): New function.
7437         (message-prune-recipient-rules): New variable.
7438
7439         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7440         guess whether a long line is natural text or not.
7441
7442         * gnus-html.el (gnus-html-schedule-image-fetching):
7443         Use gnus-process-plist and friends for compatibility.
7444
7445 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7446
7447         * gnus-html.el: Require packages that define macros used in this file.
7448         (gnus-article-mouse-face): Declare to silence byte-compiler.
7449         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7450         process-get.
7451         (gnus-html-put-image): Use plist-get to avoid getf.
7452         (gnus-html-prefetch-images): Use with-current-buffer.
7453
7454 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus-ems.el: Provide compatibility functions for
7457         gnus-set-process-plist.
7458
7459         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7460         header-line-format for XEmacs 21.4.
7461
7462         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7463         * gnus.el (gnus-valid-select-methods)
7464         * message.el (message-send-mail-partially-limit)
7465         * mm-decode.el (mm-text-html-renderer)
7466         * mml.el (mml-insert-mime-headers-always)
7467         * smiley.el (smiley-regexp-alist): Bump custom version.
7468
7469 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-html.el: require mm-url.
7472         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7473         with the url to `url'.
7474         (gnus-html-wash-tags): Support cid: URLs/images.
7475
7476 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7479         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7480         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7481
7482         * gnus-move.el: Remove file, since it doesn't really work.
7483
7484         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7485         UTF-8.  This seems to fix problems with some German web feeds.
7486
7487         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7488         at the top so that the proper colours are applied.
7489
7490         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7491         don't have dots in their names.
7492
7493         * gnus-art.el (gnus-article-view-part): Doc fix.
7494
7495         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7496         XEmacs-compatible.
7497         (gnus-html-put-image): Don't do images on non-graphic displays.
7498
7499         * nnslashdot.el: Remove this unused backend.
7500
7501         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7502         actions.
7503         (gnus-undo-register-1): Revert last change.
7504
7505         * gnus-group.el (gnus-group-completing-read): Protect against not
7506         having completion-styles bound.
7507
7508         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7509         make broken recipients happier.
7510
7511         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7512
7513         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7514         point parameter.
7515
7516         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7517
7518         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7519         completion-styles for group selection.
7520
7521 2009-02-04  Andreas Schwab  <schwab@suse.de>
7522
7523         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7524         headers and regexp-quote the match if necessary.
7525
7526 2009-03-24  Miles Bader  <miles@gnu.org>
7527
7528         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7529         the blinking smiley.
7530
7531 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7532
7533         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7534         blink smiley.
7535
7536 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7539         where the dribbel file lives exists.
7540
7541         * message.el (message-send-mail-partially-limit): Change the default to
7542         nil, since most people don't want this.
7543
7544         * mm-url.el (mm-url-decode-entities): Also decode entities like
7545         &#x3212.
7546
7547 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7548
7549         * gnus-sum.el (gnus-summary-idna-message):
7550         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7551         Hyperlink urls in docstrings with URL `...'.
7552
7553 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7554
7555         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7556         functions.
7557
7558 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7561         say what the mouseover text should be.
7562
7563         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7564         version of the mm-w3m-safe-url-regexp variable to only download images
7565         in the groups where we want that to happen.
7566
7567         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7568
7569         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7570         easier debugging.
7571         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7572         big pictures in the article buffer.
7573
7574         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7575         gnus-article-html.
7576         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7577         w3m.
7578
7579         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7580
7581 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7584         which doesn't exist.
7585
7586         * message.el (message-inhibit-ecomplete): New variable to allow some
7587         function to inhibit ecomplete address storage.
7588         (message-resend): Disable ecomplete message storage when resending
7589         messages.
7590
7591         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7592
7593 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7596         Save excursion while copying, moving, and deleting articles in order to
7597         prevent the cursor from jumping to unforeseen place.
7598
7599 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * lpath.el: No need to bind bookmark-current-buffer,
7602         bookmark-yank-point and bookmark-make-record-function.
7603
7604 2010-08-17  Glenn Morris  <rgm@gnu.org>
7605
7606         * gnus-sync.el: Require gnus components whose functions are used.
7607
7608         * gnus-art.el (bookmark-make-record-function):
7609         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7610         Declare for compiler.
7611
7612         * mm-url.el (mml-compute-boundary): Autoload.
7613
7614 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7617
7618 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7619
7620         Typo fix "hoo4a" -> "hook".
7621
7622         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7623
7624 2010-08-14  Glenn Morris  <rgm@gnu.org>
7625
7626         * gnus-sync.el (gnus-sync): Fix defgroup version.
7627
7628 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7631
7632         * gnus-sync.el: Fix docs.
7633         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7634         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7635
7636 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         Optimizations for gnus-sync.el.
7639
7640         * gnus-sync.el: Add docs about gnus-sync-backend
7641         possibilities.
7642         (gnus-sync-save): Remove unnecessary message.
7643         (gnus-sync-read): Optimize and show what groups were skipped.
7644
7645 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         Minor bug fixes for gnus-sync.el.
7648
7649         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7650         Don't read the sync on get-new-news.
7651
7652         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7653         quiet.
7654
7655         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7656         (fix typo).
7657
7658 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7659
7660         Make saving and restoring of hidden threads work with overlays.
7661         Patch applied by Ted Zlatanov.
7662
7663         * gnus-sum.el (gnus-hidden-threads-configuration)
7664         (gnus-restore-hidden-threads-configuration): Update to deal with text
7665         properties, rather than searching for a magic character.
7666
7667 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7668
7669         New gnus-sync.el library for synchronization of marks.
7670
7671         * gnus-sync.el: New library for synchronization of marks.
7672
7673         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7674         renamed from `gnus-registry-grep-in-list'.
7675
7676         * gnus-registry.el (gnus-registry-follow-group-p):
7677         Use `gnus-grep-in-list'.
7678
7679         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7680
7681 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7684         determining charset of text fails.
7685
7686 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * nnmail.el (nnmail-get-new-mail-1): Revert.
7689
7690         * nnml.el (nnml-active-number): Make sure names of newly created groups
7691         in nnml-group-alist are encoded.
7692
7693 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7696         containing non-ASCII characters in active file for nnml back end.
7697
7698 2010-07-24  David Engster  <dengste@eml.cc>
7699
7700         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7701         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7702
7703 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7704
7705         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7706         tag (Bug#6654).
7707
7708 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7711         the article buffer, not the summary buffer.
7712
7713 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7716         Emacs 23 as well.
7717
7718 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7721         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7722
7723 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7724
7725         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7726         Patch applied by Karl Fogel.
7727
7728         * gnus-sum.el (gnus-summary-bookmark-make-record):
7729         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7730
7731 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7732
7733         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7734         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7735         C-w still not working correctly from Article buffers; Thierry's
7736         patch to fix that will be applied after this.
7737
7738         * gnus-art.el (bookmark-make-record-function): New local variable.
7739
7740         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7741         article buffer.
7742         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7743
7744 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7745
7746         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7747         on changes in bookmark.el.
7748
7749 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7752         `no-log' instead of message not to log prompt string.
7753
7754 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7755
7756         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7757         the *other* type of HTML form submission.
7758
7759 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7760
7761         * auth-source.el (auth-source-pick): If choice does not contain a
7762         questioned keyword, set the check to t.
7763
7764 2010-06-12  Romain Francoise  <romain@orebokech.com>
7765
7766         * gnus-util.el (gnus-date-get-time): Move up before first use.
7767
7768 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7771         (gnus-article-edit-part): Bind it to make last part that is substituted
7772         or deleted visible.
7773         (gnus-mime-display-single): Buttonize part of which id equals to
7774         gnus-mime-buttonized-part-id.
7775
7776 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7777
7778         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7779         (gnus-dd-mmm): Use gnus-date-get-time.
7780         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7781         simplify logic.
7782         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7783         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7784
7785 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7786
7787         * auth-source.el (top): Autoload `secrets-list-collections',
7788         `secrets-create-item', `secrets-delete-item'.
7789         (auth-sources): Fix tag string.
7790         (auth-get-source, auth-source-retrieve, auth-source-create)
7791         (auth-source-delete): New defuns.
7792         (auth-source-pick): Rewrite in order to avoid 2 passes.
7793         (auth-source-forget-user-or-password): New parameter USERNAME.
7794         (auth-source-user-or-password): New parameters CREATE-MISSING and
7795         DELETE-EXISTING.  Retrieve password interactively, if needed.
7796
7797 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7798
7799         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7800         deleting unused directories when gnus-expert-user is t.
7801
7802 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7805         for each temp file when gnus-article-browse-delete-temp is ask.
7806
7807 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7808
7809         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7810         Replace Lisp calls to delete-backward-char by calls to delete-char.
7811
7812 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7813
7814         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7815
7816 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7817
7818         * password-cache.el (password-cache-remove): Fix docstring.
7819
7820 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7823         article unless decoding article to be saved.
7824
7825 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7828         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7829         generated within the mm-with-unibyte-current-buffer macro.
7830
7831 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7834         to nil when we're in a mml-preview buffer and no group is selected.
7835
7836 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7837
7838         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7839         when catching the `C-g'.  Reported by "Leo".
7840
7841 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * message.el (message-forward-make-body-plain)
7844         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7845         multibyte-string-p.
7846
7847         * lpath.el: Revert.
7848
7849 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * message.el (message-forward-make-body-mml): Assume original message
7852         is multibyte string; error on unibyte.
7853         (message-forward-make-body-plain): Ditto; don't add excessive newline
7854         in body end.
7855
7856         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7857
7858 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7859
7860         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7861         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7862
7863 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * mm-extern.el (mm-extern-url): Don't use
7866         mm-with-unibyte-current-buffer.
7867         (mm-extern-cache-contents): Use with-current-buffer instead of
7868         save-excursion + set-buffer.
7869
7870 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * mm-util.el (mm-emacs-mule): Remove.
7873
7874 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7875
7876         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7877         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7878         change.
7879
7880 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7883         bind the default value of enable-multibyte-characters to nil.
7884
7885 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * message.el (message-forward-make-body-plain)
7888         (message-forward-make-body-mml):
7889         Don't use mm-with-unibyte-current-buffer.
7890
7891 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7892
7893         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7894
7895 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7896
7897         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7898         (Bug#5592).
7899
7900 2010-05-07  Julien Danjou  <julien@danjou.info>
7901
7902         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7903         it to mm-pipe-part.
7904
7905         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7906         it is given.
7907
7908 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * binhex.el (binhex-decode-region-internal)
7911         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7912         (dns-query)
7913         * nnweb.el (nnweb-gmane-search)
7914         * pgg-parse.el (pgg-parse-armor)
7915         * pgg.el (pgg-verify-region)
7916         * sha1.el (sha1-string-external)
7917         * uudecode.el (uudecode-decode-region-internal)
7918         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7919         XEmacs.
7920
7921         * gnus-art.el (gnus-article-browse-html-parts)
7922         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7923         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7924         make-temp-file.
7925
7926         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7927         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7928         compiling.
7929
7930         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7931         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7932         XEmacs when compiling.
7933
7934         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7935         gnus-pick-mode-off-hook for XEmacs when compiling.
7936         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7937         gnus-binary-mode-off-hook for XEmacs when compiling.
7938
7939         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7940         Return nil if char-charset is not available.
7941
7942         * imap.el (imap-disable-multibyte)
7943         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7944         macros.
7945
7946         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7947         instead of encode-coding-string.
7948
7949         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7950         'xemacs) instead of mm-emacs-mule to switch function definitions.
7951         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7952
7953         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7954         bind temporary-file-directory for XEmacs;
7955         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7956         timer-set-function for XEmacs 21.4 and SXEmacs;
7957         bind timer-list for XEmacs 21.4 and SXEmacs;
7958         fbind char-charset and find-charset-region for non-Mule XEmacs;
7959         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7960         encode-coding-region and encode-coding-string for XEmacs having no
7961         file-coding feature.
7962
7963 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7964
7965         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7966
7967 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7970         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7971
7972 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7973
7974         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7975         alias `jka-compr-delete-temp-file' no longer exists.
7976
7977 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7978
7979         Use define-minor-mode in Gnus where applicable.
7980         * mml.el (mml-mode): Use define-minor-mode.
7981         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7982         (gnus-undo-mode): Use define-minor-mode.
7983         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7984         (gnus-dead-summary-mode): Use define-minor-mode.
7985         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7986         Initialize in declaration.
7987         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7988         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7989         (gnus-mailing-list-mode): Use define-minor-mode.
7990         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7991         (gnus-draft-mode): Use define-minor-mode.
7992         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7993         (gnus-dired-mode): Use define-minor-mode.
7994
7995 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7996
7997         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7998         handles on recursive mml-to-mime translation and check them for
7999         boundary delimiter collisions.  Reported by Greg Troxel.
8000
8001 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8004
8005 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8006
8007         * mm-util.el (mm-find-buffer-file-coding-system):
8008         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8009
8010 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8011
8012         * message.el (message-generate-headers): Record insertion of optional
8013         headers as well.  Otherwise the check to prevent repeated insertion of
8014         optional headers is a no-op.
8015
8016 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * smime.el: Don't mention CVS.
8019
8020         * nnrss.el (nnrss-fetch): Don't mention CVS.
8021
8022         * nnir.el: Don't mention CVS.
8023
8024 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * gnus-sum.el (gnus-summary-bookmark-make-record):
8027         Add `location' field.
8028
8029 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * lpath.el: Fbind bookmark-default-handler,
8032         bookmark-get-bookmark-record, bookmark-make-record-default,
8033         bookmark-prop-get for Emacs <23 and XEmacs.
8034
8035 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8036
8037         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8038         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8039         Use with-current-buffer to silence the byte-compiler.
8040         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8041         bother to require `gnus'.
8042         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8043
8044 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8045
8046         * gnus-sum.el (gnus-summary-bookmark-make-record)
8047         (gnus-summary-bookmark-jump): New functions.
8048         (gnus-summary-mode): Setup bookmark support.
8049
8050 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8051
8052         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8053         if set.
8054
8055 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8058         gnus-article-browse-html-save-cid-image; make it work recursively for
8059         forwarded messages as well.
8060         (gnus-article-browse-html-parts): Work when prefix arg is given.
8061         (gnus-article-browse-html-article): Doc fix.
8062
8063 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8064
8065         * message.el (message-default-mail-headers):
8066         (message-default-headers): Carry the value mail-default-headers over
8067         into message-default-mail-headers, rather than message-default-headers.
8068
8069 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8070
8071         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8072         charset.
8073
8074         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8075         charset into the <meta> tag when the article is encoded to utf-8.
8076
8077 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (gnus-article-browse-delete-temp-files):
8080         Delete directories as well.
8081         (gnus-article-browse-html-parts): Work for images that do not specify
8082         file names; delete temp directory when quitting; insert header at the
8083         right place; use file: scheme for image files.
8084
8085 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8086
8087         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8088         (gnus-article-browse-html-parts): Use it to make temporary cid image
8089         files in addition to html file so that browser may display them.
8090
8091 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8094
8095 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8098
8099 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * auth-source.el (auth-sources): Change default to be simpler.
8102         Explain about Secret Service API sources.  Improve Customize options.
8103         (auth-source-pick): Change to accept any number of search parameters.
8104         Implement fallbacks iteratively, not recursively.  Add scoring on the
8105         second pass and sort by score.  Call Secret Service API when needed.
8106         (auth-source-user-or-password): Use it.  Call Secret Service API
8107         directly when needed to get the user name and the password.
8108
8109 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8110
8111         * message.el (message-interactive): Doc fix.
8112         (message-qmail-inject-args): Reflow.
8113         (message-kill-to-signature): Fix typo in docstring.
8114
8115         * smiley.el (smiley-buffer): Fix typo in docstring.
8116
8117 2010-03-24  Glenn Morris  <rgm@gnu.org>
8118
8119         * mail-source.el (gnus-message): Declare.
8120         (mail-source-delete-old-incoming): Require gnus-util.
8121
8122 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8125
8126         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8127
8128         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8129         password-cache's default if it is not bound.
8130         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8131         password-cache-expiry's default if it is not bound.
8132
8133         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8134         available in Emacs 21.
8135
8136         * lpath.el: Suppress compiler warnings for:
8137         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8138         XEmacs;
8139         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8140         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8141         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8142
8143 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8144
8145         * auth-source.el (auth-sources): Fix up definition so extra parameters
8146         are always inline.
8147
8148 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8149
8150         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8151         wasn't updated after mismatch.  Clear cached mailbox info correctly
8152         when uidvalidity changes.
8153         (nnimap-group-prefixed-name): New function to avoid some code
8154         duplication.
8155         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8156         (nnimap-request-group): Use it.
8157         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8158         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8159         with many imap folders.  This is done by caching the group status from
8160         the imap server persistently in a group parameter `imap-status'.  (This
8161         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8162         but not persistently, so every Gnus startup was still very slow.)
8163
8164 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8165
8166         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8167         delete the extra newline.  Otherwise editing of :string and :number
8168         types don't work.
8169
8170 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8173         secrets.el dependency.
8174         (auth-sources): Add optional user name.  Add secrets.el configuration
8175         choice (unused right now).
8176
8177 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * gnus-sum.el (gnus-summary-make-menu-bar):
8180         Let `gnus-registry-install-shortcuts' fill in the functions.
8181
8182         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8183         warnings.
8184         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8185         (gnus-registry-install-shortcuts): Populate and use it in a
8186         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8187
8188 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8189
8190         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8191         In-place substitutions for the group name encoding/decoding.
8192         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8193         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8194         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8195         (nnimap-update-unseen, nnimap-request-list)
8196         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8197         (nnimap-request-set-mark, nnimap-split-to-groups)
8198         (nnimap-split-articles, nnimap-request-newgroups)
8199         (nnimap-request-create-group, nnimap-request-accept-article)
8200         (nnimap-request-delete-group, nnimap-request-rename-group)
8201         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8202         `encoded-mbx' for consistency.
8203         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8204         variable `imap-current-mailbox'.
8205
8206         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8207         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8208
8209 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8210
8211         * pop3.el (pop3-display-message-size-flag): Display message size byte
8212         counts during POP3 download.
8213         (pop3-movemail): Use it.
8214         (pop3-list): Implement listing of available messages.
8215
8216 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8217
8218         * nnir.el (nnir-get-article-nov-override-function): New function to
8219         override the normal NOV retrieval.
8220         (nnir-retrieve-headers): Use it.
8221
8222 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8223
8224         * auth-source.el (netrc-machine-user-or-password): Autoload.
8225
8226 2010-03-19  Glenn Morris  <rgm@gnu.org>
8227
8228         Stop message.el from loading about 40 libraries it doesn't always need.
8229         The general approach is to autoload rather than require, and to
8230         require in the specific functions rather than the file.  (Bug#5642)
8231
8232         * gmm-utils.el: Don't require wid-edit.
8233         (widget-create-child-value, widget-convert, widget-default-get):
8234         Autoload.
8235
8236         * gnus-util.el: Don't require time-date, netrc.
8237         (message-fetch-field, gnus-group-name-decode): Declare rather than
8238         autoloading.
8239         (gnus-fetch-field): Require message.
8240         (gnus-decode-newsgroups): Require gnus-group.
8241
8242         * ietf-drums.el: Don't require time-date.
8243
8244         * message.el: Don't require hashcash, canlock, ecomplete.
8245         Do require mail-utils.  Require nnheader only when compiling.
8246         (smtpmail-default-smtp-server): Remove declaration.
8247         (message-send-mail-function): Check smtpmail-default-smtp-server
8248         is bound rather than requiring smtpmail.
8249         (message-auto-save-directory, message-insert-signature):
8250         Use expand-file-name rather than nnheader-concat.
8251         (nnheader-insert-file-contents): Autoload.
8252         (hashcash-wait-async): Declare.
8253         (message-send-mail): Only call gnus-setup-posting-charset if
8254         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8255         (message-send-mail-with-sendmail): Require sendmail.
8256         (canlock-password, canlock-password-for-verify): Declare.
8257         (message-canlock-password): Require canlock.
8258         (nnheader-get-report): Autoload.
8259         (gnus-setup-posting-charset): Declare.
8260         (message-send-news): Require gnus-msg.
8261         (message-make-references, message-make-in-reply-to): Use mail-header-id
8262         rather than the alias mail-header-message-id.
8263         (ecomplete-add-item, ecomplete-save): Declare.
8264         (message-put-addresses-in-ecomplete): Require ecomplete.
8265         (ecomplete-display-matches): Autoload.
8266
8267         * mm-decode.el: Don't require mailcap, gnus-util.
8268         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8269         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8270         Autoload.
8271         (mailcap-mime-extensions): Declare.
8272
8273         * mm-encode.el: Don't require mailcap.
8274         (mailcap-extension-to-mime): Autoload.
8275
8276         * mml-sec.el: Don't require password-cache.
8277
8278         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8279         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8280         (mml-minibuffer-read-type): Require mailcap.
8281         (mml-preview): Require gnus-msg.
8282
8283         * mml1991.el: Require password-cache.
8284         (password-cache-expiry): Remove declaration.
8285
8286         * mml2015.el: Require password-cache.
8287         (password-cache-expiry): Remove declaration.
8288
8289         * nneething.el (mailcap): Require mailcap.
8290
8291         * nnheader.el (declare-function): Add compatibility stub.
8292         (message-remove-header): Declare rather than autoload.
8293         (nnheader-replace-header): Require message.
8294
8295         * nnimap.el (declare-function): Add compatibility stub.
8296         (netrc-parse, netrc-machine-user-or-password): Declare.
8297         (nnimap-open-connection): Require netrc.
8298
8299         * nntp.el (declare-function): Add compatibility stub.
8300         (netrc-parse, netrc-machine, netrc-get): Declare.
8301         (nntp-send-authinfo): Require netrc.
8302
8303         * rfc2047.el: Don't require qp.
8304         (quoted-printable-encode-region, quoted-printable-decode-string):
8305         Autoload.
8306
8307         * sieve-mode.el: Don't require easymenu.
8308         (easy-menu-add-item): Autoload it.
8309
8310         * spam-stat.el (time-to-number-of-days): Autoload it.
8311
8312 2010-03-19  Glenn Morris  <rgm@gnu.org>
8313
8314         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8315
8316 2010-03-18  Glenn Morris  <rgm@gnu.org>
8317
8318         * hashcash.el (declare-function): Remove duplicate definition.
8319
8320 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8321
8322         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8323         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8324         value if any backslash escapes).
8325
8326 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8329         if it is available.  (bug#5647)
8330
8331         * lpath.el: Suppress compiler warning for coding-system-from-name for
8332         Emacs 21 and XEmacs.
8333
8334 2010-03-14  Juri Linkov  <juri@jurta.org>
8335
8336         * hmac-def.el:
8337         * hmac-md5.el:
8338         * netrc.el: Fix keywords.
8339
8340 2010-02-26  Glenn Morris  <rgm@gnu.org>
8341
8342         * message.el (message-send-mail-function): Change the default, so that
8343         it inherits from a customized send-mail-function.  (Bug#5643)
8344
8345 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8346
8347         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8348         shell-command-to-string signals an error (bug#5299).
8349
8350 2010-02-24  Glenn Morris  <rgm@gnu.org>
8351
8352         * message.el (message-smtpmail-send-it)
8353         (message-send-mail-with-mailclient): Doc fixes.
8354
8355 2010-02-16  Glenn Morris  <rgm@gnu.org>
8356
8357         * message.el (message-default-mail-headers): Change the default value
8358         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8359
8360 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8363         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8364
8365 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8366
8367         * time-date.el (date-to-time): Doc fix (Bug#5408).
8368
8369 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8370
8371         * message.el (message-mail): Just pass yank-action on to message-setup.
8372         (message-setup): Handle (FUN . ARGS) form of yank-action.
8373         (message-with-reply-buffer, message-widen-reply)
8374         (message-yank-original): Handle non-buffer values of
8375         message-reply-buffer (Bug#4080).
8376         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8377
8378 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8379
8380         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8381         Fix typo in docstring.
8382
8383 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8384
8385         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8386         response.
8387
8388 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8391
8392         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8393
8394         * message.el (message-check-news-header-syntax): Protect against a
8395         string that `rfc822-addresses' returns when parsing fails.
8396
8397 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8400         (gnus-previous-char-property-change): New functions.
8401
8402         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8403
8404 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8405
8406         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8407         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8408
8409 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8410
8411         * message.el (message-exchange-point-and-mark): Rework last change to
8412         avoid using optional arg of exchange-point-and-mark, for backward
8413         compatibility.
8414
8415 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8416
8417         * message.el (message-exchange-point-and-mark):
8418         Call exchange-point-and-mark with an argument rather than setting
8419         mark-active by hand (Bug#5175).
8420
8421 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * nntp.el (nntp-service-to-port): Work for service expressed with
8424         numeric string; replace [:digit:] with [0-9] for XEmacs.
8425
8426 2009-12-17  Glenn Morris  <rgm@gnu.org>
8427
8428         * gnus-group.el (gnus-bug-group-download-format-alist):
8429         Change emacs entry to debbugs.gnu.org.  Bump :version.
8430
8431 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8434
8435 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * message.el (message-info): Explain why we use `Info-goto-node'.
8438
8439 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8442
8443 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8444
8445         * message.el (message-completion-in-region): New compatibility function.
8446         (message-expand-group): Use it.
8447
8448 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8451         with no unread article should be listed if the 2nd arg `predicate' is
8452         given.
8453
8454 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8457
8458 2009-11-29  Juri Linkov  <juri@jurta.org>
8459
8460         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8461         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8462         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8463
8464 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8465
8466         * sha1.el (sha1-string-external): default-directory "/" in case
8467         otherwise non-existent.  process-connection-type pipe for touch of
8468         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8469
8470 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8471
8472         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8473         it's comms related and sgml-mode.el has "comm" on that basis too.
8474
8475 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8478         containing tspecial characters if they have been already quoted.
8479
8480 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8481
8482         * dns-mode.el (auto-mode-alist): Purecopy string.
8483
8484 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8485
8486         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8487
8488 2009-10-24  Glenn Morris  <rgm@gnu.org>
8489
8490         * gnus-art.el (help-xref-stack-item): Define for compiler.
8491
8492 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8493
8494         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8495
8496 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8499
8500 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8503         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8504
8505 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8508         (gnus-overlays-in): New alias to overlays-in.
8509
8510         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8511         gnus-overlay-get, and gnus-delete-overlay.
8512         (gnus-summary-show-thread): Make it work as well for systems in which
8513         next-single-char-property-change is not available.
8514         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8515
8516         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8517         (gnus-overlay-get): New alias to extent-property.
8518         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8519
8520         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8521         SXEmacs.
8522
8523         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8524         SXEmacs.
8525
8526 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8529
8530 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8531
8532         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8533         and XEmacs that don't have `remove-overlays'.
8534
8535 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8536
8537         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8538         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8539         selective display.  Use overlays instead.
8540
8541 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8542
8543         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8544
8545 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8546
8547         * spam-stat.el (spam-stat-load): Fix typo in message.
8548
8549 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8550
8551         * dig.el (dig-invoke): Fix typo in docstring.
8552         (query-dig): Reflow docstring.
8553
8554 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8555
8556         * gnus-art.el (gnus-article-encrypt-body):
8557         * message.el (message-check-recipients):
8558         * mm-util.el (mm-codepage-setup):
8559         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8560         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8561
8562 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8563
8564         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8565         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8566         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8567         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8568         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8569
8570 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8571
8572         * dig.el: Add "Keywords: comm", as per net-utils.el.
8573
8574 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8575
8576         * dig.el (dig-mode): Use define-derived-mode.
8577
8578 2009-09-19  Glenn Morris  <rgm@gnu.org>
8579
8580         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8581
8582 2009-09-18  Glenn Morris  <rgm@gnu.org>
8583
8584         * gnus-diary.el (gnus-diary-check-message):
8585         * message.el (message-insert-formatted-citation-line):
8586         * nnbabyl.el (top-level):
8587         * nndiary.el (nndiary-schedule):
8588         Fix typos in condition-case handlers.
8589
8590 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8593         configuration that provides the sole article window in a frame;
8594         position point correctly after deleting a part.
8595
8596 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8597
8598         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8599         (spam-resolve-registrations-routine): Use it to unregister articles
8600         that change status.
8601
8602 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8605         with XEmacs.
8606         (parse-time-string-chars): Use it.
8607
8608 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8609
8610         * imap.el (imap-interactive-login): Better messages.
8611         (imap-open): Fix bug with renamed buffer on reconnect.
8612         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8613         for easier debugging and cleaner code.  On successful (guessed based on
8614         server capabilities) secondary authentication, set imap-state
8615         correctly.
8616         (imap-last-authenticator): Define imap-last-authenticator as a variable
8617         to avoid warnings.
8618
8619 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * nnrss.el (nnrss-request-article): Remove binding of
8622         default-enable-multibyte-characters that has gotten needless by
8623         the 2007-07-13 change in rfc2047-encode-message-header.
8624
8625         * mml.el (mml-insert-multipart): Error on the message header.
8626         (mml-insert-part): Error on the message header; position point at
8627         the end of a MIME tag.
8628
8629 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * time-date.el (autoload): Expand define-obsolete-function-alias into
8632         defalias and make-obsolete for old Emacsen that Gnus supports.
8633         (with-no-warnings): Define it for old Emacsen.
8634         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8635         is available.
8636         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8637         float-time is available; suppress compile warning for time-to-seconds.
8638
8639         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8640         (gnus-float-time): Alias to float-time if it exists.
8641
8642         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8643         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8644         float-time is available; suppress compile warning for time-to-seconds.
8645
8646         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8647         XEmacs.
8648
8649 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8650
8651         * imap.el (imap-message-map): Docstring fix.
8652
8653 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8656         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8657         Add the optional argument `encoding' that overrides the default.
8658
8659         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8660         mm-encode-buffer.
8661
8662 2009-09-04  Glenn Morris  <rgm@gnu.org>
8663
8664         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8665         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8666         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8667         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8668         * mm-util.el (mm-with-unibyte-current-buffer)
8669         (mm-find-buffer-file-coding-system):
8670         * yenc.el (yenc-decode-region): Use default-value rather than
8671         default-enable-multibyte-characters.
8672
8673 2009-09-03  Glenn Morris  <rgm@gnu.org>
8674
8675         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8676         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8677         than default-enable-multibyte-characters.
8678
8679 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8680
8681         * gnus-art.el (gnus-article-read-summary-keys):
8682         Fix gnus-buffer-configuration's value temporarily used.
8683
8684 2009-09-02  Glenn Morris  <rgm@gnu.org>
8685
8686         * gnus-util.el (gnus-float-time): New function.
8687         * gnus-delay.el (gnus-delay-article):
8688         * gnus-sum.el (gnus-thread-latest-date):
8689         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8690         * nnspool.el (nnspool-request-newgroups):
8691         Use gnus-float-time rather than time-to-seconds.
8692         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8693
8694         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8695         (gnus-header-subject-face, gnus-header-newsgroups-face)
8696         (gnus-header-name-face, gnus-header-content-face):
8697         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8698         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8699         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8700         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8701         (gnus-cite-face-11):
8702         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8703         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8704         (gnus-server-closed-face, gnus-server-denied-face)
8705         (gnus-server-offline-face):
8706         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8707         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8708         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8709         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8710         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8711         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8712         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8713         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8714         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8715         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8716         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8717         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8718         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8719         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8720         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8721         (gnus-summary-high-undownloaded-face)
8722         (gnus-summary-low-undownloaded-face)
8723         (gnus-summary-normal-undownloaded-face)
8724         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8725         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8726         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8727         (gnus-splash-face):
8728         * message.el (message-header-to-face, message-header-cc-face)
8729         (message-header-subject-face, message-header-newsgroups-face)
8730         (message-header-other-face, message-header-name-face)
8731         (message-header-xheader-face, message-separator-face)
8732         (message-cited-text-face, message-mml-face):
8733         * sieve-mode.el (sieve-control-commands-face)
8734         (sieve-action-commands-face, sieve-test-commands-face)
8735         (sieve-tagged-arguments-face):
8736         * spam.el (spam-face):
8737         Mark face aliases with "-face" in the name as obsolete.
8738
8739 2009-09-01  Glenn Morris  <rgm@gnu.org>
8740
8741         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8742         than goto-line.
8743
8744 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8747         Don't move point if the command is invoked inside the message header.
8748
8749 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8750
8751         * imap.el (imap-send-command): Simplify.
8752         (imap-wait-for-tag): point-max -> buffer-size.
8753
8754 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8755
8756         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8757         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8758         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8759         * nnir.el (nnir-swish-e-index-file):
8760         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8761         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8762         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8763         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8764         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8765         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8766
8767 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8770         Don't save excursion.
8771
8772 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8773
8774         * nnheader.el (nnheader-find-file-noselect):
8775         * mm-util.el (mm-insert-file-contents):
8776         Use (default-value 'major-mode) instead of default-major-mode.
8777
8778 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8779
8780         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8781
8782 2009-08-26  Glenn Morris  <rgm@gnu.org>
8783
8784         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8785         than placing in files.el.
8786
8787 2009-08-25  Glenn Morris  <rgm@gnu.org>
8788
8789         * nnir.el (top-level): Don't require cl at run-time.
8790         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8791         Replace cl-function substitute with gnus-replace-in-string.
8792         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8793         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8794         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8795         simplified expansions.
8796
8797 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8798
8799         * dig.el (dig): Add autoload cookie.
8800
8801 2009-08-22  Glenn Morris  <rgm@gnu.org>
8802
8803         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8804         goto-line.
8805
8806 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8807
8808         * parse-time.el (parse-time-string-chars): Save match data.
8809
8810 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8811
8812         * parse-time.el (parse-time-string-chars): Compute using character
8813         classes, to handle non-ascii characters (Bug#3190).
8814
8815 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8818
8819         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8820         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8821         (gnus-mm-display-part, gnus-mime-display-single)
8822         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8823         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8824
8825         * gnus-sum.el
8826         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8827         (gnus-summary-move-article): Add expirable mark to articles copied or
8828         moved to group that has auto-expire turned on if the option is non-nil.
8829
8830 2009-07-24  Glenn Morris  <rgm@gnu.org>
8831
8832         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8833         Fix typo.  (Bug#3903)
8834
8835 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8838         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8839         that should not be used for draft articles.
8840         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8841         that has no concern in minor mode keys.
8842         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8843         Abolish.
8844
8845 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8848         article without making inquiry to a user for unknown encoding.
8849
8850         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8851         (nnmaildir--scan): Assume i-node and device number that file-attributes
8852         returns might be cons-cell.
8853
8854         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8855
8856         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8857
8858 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * auth-source.el: Remove docs now in auth.texi.  Don't use
8861         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8862         `auth-source-hide-passwords' and use them.
8863
8864 2009-07-15  Glenn Morris  <rgm@gnu.org>
8865
8866         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8867
8868 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8871         excessive whitespace from the default values of title and description.
8872
8873 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8876         mail-fetch-field to fetch Content-Description header in order to
8877         exclude newlines.
8878
8879 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8880
8881         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8882         format used by GnuPG 2.0.11.
8883
8884 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8887         to deleted part.
8888
8889 2009-05-30  David Engster  <dengste@eml.cc>
8890
8891         * nnmairix.el: Remove old documentation in the commentary block.
8892         (nnmairix-request-group): Do not update active file for nnml back ends.
8893         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8894         end so that overview files are ignored.
8895         (nnmairix-update-groups): Make updating the groups more robust by using
8896         marks.
8897         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8898         with dollar characters in message-id.
8899
8900 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8903         2008-12-25 in dns.el.
8904
8905 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8906
8907         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8908         could happen if the text is only composed of spaces and/or tabs.
8909
8910 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8911
8912         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8913         when sending a queued message to avoid extra mml tags.
8914
8915 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8918
8919 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8922         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8923         rmail-toggle-header for XEmacs;
8924         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8925
8926 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-dired.el: Remove autoload for gnus-setup-message.
8929         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8930         displaying Gnus logo; always use compose-mail.
8931
8932 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8935
8936 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8939         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8940         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8941         available.
8942         (gnus-nocem-epg-verify): New function.
8943
8944 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8947
8948 2009-02-15  Glenn Morris  <rgm@gnu.org>
8949
8950         * gnus-util.el (rmail-insert-rmail-file-header)
8951         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8952         autoloads.
8953         (rmail-default-rmail-file): Remove unnecessary declaration.
8954         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8955
8956 2009-02-14  Glenn Morris  <rgm@gnu.org>
8957
8958         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8959         variable (only used in gnus-util, which declares it anyway).
8960         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8961         which was only needed by gnus-art (changed to not use it any more).
8962         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8963         only used in gnus-util, which autoloads it itself.
8964         (rmail-update-summary): Fix autoload.
8965
8966         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8967         rather than rmail-output-to-rmail-file.
8968
8969 2009-02-07  Glenn Morris  <rgm@gnu.org>
8970
8971         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8972         autoload of function that no longer exists.
8973         (rmail-toggle-header): Declare.
8974         (message-forward-rmail-make-body): Handle mbox Rmail.
8975
8976 2009-01-31  Glenn Morris  <rgm@gnu.org>
8977
8978         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8979         2009-01-09 change.
8980
8981 2009-01-31  Dave Love  <fx@gnu.org>
8982
8983         * imap.el (imap-fetch-safe): Bind debug-on-error.
8984         (imap-debug): Add imap-fetch-safe.
8985
8986 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8987
8988         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8989         (auth-source-forget-all-cached): New convenience function.
8990         (auth-source-user-or-password): Accept list of modes or a single mode.
8991
8992         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8993         auth-source modes.
8994
8995         * netrc.el (netrc-machine-user-or-password): Use list of
8996         auth-source modes.
8997
8998         * nnimap.el (nnimap-open-connection): Use list of
8999         auth-source modes.
9000
9001         * nntp.el (nntp-send-authinfo): Use list of
9002         auth-source modes.
9003
9004 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9005
9006         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9007         now.
9008
9009 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9012         coding system in XEmacs; add a workaround for XEmacs.
9013
9014         * lpath.el: Fbind coding-system-aliasee.
9015
9016 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9019         of current-language-environment.
9020
9021 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9024         available at runtime.
9025
9026 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9029
9030 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9031
9032         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9033         the greatest positive fixnum value doesn't work under an XEmacs with
9034         bignum support; use the most-positive-fixnum constant instead,
9035         available since Emacs 21.1 with cl and XEmacs 21.1.
9036
9037 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9040         XEmacs gets not to work.
9041
9042 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * mm-util.el (mm-coding-system-priorities): Allow the value like
9045         "Japanese (UTF-8)" of current-language-environment.
9046
9047 2009-01-09  Glenn Morris  <rgm@gnu.org>
9048
9049         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9050         with last-command-event.
9051
9052 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9055         in the doc string.
9056
9057         * message.el (message-fix-before-sending): Amend comment.
9058
9059 2009-01-08  Dave Love  <fx@gnu.org>
9060
9061         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9062
9063 2009-01-07  David Engster  <dengste@eml.cc>
9064
9065         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9066         simplified server definitions by converting it via
9067         gnus-server-to-method.
9068
9069 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9072         parameter's operands.
9073
9074 2009-01-06  David Engster  <dengste@eml.cc>
9075
9076         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9077         primary select method (for gnus-group-mark-article-as-read).
9078
9079 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9080
9081         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9082         `(gnus)Face', not `(gnus)X-Face'.
9083
9084 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * mm-util.el (mm-ucs-to-char): New function.
9087
9088         * mm-url.el (mm-url-decode-entities): Use it.
9089
9090         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9091         unicode-to-char.
9092
9093 2009-01-05  Dave Love  <fx@gnu.org>
9094
9095         * time-date.el: Require cl for `declare'.
9096
9097 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9100         Dave Love.
9101
9102 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * message.el (message-fix-before-sending): Add `eight-bit' to
9105         illegible-text check.
9106
9107 2009-01-03  Michael Olson  <mwolson@gnu.org>
9108
9109         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9110         `headers' is nil.  This can occur if the IMAP server does not have
9111         permissions to read messages from a folder, but can write new messages
9112         to the folder.
9113         (nnimap-request-article-part): Do not insert `data' if it is nil.
9114
9115         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9116         characters which will confuse `read', so skip past them.
9117
9118 2009-01-01  Dave Love  <fx@gnu.org>
9119
9120         * imap.el (imap-string-to-integer): Fix typo.
9121         (imap-fetch-safe): New function.
9122         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9123
9124         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9125
9126         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9127         (imap-parse-greeting): Fix doc strings.
9128         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9129         (imap-parse-flag-list): Make messages unique.
9130         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9131
9132         * nnimap.el: Fix author email.
9133         (nnimap-split-rule): Add FIXME comment.
9134         (nnimap-debug): Fix doc string.
9135
9136 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9139
9140 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9143         nslookup if resolv.conf isn't available.
9144         (dns-query): Rename from query-dns.
9145         (dns-query-cached): Rename from query-dns-cached.
9146
9147 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9150         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9151         to check if those variables exist (first appeared in Emacs 18.50).
9152
9153 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * mm-util.el (mm-line-number-at-pos): New function.
9156
9157         * spam-report.el (spam-report-process-queue): Use it.
9158
9159 2008-12-24  David Engster  <dengste@eml.cc>
9160
9161         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9162         parameters that haven't existed as variables as buffer-local variables.
9163
9164 2008-12-23  Dave Love  <fx@gnu.org>
9165
9166         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9167         cadar.
9168
9169         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9170         imap-starttls-p.
9171         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9172
9173 2008-12-22  Dave Love  <fx@gnu.org>
9174
9175         * imap.el: Fix author email.  Doc fixes.
9176         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9177         reply.
9178
9179 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * spam-report.el (spam-report-gmane-max-requests): New constant.
9182         (spam-report-gmane-wait): New variable.
9183         (spam-report-gmane-ham, spam-report-gmane-spam)
9184         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9185         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9186         the server.
9187
9188         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9189         Add explanations.
9190
9191         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9192         nnheader-accept-process-output and nnheader-read-timeout if available.
9193         (pop3-movemail): Use it.
9194
9195         * message.el (message-check-news-body-syntax): Fix signature check if
9196         there's an attachment.
9197
9198 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * mm-util.el: Add comments to the mm- emulating functions.
9201
9202 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9205         Reported by Stephen Berman <stephen.berman@gmx.net>.
9206
9207 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * mm-util.el (mm-substring-no-properties): New function.
9210         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9211         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9212         (mm-string-to-multibyte): Doc fix.
9213
9214         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9215
9216 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * mml.el (mml-attach-file): Strip text properties from file name.
9219         (Bug#1574)
9220
9221 2008-12-16  Glenn Morris  <rgm@gnu.org>
9222
9223         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9224
9225 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9228         knows since the charset specified might be a bogus alias that
9229         mm-charset-synonym-alist provides.
9230
9231 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9234         "ISO_8859-1".
9235
9236         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9237
9238 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * mm-util.el (mm-charset-eval-alist):
9241         Define it before mm-charset-to-coding-system.
9242         (mm-charset-to-coding-system): Add optional argument `silent';
9243         define it before mm-charset-override-alist.
9244         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9245         default value if it can be used in Emacs currently running;
9246         silence mm-charset-to-coding-system.
9247
9248 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9251         `allow-override' which says whether to use `mm-charset-override-alist'.
9252         (rfc2047-decode-encoded-words): Use it.
9253
9254         * mm-util.el (mm-charset-override-alist): Fix custom type;
9255         add `(gb2312 . gbk)' to choices.
9256
9257 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9260         fast.
9261
9262         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9263
9264         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9265
9266 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9267
9268         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9269         on links.
9270
9271         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9272
9273 2008-12-03  Lute Kamstra  <lute@gnu.org>
9274
9275         * sha1.el: Remove leading * from docstrings of defcustoms,
9276         deffaces, defconsts and defuns.
9277
9278 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9281         users' addresses that don't have domain parts.
9282         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9283         rather than message-narrow-to-head since there will be the message
9284         header separator.
9285
9286 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9287
9288         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9289         since the result is inserted in a unibyte buffer anyway.
9290         (nnimap-demule-use-string-to-multibyte): Remove.
9291         (nnimap-demule): Alias it to mm-string-to-multibyte.
9292
9293 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9296         variable for debugging bug#464 and bug#1174.
9297         (nnimap-demule): Use it.
9298
9299 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9302         score calculation correctly.
9303
9304 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9305
9306         * message.el (message-send-mail): Just set the buffer to unibyte
9307         rather than use mm-with-unibyte-current-buffer which does a lot more.
9308         (message-send-mail-partially): Don't bother with
9309         mm-with-unibyte-current-buffer since it's already been made unibyte by
9310         message-send-mail.
9311
9312 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9315
9316 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9317
9318         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9319
9320 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9323         require itself and to remove `with-no-warnings'.
9324
9325 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9326
9327         * starttls.el (starttls-any-program-available): Get the name of the
9328         available TLS layer program.
9329         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9330         well as the host name in the "opening" message.
9331
9332         * auth-source.el (auth-source-cache, auth-source-do-cache)
9333         (auth-source-user-or-password): Cache passwords and logins by default,
9334         allow override with `auth-source-do-cache'.
9335         (auth-source-forget-user-or-password): Allow users to remove cache
9336         entries if needed.
9337
9338 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9339
9340         * md4.el (md4-buffer): Fix typo in docstring.
9341         (md4, md4-64): Doc fixes.
9342         (md4-pack-int32): Reflow docstring.
9343
9344 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9345
9346         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9347         condition-case to only the forward-sexp call.
9348
9349 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9350
9351         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9352         quotes contained.  Make it more robust regardless by an extra
9353         condition-case wrapper.
9354
9355 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9358
9359 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * nnml.el (nnml-request-expire-articles): Check if the function set to
9362         `nnmail-expiry-target' returns the symbol `delete'.
9363
9364         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9365
9366         * nnmail.el (nnmail-expiry-target): Fix custom type.
9367
9368 2008-10-02  Glenn Morris  <rgm@gnu.org>
9369
9370         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9371         Silence compiler warning.
9372
9373 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9374
9375         * tls.el (open-tls-stream): Show the actual command being
9376         executed, instead of the format string.
9377
9378 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * lpath.el: Fbind codepage-setup for Emacs 23.
9381
9382 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9383
9384         * mml.el (mml-menu): Don't assume mml2015 is bound.
9385
9386 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9389         exists.
9390
9391 2008-09-27  Glenn Morris  <rgm@gnu.org>
9392
9393         * gnus-util.el (mail-header-remove-comments): Autoload it.
9394
9395 2008-09-27  Andreas Schwab  <schwab@suse.de>
9396
9397         * gnus-util.el (gnus-split-references): Strip comments.
9398         (gnus-parent-id): Likewise.
9399
9400 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * message.el (message-confirm-send): Fix version.
9403
9404 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * message.el (message-idna-to-ascii-rhs-1): Use
9407         mail-extract-address-components rather than mail-header-parse-addresses
9408         that is an alias by default to ietf-drums-parse-addresses that does not
9409         support non-ASCII names in headers' contents.
9410
9411 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9412
9413         * message.el (message-confirm-send): Fix variable documentation to
9414         avoid the "y/n" wording.
9415
9416 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9417
9418         * message.el (message-set-auto-save-file-name): Save to a different
9419         filename so multiple messages (especially drafts) can be recovered.
9420
9421 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9422
9423         * message.el (message-confirm-send): Add appropriate version.
9424
9425 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9426
9427         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9428         defvar.
9429
9430 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9431
9432         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9433         (mm-pkcs7-enveloped-magic): Ditto.
9434
9435 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9436
9437         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9438         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9439
9440 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9441
9442         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9443         default, it's better.
9444
9445 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9446
9447         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9448         summary line gnus-number property and ignore them (with a warning
9449         message).
9450
9451 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9454         macro caddr in the interactive form since it won't be expanded.
9455
9456 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9459         `charset'; fix name of function called recursively.
9460         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9461
9462 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9465         (gnus-mime-set-charset-parameters): New function.
9466         (gnus-mime-view-part-as-charset): Use it to correctly display part
9467         specifying wrong charset.
9468
9469 2008-09-08  David Engster  <dengste@eml.cc>
9470
9471         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9472         in completing-read for back end server.
9473
9474 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9475
9476         * message.el (message-confirm-send): New variable to confirm sending a
9477         message.
9478         (message-send): Use it.
9479
9480 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9481
9482         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9483
9484 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9487
9488 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9489
9490         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9491         prevent tracking too many groups.
9492         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9493         Use it.
9494
9495 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9496
9497         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9498         moving point to the bottom of the window in order to avoid recentering.
9499
9500 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9503
9504         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9505         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9506         (gnus-article-beginning-of-window): Fix calculation.
9507
9508 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-msg.el (gnus-summary-supersede-article)
9511         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9512         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9513         message header.
9514
9515 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9516
9517         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9518         pending output coming after the status change.
9519
9520 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9521
9522         * message.el:
9523         * gnus-start.el:
9524         * gnus-registry.el: Remove VMS support.
9525
9526 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9529         macro.
9530         (rfc2104-hash): Use it.
9531
9532 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9535         (gnus-summary-sort-by-most-recent-date): New commands.
9536         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9537         and menu entries.
9538
9539 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9542         don't redisplay article for raw contents; remove plural articles stuff.
9543
9544         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9545         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9546         on gnus-summary-save-article; display results properly.
9547
9548 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * lpath.el: No need to fbind ns-focus-frame.
9551
9552 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9555
9556 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-art.el (gnus-summary-save-in-pipe):
9559         Consider gnus-save-all-headers.
9560
9561 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9562
9563         * gnus-util.el (ns-focus-frame): Remove declaration.
9564         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9565         like x.
9566
9567 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9568
9569         * rfc2104.el (rfc2104-zero): Delete defconst.
9570         (rfc2104-hex-alist): Likewise.
9571         (rfc2104-hex-to-int): Delete func.
9572         (rfc2104-hexstring-to-bitstring): Likewise.
9573         (rfc2104-nybbles): New defconst.
9574         (rfc2104-hash): Rewrite for speed.
9575
9576 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * tls.el (open-tls-stream): Make it work with the 2nd argument
9579         BUFFER that is a string but does not exist as a buffer object, as
9580         mentioned in the doc-string.
9581
9582 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9585         SXEmacs.
9586
9587 2008-07-16  Glenn Morris  <rgm@gnu.org>
9588
9589         * gnus-util.el (ns-focus-frame): Declare for compiler.
9590
9591 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9594         set as a group parameter.
9595         (gnus-summary-save-in-pipe): Work when it is called independently.
9596         (gnus-summary-pipe-to-muttprint): Don't modify
9597         gnus-summary-pipe-output-default-command.
9598
9599 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9600
9601         * message.el (message-send-mail-with-sendmail):
9602         Display the error message.
9603
9604 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-art.el (gnus-default-article-saver):
9607         Add gnus-summary-save-in-pipe to choices.
9608         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9609         gnus-summary-pipe-output-default-command as the default command.
9610         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9611         instead of gnus-last-shell-command.
9612
9613         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9614         New user option.
9615         (gnus-summary-muttprint-program): Mention the value will be changed.
9616         (gnus-summary-save-article): Force showing of all headers.
9617         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9618
9619 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9620
9621         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9622
9623 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9624
9625         * nnimap.el (nnimap-id):
9626         * sieve-manage.el (sieve-manage-open): Doc fixes.
9627
9628 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9629
9630         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9631         if available.
9632
9633 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9634
9635         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9636
9637         * nnkiboze.el (nnkiboze-generate-group):
9638         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9639
9640         * nnmairix.el: Require CL.
9641
9642 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * dgnushack.el: Autoload get-display-table and put-display-table for
9645         XEmacs 21.5.
9646
9647         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9648         21.4 and SXEmacs.
9649
9650 2008-06-15  David Engster  <dengste@eml.cc>
9651
9652         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9653
9654 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9655
9656         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9657         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9658         runtime choice under XEmacs.
9659
9660         * gnus-sum.el (gnus-summary-set-display-table):
9661         Use `gnus-put-display-table', `gnus-get-display-table',
9662         `gnus-set-display-table' for the display table, instead of `aset'.
9663
9664         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9665         Use `gnus-put-display-table', `gnus-get-display-table',
9666         `gnus-set-display-table' for the display table.
9667
9668 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * nnmairix.el: Add autoloads.
9671
9672 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * nnmairix.el (nnmairix-delete-recreate-group)
9675         (nnmairix-update-and-clear-marks): Fix error messages.
9676
9677 2008-06-14  David Engster  <dengste@eml.cc>
9678
9679         * nnmairix.el: Upgrade to version 0.6.
9680         (nnmairix-group-toggle-propmarks-this-group)
9681         (nnmairix-group-toggle-readmarks-this-group)
9682         (nnmairix-group-delete-recreate-this-group)
9683         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9684         (nnmairix-remove-tick-mark-original-article): New commands.
9685         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9686         (nnmairix-propagate-marks-to-nnmairix-groups)
9687         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9688         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9689         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9690         functions needed for marks propagation and manipulation of read marks.
9691         (nnmairix-update-groups): New function.
9692         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9693         (nnmairix-determine-original-group-from-registry)
9694         (nnmairix-determine-original-group-from-path)
9695         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9696         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9697         New helper functions.
9698         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9699         keystrokes for new commands.
9700         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9701         (nnmairix-request-group): Check allow-fast group parameter.
9702         (nnmairix-request-create-group): Set allow-fast group parameter if
9703         nnmairix-allowfast-default is set.
9704         (nnmairix-close-group): Propagate marks upon closing if needed.
9705         (nnmairix-group-toggle-threads-this-group): Use new.
9706         nnmairix-group-toggle-parameter helper function.
9707         (nnmairix-search): Better check for empty search result.
9708         (nnmairix-goto-original-article): Use new helper functions for
9709         determining original article.
9710         (nnmairix-show-original-article): Make sure message-id is in brackets.
9711         (nnmairix-call-mairix-binary): Change variable name.
9712         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9713         helper function.
9714         (nnmairix-widget-toggle-activate): Fix doc string.
9715
9716 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * nnir.el: Require edmacro when compiling with XEmacs.
9719         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9720         available in Emacs 21.
9721
9722 2008-06-11  Glenn Morris  <rgm@gnu.org>
9723
9724         * gnus-util.el (x-focus-frame):
9725         * gnus.el (image-size):
9726         * mm-decode.el (image-size): Declare.
9727
9728         * gnus-picon.el (declare-function): Add compat definition.
9729         (image-size): Declare.
9730
9731         * gnus-group.el (tool-bar-map):
9732         * gnus-sum.el (tool-bar-map): Define for compiler.
9733
9734         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9735
9736         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9737
9738         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9739         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9740         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9741         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9742         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9743         * sieve-manage.el, spam-report.el, spam.el:
9744         Remove unnecessary eval-and-compile of autoloads.
9745
9746 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9747
9748         * auth-source.el: Precise Tramp doc.
9749
9750 2008-06-07  Glenn Morris  <rgm@gnu.org>
9751
9752         * nnmairix.el: Remove unnecessary eval-when-compile.
9753
9754 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * lpath.el: Fbind propertize for XEmacs 21.4.
9757
9758 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * nnir.el: Move here from ../contrib.
9761
9762 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9763
9764         * gnus-util.el (gnus-read-shell-command): New function.
9765         * mm-decode.el (mm-pipe-part):
9766         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9767
9768 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9771
9772 2008-06-03  Glenn Morris  <rgm@gnu.org>
9773
9774         * pop3.el (nnheader-accept-process-output): Autoload it.
9775
9776 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9779         are not 2-digit hexadecimal characters that follow `%'s.
9780
9781 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * message.el (message-bogus-recipient-p): Fix type in doc string.
9784         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9785         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9786         Improve custom options.
9787         (message-bogus-recipient-p): Adjust accordingly.
9788
9789 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9790
9791         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9792         long-form month and day names.
9793
9794 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * dgnushack.el: Autoload debug, eudc-expand-inline and
9797         pgg-snarf-keys-region for XEmacs.
9798
9799         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9800
9801         * nnmairix.el: Require edmacro when compiling with XEmacs.
9802
9803 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9806         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9807
9808 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9809
9810         * auth-source.el: Add more docs.
9811
9812         * netrc.el (netrc-machine): Always match if the port is not given.
9813
9814 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9817         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9818         retrieval faster in some cases, but might make CPU usage larger.
9819         If this has any bad side effects, we might revert this change.
9820
9821         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9822         seems to make mail retrieval much, much faster.
9823         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9824         unconditionally.
9825
9826         * gnus-draft.el (gnus-group-send-queue):
9827         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9828
9829 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9832
9833         * message.el (message-bogus-address-regexp): Fix and improve custom
9834         type.
9835         (message-setup-hook): Add message-check-recipients as custom option.
9836
9837 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * message.el (message-cite-function): Remove bogus autoload which crept
9840         in during merge from v5-10.
9841
9842 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9843
9844         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9845
9846         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9847
9848         * auth-source.el: Preliminary Tramp docs.
9849         (auth-sources): Change the default auth-sources to use
9850         EPA .gpg files.
9851
9852 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9853
9854         * nntp.el: Autoload `auth-source-user-or-password'.
9855         (nntp-send-authinfo): Use it.
9856
9857         * nnimap.el: Autoload `auth-source-user-or-password'.
9858         (nnimap-open-connection): Use it.
9859
9860         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9861         for the gnus-message function.
9862         (auth-source-user-or-password): Use it.
9863
9864 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9865
9866         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9867         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9868         (rfc2104-hash): Use it.
9869
9870 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9871
9872         * gnus-art.el (gnus-article-toggle-truncate-lines):
9873         Don't use `iff' in docstring.
9874
9875 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9876
9877         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9878
9879         * gnus-util.el (gnus-extract-address-component-name)
9880         (gnus-extract-address-component-email): Convenience functions around
9881         `gnus-extract-address-components'.
9882
9883         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9884         Use `gnus-extract-address-component-email' to fix bug of comparing full
9885         sender name to `user-mail-address'.
9886
9887 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9888
9889         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9890         catch/throw to optimize.
9891         (gnus-registry-find-keywords): Just use member to find a keyword.
9892
9893 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9894
9895         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9896         is current before calling gnus-server-prepare.
9897         (gnus-server-setup-buffer, gnus-server-update-server)
9898         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9899
9900 2008-05-04  Juri Linkov  <juri@jurta.org>
9901
9902         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9903         (mailcap-file-default-commands): Use mailcap-replace-in-string
9904         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9905         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9906
9907 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9908
9909         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9910
9911 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9912
9913         * gnus.el: Bump version to 0.11.
9914
9915 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9916
9917         * gnus.el: No Gnus v0.10 is released.
9918
9919 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9922         hooks.
9923         (gnus-update-read-articles): Speed up non-marks-using users.
9924         (gnus-use-marks): Define gnus-use-marks.
9925         (gnus-propagate-marks): Rename variable to something more sensible.
9926
9927 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9928
9929         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9930         (gmm-image-load-path-for-library): Fix typos in docstrings.
9931         (gmm-message): Reflow docstring.
9932
9933 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9934
9935         * mail-source.el (mail-source-set-1, mail-source-bind):
9936         Move auth-source code out of the macro to clean it up and fix bugs.
9937
9938 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9941         by sender if it's equal to user-mail-address, it's likely to be
9942         useless.
9943
9944         * mail-source.el (mail-source-bind): Don't use user or password if they
9945         are not bound.  Unintern them if they are nil.  Don't use server unless
9946         it's bound, and default it to empty string otherwise.
9947
9948 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9949
9950         * mail-source.el: Load auth-source.el.
9951         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9952         get user name or password, if auth-sources is set up.
9953
9954         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9955         strategy of splitting with parent.
9956         (gnus-registry-split-fancy-with-parent)
9957         (gnus-registry-post-process-groups): Use it and fix prior
9958         bug (returning a list as the split result).
9959
9960         * auth-source.el (auth-sources): Remove server parameter.
9961         (auth-source-pick, auth-source-user-or-password)
9962         (auth-source-user-or-password-imap)
9963         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9964         (auth-source-user-or-password-sftp)
9965         (auth-source-user-or-password-smtp): Remove server parameter.
9966
9967 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9968
9969         * smime.el (smime-sign-region, smime-encrypt-region)
9970         (smime-decrypt-region):
9971         Remove redundant calls to `generate-new-buffer-name'.
9972
9973 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9974
9975         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9976         Don't use QP for message/rfc822.
9977         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9978
9979 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9980
9981         * sieve-manage.el (sieve-string-bytes): Remove.
9982         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9983         correct byte-length only if the process's coding-system is the same as
9984         the one used internally by Emacs to represent strings.
9985
9986 2008-04-22  Juri Linkov  <juri@jurta.org>
9987
9988         * mailcap.el (mailcap-file-default-commands): New function.
9989
9990 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * message.el (message-signature-separator, message-cite-function):
9993         Change custom version.
9994
9995 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9996
9997         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9998         commands.
9999         (tls-checktrust): Ditto.
10000
10001 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * mm-decode.el (mm-display-external): Make temp file read-only.
10004
10005 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10008         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10009         `C-c C-f d'.
10010
10011 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10012
10013         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10014
10015 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus.el: Bump version to 0.9.
10018
10019 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * gnus.el: No Gnus v0.8 is released.
10022
10023 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10024
10025         * mail-source.el (mail-source-value):
10026         Prefer fboundp to functionp so it works with macros as well.
10027
10028 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10029
10030         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10031         Fix last change in case the element is not even a symbol.
10032
10033 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10034
10035         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10036         Prefer fboundp to functionp so it works with macros as well.
10037
10038 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10039
10040         * auth-source.el: Add docs.
10041         (auth-sources): Modify format to support server.
10042         (auth-source-pick, auth-source-user-or-password)
10043         (auth-source-user-or-password-imap)
10044         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10045         (auth-source-user-or-password-sftp)
10046         (auth-source-user-or-password-smtp): Add server parameter.
10047
10048 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10049
10050         * gnus-registry.el: Initialize the registry when gnus-registry-install
10051         is t.
10052
10053 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * compface.el (uncompface): Make buffer unibyte.
10056
10057 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10058
10059         * mail-source.el (mail-source-value):
10060         Prefer fboundp to functionp so it works with macros as well.
10061
10062 2008-04-05  Glenn Morris  <rgm@gnu.org>
10063
10064         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10065
10066 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10067
10068         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10069         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10070
10071         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10072         multibyteness after rather than before erasing it.
10073
10074         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10075         mm-with-multibyte.
10076         (gnus-request-article-this-buffer): Make sure the proper decoding is
10077         used if gnus-original-article-buffer happens to be unibyte.
10078
10079         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10080         default-enable-multibyte-characters.
10081
10082         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10083         default-enable-multibyte-characters.
10084
10085         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10086
10087         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10088
10089 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10090
10091         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10092         Fix last change in case the element is not even a symbol.
10093
10094 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10095
10096         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10097         (imap-message-copyuid-1): Use it.
10098         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10099         J. Williams in
10100         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10101
10102         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10103         imap-enable-exchange-bug-workaround.
10104         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10105
10106 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10107
10108         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10109         a 100 byte status-checks into a 2-3MB transfer for each group.
10110         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10111         to enable bug workaround or not.
10112         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10113
10114 2008-03-31  Glenn Morris  <rgm@gnu.org>
10115
10116         * message.el (mml2015-use): Declare for compiler.
10117         (message-info): Require mml2015 when appropriate.
10118
10119 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10122         whitespace.
10123
10124 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10125
10126         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10127         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10128         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10129         (nntp-service-to-port): New function.
10130         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10131         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10132         (nntp-open-netcat-stream): New function.
10133         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10134
10135 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10136
10137         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10138
10139 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10140
10141         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10142
10143 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10144
10145         * dns.el (dns-write): Use set-buffer-multibyte.
10146
10147 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10148
10149         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10150
10151 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * message.el (message-signature-separator): Change default.
10154         Improve custom type.
10155         (message-cite-function): Change default to
10156         message-cite-original-without-signature.
10157
10158         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10159         toggle.
10160
10161         * message.el (message-check-news-body-syntax): Fix signature check.
10162         (message-setup-1): Mark buffer as unmodified _after_ running
10163         message-setup-hook and handling message-alternative-emails.
10164         (message-shorten-references): Be more strict when building list of
10165         valid references to comply with GNKSA.
10166
10167         * gnus-group.el (gnus-read-ephemeral-bug-group)
10168         (gnus-read-ephemeral-debian-bug-group)
10169         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10170
10171         * message.el (message-info): Don't use booleanp which isn't supported
10172         in Emacs 21 and XEmacs.
10173
10174 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10177         gnus-group-gmane-group-download-format.
10178         (gnus-group-read-ephemeral-gmane-group): Rename from
10179         gnus-group-read-ephemeral-gmane-group.
10180         (gnus-read-ephemeral-gmane-group-url): Rename from
10181         gnus-group-read-ephemeral-gmane-group-url.
10182         (gnus-bug-group-download-format-alist): New variable.
10183         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10184         (gnus-read-ephemeral-emacs-bug-group): New commands.
10185
10186 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10189         (gnus-visible-headers): Improve custom type.
10190
10191 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * mml.el (mml-menu): Add workarounds for XEmacs.
10194
10195         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10196         X-Boundary header.
10197
10198         * message.el (message-simplify-recipients): Fix previous commit.
10199
10200 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10201
10202         * mm-util.el (mm-set-buffer-multibyte): New function.
10203         * mm-decode.el (mm-copy-to-buffer): Use it.
10204
10205         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10206         Prefer fboundp to functionp so it works with macros as well.
10207
10208 2008-03-19  Glenn Morris  <rgm@gnu.org>
10209
10210         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10211         Accidentally removed in the sync process with Emacs.
10212
10213 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * message.el (message-alter-recipients-discard-bogus-full-name):
10216         New function.
10217         (message-alter-recipients-function): New variable.
10218         (message-get-reply-headers): Use it.
10219         (message-replace-header): New helper function.
10220         (message-recipients-without-full-name): New variable.
10221         (message-simplify-recipients): New command.
10222
10223         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10224
10225         * message.el (message-info): Handle EasyPG manual.
10226
10227         * mml.el (mml-menu): Add entry for EasyPG.
10228
10229 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10230
10231         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10232         parameter.
10233
10234         * message.el (message-disassociate-draft): Specify drafts group name
10235         fully.
10236
10237 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10238
10239         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10240         Eliminate unnecessary duplicates from the match list.
10241
10242 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10245
10246         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10247
10248         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10249         args of `how-many' of which the XEmacs version doesn't take; declare
10250         Info-index-next as function.
10251
10252 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-score.el (gnus-score-headers): Fix handling of
10255         gnus-inhibit-slow-scoring.
10256
10257         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10258         string.
10259         (gnus-button-url-regexp): Improve handling of parenthesis.
10260         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10261         (gnus-button-handle-info-keystrokes): Handle index entries.
10262
10263 2008-03-15  Glenn Morris  <rgm@gnu.org>
10264
10265         * parse-time.el (parse-time-string): Simplify.
10266
10267 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10270         Incoming* files.
10271
10272 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10273
10274         * auth-source.el (auth-sources): Rename from auth-source-choices.
10275         (auth-source-pick): Use it.
10276
10277 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10278
10279         * binhex.el (binhex-decode-region-internal):
10280         * uudecode.el (uudecode-decode-region-internal):
10281         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10282         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10283         setting default-enable-multibyte-characters.
10284
10285 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10286
10287         * auth-source.el (auth-source-protocols)
10288         (auth-source-protocols-customize, auth-source-choices): Add and
10289         modified variable customizations and defaults.
10290         (auth-source-pick, auth-source-user-or-password)
10291         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10292         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10293         (auth-source-user-or-password-sftp)
10294         (auth-source-user-or-password-smtp): Use new variables and provide an
10295         interface to netrc.el.
10296
10297 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10300         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10301         Make sure the nntp port to specify is a string.
10302
10303 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10304
10305         * nntp.el: Use with-current-buffer.
10306         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10307         dubious mm-with-unibyte-current-buffer.
10308         (nntp-with-open-group-function): New function extracted from
10309         nntp-with-open-group macro.
10310         (nntp-with-open-group): Use the function, so it's easier to debug.
10311         Add indentation and debugging info.
10312         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10313         Recommend the use of the netcat alternatives.
10314
10315         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10316         Avoid mm-string-as-multibyte as well.
10317
10318         * nnweb.el (nnweb-insert-html):
10319         Remove use of nnheader-string-as-multibyte.
10320
10321         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10322         (nnheader-string-as-multibyte): Remove.
10323
10324         * mm-view.el: Use inhibit-read-only.
10325         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10326         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10327         or unibyte-string.
10328
10329         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10330         (mm-uu-yenc-extract): Use with-current-buffer.
10331
10332         * gnus-soup.el (gnus-soup-send-packet): Don't use
10333         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10334
10335         * nnmh.el: Use with-current-buffer.
10336         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10337         mm-string-as-multibyte on the output of mm-encode-coding-string.
10338
10339         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10340         (nnimap-request-move-article): Use with-current-buffer.
10341
10342         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10343         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10344         conversion uses string-make-unibyte rather than string-as-unibyte.
10345
10346         * gnus-msg.el: Use with-current-buffer.
10347
10348         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10349
10350 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10351
10352         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10353         string for caching if it is 'PIN.
10354
10355 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * lpath.el: Consider the case without Emacs/W3.
10358
10359 2008-03-08  Glenn Morris  <rgm@gnu.org>
10360
10361         * time-date.el (date-to-time, time-subtract, time-add)
10362         (safe-date-to-time): Doc fixes.
10363
10364 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * mail-source.el (mail-source-delete-old-incoming-confirm):
10367         Change default to nil.
10368         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10369
10370 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * lpath.el: Rearrange.
10373
10374         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10375         (gnus-article-goto-prev-page): Work for articles having ^L's.
10376
10377         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10378
10379         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10380
10381 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10382
10383         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10384         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10385         (gnus-bookmark-jump): Adjust some variable names.
10386
10387 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10388
10389         * auth-source.el: New package.
10390         (auth-source-choices): Add customization entry point variable.
10391
10392         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10393         bug.
10394
10395 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10396
10397         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10398         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10399         (gnus-registry-install-shortcuts): Rename from
10400         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10401         the `gnus-registry-mark-map' keymap dynamically from
10402         `gnus-registry-marks'.  The generated functions update the summary line
10403         when a registry mark is added or deleted, and will call
10404         `gnus-registry-install-p' (see the comments in the code).
10405         (gnus-registry-user-format-function-M): Use concat intelligently.
10406
10407         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10408         the registry mark functions.
10409
10410 2008-03-05  Glenn Morris  <rgm@gnu.org>
10411
10412         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10413         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10414         gnus-art.
10415         (top-level): No need to load own source when compiling.
10416
10417 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10420         Suggested by <chris.anderton@zetnet.co.uk>.
10421
10422 2008-03-04  Glenn Morris  <rgm@gnu.org>
10423
10424         * gnus-sum.el (top-level): No need to require gnus when compiling,
10425         since unconditionally required near start of file.
10426         (gnus-summary-display-while-building): Move definition before use.
10427
10428 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10429
10430         * gnus-registry.el (gnus-registry-user-format-function-M):
10431         Add formatting function.
10432
10433 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10434
10435         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10436         with plists.
10437         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10438         Use new format.
10439
10440 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10443         `where-is-internal' that returns a range of key sequences.
10444
10445 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10446
10447         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10448
10449         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10450         (gnus-summary-jump-to-group): Consider windows on other displayed
10451         frames as well.  Similar changes might be needed elsewhere, but that's
10452         the one I've bumped into during my use.
10453
10454         * nndoc.el (nndoc-oe-dbx-type-p):
10455         * gnus-msg.el (gnus-debug):
10456         * gnus-group.el (gnus-update-group-mark-positions):
10457         Use mm-string-to-multibyte.
10458
10459 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10462         doesn't handle NotDashEscaped.
10463
10464         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10465         (mml-dnd-attach-options): Fix typo in custom choice.
10466
10467         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10468         Change nndoc-article-type to mbox.
10469         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10470
10471         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10472         to nil, instead of html2text.
10473
10474         * imap.el (imap-debug): Add `imap-ping-server'.
10475
10476         * gnus-bookmark.el: Add FIXMEs.
10477
10478         * message.el (message-form-letter-separator)
10479         (message-send-form-letter-delay): New variables.
10480         (message-send-form-letter): Use them.  New command to send form
10481         letters.  Requested by Uwe Siart.
10482         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10483
10484 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * Update copyright years.
10487
10488 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         Sync from EMACS_22_BASE.
10491
10492         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10493
10494 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10495
10496         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10497         empty author.
10498
10499 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10500
10501         * gnus-registry.el (gnus-registry-marks): Add variable for
10502         customization of marks and their appearance.
10503         (gnus-registry-read-mark): Use it.
10504         (gnus-registry-do-marks): Add utility function to loop through
10505         `gnus-registry-marks'.
10506         (gnus-registry-install-shortcuts-and-menus): Add function to install
10507         shortcuts and menus.
10508         (gnus-registry-initialize): Use it.
10509         (gnus-registry-default-mark): Clarify documentation.
10510
10511 2008-02-29  Glenn Morris  <rgm@gnu.org>
10512
10513         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10514         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10515         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10516         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10517         Change defcustom :version from 23.0 to 23.1.
10518
10519 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10520
10521         * gnus-registry.el (gnus-registry-follow-group-p)
10522         (gnus-registry-post-process-groups): Add functions to aid registry
10523         splitting and improve logging.  Clarify behavior in function
10524         documentation.
10525         (gnus-registry-split-fancy-with-parent): Use them.
10526
10527 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10528
10529         * gnus-art.el: Use with-current-buffer.
10530
10531 2008-02-27  David Engster  <dengste@eml.cc>
10532
10533         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10534         Express real group name in the response.
10535
10536 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10539         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10540         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10541         autoload gnus-registry-fetch-group when compiling.
10542         (nnmairix-request-group-with-article-number-correction):
10543         Remove unreferenced argument passed to nnmairix-call-backend.
10544
10545 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10548         (mm-uu-extract): Improve face for low color ttys.
10549         Reported by Sascha Wilde.
10550
10551 2008-02-27  Glenn Morris  <rgm@gnu.org>
10552
10553         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10554         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10555         variables to defconsts.  Convert comments to doc-strings.
10556         (nnmairix-last-server, nnmairix-current-server): Convert from free
10557         variables to defvars.  Convert comments to doc-strings.
10558         (gnus-registry-fetch-group): Autoload.
10559         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10560         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10561         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10562         caddr.
10563         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10564         nnmairix-request-group-with-article-number-correction call.
10565         (nnmairix-fast, nnmairix-group): New, less general names, for free
10566         variables passed from nnmairix-request-group to
10567         nnmairix-request-group-with-article-number-correction.  Declare.
10568         (nnmairix-request-group-with-article-number-correction):
10569         Use nnmairix-fast, nnmairix-group rather than fast, group.
10570
10571 2008-02-26  David Engster  <dengste@eml.cc>
10572
10573         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10574         version 0.5.
10575
10576 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10577
10578         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10579         instead of making an extra function call.  Don't add the current group
10580         to articles only when they have the group.  Use
10581         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10582         Reported by David <de_bb@arcor.de>.
10583
10584 2008-02-24  Miles Bader  <miles@gnu.org>
10585
10586         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10587         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10588         (mm-find-mime-charset-region):
10589         * mm-bodies.el (mm-encode-body):
10590         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10591
10592 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10595         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10596
10597 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * mail-source.el (mail-source-delete-incoming): Change default.
10600         Supplement doc string.
10601
10602         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10603
10604 2008-02-14  Glenn Morris  <rgm@gnu.org>
10605
10606         * time-date.el (format-seconds): New function.
10607
10608 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * nnmail.el (nnmail-message-id-cache-file): Derive from
10611         `gnus-home-directory'.
10612
10613 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10616         Document negative prefix.
10617
10618         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10619
10620 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * message.el (message-unsent-separator): Add the Exim bounce
10623         separator.
10624
10625 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10626
10627         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10628         list.
10629         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10630         recipient/signer list.
10631
10632 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * Makefile.in (datarootdir): Define.
10635         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10636         name that might contain whitespace.
10637
10638 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10641         fbound (Emacs 23 unicode), signal an error.
10642
10643 2008-02-08  Glenn Morris  <rgm@gnu.org>
10644
10645         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10646
10647 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10648
10649         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10650         ports to the calls to `netrc-machine-user-or-password' in addition to
10651         "imap" and "imaps".
10652
10653 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10654
10655         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10656
10657         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10658
10659 2008-02-01  Kenichi Handa  <handa@m17n.org>
10660
10661         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10662         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10663         (rfc2104-hash): Convert the result of concat to unibyte string.
10664
10665 2008-02-01  Dave Love  <fx@gnu.org>
10666
10667         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10668         coding-system-for-read.
10669         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10670
10671 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10674         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10675         <hanche@math.ntnu.no>.
10676
10677 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10680
10681         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10682
10683 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10684
10685         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10686         * message.el (message-beginning-of-line): Use featurep instead of bound
10687         tests in order to resolve conditionals at compile time.
10688
10689 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10690
10691         * mail-source.el (mail-sources): Add `group' choice.
10692
10693         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10694         parameter `in-group' to control into which group the articles go.
10695         Add treatment of `group' mail-source.
10696
10697 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10700
10701         * mm-decode.el (mm-dissect-buffer): Decode description.
10702
10703         * mml.el (mml-to-mime): Encode message header first.
10704
10705 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10708         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10709
10710         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10711         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10712
10713 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10716
10717 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10720         prefix keys.
10721         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10722         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10723         gnus-xmas.el.
10724
10725         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10726         (gnus-xmas-article-describe-bindings): New function.
10727         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10728         gnus-xmas-article-describe-bindings.
10729
10730         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10731
10732 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10733
10734         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10735         Add new variables for article mark management.
10736         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10737         list of extra data entries which, when present, will indicate that the
10738         article ID should not be trimmed from the registry.
10739         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10740         functions.
10741         (gnus-registry-read-mark): New function to read a mark name from the
10742         user.
10743         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10744         (gnus-registry-set-article-mark-internal): New functions to add and
10745         remove marks.
10746         (gnus-registry-get-article-marks): New function to show the marks for
10747         an article, or retrieve them for further use.
10748
10749 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10752         keys when no argument is given.
10753
10754 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * imap.el (imap-ping-server): New variable.
10757         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10758         (imap-ping-server): Minor doc string fixes.
10759
10760 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10761
10762         * imap.el (imap-ping-server): New function.
10763         (imap-opened): Call imap-ping-server.
10764
10765 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * gnus-sum.el (gnus-article-sort-by-random)
10768         (gnus-thread-sort-by-random): Fix doc strings.
10769         Reported by jidanni@jidanni.org.
10770
10771 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-art.el (gnus-article-describe-bindings): New function.
10774         (gnus-article-read-summary-keys): Use it.
10775         (gnus-article-mode-map): Bind `C-h b' to it.
10776
10777 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10780         XEmacs.
10781         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10782         Protect against non-character events.
10783
10784         * lpath.el: Fbind map-keymap for Emacs 21.
10785
10786 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10789         New command.
10790         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10791         instead of END.  Change name of the temp file.
10792         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10793         customizable.
10794
10795 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10798         bind `S W' to gnus-article-wide-reply-with-original; set default
10799         binding to gnus-article-read-summary-send-keys.
10800         (gnus-article-read-summary-keys): Fix the order of keys; display
10801         continuation keys correctly in the echo area; describe bindings
10802         correctly when keys end with `C-h'.
10803         (gnus-article-read-summary-send-keys): New function.
10804         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10805         Work for gnus-article-read-summary-send-keys; display continuation keys
10806         correctly in the echo area.
10807         (gnus-article-reply-with-original): Ignore prefix argument.
10808         (gnus-article-wide-reply-with-original): New function.
10809
10810         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10811         Emacs 21.
10812
10813 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10816         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10817
10818 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10821         (gnus-group-read-ephemeral-gmane-group): New command.
10822
10823 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10824
10825         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10826
10827 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * message.el (message-send-mail-function): Increase custom version.
10830
10831         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10832         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10833
10834 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10835
10836         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10837         for the cases where imap-authenticate is called with a nil buffer
10838         parameter.
10839
10840 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10843         html parts correctly; support forwarded messages.
10844         (gnus-article-browse-html-article): Remove work buffers.
10845
10846         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10847         compiling.
10848         (netrc-bound-and-true-p): New macro.
10849         (netrc-parse): Use it instead of bound-and-true-p that is not available
10850         in XEmacs 21.4.
10851
10852 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10853
10854         * gnus-registry.el (gnus-registry-mark-article)
10855         (gnus-registry-article-marks): Add functionality to mark articles
10856         through the Gnus registry.
10857
10858         * encrypt.el: Clarify documentation for the new pgg method.
10859         (encrypt-file-alist): Add PGG option.
10860         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10861         functionality.  Abstract password key and messaging to external
10862         functions.
10863         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10864         (encrypt-message-method-and-cipher): Add new convenience external
10865         functions.
10866         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10867         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10868
10869         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10870         (netrc-parse): Use encrypt-file-alist to determine if
10871         encrypt-find-model or encrypt-insert-file-contents should be used.
10872
10873         * encrypt.el: Clarify documentation.  Load password-cache or
10874         password, whichever one is found first, instead of autoloading.
10875
10876 2007-12-19  Glenn Morris  <rgm@gnu.org>
10877
10878         * mml.el (message-options-set, message-narrow-to-head)
10879         (message-in-body-p, message-mail-p, message-encode-message-body):
10880         Autoload.
10881         (message-remove-header, message-narrow-to-headers-or-head)
10882         (message-subscribed-p, message-make-mail-followup-to)
10883         (message-position-on-field, message-news-p)
10884         (message-options-set-recipient, message-generate-headers)
10885         (message-sort-headers): Declare as functions.
10886
10887 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10890         convention in doc string.
10891
10892 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10895         title to html parts.
10896         (gnus-article-browse-html-article): Pass message header to it.
10897
10898         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10899
10900 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10903         or password compatible with XEmacs.
10904
10905 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10908         format document.
10909         (gnus-mime-delete-part): Don't write description line if empty.
10910         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10911
10912 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10913
10914         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10915         (gnus-summary-mark-read-and-unread-as-read)
10916         (gnus-summary-mark-current-read-and-unread-as-read)
10917         (gnus-summary-mark-unread-as-ticked): Doc fix.
10918         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10919
10920 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10923         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10924
10925 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10928         yes-or-no-p.
10929
10930 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * mm-decode.el (mm-add-meta-html-tag): New function.
10933         (mm-save-part-to-file, mm-pipe-part): Use it.
10934
10935         * gnus-art.el (gnus-article-browse-delete-temp-files):
10936         Use gnus-y-or-n-p instead of y-or-n-p.
10937         (gnus-article-browse-html-parts): Work with message/external-body; use
10938         mm-add-meta-html-tag.
10939
10940 2007-12-11  Glenn Morris  <rgm@gnu.org>
10941
10942         * gnus-cache.el: Require gnus-sum not just when compiling.
10943
10944         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10945
10946         * gnus-int.el (gnus-server-opened, gnus-status-message):
10947         Move definitions before use.
10948
10949         * mm-decode.el: Require gnus-util.
10950         (mm-remove-part): Only call delete-annotation on XEmacs.
10951
10952         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10953
10954         * nnmail.el: Require gnus-int.
10955
10956         * spam.el: Move `require's before `eval-when-compile's.
10957
10958         * gnus-ems.el (gnus-alive-p):
10959         * gnus-fun.el (message-goto-eoh):
10960         * gnus-util.el (gnus-group-name-decode):
10961         * mail-source.el (gnus-compress-sequence):
10962         * message.el (Info-goto-node, format-spec):
10963         * mm-bodies.el (message-options-get):
10964         * mm-decode.el (mm-view-pkcs7):
10965         * mm-util.el (gmm-write-region):
10966         * mml-smime.el (mml-compute-boundary)
10967         (gnus-completing-read-with-default):
10968         * mml.el (widget-button-press, gnus-make-hashtable):
10969         * mml1991.el (mm-decode-content-transfer-encoding)
10970         (mm-encode-content-transfer-encoding)
10971         (message-options-get, message-options-set):
10972         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10973         * nnfolder.el (gnus-request-group):
10974         * nnheader.el (ietf-drums-unfold-fws):
10975         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10976         * smime.el (gnus-run-mode-hooks):
10977         * spam-stat.el (gnus-message): Autoload.
10978
10979         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10980         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10981         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10982         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10983         Add declare-function compatibility definition.
10984
10985         * gnus-cache.el (nnvirtual-find-group-art):
10986         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10987         (gnus-add-image, gnus-add-wash-type):
10988         * gnus-group.el (nnkiboze-score-file):
10989         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10990         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10991         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10992         (message-tokenize-header, gnus-get-buffer-create)
10993         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10994         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10995         * gnus.el (gnus-group-decoded-name):
10996         * mail-source.el (imap-capability):
10997         * mm-bodies.el (message-options-set):
10998         * mm-decode.el (gnus-configure-windows):
10999         * mm-extern.el (message-goto-body):
11000         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11001         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11002         (epg-sub-key-validity, message-options-set):
11003         * mml.el (widget-event-point, gnus-configure-windows):
11004         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11005         * mml2015.el (epg-check-configuration, epg-configuration)
11006         (message-options-set):
11007         * nndb.el (nndb-request-article):
11008         * nnfolder.el (gnus-request-create-group):
11009         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11010         * nnmaildir.el (gnus-group-mark-article-read):
11011         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11012         * rfc1843.el (message-fetch-field):
11013         * spam.el (gnus-extract-address-components):
11014         Declare as functions.
11015
11016 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11019
11020         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11021
11022         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11023         bind show-trailing-whitespace for XEmacs.
11024
11025 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11028         new no-op macro for backward compatibility.
11029
11030         * imap.el (imap-string-to-integer): New function.
11031
11032 2007-12-09  Glenn Morris  <rgm@gnu.org>
11033
11034         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11035
11036         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11037         * message.el, mm-view.el, sieve-manage.el, smime.el:
11038         Add declare-function compatibility definition.
11039
11040         * gnus-art.el (w3-region, w3m-region, Info-menu):
11041         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11042         * gnus-sum.el (gnus-get-predicate):
11043         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11044         * message.el (mail-abbrev-in-expansion-header-p):
11045         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11046         (w3m-detect-meta-charset, w3m-region):
11047         * sieve-manage.el (password-read, password-cache-add)
11048         (password-cache-remove):
11049         * smime.el (password-read-and-add): Declare as functions.
11050
11051 2007-12-08  David Kastrup  <dak@gnu.org>
11052
11053         * gnus-sum.el (gnus-summary-simplify-subject-query):
11054         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11055         `message'.
11056
11057 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11060         it to bind idna-program, installation-directory, defined-colors, and
11061         face-attribute for XEmacs of the version that compiles defcustom forms.
11062
11063 2007-12-07  Glenn Morris  <rgm@gnu.org>
11064
11065         * gnus-art.el (article-make-date-line): Revert previous change.
11066
11067 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11070
11071 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11072
11073         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11074         Call gnus-add-to-range ranges only once with a prepared article-list.
11075
11076 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11077
11078         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11079         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11080         group names with backslashes.
11081         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11082
11083 2007-12-06  Deepak Goel  <deego3@gmail.com>
11084
11085         * gnus-art.el (article-make-date-line):
11086         * gnus-start.el (gnus-load):
11087         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11088
11089 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-use-idna)
11092         * gnus-start.el (gnus-site-init-file)
11093         * message.el (message-use-idna)
11094         * mm-uu.el (mm-uu-hide-markers)
11095         * smiley.el (smiley-style): Revert changes that suppress warnings.
11096
11097 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11100         specify charset to html source.
11101         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11102
11103 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11106         idna-program in order to suppress byte compile warning issued by XEmacs
11107         that came to byte compile the default value section of defcustom forms
11108         recently.
11109
11110         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11111         value of installation-directory.
11112
11113         * message.el (message-use-idna): Don't directly refer to the value of
11114         idna-program.
11115
11116         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11117
11118         * smiley.el (smiley-style): Don't directly call face-attribute.
11119
11120 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11123
11124         * gnus-dired.el: Reduce Gnus dependencies.
11125         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11126         Don't require.  Use autoloads instead.
11127         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11128         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11129         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11130         (gnus-dired-mode): Adjust doc string.
11131         (gnus-dired-mail-mode): New variable.
11132         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11133         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11134         (gnus-dired-mail-buffers): New function.  Return mail or message
11135         composition buffers.
11136         (gnus-dired-attach): Use it.
11137         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11138         NO-DECODE.
11139         (gnus-dired-print): Use `gnus-print-buffer' depending on
11140         `gnus-dired-mail-mode'.
11141
11142 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * rfc2047.el (rfc2047-encoded-word-regexp)
11145         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11146         explaining what regexp patterns are for.
11147
11148 2007-12-04  Glenn Morris  <rgm@gnu.org>
11149
11150         * password.el: Move to password-cache.el.
11151
11152         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11153         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11154         * mml-smime.el (password-read, password-cache-add)
11155         (password-cache-remove):
11156         No need to autoload, since mml-sec requires password.
11157
11158         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11159         * message.el (gnus-extract-address-components):
11160         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11161
11162         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11163         password.
11164
11165 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * mailcap.el: Reduce dependencies.
11168         (mail-header-parse-content-type): Autoload.
11169         (mailcap-delete-duplicates): New alias.
11170         (mailcap-mime-info): Add optional argument NO-DECODE.
11171         (mailcap-mime-types): Use mailcap-delete-duplicates.
11172
11173         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11174
11175 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11176
11177         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11178         (imap-parse-status): Upcase status-att for servers that sends them
11179         lower-case (e.g., MS Exchange 2007).
11180
11181 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11184         function.
11185
11186         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11187         (gnus-uu-yenc-article): New function.
11188
11189         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11190
11191         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11192
11193 2007-12-02  Glenn Morris  <rgm@gnu.org>
11194
11195         * binhex.el (binhex): New custom group.
11196         (binhex-decoder-program, binhex-decoder-switches)
11197         (binhex-use-external): Move to the binhex custom group.
11198
11199         * uudecode.el (uudecode): New custom group.
11200         (uudecode-decoder-program, uudecode-decoder-switches)
11201         (uudecode-use-external): Move to the uudecode custom group.
11202
11203         * netrc.el (top-level): Don't load `encrypt' features.
11204         (netrc-parse): Don't use encrypt.
11205         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11206
11207         * encrypt.el: Remove file.
11208
11209 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11212         matches on patches.
11213
11214         * gnus-art.el (gnus-article-browse-html-article):
11215         Mention `mm-text-html-renderer' in the doc string.
11216
11217         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11218         string.  Add comments.
11219
11220         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11221         if rhs is ASCII.
11222
11223 2007-12-01  Glenn Morris  <rgm@gnu.org>
11224
11225         * mail-source.el (top-level): Require format-spec before
11226         eval-when-compile.
11227
11228 2007-11-30  Glenn Morris  <rgm@gnu.org>
11229
11230         * encrypt.el: Require password, rather than autoloading password-read.
11231
11232 2007-11-29  Glenn Morris  <rgm@gnu.org>
11233
11234         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11235         (sasl-make-client, sasl-next-step, sasl-step-data)
11236         (sasl-step-set-data): Declare as functions.
11237
11238 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11241
11242 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11243
11244         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11245         certs should be verified and what is to be done in the event of a
11246         verification failure.
11247
11248         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11249         caller can indicate whether the cache should be disregarded for this
11250         call.  This way the result of the call is reproducible at all times and
11251         can be considered a canonical server name for the supplied method.
11252         (gnus-agent-method-p): Canonicalize server names by pushing their
11253         method through `gnus-method-to-server' using the no-cache argument.
11254
11255         * gnus-srvr.el (gnus-server-insert-server-line):
11256         Call `gnus-method-to-server' with `no-cache' argument.
11257
11258         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11259         gnus-agent-possibly-synchronize-flags as this should be called when the
11260         server is actually being opened.
11261         (gnus-agent-possibly-synchronize-flags)
11262         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11263         flags file of an agentized server to the latter function.
11264
11265         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11266         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11267         after a connection has been established successfully.
11268
11269 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-art.el (article-display-face): Force to display face if called
11272         interactively; check if gnus-article-x-face-too-ugly matches author.
11273         (article-display-x-face): Display face even if From header is missing
11274         as article-display-face does.
11275
11276 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11277
11278         * hashcash.el (message-narrow-to-headers-or-head)
11279         (message-fetch-field, message-goto-eoh)
11280         (message-narrow-to-headers): Declare as functions.
11281
11282 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * mail-source.el (mail-sources): Default to fetch from file for
11285         compatibility with default of nnmail-spool-file.
11286
11287 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11290         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11291         to look for encoded word that should be encoded again.
11292         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11293         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11294         encoding pattern.
11295         (rfc2047-decode-region): Switch strict regexp and loose one according
11296         to rfc2047-allow-irregular-q-encoded-words.
11297
11298 2007-11-25  Romain Francoise  <romain@orebokech.com>
11299
11300         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11301
11302 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * tls.el (tls-program): Provide more custom choices from
11305         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11306         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11307
11308 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11311         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11312
11313         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11314         `nnmail-spool-file'.
11315
11316         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11317         `nnmail-spool-file'.
11318
11319         * gnus-move.el (gnus-change-server): Ditto.
11320
11321         * gnus-kill.el (gnus-batch-score): Ditto.
11322
11323         * gnus-cache.el (gnus-jog-cache): Ditto.
11324
11325         * gnus-msg.el (gnus-summary-reply):
11326         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11327
11328 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11331         version.  Minor improvement to doc strings.
11332         (tls-program): Add comment.
11333
11334 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11335
11336         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11337         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11338         mismatch between the hostname provided in the certificate and the name
11339         of the host connnecting to.
11340         (open-tls-stream): Use them.  Check certificates against trusted root
11341         certificates.
11342
11343 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11344
11345         * gnus-cache.el (gnus-cache-generate-nov-databases):
11346         Use nnml-generate-nov-databases-directory instead of
11347         nnml-generate-nov-databases-1.
11348
11349 2007-11-24  Glenn Morris  <rgm@gnu.org>
11350
11351         * message.el (message-tool-bar-retro): Update for rename
11352         mail_send.xpm->mail-send.xpm.
11353
11354 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11357         `smime-ldap-search' for Emacs 22 and up.
11358
11359 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11360
11361         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11362
11363         * message.el (message-send-mail-function): Fix error convention.
11364         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11365         (message-widen-reply, message-send-mail, message-talkative-question)
11366         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11367         (message-clone-locals, message-send-news): Use with-current-buffer.
11368         (message-insert-or-toggle-importance): Remove unused var `valid'.
11369         (message-make-references): Remove unused var `new-references'.
11370         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11371
11372 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11373
11374         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11375         (spam-split-symbolic-return-positive): Reflow docstring.
11376         (spam-backends, spam-summary-exit-behavior)
11377         (spam-mark-ham-unread-before-move-from-spam-group)
11378         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11379         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11380         (spam-clear-cache, spam-backend-check, spam-install-backend)
11381         (spam-install-statistical-backend, spam-list-of-processors)
11382         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11383         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11384         (spam-check-crm114, spam-initialize, spam-unload-hook):
11385         Fix typos in docstrings.
11386
11387 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11390         been checked if they have never been read and those group levels are
11391         higher than the one that a user specified.
11392
11393 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11396         foreign groups unless a group level is specified by a user.
11397         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11398
11399 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * message.el (message-send-mail-function): Require sendmail.
11402
11403 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * message.el (message-send-mail-function): Check for smtpmail too.
11406
11407         * utf7.el (utf7-encode, utf7-decode): Use coding system
11408         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11409
11410         * message.el (message-send-mail-function): New function.
11411         (message-send-mail-function): Set default using
11412         message-send-mail-function.  Adjust doc string.
11413         (message-send-mail-with-mailclient): New function.
11414
11415 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11416
11417         * smime.el (from):
11418         * rfc2047.el (message-posting-charset):
11419         * qp.el (mm-use-ultra-safe-encoding):
11420         * pop3.el (parse-time-months):
11421         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11422         * nnml.el (files):
11423         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11424         (jka-compr-compression-info-list, ange-ftp-path-format)
11425         (efs-path-regexp):
11426         * nndiary.el (files):
11427         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11428         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11429         (epg-digest-algorithm-alist, inhibit-redisplay)
11430         (password-cache-expiry):
11431         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11432         (pgg-output-buffer, password-cache-expiry):
11433         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11434         (efs-path-regexp):
11435         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11436         (inhibit-redisplay):
11437         * mm-uu.el (file-name, start-point, end-point, entry)
11438         (gnus-newsgroup-name, gnus-newsgroup-charset):
11439         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11440         (latin-unity-ucs-list):
11441         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11442         (mm-uu-binhex-decode-function):
11443         * message.el (gnus-message-group-art, gnus-list-identifiers)
11444         (rmail-enable-mime-composing, gnus-local-organization)
11445         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11446         (gnus-read-active-file, facemenu-add-face-function)
11447         (facemenu-remove-face-function, gnus-article-decoded-p)
11448         (tool-bar-mode):
11449         * mail-source.el (display-time-mail-function):
11450         * gnus-util.el (nnmail-pathname-coding-system)
11451         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11452         (gnus-original-article-buffer, gnus-user-agent)
11453         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11454         (xemacs-codename, sxemacs-codename, emacs-program-version):
11455         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11456         * gnus-start.el (gnus-agent-covered-methods)
11457         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11458         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11459         (gnus-newsgroup-headers, gnus-group-list-mode)
11460         (gnus-group-mark-positions, gnus-newsgroup-data)
11461         (gnus-newsgroup-unreads, nnoo-state-alist)
11462         (gnus-current-select-method, mail-sources)
11463         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11464         (nnmail-spool-file, gnus-cache-active-hashtb):
11465         * gnus-mh.el (mh-lib-progs):
11466         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11467         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11468         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11469         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11470         (gnus-group-buffer):
11471         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11472         (font-lock-set-defaults):
11473         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11474         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11475         (gnus-summary-post-menu, total-parts, type, condition, length):
11476         * gnus-agent.el (gnus-agent-read-agentview):
11477         * flow-fill.el (show-trailing-whitespace):
11478         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11479         eval-and-compile wrappers for byte compiler pacifiers.
11480
11481         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11482         (mm-display-inline-fontify): Check for featurep 'xemacs not
11483         extent-list.
11484
11485         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11486         itimer-list.
11487         (mm-create-image-xemacs): Only do something for XEmacs.
11488         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11489
11490         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11491
11492         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11493         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11494
11495 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11496
11497         * nnimap.el (nnimap-split-download-body):
11498         * gnus-demon.el (gnus-demon):
11499         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11500
11501 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11504         New macros.
11505         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11506         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11507         copy data from unibyte buffer to multibyte current buffer.
11508         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11509         to copy data from unibyte current buffer to multibyte buffer.
11510         (nntp-make-process-buffer): Make process buffer unibyte.
11511
11512         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11513
11514 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11515
11516         * pop3.el (pop3-open-server): Accept and process data more robustly at
11517         connexion start to avoid spurious "POP SSL connexion failed" errors.
11518
11519 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11522         read group names.
11523
11524 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11527
11528 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11531         (nnmail-save-active): Use a unibyte buffer when saving active file,
11532         which may contain non-ASCII group names.
11533
11534         * nnml.el (nnml-request-group): Decode group names in messages.
11535
11536 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * message.el (message-citation-line-function)
11539         (message-insert-formatted-citation-line): Fix spelling of
11540         `message-insert-formated-citation-line'.
11541
11542 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11545
11546 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11549         nnmail-pathname-coding-system.
11550
11551         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11552         that a user enters; decode group names in messages.
11553
11554         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11555
11556 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11559
11560         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11561
11562         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11563         risky local variable.
11564
11565         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11566
11567 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11568
11569         * encrypt.el: Improve documentation to fix function name typo.
11570         Reported by Daiki Ueno <ueno@unixuser.org>.
11571
11572 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11575         even if the point is not in the last page of an article.
11576         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11577         back to the previous page.
11578
11579 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11582
11583 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11586
11587 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11588
11589         * message.el (message-check-news-body-syntax):
11590         Avoid mm-string-as-multibyte.
11591         (message-hide-headers): Don't assume (point-min)==1.
11592
11593 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el (message-remove-blank-cited-lines): Fix if remove is
11596         given.
11597         (message-bogus-address-regexp): New variable.
11598         (message-bogus-recipient-p): New function.
11599         (message-check-recipients): New command.
11600         (message-syntax-checks): Add `bogus-recipient'.
11601         (message-fix-before-sending): Add `bogus-recipient'.
11602
11603         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11604         (gnus-treat-body-boundary): Don't test window-system.
11605
11606 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11607
11608         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11609
11610 2007-10-28  Miles Bader  <miles@gnu.org>
11611
11612         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11613         at compile-time too.
11614
11615 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-msg.el (gnus-message-setup-hook):
11618         Add `message-remove-blank-cited-lines' to options.
11619
11620 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * message.el (message-remove-blank-cited-lines): New function.
11623         Suggested by Karl Plästerer.
11624
11625 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11628         mapc.
11629
11630         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11631         (top-level): Use mapc to set functions to be traced for debugging.
11632
11633         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11634         called for effect with while loop.
11635
11636         * message.el (message-talkative-question): Replace mapcar called for
11637         effect with mapc.
11638
11639         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11640         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11641         called for effect with dolist.
11642
11643         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11644
11645         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11646         gnus-extra-headers and nnmail-extra-headers.
11647
11648         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11649         called for effect with dolist.
11650         (top-level): Use mapc to set functions to be traced for debugging.
11651
11652         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11653         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11654         dolist.
11655
11656         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11657         Replace mapcar called for effect with mapc.
11658         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11659         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11660         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11661         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11662
11663         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11664         remove-if that's a cl function.
11665
11666         * webmail.el (webmail-debug): Replace mapcar called for effect with
11667         dolist.
11668
11669         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11670         with mapc.
11671
11672 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11675         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11676         with while loop.
11677
11678         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11679         functions from article-* functions.
11680         (gnus-multi-decode-header): Replace mapcar called for effect with
11681         dolist.
11682
11683         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11684         (gnus-bookmark-show-details): Replace mapcar called for effect with
11685         while loop.
11686
11687         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11688         called for effect with while loop.
11689
11690         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11691         with dolist.
11692
11693         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11694         Replace mapcar called for effect with dolist.
11695
11696         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11697
11698         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11699         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11700         Replace mapcar called for effect with dolist.
11701         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11702         mapc.
11703
11704         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11705         Replace mapcar called for effect with dolist.
11706         (gnus-topic-list): Replace mapcar called for effect with mapc.
11707
11708         * gnus.el: Use mapc instead of mapcar to add autoloads.
11709
11710 2007-10-23  Richard Stallman  <rms@gnu.org>
11711
11712         * gnus-group.el (gnus-group-highlight): Mark as risky.
11713
11714 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus.el (gnus-server-to-method): Return method found first in
11717         gnus-newsrc-alist.
11718
11719         * gnus-art.el (gnus-article-highlight-signature)
11720         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11721         button overlay without the front stickiness.
11722
11723 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11724
11725         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11726         overview buffer needed a catch to receive its throw.
11727         (gnus-agent-flush-cache): Declare as interactive to make this function
11728         easier to use.
11729
11730 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11733         `next-line'.
11734
11735 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11738         exclude address matching message-dont-reply-to-names.
11739
11740 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * gnus-util.el (gnus-string<): New function.
11743
11744         * gnus-sum.el (gnus-article-sort-by-author)
11745         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11746
11747 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11750         the frame-focus tag is set in gnus-buffer-configuration.
11751
11752 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11755         the front stickiness.
11756
11757 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11760         url pattern; remove duplicate one.
11761         (gnus-article-extend-url-button): New function.
11762         (gnus-article-add-buttons): Use it.
11763         (gnus-button-push): Use concatenated url that it makes.
11764
11765 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11766
11767         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11768
11769 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11770
11771         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11772         Don't hardcode point-min==1.
11773
11774 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11777         Fix comment about "iso8859-1".
11778
11779 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11780
11781         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11782         ones returned from the verify-function.
11783
11784         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11785         Call mml2015-extract-cleartext-signature if extraction failed.
11786
11787 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11788
11789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11790         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11791         failed.
11792
11793 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11796
11797 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11800         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11801         recommends to use EasyPG instead of PGG.
11802
11803         * pgg.el: Revert to revision 6.23.2.16.
11804
11805         * pgg-def.el: Revert to revision 6.6.2.14.
11806
11807         * pgg-gpg.el: Revert to revision 6.23.2.34.
11808
11809 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11810
11811         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11812         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11813         thread for both the null and zero (kill/expire thread) universal prefix
11814         cases.
11815         (gnus-summary-expire-thread): Add new function to expire a thread,
11816         using gnus-summary-kill-thread.
11817         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11818         shortcuts for gnus-summary-expire-thread.
11819         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11820         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11821
11822 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11825         extras value, so an extras entry can be deleted.
11826         (gnus-registry-delete-extra-entry): Use it.
11827         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11828         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11829         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11830         storage through the gnus-registry, and provide an appropriate API for
11831         it.
11832
11833 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11836         Suggested by Leo <sdl.web@gmail.com>.
11837
11838         * gnus.el: Do.
11839
11840 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11843         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11844
11845         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11846
11847         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11848         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11849
11850 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11853         newline.
11854         (nnmbox-request-accept-article): Don't change article in source buffer;
11855         narrow to header to use message-fetch-field rather than
11856         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11857         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11858         as delimiters; make sure article ends with newline.
11859         (nnmbox-delete-mail): Correct last position of article to be deleted;
11860         ignore X-Gnus-Newsgroup header in article body.
11861         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11862         positions; make sure article ends with newline.
11863
11864         * message.el (message-display-abbrev): Don't infloop when a user
11865         inserts SPC in the beginning of header.
11866
11867         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11868         coding-system-for-read and coding-system-for-write for XEmacs having no
11869         file-coding feature.
11870
11871         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11872
11873 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11874
11875         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11876         list of groups not followed by default.  Fix type to be regexp.
11877         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11878
11879 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11880
11881         * hmac-def.el (define-hmac-function): Switch from old-style to
11882         new-style backquotes.
11883
11884         * md4.el (md4-make-step): Likewise.
11885
11886 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11889         raw-text coding system when saving .newsrc file, which may contain
11890         non-ASCII group names.
11891
11892 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-cus.el (gnus-score-extra): New widget.
11895         (gnus-score-extra-convert): New function.
11896         (gnus-score-customize): Use it for Extra.
11897
11898 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11899
11900         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11901         (mml2015-mailcrypt-clear-verify): Use it.
11902         (mml2015-gpg-clear-verify): Use it.
11903         (mml2015-pgg-clear-verify): Use it.
11904         (mml2015-epg-clear-verify): Replace the current part with the output
11905         from GnuPG; don't extract the plaintext by itself.
11906
11907         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11908         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11909         mml2015-clear-verify-function; don't touch the armor headers or
11910         dash-escaped text here.
11911
11912 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11915         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11916         parts, or application/octet-stream as a last resort.
11917         (gnus-mime-view-part-as-type): Don't toggle display.
11918         (gnus-mime-view-part-as-charset): Don't turn off display before
11919         querying charset.
11920
11921         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11922         stuff to undisplayer function in Emacs.
11923         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11924
11925         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11926         text/calendar parts.
11927
11928 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11931         decoding text/calendar parts.
11932
11933         * message.el (message-forward-make-body-mime): Always mark body as
11934         having no illegible text; remove signed-or-encrypted argument.
11935         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11936
11937         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11938         (mml-generate-mime-1): Don't encode body if it is specified to be in
11939         raw form; don't make buffer be unibyte when inserting multibyte string.
11940
11941 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11942
11943         * sha1.el: Fix up comment style.
11944         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11945         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11946
11947         * hex-util.el: Fix up comment style.
11948         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11949
11950         * gnus-salt.el: Use with-current-buffer.
11951         (gnus-pick-setup-message): Fix long-standing typo.
11952
11953 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * imap.el (imap-logout-timeout): New variable.
11956         (imap-logout, imap-logout-wait): New functions.
11957         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11958
11959         * nnimap.el (nnimap-logout-timeout): New server variable.
11960         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11961         nnimap-logout-timeout.
11962
11963         * gnus-art.el (gnus-article-summary-command-nosave)
11964         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11965
11966 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus.el (gnus-maximum-newsgroup): New variable.
11969
11970         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11971         according to gnus-maximum-newsgroup.
11972
11973         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11974         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11975         Limit the range of articles according to gnus-maximum-newsgroup.
11976
11977 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11978
11979         * gnus-art.el (gnus-sticky-article): Fix problems described in
11980         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11981         Don't perform gnus-configure-windows here; reuse existing sticky
11982         article buffer.
11983
11984         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11985         it doesn't exist in gnus-article-mode.
11986
11987 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11990         (gnus-agent-decoded-group-name): New function.
11991         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11992         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11993
11994 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11995
11996         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11997         Add binding for gnus-sticky-article.
11998         (gnus-summary-exit): Don't kill sticky article buffers.
11999
12000         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12001         article buffer.
12002         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12003         (gnus-kill-sticky-article-buffers): New commands.
12004
12005 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * nntp.el (nntp-xref-number-is-evil): New server variable.
12008         (nntp-find-group-and-number): If it is non-nil, don't trust article
12009         numbers in the Xref header.
12010
12011 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-agent.el (gnus-agent-read-group): New function.
12014         (gnus-agent-flush-group, gnus-agent-expire-group)
12015         (gnus-agent-regenerate-group): Use it.
12016         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12017         nnmail-pathname-coding-system.
12018
12019 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12022
12023         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12024         that are unread as unread, and also as selected so that information of
12025         marks having been changed by a user may be updated when exiting group.
12026
12027 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12030
12031 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12034         calculated ignoring signature parts to gnus-treat-article.
12035
12036 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12039         a point here in order to keep the window start.
12040         (gnus-insert-mime-security-button): Make a button overlay without the
12041         front stickiness.
12042         (gnus-mime-display-security): Goto the end of a button.
12043
12044         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12045
12046 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12049         group-name-at-point.
12050         (gnus-group-completing-read): New function that offers decoded
12051         non-ASCII group names for completion.
12052         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12053         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12054         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12055         (gnus-group-fetch-control): Use it.
12056         (gnus-fetch-group): Use group-name-at-point for the initial value
12057         rather than the default value; use gnus-alive-p.
12058
12059         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12060         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12061         (gnus-summary-post-news): Use gnus-group-completing-read.
12062
12063         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12064         (gnus-read-move-group-name): Decode group name for completion.
12065
12066 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12067
12068         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12069         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12070         Yamaoka slightly modified the code).
12071
12072 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12075         (nnmail-split-incoming): Bind it.
12076
12077         * nnml.el (nnml-group-name-charset): New function.
12078         (nnml-decoded-group-name): Use it; don't decode group name if
12079         nnmail-group-names-not-encoded-p is non-nil.
12080         (nnml-encoded-group-name): New function.
12081         (nnml-group-pathname): Inline nnml-decoded-group-name.
12082         (nnml-request-expire-articles): Decode group name in message.
12083         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12084         nnmail-pathname-coding-system.
12085         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12086         not decoded ones according to nnmail-group-names-not-encoded-p.
12087         (nnml-generate-active-info): Use nnml-encoded-group-name.
12088
12089 2007-08-08  Glenn Morris  <rgm@gnu.org>
12090
12091         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12092         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12093         doc-strings and comments.
12094
12095 2007-07-25  Glenn Morris  <rgm@gnu.org>
12096
12097         * Relicense all FSF files to GPLv3 or later.
12098
12099 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-sum.el (gnus-summary-move-article):
12102         Make gnus-summary-respool-article work.
12103
12104 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12107         string.
12108
12109 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12110
12111         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12112         that should be ignored when comparing distant RSS articles with local
12113         ones.
12114         (nnrss-make-hash-index): New function.  Create a hash index according
12115         to the ignored fields.
12116         (nnrss-check-group): Use it.
12117
12118 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12121
12122         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12123
12124         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12125         the new optional argument ENCODED is non-nil.
12126         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12127         coding system for encoding group name.
12128         (gnus-group-make-rss-group): Pass un-encoded group name to
12129         gnus-group-make-group.
12130         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12131         encoded.
12132
12133         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12134         Encode group name to which articles are moved or copied.
12135         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12136         coding system for encoding Newsgroup, Followup-To and Xref headers.
12137
12138         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12139         marks; use nnheader-file-coding-system to write a file.
12140         (nnagent-retrieve-headers): Bind file-name-coding-system to
12141         nnmail-pathname-coding-system.
12142
12143         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12144
12145         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12146         (nnml-request-article, nnml-request-create-group)
12147         (nnml-request-rename-group, nnml-find-id)
12148         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12149         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12150         (nnml-save-marks): Use nnml-group-pathname instead of
12151         nnmail-group-pathname.
12152
12153         (nnml-request-create-group, nnml-request-expire-articles)
12154         (nnml-request-move-article, nnml-request-delete-group)
12155         (nnml-deletable-article-p, nnml-possibly-create-directory)
12156         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12157         (nnml-open-marks): Bind file-name-coding-system to
12158         nnmail-pathname-coding-system.
12159
12160         (nnml-request-article): Pass server argument to nnml-find-group-number.
12161         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12162         Pass server argument to nnml-possibly-create-directory.
12163         (nnml-request-accept-article): Pass server argument to
12164         nnml-active-number and nnml-save-mail.
12165         (nnml-find-group-number): Pass server argument to nnml-find-id.
12166         (nnml-request-update-info): Pass server argument to
12167         nnml-marks-changed-p.
12168
12169         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12170         (nnml-save-mail, nnml-active-number): Add server argument.
12171
12172         (nnml-request-delete-group): Warn if group is missing.
12173         (nnml-get-nov-buffer): Decode group name.
12174         (nnml-generate-active-info): Encode group name.
12175         (nnml-open-marks): Decode group name in messages.
12176
12177 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12180         if it is not specified.
12181         (gnus-article-pipe-part, gnus-article-save-part)
12182         (gnus-article-interactively-view-part, gnus-article-copy-part)
12183         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12184         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12185         (gnus-article-replace-part, gnus-article-delete-part)
12186         (gnus-article-view-part-as-type): Pass raw prefix argument to
12187         gnus-article-part-wrapper.
12188
12189 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-agent.el (gnus-agent-save-active):
12192         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12193
12194         * gnus-cache.el (gnus-cache-save-buffers)
12195         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12196         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12197         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12198         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12199         (gnus-cache-generate-active, gnus-cache-rename-group)
12200         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12201         (gnus-cache-update-overview-total-fetched-for):
12202         Bind file-name-coding-system to nnmail-pathname-coding-system.
12203         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12204         New variables.
12205         (gnus-cache-decoded-group-name): New function.
12206         (gnus-cache-file-name): Use it.
12207         (gnus-cache-generate-active): Use non-decoded group name for active.
12208
12209         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12210         right place.
12211         (gnus-write-active-file): Don't break non-ASCII group names.
12212
12213         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12214         nnmail-pathname-coding-system.
12215
12216         * lpath.el: Bind default-file-name-coding-system,
12217         file-name-coding-system and language-info-alist for XEmacs.
12218
12219         * gnus-uu.el (gnus-uu-decode-save): Typo.
12220
12221 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12224
12225 2007-07-14  David Kastrup  <dak@gnu.org>
12226
12227         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12228         finishing actions if we did not edit the article.
12229
12230 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12233         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12234         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12235         (gnus-agent-flush-group, gnus-agent-flush-cache)
12236         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12237         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12238         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12239         (gnus-agent-regenerate-group)
12240         (gnus-agent-update-files-total-fetched-for)
12241         (gnus-agent-update-view-total-fetched-for):
12242         Bind file-name-coding-system to nnmail-pathname-coding-system.
12243         (gnus-agent-group-pathname): Don't encode file names by
12244         nnmail-pathname-coding-system.
12245         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12246         coding-system-for-write instead of buffer-file-coding-system to
12247         gnus-agent-file-coding-system.
12248
12249         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12250         Decode group name.
12251
12252         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12253
12254         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12255         (gnus-read-newsrc-el-file): Make group names unibyte.
12256
12257         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12258         nnmail-pathname-coding-system.
12259
12260         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12261         (nnrss-request-delete-group): Bind file-name-coding-system to
12262         nnmail-pathname-coding-system.
12263         (nnrss-read-server-data, nnrss-read-group-data):
12264         Bind file-name-coding-system correctly.
12265         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12266
12267         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12268         (nntp-server-to-method-cache): New variable.
12269         (nntp-group-pathname): New function that decodes non-ASCII group names.
12270         (nntp-possibly-create-directory, nntp-marks-changed-p)
12271         (nntp-save-marks, nntp-open-marks): Use it.
12272         (nntp-possibly-create-directory, nntp-open-marks):
12273         Bind file-name-coding-system to nnmail-pathname-coding-system.
12274         (nntp-open-marks): Decode group names when bootstrapping marks.
12275
12276         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12277         Newsgroups and Folowup-To headers.
12278
12279 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12282         (gnus-server-closed-face, gnus-server-denied-face)
12283         (gnus-server-offline-face): Remove variable.
12284         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12285
12286         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12287         of modifying message-stack directly for XEmacs.
12288
12289         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12290         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12291         if the coding-system argument is nil for XEmacs.
12292
12293         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12294         mm-charset-override-alist.
12295
12296         * rfc2047.el: Don't require base64; require rfc2045 for the function
12297         rfc2045-encode-string.
12298         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12299         to quote the parameter value.
12300
12301 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12304         form in gnus-group-name-charset-method-alist.
12305
12306         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12307         overrides the default layout edit-form.
12308
12309         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12310
12311         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12312
12313 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12316         as unfetched articles.
12317
12318 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12321
12322 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12325         original back end that keeps marks in the local system.
12326
12327 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12330         arg of pop-to-buffer for XEmacs.
12331         (gnus-article-read-summary-keys): Ditto; don't restore window
12332         configuration if summary command ends up with neither article buffer
12333         nor summary buffer; describe bindings if summary keys end with C-h.
12334
12335 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * message.el (message-fix-before-sending): Skip raw message part to be
12338         forwarded while checking illegible text.
12339         (message-forward-make-body-mime, message-forward-make-body):
12340         Mark signed or encrypted raw message as having no illegible text.
12341
12342 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12345         (gnus-message-with-timestamp-1): New macro.
12346         (gnus-message-with-timestamp): New function.
12347         (gnus-message): Use them.
12348
12349         * nnheader.el (nnheader-message): Use them.
12350
12351 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12354         .newsrc.eld file.
12355
12356 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-agent.el (gnus-agent-fetch-headers)
12359         (gnus-agent-retrieve-headers):
12360         Bind gnus-decode-encoded-address-function to identity.
12361
12362         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12363         available also when the server returns simply a dot.
12364
12365         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12366
12367 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12370
12371 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-ems.el (gnus-x-splash): Make it work.
12374
12375         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12376         from being used.
12377
12378         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12379
12380 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12383         4th and the 5th arguments.
12384
12385         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12386         the front stickiness.
12387         (gnus-article-summary-command-nosave): Correct the order of the
12388         arguments passed to pop-to-buffer.
12389         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12390         summary command ends up with the article buffer.
12391
12392         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12393         the same faces.
12394
12395 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12396
12397         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12398
12399 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12400
12401         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12402         * gnus-sum.el (gnus-summary-highlight):
12403         * pgg.el (pgg-sign-region, pgg-sign):
12404         * mail-source.el (mail-source-delete-old-incoming-confirm):
12405         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12406
12407 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-art.el (gnus-mime-view-part-externally)
12410         (gnus-mime-view-part-internally): Fix predicate function passed to
12411         completing-read.
12412
12413         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12414
12415         * gnus.el (gnus-update-message-archive-method): Add :version.
12416
12417 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus.el (gnus-update-message-archive-method): New variable.
12420
12421         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12422         according to gnus-message-archive-method if
12423         gnus-update-message-archive-method is non-nil.
12424
12425 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12428         Suggested by Loic Dachary <loic@dachary.org>.
12429         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12430
12431 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * message.el (message-pop-to-buffer): Add switch-function argument.
12434         (message-mail): Pass switch-function argument to it.
12435
12436 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12439         Improve doc string.
12440
12441 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12444         (gnus-header-content)
12445         * gnus-cite.el (gnus-cite-10)
12446         * gnus-srvr.el (gnus-server-closed)
12447         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12448         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12449         (gnus-group-mail-3-empty, gnus-group-mail-low)
12450         (gnus-group-mail-low-empty, gnus-splash)
12451         * message.el (message-header-to, message-header-cc)
12452         (message-header-subject, message-header-other, message-header-name)
12453         (message-header-xheader, message-separator, message-cited-text)
12454         (message-mml): Lighten colors of faces used for dark background.
12455
12456 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12457
12458         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12459         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12460
12461 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * message.el (message-narrow-to-headers-or-head):
12464         Ignore mail-header-separator in the body.
12465
12466 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12469         same as window size.
12470
12471 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12472
12473         * message.el (message-font-lock-keywords): Use message-header-xheader
12474         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12475         ahead of the anything pattern, to get it recognised.
12476
12477 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12480         spam.el loads uses it in the compiled defadvice form.
12481
12482 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12483
12484         * gnus-sum.el (gnus-articles-to-read)
12485         (gnus-summary-insert-old-articles): Don't truncate group name for
12486         `read-string'.
12487
12488         * gnus-util.el (gnus-limit-string): Delete this function.
12489
12490         * gnus-sum.el (gnus-simplify-subject-fully):
12491         Use `truncate-string-to-width' instead.
12492
12493 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12494
12495         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12496         Tell if, on summary exit, the next group has to be selected.
12497         (gnus-summary-exit): Use it.
12498
12499 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12502         non-break space.
12503
12504 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12507         Check if group is not a directory.
12508         (nnfolder-request-expire-articles): Don't delete articles if the target
12509         group is not available.
12510
12511         * nnml.el (nnml-request-create-group): Properly check if group is not a
12512         file.
12513         (nnml-request-expire-articles): Don't delete articles if the target
12514         group is not available.
12515
12516         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12517         Don't quote characters that are within parentheses.
12518
12519 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12522         (gnus-handle-ephemeral-exit): Select article according to it.
12523
12524 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * message.el (message-insert-formated-citation-line): Remove newline.
12527         (message-citation-line-format): Add final \n here so that the user can
12528         avoid a blank line.
12529
12530 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12531
12532         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12533         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12534         Update lanl/arXiv support.
12535
12536 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * gnus.el: Bump version number.
12539
12540 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * gnus.el (gnus-version-number): Bump version.
12543
12544 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12545
12546         * gnus.el: No Gnus v0.6 is released.
12547
12548 2007-04-27  Didier Verna  <didier@xemacs.org>
12549
12550         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12551         * gmm-utils.el (gmm-regexp-concat): ... here.
12552         * message.el: Don't require 'gnus-util.
12553         (message-dont-reply-to-names): Handle name change above.
12554         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12555
12556 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12559         since the initial value varies according to the system.
12560
12561 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12564
12565 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12566
12567         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12568
12569 2007-04-24  Didier Verna  <didier@xemacs.org>
12570
12571         Improve the type of gnus-ignored-from-addresses.
12572         * gnus-util.el (gnus-orify-regexp): New function.
12573         * message.el (gnus-util): Require it.
12574         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12575         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12577
12578 2007-04-24  Didier Verna  <didier@xemacs.org>
12579
12580         * gnus-sum.el:
12581         * gnus-utils.el: Fix some trailing whitespaces.
12582
12583 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12586         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12587         article's Message-ID; refer parent article in summary buffer.
12588
12589         * message.el (message-bounce): Call mime-to-mml.
12590
12591         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12592         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12593         optimize and/or forms properly.
12594
12595 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12598         URL.
12599
12600 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12603
12604 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12607         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12608         displayed of multipart/alternative part if it is invoked from summary
12609         buffer.
12610
12611         * mm-view.el (mm-inline-text-html-render-with-w3m)
12612         (mm-inline-text-html-render-with-w3m-standalone)
12613         (mm-inline-render-with-function): Use mail-parse-charset by default.
12614
12615 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12616
12617         * parse-time.el (parse-time-string-chars): Check if CHAR
12618         is less than the length of parse-time-syntax.
12619
12620 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12623         from gnus-newsgroup-processable.
12624
12625 2007-04-16  Didier Verna  <didier@xemacs.org>
12626
12627         * gnus-msg.el (gnus-configure-posting-styles):
12628         Handle message-signature-directory properly with :file syntax.
12629         Reported by "Leo".
12630
12631 2007-04-11  Didier Verna  <didier@xemacs.org>
12632
12633         New user option: message-signature-directory.
12634         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12635         * message.el (message-insert-signature): Ditto.
12636         * message.el (message-signature-file): Doc update.
12637         * message.el (message-signature-directory): New.
12638
12639 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-msg.el (gnus-inews-yank-articles):
12642         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12643
12644 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * message.el (message-yank-original): Make sure cited text ends with
12647         newline; don't exchange point and mark.
12648
12649 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12650
12651         * tls.el (open-tls-stream): Properly handle case where there
12652         is no associated buffer.
12653
12654 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12655
12656         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12657         message-yank-original, make sure (< mark TEXT point).
12658
12659 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * message.el (message-fill-column): New variable.
12662         (message-mode): Use it.  Add comment on a possible new hook.
12663
12664         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12665         (nnmail-get-new-mail): Reformat.
12666
12667         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12668
12669         * gmm-utils.el: Fix Commentary.
12670         (gmm-tool-bar-from-list): Fix typo in doc string.
12671
12672 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12673
12674         * message.el (message-yank-original): Don't switch point and mark
12675         unnecessarily to put point and mark as documented.
12676
12677 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12678
12679         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12680         from the message heads.
12681
12682 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12683
12684         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12685         article buffer does not have a window.  This may not be the best
12686         solution but is certainly better than setting the start of the null,
12687         that is the current, window.
12688
12689 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12692         (gnus-draft-setup): Run it.
12693
12694         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12695         gnus-score-fast-scoring.  Allow regexp.
12696         (gnus-score-headers): Use it.
12697
12698         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12699         XEmacs.
12700
12701         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12702         string.
12703         (gnus-button-alist): Also catch `<f1> k ...'.
12704         (gnus-treat-display-x-face): Fix doc string.
12705
12706 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12707
12708         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12709         evaluation of gnus-extended-version to ensure correct generation of the
12710         User-Agent header when message-generate-headers-first is used.
12711
12712 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12713
12714         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12715         hashcash-path is nil.  Don't call callback with incorrect number of
12716         parameters if val is 0.
12717
12718 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12719
12720         * message.el (message-required-news-headers):
12721         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12722
12723 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12724
12725         * tls.el (open-tls-stream): In handshake-waiting loop,
12726         don't wait more if there is output available to process.
12727
12728 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12729
12730         * tls.el (tls-program): Doc fix.
12731
12732 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * message.el (message-generate-new-buffers): Change the meaning of the
12735         nil value; add `standard' to the choices; treat t as `unique'; improve
12736         doc string.
12737         (gnus-select-frame-set-input-focus): Autoload.
12738         (message-buffer-name): Search for the existing message buffer if
12739         message-generate-new-buffers is nil or `standard'; treat the value t of
12740         message-generate-new-buffers as `unique'.
12741         (message-pop-to-buffer): Raise the frame already displaying the message
12742         buffer; clear the echo area after querying.
12743         (message-setup): Pass the `continue' argument to compose-mail.
12744         (message-mail): Prefer `switch-function' if it is given; search for the
12745         existing message buffer if the `continue' argument is non-nil; pass
12746         continue and switch-function arguments to compose-mail by way of
12747         message-setup.
12748         (message-mail-other-window): Adjust argument of message-setup.
12749         (message-mail-other-frame): Ditto.
12750
12751 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12754         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12755         to turn font-lock on when turning gnus-message-citation-mode on.
12756
12757 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12758
12759         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12760         (mml-smime-function-alist): New variable; add epg as the backend.
12761         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12762         mml-smime- functions instead.
12763         * mm-view.el: Require smime.
12764
12765 2007-03-05  Didier Verna  <didier@xemacs.org>
12766
12767         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12768         instead of just inheritance for posting styles.
12769         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12770
12771 2007-02-24  Chris Moore  <dooglus@gmail.com>
12772
12773         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12774         * pgg-pgp.el (pgg-pgp-encrypt-region):
12775         * pgg-gpg.el (pgg-gpg-encrypt-region):
12776         Check pgg-encrypt-for-me if no other recipients.
12777
12778 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12779
12780         * tls.el (tls-certtool-program): Fix custom type.
12781
12782 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12785         and point-at-eol instead of line-(beginning|end)-position.
12786
12787         * assistant.el (assistant-parse-buffer): Ditto.
12788
12789         * netrc.el (netrc-parse-services): Ditto.
12790
12791 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12792
12793         * mml2015.el (mml2015-epg-find-usable-key): New function.
12794         (mml2015-epg-sign): Use it.
12795         (mml2015-epg-encrypt): Use it.
12796
12797 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * message.el (message-make-in-reply-to): Quote name containing
12800         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12801         if there are special characters.  Reported by NAKAJI Hiroyuki
12802         <nakaji@jp.freebsd.org>.
12803
12804 2007-02-27  Didier Verna  <didier@xemacs.org>
12805
12806         Include the group parameters as well as the topic ones in the
12807         inheritance filter process.
12808         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12809         argument GROUP-PARAMS-LIST.
12810         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12811
12812 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * nntp.el (nntp-never-echoes-commands)
12815         (nntp-open-connection-functions-never-echo-commands): New variables.
12816         (nntp-send-command): Use them.
12817
12818 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12819
12820         * mml2015.el (mml2015-epg-verify): Simplify.
12821
12822 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * mml.el (mml-content-disposition-alist): New user option.
12825         (mml-content-disposition): New function.
12826         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12827         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12828
12829 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12830
12831         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12832         verification.
12833
12834 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12835
12836         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12837         articles posted in the last 24 hours.
12838
12839 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12840
12841         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12842
12843 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12844
12845         * nntp.el (nntp-send-command): Don't wait for echoes when
12846         nntp-open-ssl-stream is used.
12847
12848 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12851         (gnus-message-add-citation-keywords)
12852         (gnus-message-remove-citation-keywords): Remove.
12853         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12854         directly, make the variables in font-lock-defaults buffer-local, add
12855         gnus-message-citation-keywords to them and then update the value of
12856         font-lock-keywords.
12857
12858 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * message.el (message-cite-original-1): Don't call
12861         gnus-article-highlight-citation.
12862
12863         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12864         citations; fix line count.
12865
12866 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12869         (gnus-message-add-citation-keywords)
12870         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12871         versions of font-lock-add-keywords and font-lock-remove-keywords to
12872         work with XEmacs correctly.
12873
12874 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * gnus-cite.el (gnus-cite-face-list): Set the values of
12877         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12878         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12879         (gnus-message-cite-prefix-regexp): New variable.
12880         (gnus-message-search-citation-line): Use it; protect against long
12881         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12882         the 0th match data for Emacs.
12883         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12884         (gnus-message-add-citation-keywords): Append keywords rather than
12885         prepending; emulate font-lock-add-keywords if it is not available.
12886         (gnus-message-remove-citation-keywords):
12887         Emulate font-lock-remove-keywords if it is not available.
12888
12889         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12890
12891         * message.el (message-cite-prefix-regexp): Set the value of
12892         gnus-message-cite-prefix-regexp.
12893
12894 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12895
12896         * nnweb.el (nnweb-google-parse-1): Update parser.
12897
12898 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12899
12900         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12901
12902 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12903
12904         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12905         regexp.
12906
12907 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12910         string-to-multibyte.
12911         (uudecode-decode-region-internal): Use it.
12912
12913         * lpath.el: Fbind string-as-multibyte for XEmacs.
12914
12915 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12918         Fix custom choice.
12919
12920         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12921
12922 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12923
12924         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12925
12926         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12927         `write-region' to respect `mm-inhibit-file-name-handlers'.
12928
12929 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12932         Use gnus-home-directory instead of "~/" or "$HOME".
12933
12934 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12937         to mention filename.
12938         Add comments at beginning regarding usage.
12939         (encrypt-write-file-contents): Change interactive so a string is
12940         acceptable.  If the file has no associated model, show an error instead
12941         of a nonsense prompt.
12942
12943 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12944
12945         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12946         Thanks to Yoshihiko Yamada for kind notification of this typo.
12947
12948 2007-01-12  Kenichi Handa  <handa@m17n.org>
12949
12950         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12951         multibyte buffer.
12952
12953 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * gnus-score.el (gnus-score-fast-scoring): New variable.
12956         (gnus-score-headers): Use it.
12957
12958         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12959
12960         * message.el (message-cite-original-1):
12961         Call gnus-article-highlight-citation if requested.
12962         (message-make-from): Allow name and address as optional arguments.
12963
12964         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12965
12966         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12967         bugs to doc string.
12968         (gnus-button-alist): Add mid\\|message-id.
12969         (gnus-button-fetch-group): Extend for use in
12970         `browse-url-browser-function'.
12971         (gnus-button-url-regexp): Try to catch paired parentheses like in
12972         Wikipedia URLs.
12973
12974         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12975         Suggested by Simon Krahnke <overlord@gmx.li>.
12976
12977 2007-01-13  Romain Francoise  <romain@orebokech.com>
12978
12979         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12980         Update copyright.
12981
12982 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12983
12984         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12985
12986 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12987
12988         * gnus-registry.el (gnus-registry-unfollowed-groups)
12989         (gnus-registry-split-fancy-with-parent): Fix documentation.
12990
12991 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12994         from nnweb groups.
12995
12996 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12999         Xref urls.  Erase buffer before requesting head.
13000
13001         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13002
13003 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13006         customizable.
13007
13008 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13009
13010         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13011         no signing key is found.
13012         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13013         no encrypting and/or signing key is found.
13014
13015 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13018
13019 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13020
13021         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13022         headers read from disk with the ones newly found in the current search.
13023         This should no longer cause problems, because the article numbers in
13024         Gmane's `nov.php' output are ignored since the previous change.
13025
13026 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13027
13028         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13029
13030 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13033         replace-regexp-in-string; bind url-version; fbind display-images-p and
13034         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13035         find-face and set-itimer-function for Emacs; bind itimer-list for
13036         Emacs.
13037
13038         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13039
13040 2007-01-01  Romain Francoise  <romain@orebokech.com>
13041
13042         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13043
13044 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13045
13046         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13047         `define-minor-mode' macro definition expanded properly.
13048         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13049         exclude it there.
13050
13051         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13052         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13053         `fboundp' test.
13054         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13055         This is OK to autoload in (S)XEmacs now.
13056
13057 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13058
13059         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13060         keystroke.
13061         (gnus-summary-limit-to-singletons): Fix typo.
13062
13063         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13064         else fails.
13065
13066 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13067
13068         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13069         docstring.
13070
13071         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13072         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13073         (gnus-summary-insert-dormant-articles): Fix typo in message.
13074
13075 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13078         nil for XEmacs.
13079         (gnus-message-citation-mode): Don't autoload in XEmacs.
13080
13081         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13082
13083 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13084
13085         * nnimap.el (nnimap-expunge-search-string):
13086         Mention nnimap-search-uids-not-since-is-evil in docstring.
13087
13088 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * spam.el: Revert to make-obsolete-variable because
13091         define-obsolete-variable-alias is not supported in Emacs 21.
13092
13093         * spam.el (spam-ifile-path, spam-ifile-database-path)
13094         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13095         make-obsolete-variable.
13096         (spam-bsfilter-path, spam-bsfilter-program)
13097         (spam-spamassassin-path, spam-spamassassin-program)
13098         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13099         Don't use "path" inappropriately.
13100         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13101         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13102         variable names.
13103
13104 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13105
13106         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13107         summary buffer.
13108
13109         * password.el (password-cache-remove): Use clear-string to burn
13110         password, if available.
13111
13112 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13115
13116         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13117
13118         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13119         (gnus-message-highlight-citation): Move defcustom here from
13120         gnus-cite.el.
13121         (gnus-message-citation-mode): Autoload.
13122
13123         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13124         checks to make it compile with XEmacs.
13125         (gnus-message-citation-mode): New minor mode.
13126         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13127         (gnus-message-highlight-citation): New variables.
13128         (gnus-message-search-citation-line)
13129         (gnus-message-add-citation-keywords)
13130         (gnus-message-remove-citation-keywords)
13131         (turn-on-gnus-message-citation-mode)
13132         (turn-off-gnus-message-citation-mode): New functions.
13133
13134 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13135
13136         * gnus-cite.el: Enable highlighting of different citation levels in
13137         message-mode.
13138
13139 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * message.el (message-make-fqdn): Fix comment.
13142         (message-bogus-system-names): Add ".local".
13143
13144         * spam.el (spam-ifile-path, spam-ifile-program)
13145         (spam-ifile-database-path, spam-ifile-database)
13146         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13147         Don't use "path" inappropriately.
13148         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13149         strings.
13150         (spam-check-ifile, spam-ifile-register-with-ifile)
13151         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13152         Use new variable names.
13153
13154         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13155         (gnus-treat-display-smileys): Simplify using
13156         gnus-image-type-available-p.
13157
13158         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13159         available.
13160
13161         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13162         Use `display-images-p' if available.
13163
13164 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13167         one after turning on the buffer's multibyteness instead of decoding
13168         them directly in the unibyte buffer that causes unexpected conversion
13169         in Emacs 23 (unicode).
13170
13171 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13172
13173         * message.el (message-generate-hashcash): Fix custom type.
13174
13175 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13178
13179 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13182         disconnect icons.  Add help text.
13183
13184 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13185
13186         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13187         negated to be consistent with the others we handle.
13188
13189 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13190
13191         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13192         version of gnus-summary-buffer to something, so that we can use two
13193         article buffers at the same time.
13194
13195 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13196
13197         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13198         trigger all the extra headers.
13199         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13200         sorting.
13201
13202 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13203
13204         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13205         solid groups.
13206
13207 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13208
13209         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13210
13211 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * legacy-gnus-agent.el: Add Copyright notice.
13214
13215 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13216
13217         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13218
13219 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13222
13223         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13224         to make it work reliably in CVS Emacs.
13225         (gnus-summary-limit-strange-charsets-predicate)
13226         (gnus-summary-limit-to-predicate): New functions.
13227
13228 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13229
13230         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13231         specifying array size.
13232         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13233         array if it is too small.
13234         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13235         (gnus-sort-threads-loop): New function.
13236
13237 2006-12-06  Chris Moore  <dooglus@gmail.com>
13238
13239         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13240         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13241
13242 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13243
13244         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13245         options.
13246
13247 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13248
13249         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13250         DOS-ing the recipient.
13251
13252         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13253         the headers when creating the mapping to avoid mismappings.
13254         (nnweb-gmane-create-mapping): Always nix out old mapping.
13255
13256 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13259         and mm-verify-option to never.
13260
13261 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * message.el (message-signed-or-encrypted-p): New function.
13264         (message-forward-make-body): Use it.
13265
13266         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13267         Replace encode-coding-string with mm-encode-coding-string.
13268
13269 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * nneething.el (nneething-decode-file-name):
13272         Replace decode-coding-string with mm-decode-coding-string.
13273
13274         * gnus-int.el (gnus-open-server): Say failed server's name.
13275
13276 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13277
13278         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13279         strings to a single string.  Quote `errors-file-name'.
13280         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13281         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13282         Adjust calls.  Use `shell-quote-argument'.
13283
13284 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13285
13286         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13287         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13288
13289         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13290         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13291         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13292         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13293         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13294         (gnus-subscribe-newsgroup, gnus-1):
13295         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13296         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13297         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13298         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13299
13300 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13301
13302         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13303         keystroke.
13304         (gnus-summary-limit-to-bodies): Implement headersp.
13305
13306 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13307
13308         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13309
13310 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13313
13314 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13315
13316         * message.el (message-generate-hashcash): Expand range of values to
13317         include `opportunistic'.
13318         (message-send-mail): Use it.
13319
13320 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13321
13322         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13323         and comment it.
13324
13325         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13326
13327 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-util.el (gnus-extract-address-components): Improve comment.
13330
13331 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-util.el (gnus-extract-address-components): Work with address in
13334         which the name portion contains @.
13335
13336         * lpath.el: Fbind custom-autoload.
13337
13338 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * gnus.el (gnus-start): Move custom group up.
13341         (gnus-select-method): Don't autoload, but make it available for
13342         `customize-variable'.
13343         (gnus-getenv-nntpserver): Don't autoload.
13344
13345 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13346
13347         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13348
13349 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * message.el (message-sendmail-extra-arguments): New variable.
13352         (message-send-mail-with-sendmail): Use it.
13353
13354 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13357         mm-with-unibyte-current-buffer to make string unibyte.
13358
13359         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13360         mm-string-as-multibyte.
13361
13362 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13363
13364         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13365         Reported by Werner Koch <wk@gnupg.org>.
13366
13367 2006-11-14  Daiki Ueno  <ueno@p360>
13368
13369         * mml2015.el: Autoload epa-select-keys when compiling.
13370
13371 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13372
13373         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13374         message-options.
13375         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13376
13377 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13378
13379         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13380         EasyPG (< 0.0.6).
13381         (mml2015-always-trust): New user option.
13382         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13383         prompt.
13384
13385 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * nntp.el (nntp-authinfo-force): New variable.
13388         (nntp-send-authinfo): Use it.
13389
13390 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13393         decode encoded words.  Improve prompt.  Add comment about forwarding.
13394         (message-replacement-char): Move up.
13395
13396 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13397
13398         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13399         instead of gnus-intersection because arguments of gnus-sorted-nunion
13400         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13401
13402 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13405         (message-simplify-subject-functions):
13406         Enable message-strip-subject-encoded-words by default.
13407
13408 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * message.el (message-strip-subject-encoded-words): New function.
13411         (message-simplify-subject-functions): New variable.
13412         (message-simplify-subject): Use it.  Fix typo in doc string.
13413         Support message-strip-subject-encoded-words.
13414
13415 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13416
13417         * gnus-diary.el (gnus-diary-delay-format-function):
13418         * nndiary.el (nndiary-reminders):
13419         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13420
13421 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-art.el (article-hide-boring-headers): Fetch date from
13424         gnus-original-article-buffer to avoid problems with localized date
13425         strings.
13426
13427 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13430
13431 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13434         New variables.
13435         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13436         (mm-charset-synonym-alist): Move some entries to
13437         mm-codepage-iso-8859-list.
13438         (mm-charset-synonym-alist, mm-charset-override-alist):
13439         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13440
13441 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13444
13445 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13448         with Emacs 21 and XEmacs.
13449
13450 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13451
13452         * spam.el (spam-parse-address): New function for better parsing,
13453         catching errors, etc.
13454         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13455
13456 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * mm-view.el: Add interactive arg to html2text autoload.
13459
13460 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13463
13464 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13467         New variables.
13468         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13469         (mm-charset-synonym-alist): Move some entries to
13470         mm-codepage-iso-8859-list.
13471
13472         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13473
13474 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * message.el (message-citation-line-format)
13477         (message-insert-formated-citation-line): Fix implementation of %E, %N
13478         and %n according to the doc string.
13479
13480 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13481
13482         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13483         Use car-safe to avoid bad parses.
13484
13485 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13488         names.
13489
13490         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13491
13492 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13495         header.
13496
13497         * message.el (message-draft-headers): Add Date.
13498         (message-headers-to-generate): Fix typo in docstring.
13499
13500         * nndraft.el (nndraft-required-headers): New variable.
13501         (nndraft-generate-headers): Use it.
13502
13503         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13504
13505 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * gnus-registry.el (gnus-registry-wash-for-keywords)
13508         (gnus-registry-find-keywords): New functions to allow easy searching of
13509         articles that are in the registry.
13510
13511 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13512
13513         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13514         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13515         Reported by Damien Elmes <damien@repose.cx>.
13516
13517 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus.el (gnus-mime): Remove unused custom group.
13520
13521 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13522
13523         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13524         "blank line" when searching for end of armor headers.
13525
13526 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gmm-utils.el (gmm-write-region): Fix variable name.
13529
13530 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gmm-utils.el (gmm-write-region): New function based on compatibility
13533         code from `mm-make-temp-file'.
13534
13535         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13536
13537         * nnmaildir.el (nnmaildir--update-nov)
13538         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13539         Use `gmm-write-region'.
13540
13541 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13544         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13545
13546         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13547
13548         * message.el (message-replacement-char): New variable.
13549         (message-fix-before-sending): Use it.
13550         (message-simplify-subject): New function to remove duplicate code.
13551         (message-reply, message-followup): Use it.
13552
13553         * gnus-sum.el (gnus-summary-make-menu-bar):
13554         Clarify gnus-summary-limit-to-articles.
13555
13556 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-util.el (gnus-with-local-quit): New macro.
13559
13560         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13561
13562 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13563
13564         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13565         ignore non-string data.
13566
13567 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13568
13569         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13570         non-string data (needs to be done in the registry too).
13571
13572 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13575         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13576         (gnus-registry-split-fancy-with-parent)
13577         (gnus-registry-fetch-simplified-message-subject-fast)
13578         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13579         Remove text properties on ingress into the registry and when it's saved.
13580         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13581         registry from entries with no groups.
13582
13583 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13584
13585         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13586         function to remove string properties.
13587
13588 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * gmm-utils.el (gmm): Adjust custom version.
13591
13592         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13593         Adjust custom version.
13594
13595         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13596
13597 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * gnus-art.el (gnus-insert-prev-page-button)
13600         (gnus-insert-next-page-button): Simplify.  Reformat.
13601
13602 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13603
13604         * gnus-art.el (gnus-insert-prev-page-button)
13605         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13606
13607 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13608
13609         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13610
13611 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13612
13613         * gnus-art.el (gnus-insert-mime-button)
13614         (gnus-insert-mime-security-button):
13615         Apply gnus-article-button-face to MIME and security buttons.
13616
13617 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13620         readable.
13621
13622 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13625
13626 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13627
13628         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13629         `browse-url-of-file' instead of `browse-url'.
13630
13631 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13632
13633         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13634         regexp.  Articles containing quotation were cut prematurely.
13635
13636 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * message.el (message-cite-original-1): Use nobody by default for the
13639         value of From header.
13640         (message-reply): Ditto.
13641
13642 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13643
13644         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13645         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13646         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13647
13648 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13651         mails in the doc string.  Add some URLs in comment.
13652         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13653
13654 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13657         backslashes handling and the way to find boundaries of quoted strings.
13658
13659 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13660
13661         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13662         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13663         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13664         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13665
13666 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13669         doc string.
13670         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13671
13672 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * lpath.el: Fbind epg-check-configuration.
13675
13676 2006-09-06  Simon Josefsson  <jas@extundo.com>
13677
13678         * mml2015.el (mml2015-use): Doc fix, mention epg.
13679
13680 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13681
13682         * mml2015.el (mml2015-use): Default to epg, if available.
13683
13684 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13685
13686         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13687         message-sender.
13688         (mml1991-epg-encrypt): Ditto.
13689         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13690         message-sender.
13691         (mml2015-epg-encrypt): Ditto.
13692
13693 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13694
13695         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13696         several common directories.
13697
13698 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13699
13700         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13701         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13702
13703 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-art.el (article-decode-encoded-words): Make it fast.
13706
13707 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13710
13711         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13712         in quoted string into `\'.
13713
13714 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13717         Use standard-syntax-table.
13718
13719 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (gnus-decode-address-function): New variable.
13722         (article-decode-encoded-words): Use it to decode headers which are
13723         assumed to contain addresses.
13724         (gnus-mime-delete-part): Remove useless `or'.
13725
13726         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13727         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13728         (gnus-nov-parse-line): Use it to decode From header.
13729         (gnus-get-newsgroup-headers): Ditto.
13730         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13731
13732         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13733         (mail-decode-encoded-address-string): New alias.
13734
13735         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13736         New function.
13737         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13738         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13739         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13740         (rfc2047-decode-string): Ditto.
13741         (rfc2047-decode-address-region): New function.
13742         (rfc2047-decode-address-string): New function.
13743
13744 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * message.el (message-caesar-buffer-body): Allow rotating headers.
13747
13748         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13749
13750         * message.el (message-insert-formated-citation-line): Fix %f.
13751         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13752
13753 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13756         (gnus-bookmark-mouse-available-p): New macro.
13757         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13758         (gnus-bookmark-bmenu-show-infos): Use it.
13759         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13760         (gnus-bookmark-bmenu-hide-infos): Ditto.
13761         (gnus-bookmark-remove-properties): New function.
13762         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13763         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13764         (gnus-bookmark-write-file): Bind coding-system-for-write.
13765         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13766         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13767         group before selecting it.
13768         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13769         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13770         quit-window if it is not available; use gnus-mouse-2 and bind it to
13771         gnus-bookmark-bmenu-select-by-mouse.
13772         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13773         (gnus-bookmark-bmenu-select-by-mouse): New function.
13774
13775 2006-08-13  Romain Francoise  <romain@orebokech.com>
13776
13777         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13778         space.
13779
13780 2006-08-10  Romain Francoise  <romain@orebokech.com>
13781
13782         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13783         (dns-mode-soa-auto-increment-serial): New user option.
13784         (dns-mode-soa-maybe-increment-serial): New function.
13785         (dns-mode): Add the latter to `write-contents-functions'.
13786
13787 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * compface.el (uncompface): Use binary rather than raw-text-unix.
13790
13791 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * compface.el (uncompface): Make sure the eol conversion doesn't take
13794         place when communicating with the external programs.
13795         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13796
13797 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13800
13801 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13802
13803         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13804         Make it more robust by parsing author and date independently.
13805
13806 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13809
13810 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13811
13812         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13813         first matching secret key.
13814         (mml2015-epg-encrypt): Ditto.
13815
13816         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13817         first matching secret key.
13818         (mml1991-epg-encrypt): Ditto.
13819
13820         * mml2015.el (mml2015-encrypt-to-self): New user option.
13821         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13822         mml2015-epg-encrypt-to-self is set.
13823
13824         * mml1991.el (mml1991-encrypt-to-self): New variable.
13825         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13826         mml1991-epg-encrypt-to-self is set.
13827
13828         * mml2015.el (mml2015-signers): New user option.
13829         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13830         (mml2015-epg-encrypt): Allow to select signing keys.
13831
13832         * mml1991.el (mml1991-signers): New variable.
13833         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13834         (mml1991-epg-encrypt): Allow to select signing keys.
13835
13836 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * nnheader.el (nnheader-insert-head): Make it work even if the file
13839         uses CRLF for the line-break code.
13840
13841 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13842
13843         * mml2015.el: Require mml-sec instead of password.
13844         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13845         (mml2015-cache-passphrase): Inherit the default value from
13846         mml-secure-cache-passphrase.
13847         (mml2015-passphrase-cache-expiry): Inherit the default value from
13848         mml-secure-passphrase-cache-expiry.
13849
13850         * mml1991.el: Require mml-sec instead of password.
13851         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13852         (mml1991-cache-passphrase): Inherit the default value from
13853         mml-secure-cache-passphrase.
13854         (mml1991-passphrase-cache-expiry): Inherit the default value from
13855         mml-secure-passphrase-cache-expiry.
13856
13857         * mml-sec.el: Require password.
13858         (mml-secure-verbose): New user option.
13859         (mml-secure-cache-passphrase): New user option.
13860         (mml-secure-passphrase-cache-expiry): New user option.
13861
13862 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13863
13864         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13865         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13866         andreas@altroot.de (Andreas Vögele).
13867
13868         FIXME: Use `tiny change'?
13869
13870 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13871
13872         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13873         workaround for the url package included with Emacs.
13874
13875         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13876
13877 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13880         correctly.  This fixes a bug caused by the 2006-05-12 change.
13881
13882 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13883
13884         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13885         some information about the error when saying that the `bogus' mail
13886         group will be used.
13887
13888 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13891         string.
13892
13893 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13894
13895         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13896
13897 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13898
13899         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13900
13901 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13902
13903         * mml1991.el (mml1991-function-alist): Add epg.
13904         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13905         (mml1991-epg-encrypt): New functions.
13906
13907 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13908
13909         * mml2015.el (mml2015-verbose): New variable.
13910         (mml2015-cache-passphrase): Ditto.
13911         (mml2015-passphrase-cache-expiry): Ditto.
13912         (mml2015-function-alist): Add epg.
13913         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13914         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13915         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13916         New functions.
13917
13918 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13919
13920         * message.el (message-cite-original-1): Preserve region when removing
13921         quoted text due to X-No-Archive in order to avoid bogus attribution
13922         when citing multiple messages.
13923
13924 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13925
13926         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13927         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13928
13929 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-diary.el (gnus-user-format-function-d)
13932         (gnus-user-format-function-D): Autoload.
13933
13934         * imap.el (Commentary): Fix typo.
13935
13936         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13937         2006-04-22 contribution.
13938
13939 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13940
13941         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13942         It didn't really fix the bogosity I'm seeing with solid web groups.
13943
13944 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13945
13946         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13947         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13948         created using server names.  If we use the feature without declaring
13949         it, Gnus does not properly manage server and group state.
13950
13951         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13952         bound.
13953
13954 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13955
13956         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13957         looking up the method using GROUP's prefix before inventing a new one.
13958         It is used on killed/unknown groups in various places where returning
13959         an all-new method isn't expected by the caller.
13960
13961         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13962         and match semantics of gnus-group-real-prefix.
13963
13964 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * nnmail.el (nnmail-broken-references-mailers): New variable.
13967         (nnmail-ignore-broken-references): New function generalizing
13968         nnmail-fix-eudora-headers.
13969         (nnmail-fix-eudora-headers): Now obsolete.
13970
13971         * gnus-art.el (gnus-button-handle-custom):
13972         Support `customize-apropos*'.
13973
13974 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13975
13976         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13977
13978         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13979         articles.
13980
13981 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * message.el (message-cite-reply-above): New variable.
13984         (message-yank-original): Use it.
13985
13986 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13989
13990 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13993         as read.
13994
13995         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13996
13997 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14000         (gnus-bookmark-default-file): Use gnus-directory.
14001         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14002         Remove "*" in doc string.
14003         (gnus-bookmark-write-file): Simplify.
14004         (gnus-bookmark-maybe-sort-alist): Use `when'.
14005         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14006         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14007         Add FIXME about Emacs 21 and XEmacs compatibility.
14008         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14009         compatibility.
14010         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14011         compatibility.
14012         (gnus-bookmark-menu-heading): Fix version.
14013
14014 2006-06-19  Bastien Guerry  <bzg@altern.org>
14015
14016         * gnus-bookmark.el: New file.
14017
14018 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * message.el (message-syntax-checks): Doc fix.
14021
14022 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14023
14024         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14025         unsubscribed groups as if they were killed ones.  It causes duplicate
14026         entries in gnus-newsrc-alist.
14027
14028 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * message.el (message-syntax-checks): Doc fix.
14031         (message-send-mail): Add check for continuation headers.
14032         (message-check-news-header-syntax): Fix regexp used to check for
14033         continuation headers.
14034
14035 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14038
14039 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14042
14043 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14046         default-truncate-lines.
14047
14048 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14051         to fill the utf-8 entry.
14052
14053         * lpath.el: Fbind unicode-precedence-list.
14054
14055 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14056
14057         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14058
14059 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14060
14061         * gnus-agent.el (directory-files-and-attributes): Move all the way
14062         forward (the third and final move).
14063         (gnus-agent-read-agentview): Trap reconstruction errors due to
14064         nonexistent directory.  Handle by returning nil.
14065
14066 2006-05-30  Didier Verna  <didier@xemacs.org>
14067
14068         * message.el (message-dont-reply-to-names): Update the custom type.
14069         * message.el (message-dont-reply-to-names): New defsubst: potentially
14070         convert a list of regexps into a single one.
14071         * message.el (message-get-reply-headers): Use it.
14072         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14073
14074 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-agent.el (directory-files-and-attributes): Move forward.
14077
14078 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * gnus-ml.el (gnus-mailing-list-subscribe)
14081         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14082         (gnus-mailing-list-message): Fix doc strings.
14083
14084 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14085
14086         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14087         of doing it manually.
14088
14089 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14092         comment.
14093
14094 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14095
14096         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14097         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14098         (gnus-agent-read-local): All symbols allocated in my-obarray.
14099         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14100         (gnus-agent-regenerate-group): Check numeric names to see if they are
14101         messages or groups.
14102         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14103         better way of do this...)
14104
14105         * gnus-cache.el (gnus-agent-total-fetched-for):
14106         Ignore 'dummy.group' (there should be a better way of do this...)
14107
14108 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14111         (gnus-saved-headers): Ditto.
14112         (gnus-default-article-saver): Mention functions may have properties.
14113         (gnus-article-save): Override gnus-save-all-headers and
14114         gnus-saved-headers by :headers property which saver function may have.
14115         (gnus-summary-save-in-file): Add :headers property.
14116         (gnus-summary-write-to-file): Ditto.
14117
14118         * gnus-sum.el (gnus-summary-save-article): Bind
14119         gnus-prompt-before-saving to t when saving many articles in a file;
14120         always show all headers.
14121
14122         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14123
14124 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14127         marks.
14128
14129         * message.el (message-indent-citation): Add optional arguments to allow
14130         using it outside of message buffers.
14131
14132         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14133         (gnus-article-treat-unfold-headers): Use it.
14134         (gnus-article-truncate-lines): New variable.
14135         (gnus-article-mode): Use it.
14136         (gnus-article-toggle-truncate-lines): New function.
14137
14138         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14139         Add gnus-article-toggle-truncate-lines.
14140
14141         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14142         coding system in XEmacs, use binary.
14143
14144 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14147         after-load-alist.
14148
14149         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14150         this function should save decoded articles.
14151         (gnus-summary-write-to-file): Use property to specify this function
14152         should save decoded articles and specify gnus-summary-save-in-file
14153         should be used to save articles other than the first one when saving
14154         many articles.
14155         (gnus-summary-save-body-in-file): Use property to specify this
14156         function should save decoded articles.
14157         (gnus-summary-write-body-to-file): Use property to specify this
14158         function should save decoded articles and specify
14159         gnus-summary-save-body-in-file should be used to save articles other
14160         than the first one when saving many articles.
14161
14162         * gnus-sum.el (gnus-summary-save-article): Simplify.
14163
14164 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (gnus-default-article-saver):
14167         Add gnus-summary-write-body-to-file.
14168         (gnus-article-save-coding-system): Don't use coding system object
14169         in XEmacs.
14170         (gnus-read-save-file-name): Add optional `dir-var' argument which
14171         specifies directory in which files are saved; work even if optional
14172         `variable' argument is not specified.
14173         (gnus-summary-write-to-file): Read file name.
14174         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14175         (gnus-summary-write-body-to-file): New function.
14176
14177         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14178         (gnus-summary-local-variables): Add it.
14179         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14180         (gnus-summary-save-article): Remove optional `decode' argument;
14181         determine whether to decode articles by the value of
14182         gnus-default-article-saver; when saving many files using
14183         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14184         it first and use gnus-summary-save-in-file or
14185         gnus-summary-save-body-in-file thereafter unless
14186         gnus-prompt-before-saving is always; move point to article which
14187         will be saved.
14188         (gnus-summary-save-article-file): Revert.
14189         (gnus-summary-write-article-file): Revert.
14190         (gnus-summary-save-article-body-file): Revert.
14191         (gnus-summary-write-article-body-file): New function.
14192
14193 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-art.el (gnus-default-article-saver): Doc fix.
14196         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14197         from gnus-summary-save-article-coding-system, and default to a
14198         certain coding system.
14199         (gnus-output-to-file): Add coding cookie and encode text according
14200         to gnus-article-save-coding-system; don't use mm-append-to-file.
14201
14202         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14203         gnus-art.el and rename to gnus-article-save-coding-system.
14204         (gnus-summary-save-article): Require gnus-art; don't show all
14205         headers if it decodes articles; don't add coding cookie here;
14206         don't bind mm-text-coding-system-for-write.
14207         (gnus-summary-save-article-file): Save decoded articles.
14208         (gnus-summary-write-article-file): When saving many files, use
14209         gnus-summary-write-to-file first and gnus-summary-save-in-file
14210         thereafter unless gnus-prompt-before-saving is always.
14211         (gnus-summary-save-article-body-file): Save decoded articles.
14212
14213         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14214
14215 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * nnrss.el (nnrss-check-group): Bind hash-index.
14218
14219 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14220
14221         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14222         its hash index.  Store this hash in `nnrss-group-data'.
14223         (nnrss-read-group-data): Update accordingly.
14224
14225 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14228         entry.
14229
14230         * gnus-sum.el (gnus-summary-make-menu-bar):
14231         Add gnus-article-browse-html-article.
14232
14233 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14234
14235         * gnus-sum.el (gnus-summary-mime-map):
14236         Add gnus-article-browse-html-article.
14237
14238         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14239
14240 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14243         suitable coding systems in customize.
14244
14245 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * mail-source.el (mail-sources): Fix custom type.
14248
14249 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14252         (gnus-summary-expire-articles-now): Shorten prompt.
14253
14254         * gmm-utils.el (wid-edit): Require.
14255         (defun-gmm): Rename from `gmm-defun-compat'.
14256         (gmm-image-search-load-path): Use it.
14257         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14258
14259 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-sum.el (gnus-summary-save-article-coding-system):
14262         New variable.
14263         (gnus-summary-save-article): Add optional `decode' argument.
14264         If it is set and gnus-summary-save-article-coding-system is non-nil,
14265         save decoded article.
14266         (gnus-summary-write-article-file): Save decoded article if
14267         gnus-summary-save-article-coding-system is non-nil.
14268
14269         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14270         type.
14271
14272 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14275
14276 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14279         first to test gnus-single-article-buffer which may be buffer-local.
14280
14281         * gnus-sum.el (gnus-summary-setup-buffer):
14282         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14283         group; make gnus-article-buffer, gnus-article-current, and
14284         gnus-original-article-buffer always buffer-local.
14285         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14286         group.
14287         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14288
14289 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * nnml.el (nnml-request-compact-group): Compressed files might not
14292         have .gz extension.
14293
14294 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14295
14296         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14297         (mm-copy-to-buffer): Use with-current-buffer.
14298         (mm-display-part): Simplify.
14299         (mm-inlinable-p): Add optional arg `type'.
14300
14301 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14302
14303         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14304         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14305         Try harder to show the attachment internally or externally using
14306         gnus-mime-view-part-as-type.
14307
14308 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * message.el (message-from-style, message-signature-separator)
14311         (message-user-organization-file, message-send-mail-function)
14312         (message-citation-line-function, message-yank-prefix)
14313         (message-indent-citation-function, message-signature)
14314         (message-signature-file, message-signature-insert-empty-line):
14315         Remove autoloads.
14316
14317         * gnus-art.el (gnus-buttonized-mime-types):
14318         Remove "multipart/signed".  Revert 2006-04-26 change.
14319
14320 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * gnus.el (gnus-version-number): Bump version.
14323
14324 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14325
14326         * gnus.el: No Gnus v0.5 is released.
14327
14328 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14329
14330         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14331         fetching articles by message-id.
14332
14333 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14334
14335         * message.el (hashcash): Require hashcash as normal.
14336
14337         * ecomplete.el (ecomplete-highlight-match-line):
14338         Use point-at-eol.
14339         (ecomplete-highlight-match-line): Use `highlight', because that
14340         face exists in both Emacs and XEmacs.
14341
14342         * message.el (message-display-abbrev): Use point-at-bol.
14343
14344         * mail-source.el: Don't require timer/timer-funcs.
14345
14346         * gnus-async.el: Ditto.
14347
14348         * password.el: Ditto.
14349
14350         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14351
14352         * mm-url.el: Ditto.
14353
14354         * gnus-xmas.el: Don't require timer-funcs.
14355
14356         * mm-util.el: Require timer/timer-funcs.
14357
14358 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14359
14360         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14361         Close.
14362
14363 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14366         unibyte after clear-decrypt function runs.
14367
14368         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14369         returns as a unibyte string.
14370
14371 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * lpath.el: Revert.
14374
14375         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14376         (pgg-gpg-process-sentinel): Revert.
14377
14378         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14379         (pgg-pgp-lookup-key): Revert.
14380
14381         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14382         (pgg-pgp5-lookup-key): Revert.
14383
14384         * pgg.el (pgg-fetch-key): Revert.
14385
14386 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * lpath.el: Fbind string-as-multibyte for XEmacs.
14389
14390         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14391         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14392         (mml1991-pgg-encrypt): Ditto.
14393
14394         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14395         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14396         a multibyte buffer.
14397
14398         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14399         (pgg-pgp-lookup-key): Ditto.
14400
14401         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14402         (pgg-pgp5-lookup-key): Ditto.
14403
14404         * pgg.el (pgg-fetch-key): Ditto.
14405
14406 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * message.el (message-user-organization-file): Check several
14409         locations of the organization file.
14410
14411         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14412         Add gnus-article-view-part-as-type.
14413
14414         * gnus-art.el (gnus-article-view-part-as-type): New function.
14415
14416         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14417         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14418
14419         * mml.el: Simplify autoload.
14420         (mml-mode): defvar dnd-protocol-alist instead of using
14421         symbol-value.
14422         (mml-default-directory): New variable.
14423         (mml-minibuffer-read-file): Use it.
14424         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14425
14426         * message.el (message-citation-line-format): New variable.
14427         (message-insert-formated-citation-line): New function.
14428         (message-citation-line-function):
14429         Add `message-insert-formated-citation-line' to custom type.
14430
14431         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14432         to doc string.
14433
14434         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14435         depending on mm-verify-option.
14436
14437 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14440         binding pgg-* variables; reimplement the section which prevents
14441         MIME header from being signed.
14442         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14443         pgg-text-mode; remove a blank line at the top of body.
14444
14445         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14446         lines at the top of body; use gnus-newsgroup-charset if there's no
14447         Charset header.
14448
14449 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * message.el (message-self-insert-commands): Doc fix.
14452
14453         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14454         (mm-uu-pgp-encrypted-test): Ditto.
14455         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14456         between header and body; return application/pgp-encrypted handle
14457         if decryption failed; decode decrypted body by charset.
14458
14459         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14460         element match to application/pgp-*.
14461
14462 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14463
14464         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14465         HTML.
14466
14467 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14468
14469         * mail-source.el (mail-source-call-script): Message the error
14470         string.
14471
14472 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14473
14474         * gnus-util.el (gnus-byte-compile): Use it.
14475
14476 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14477
14478         * gnus-util.el (kill-empty-logs): New function.
14479
14480 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14481
14482         * message.el (message-mail-alias-type): Doc fix.
14483         (message-mail-alias-type-p): New function.
14484         (message-send): Use it.
14485         (message-mode): Ditto.
14486         (message-strip-forbidden-properties): Ditto.
14487
14488         * ecomplete.el (ecomplete-database-file-coding-system):
14489         New variable.
14490         (ecomplete-save): Use it.
14491         (ecomplete-setup): Use it.
14492
14493 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * message.el (message-self-insert-commands): New variable.
14496         (message-strip-forbidden-properties): Use it.
14497
14498 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14499
14500         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14501         that doesn't make XEmacs choke.
14502
14503 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14504
14505         * gnus-util.el (gnus-replace-in-string):
14506         Prefer replace-regexp-in-string over of replace-in-string.
14507
14508 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-util.el (gnus-select-frame-set-input-focus):
14511         Use select-frame-set-input-focus if it is available in XEmacs; use
14512         definition defined in Emacs 22 for old Emacsen.
14513
14514         * dgnushack.el: Autoload unmorse-region for XEmacs.
14515
14516         * lpath.el: Bind cursor-in-non-selected-windows and
14517         select-frame-set-input-focus for XEmacs.
14518
14519 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14522
14523 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * gnus-registry.el (gnus-registry-cache-save): Remove text
14526         properties when saving via the temp buffer.
14527
14528 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * message.el (message-generate-hashcash): Honor custom type.
14531
14532 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14533
14534         * message.el (message-generate-hashcash): Default to non-nil when
14535         hashcash is found.
14536
14537         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14538         (gnus-refer-thread-limit): Increase default to 500.
14539
14540         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14541
14542         * flow-fill.el (fill-flowed): Allow delete-space.
14543
14544 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14547         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14548         Remove autoloads.
14549
14550 2006-04-18  Simon Josefsson  <jas@extundo.com>
14551
14552         * message.el (message-generate-hashcash): Default to.
14553
14554 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14557         concatenating segments rather than before concatenating them.
14558
14559 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14562
14563 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14564
14565         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14566
14567         * message.el (message-forward-make-body-plain):
14568         Allow message-forward-ignored-headers to be a list.
14569         (message-remove-ignored-headers): Factor out into function.
14570         (message-forward-make-body-mml): Use it.
14571
14572         * imap.el (imap-quote-specials): New function.
14573         (imap-login-auth): Quote specials.
14574
14575         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14576         (rfc2231-parse-string): Allow concatanation of parameters that
14577         aren't contiguous.  The test case is
14578           (mail-header-parse-content-type "message/external-body;
14579             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14580             access-type=LOCAL-FILE;
14581             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14582
14583 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14584
14585         * nntp.el (nntp-accept-process-output): Return the value of
14586         `nnheader-accept-process-output'.
14587
14588 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589
14590         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14591         (gnus-button-alist): Recognize more diff formats.
14592         (gnus-button-patch): Strip directory.
14593
14594 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14597         Emacs 22 when setting focus.
14598
14599 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14600
14601         * gnus-art.el (gnus-article-treat-types): Do treatment of
14602         text/x-verbatim parts.
14603         (gnus-button-patch): New command.
14604
14605         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14606         addresses that contain invalid characters.
14607
14608 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14609
14610         * message.el (message-put-addresses-in-ecomplete):
14611         Use gnus-replace-in-string.
14612         (message-is-yours-p): Use the more correct
14613         mail-header-parse-address instead of
14614         mail-extract-address-components.
14615         (message-put-addresses-in-ecomplete): Fix typo.
14616
14617         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14618         keystroke.
14619
14620         * gnus-art.el (gnus-treatment-function-alist): Change order of
14621         newsgroups/generic header folding to avoid double-folding.
14622
14623         * message.el (message-hidden-headers): Add X-Draft-From.
14624
14625         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14626         New command.
14627         (gnus-summary-repeat-search-article-backward): New command.
14628
14629         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14630         groups in the parent topic.
14631
14632 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14633
14634         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14635         (spam-extra-header-to-number): Return the CRM114 number as a
14636         number instead of a string.
14637
14638 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14639
14640         * gnus-art.el (gnus-face-properties-alist): Move here from
14641         gnus-fun.
14642
14643         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14644
14645 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14646
14647         * message.el (message-strip-forbidden-properties): Only display on
14648         self-insert-command.
14649
14650         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14651         reindent.
14652         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14653
14654 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14655
14656         * smiley.el (smiley-style): Fix typo.
14657
14658 2006-03-23  Kenichi Handa  <handa@m17n.org>
14659
14660         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14661         instead of set-buffer-multibyte.
14662
14663 2006-03-23  Kenichi Handa  <handa@m17n.org>
14664
14665         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14666         buffer and then decode the buffer text if necessary.
14667         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14668         first, and after mm-encode-body, change the buffer to unibyte.
14669
14670 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * hashcash.el (hashcash-insert-payment-async-2):
14673         Use message-goto-eoh instead of doing it manually.
14674         (mail-add-payment): Use message-narrow-to-header instead of trying
14675         to do the same itself.
14676
14677         * message.el (message-hidden-headers): Add Face.
14678
14679         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14680         reparenting code.
14681         (gnus-summary-reparent-children): Refactored out code.
14682         (gnus-summary-thread-map): New keystroke.
14683         (gnus-summary-reparent-children): Make into command.
14684
14685         * smiley.el (smiley-style): Default to `medium' if using a large
14686         font.
14687
14688         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14689         does it itself.
14690
14691         * message.el (message-point-in-header-p): Simplify definition.
14692
14693 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14694
14695         * nnagent.el (nnagent-request-set-mark): Silence log file
14696         writing.
14697         (nnagent-request-set-mark): Use write-region instead of
14698         append-to-file.
14699
14700         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14701         strange select method.
14702
14703         * ecomplete.el (ecomplete-display-matches): Get highlightling
14704         right.
14705         (ecomplete-display-matches): Use literals.
14706         (ecomplete-display-matches): Disable message logging.
14707
14708         * message.el (message-display-abbrev): Small optimization.
14709
14710         * ecomplete.el (ecomplete-display-matches): Allow automatic
14711         display.
14712
14713         * message.el (message-strip-forbidden-properties):
14714         Display abbrevs.
14715         (message-display-abbrev): Get automatic display right.
14716
14717         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14718         keystrokes.
14719
14720 2006-04-13  Romain Francoise  <romain@orebokech.com>
14721
14722         TODO: Backport to v5-10!
14723
14724         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14725         Move here (and rename) from gnus-registry.el.
14726
14727         * gnus-registry.el: Require gnus-util.
14728         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14729
14730 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14731
14732         * gnus-group.el (gnus-group-catchup-current):
14733         Change if-then-else-if-then-else into cond.
14734         (gnus-group-catchup): Indent.
14735         (group-name-at-point): New function.
14736         (gnus-fetch-group): Provide default from thing at point.
14737
14738 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14739
14740         * message.el (message-display-abbrev): Fix regexp.
14741
14742         * ecomplete.el (ecomplete-highlight-match-line):
14743         Reimplement choosing.
14744         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14745         dead variables.
14746
14747         * message.el (message-newline-and-indent): Remove debugging.
14748         (message-display-abbrev): Use new implementation.
14749
14750 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * gnus-art.el (gnus-article-mode):
14753         Set cursor-in-non-selected-windows to nil.
14754
14755         * smiley.el: Revert previous change.
14756         (smiley-data-directory): defvar it before using it in the
14757         defcustom of `smiley-style'.
14758
14759 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14760
14761         * message.el (message-newline-and-indent): New function.
14762
14763         * ecomplete.el: Implement more bits.
14764
14765         * message.el (message-put-addresses-in-ecomplete): Clean up the
14766         string.
14767
14768         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14769
14770         * gnus-sum.el (gnus-summary-save-parts):
14771         Bind gnus-summary-save-parts-counter and use it to make unique file
14772         names.
14773
14774         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14775
14776         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14777         parameter to say whether to actually parse the individual
14778         addresses.
14779
14780         * message.el (message-put-addresses-in-ecomplete): New function.
14781         (ecomplete): Require.
14782         (message-mail-alias-type): Add ecomplete as an option.
14783
14784 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14785
14786         * flow-fill.el (fill-flowed): Remove trailing space from blank
14787         quoted lines.
14788
14789 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14790
14791         * smiley.el (smiley-style): Move definition later to avoid a
14792         compilation warning.
14793
14794 2006-04-12  Kenichi Handa  <handa@m17n.org>
14795
14796         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14797         buffer and then decode the buffer text if necessary.
14798         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14799         first, and after mm-encode-body, change the buffer to unibyte.
14800         Use mm-disable-multibyte instead of set-buffer-multibyte.
14801
14802 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14805         Content-Type header instead of Content-Disposition header.
14806         (gnus-mime-inline-part): Ditto.
14807         (gnus-mime-view-part-as-charset): Ignore charset that the part
14808         specifies.
14809
14810         * mm-decode.el (mm-display-part): Work with external parts and
14811         usual parts similarly.
14812
14813         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14814         instead of gnus-display-mime.
14815
14816         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14817         instead of with-temp-buffer.
14818
14819         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14820         tag to summarized topics part in order to encode non-ASCII text.
14821
14822 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14823
14824         * smiley.el (smiley-style): New variable.
14825         (smiley-directory): New function.
14826         (smiley-data-directory): Derive from `smiley-style' using
14827         `smiley-directory'.
14828         (smiley-regexp-alist): Add new entries.
14829
14830         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14831         (gnus-article-browse-delete-temp): Add :version.
14832
14833 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14834
14835         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14836         the sieve region.
14837
14838 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14839
14840         * gnus.el (gnus-version-number): Bump version.
14841
14842 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * gnus.el: No Gnus v0.4 is released.
14845
14846 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14847
14848         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14849         layout.
14850
14851         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14852         unknown charset.
14853
14854         * message.el (message-header-synonyms): Add Original-To to the
14855         default.
14856
14857         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14858         optional parameter.
14859
14860 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * gnus-fun.el (gnus): Require it for gnus-directory.
14863
14864 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14867
14868 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14869
14870         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14871
14872 2006-04-05  Simon Josefsson  <jas@extundo.com>
14873
14874         * password.el (password-reset): New function.
14875
14876 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14877
14878         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14879         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14880
14881 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14882
14883         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14884         Some whitespace was matched into the url, which broke browsing hits
14885         > 100 when mm-url-use-external was nil.
14886
14887 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14890         Check gnus-extra-headers for 'Newsgroups.
14891
14892         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14893         bound.
14894
14895 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14896
14897         * pgg-gpg.el: Clean up process buffers every time gpg processes
14898         complete.
14899
14900 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14903         doc string.
14904
14905 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14906
14907         * pgg-gpg.el (pgg-gpg-process-filter)
14908         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14909
14910         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14911         lines, temporary fix.
14912
14913 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14916
14917 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14918
14919         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14920         default-enable-multibyte-characters.  This reverts the change from
14921         revision 6.17 which is no longer necessary because the passphrase
14922         is sent separately now.  GnuPG messages are unreadable under
14923         multibyte locales with default-enable-multibyte-characters set to
14924         nil.
14925
14926 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * message.el (message-tool-bar-gnome): Move "spell".
14929
14930 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14933         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14934         instead.
14935
14936 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14937
14938         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14939         Improve newsgroups handling for NNTP overviews which don't include
14940         Newsgroups.
14941
14942 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14943
14944         * message.el (message-resend): Bind message-generate-hashcash to nil.
14945
14946 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14947
14948         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14949         when searching for already-paid recipients.
14950
14951 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14952
14953         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14954         passphrases when it is not needed.
14955         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14956         passphrase stuff from gpg, should only be necessary when you use
14957         gpg with a smartcard.
14958
14959 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mml.el (mml-insert-mime): Ignore cached contents of
14962         message/external-body part.
14963
14964         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14965         (mm-insert-part): Ditto.
14966
14967 2006-03-23  Simon Josefsson  <jas@extundo.com>
14968
14969         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14970         Reiner.
14971         (pgg-gpg-use-agent-p): Use it again.
14972
14973 2006-03-23  Simon Josefsson  <jas@extundo.com>
14974
14975         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14976         older emacsen.
14977         (pgg-gpg-use-agent-p): Don't use it.
14978
14979 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14982         if we can.
14983
14984 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14985
14986         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14987         (pgg-gpg-update-agent): New function.
14988         (pgg-gpg-use-agent-p): New function.
14989         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14990         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14991         (pgg-gpg-sign-region): Use it.
14992
14993 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14996         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14997
14998 2006-03-21  Simon Josefsson  <jas@extundo.com>
14999
15000         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15001         <wilde@sha-bang.de>.
15002         (pgg-gpg-use-agent): New variable.
15003         (pgg-gpg-process-region): Use it.
15004         (pgg-gpg-encrypt-region): Likewise.
15005         (pgg-gpg-encrypt-symmetric-region): Likewise.
15006         (pgg-gpg-decrypt-region): Likewise.
15007         (pgg-gpg-sign-region): Likewise.
15008         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15009
15010 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15013
15014         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15015         Add comment on version.
15016
15017 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * smiley.el: Add missing test smiley.
15020
15021 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * mm-decode.el (mm-with-part): New macro.
15024         (mm-get-part): Use it; work with message/external-body as well.
15025         (mm-save-part): Treat name and filename equally.
15026
15027         * mm-extern.el (mm-extern-cache-contents): New function.
15028         (mm-inline-external-body): Use it; force the part to be displayed;
15029         move undisplayer added to the cached handle to the parent.
15030
15031         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15032         (gnus-mime-view-part-as-type): Work with message/external-body.
15033
15034         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15035
15036 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15039         images in image-load-path.  [Sync with image.el, revision 1.60, in
15040         Emacs.]
15041
15042 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15045         path rather than symbol.  Always return list of directories.
15046         Guarantee that image directory comes first.  [Sync with image.el,
15047         revision 1.59, in Emacs.]
15048
15049         * message.el (message-make-tool-bar): Adjust to new API of
15050         `gmm-image-load-path-for-library'.
15051
15052         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15053
15054         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15055
15056 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15057
15058         * gnus-art.el (gnus-article-only-boring-p):
15059         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15060         intangible text.
15061         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15062
15063 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15066         Use `defun' instead of `gmm-defun-compat'.
15067
15068 2006-03-14  Simon Josefsson  <jas@extundo.com>
15069
15070         * message.el (message-unique-id): Don't use message-number-base36
15071         if (user-uid) is a float.
15072         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15073
15074 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15077
15078         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15079         empty line between a part and a message part.
15080
15081 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * smiley.el: Add more test smileys.
15084         (smiley-data-directory, smiley-regexp-alist)
15085         (gnus-smiley-file-types): Fix doc strings.
15086         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15087         adding new elements.
15088         (smiley-mouse-map): Unused code.  Make it a comment.
15089
15090 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15093         scan latest NoCeM messages instead of old ones.
15094         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15095         delimiters that are recently used.
15096         (gnus-nocem-load-cache): Add autoload cookie.
15097
15098         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15099
15100         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15101         level which is larger than gnus-use-nocem is specified.
15102
15103         * gnus-group.el (gnus-group-get-new-news): Ditto.
15104
15105 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * gnus-util.el (gnus-tool-bar-update): New function.
15108
15109         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15110         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15111
15112         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15113
15114         * gnus-group.el (gnus-group-redraw-when-idle)
15115         (gnus-group-redraw-check): Remove.
15116         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15117
15118 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15121         if optional last element is specified in splits (FIELD VALUE...).
15122
15123 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15126         to gmm-image-load-path-for-library.  Call with no-error argument.
15127         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15128
15129         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15130
15131         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15132
15133         * gmm-utils.el (gmm-image-load-path): Remove alias.
15134
15135 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * gmm-utils.el (gmm-image-load-path): Add alias.
15138
15139         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15140         nnml-generate-nov-databases-1.
15141         (nnml-generate-nov-databases): Use it.
15142         (nnml-generate-nov-databases-directory): Document no-active
15143         argument.
15144
15145         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15146         directory if path is t.  Add no-error.
15147
15148         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15149         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15150
15151         * gnus-art.el (gnus-article-browse-delete-temp-files):
15152         Simplify resetting gnus-article-browse-html-temp-list.
15153
15154         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15155         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15156         Add example to docstring.  Rename local variables.  Move error
15157         checks to default case in cond and simplify.
15158
15159 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15162         handle is multipart when calling it recursively.
15163         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15164
15165 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15166
15167         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15168         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15169
15170 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15173         is loaded.
15174
15175         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15176         loaded.
15177
15178 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15181         to "Emacs 23 (unicode)" in doc string.
15182
15183         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15184         "Emacs 23 (unicode)" in comment.
15185
15186 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15189
15190         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15191         characters 160 through 255 in Emacs 23.
15192
15193 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15194
15195         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15196         gnus-article-browse-html-temp.
15197         (gnus-article-browse-delete-temp): Make it customizable.
15198         Add `file'.  Adjust doc string.
15199         (gnus-article-browse-delete-temp-files): Add argument.
15200         Allow query for each file.  Adjust doc string.
15201         (gnus-article-browse-html-parts):
15202         Add `gnus-article-browse-delete-temp-files' to
15203         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15204
15205 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15206
15207         * gnus-art.el (gnus-article-browse-html-temp)
15208         (gnus-article-browse-delete-temp): New variables.
15209         (gnus-article-browse-delete-temp-files): New function.
15210         (gnus-article-browse-html-parts): Use it.
15211
15212 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15215
15216         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15217         string.
15218
15219         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15220         gnus-summary-insert-new-articles when unplugged.
15221         Remove gnus-summary-search-article-forward.
15222
15223         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15224         display-visual-class instead of display-color-cells.
15225
15226 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * dgnushack.el: Autoload customize-group for XEmacs.
15229
15230         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15231         message/* containing non-ASCII text properly.
15232
15233 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * message.el: Require gmm-utils, remove autoloads.
15236         (message-tool-bar): Set default based on
15237         gmm-tool-bar-style.
15238         (message-tool-bar-gnome): Add gmm-customize-mode.
15239
15240         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15241         gmm-tool-bar-style.
15242         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15243
15244         * gnus-group.el (gnus-group-tool-bar): Set default based on
15245         gmm-tool-bar-style.
15246         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15247
15248         * gmm-utils.el (gmm-image-directory): Rename variable from
15249         gmm-image-load-path.
15250         (gmm-image-load-path): Use gmm-image-directory.
15251         (gmm-customize-mode): New function.
15252         (gmm-tool-bar-style): New variable.
15253
15254         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15255         gnus-group-redraw-line-number.
15256         (gnus-group-redraw-check): Simplify.
15257         (gnus-group-tool-bar-update): Remove redraw check.
15258         (gnus-group-make-tool-bar): Add redraw check.
15259
15260 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15261
15262         * gnus-art.el (gnus-button): Add missing parentheses.
15263
15264 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * lpath.el: Fbind line-number-at-pos.
15267
15268 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15271
15272 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * gnus-art.el (gnus-button): New face.
15275         (gnus-article-button-face): Use it.
15276
15277         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15278         Add gnus-summary-next-page.  Re-order.
15279
15280         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15281         next-node are now included.
15282         (gnus-group-redraw-line-number): New internal variable.
15283         (gnus-group-redraw-check): Helper function for updating the tool
15284         bar.
15285         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15286
15287         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15288
15289         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15290         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15291         Use it to match format of Spamassassin 3.0 and later.
15292         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15293         (spam-check-bogofilter)
15294         (spam-bogofilter-register-with-bogofilter): Fix args of
15295         `gnus-error' calls.
15296
15297 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15300         unnecessary interaction when sending queued mails.
15301         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15302
15303 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15306         first or last are nil.
15307
15308 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15309
15310         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15311
15312 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15313
15314         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15315
15316 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * dns.el (query-dns): Protect more against buggy tcp output.
15319
15320 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15323         nov.php.
15324
15325 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15326
15327         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15328         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15329         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15330         output on the server side.
15331         (nnweb-google-create-mapping): Update regexps and add some
15332         progress indication.
15333
15334 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-group.el (gnus-group-tool-bar-gnome):
15337         Fix gnus-agent-toggle-plugged.  Re-order icons.
15338         (gnus-group-tool-bar-gnome):
15339         Add gnus-group-{prev,next}-unread-group.
15340         (gnus-group-tool-bar-gnome): Re-order icons.
15341
15342         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15343         Move gnus-summary-insert-new-articles.
15344
15345         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15346         Fix comments.
15347
15348         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15349         also available in Emacs 21.3.
15350
15351         * message.el (message-fix-before-sending): Change "Emacs 22" to
15352         "Emacs 23 (unicode)" in comment.
15353
15354         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15355         "Emacs 23 (unicode)" in comment.
15356
15357         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15358         comment.
15359         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15360
15361         * mm-view.el (mm-fill-flowed): Add :version.
15362
15363 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15366         and load-path.
15367
15368 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * message.el: Autoload gmm-image-load-path.
15371         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15372         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15373         consitency.
15374
15375         * gmm-utils.el (gmm-image-load-path): Also search in
15376         "../etc/images".  Don't set gmm-image-load-path if we don't find
15377         the image.
15378
15379 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gmm-utils.el (gmm-image-load-path): Don't make
15382         `gmm-image-load-path' include subdirectories which the second arg
15383         `image' might specify.
15384
15385         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15386         subdirectory to icon file names.
15387
15388         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15389
15390 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15393         gmm-image-load-path calls.
15394
15395         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15396
15397         * message.el (message-make-tool-bar): Ditto.
15398
15399         * mml.el (mml-preview): Add comment concerning tool bar icons.
15400
15401         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15402         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15403
15404         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15405         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15406
15407         * message.el (message-tool-bar-gnome): Use new icon names.
15408         (message-make-tool-bar): Use `gmm-image-load-path'.
15409
15410         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15411         New functions from MH-E.
15412         (gmm-image-load-path): New variable from MH-E.
15413         (gmm-image-load-path): New function from MH-E.  Add arguments
15414         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15415         *-image-load-path-called-flag.
15416
15417 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15418
15419         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15420
15421 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15422
15423         * nnimap.el (nnimap-request-move-article): Change folder back to
15424         source group before deleting.
15425
15426 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15429
15430         * gnus-art.el (mm-url-insert-file-contents-external):
15431         Autoload mm-url.
15432
15433         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15434
15435 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15438         coding system which mm-charset-to-coding-system returns for a
15439         given charset is valid.
15440
15441 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15442
15443         * html2text.el (html2text-remove-tag-list):
15444         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15445
15446 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15447
15448         * gnus-cus.el: Revert 2005-10-17 change.
15449
15450 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (article-strip-banner):
15453         Call article-really-strip-banner only when the regexp match is made.
15454
15455 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-art.el (article-strip-banner):
15458         Use gnus-extract-address-components instead of
15459         mail-header-parse-addresses to make it work with non-ASCII text;
15460         remove mail-encode-encoded-word-string.
15461
15462         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15463         values which are surrounded with \"...\"; make it never cause a
15464         Lisp error; give up parsing of parameters if it failed in
15465         extracting type.
15466
15467 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15468
15469         * smime.el (smime-cert-by-ldap-1): Fix bug where
15470         `smime-ldap-search' returns results without userCertificates.
15471
15472 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15475
15476 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * spam.el (spam-check-spamassassin-headers): Adapt format for
15479         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15480         <ari@mbf.ocn.ne.jp>.
15481         (spam-list-of-processors): Add spam-use-gmane.
15482
15483 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15486         make-temp-file; make it work with XEmacs as well.
15487
15488         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15489         mm-make-temp-file.
15490
15491         * mm-decode.el (mm-display-external): Use the 3rd arg of
15492         mm-make-temp-file.
15493         (mm-create-image-xemacs): Ditto.
15494
15495 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15498         with message-narrow-to-headers.
15499         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15500         (gnus-draft-check-draft-articles): New function.
15501         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15502
15503 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gnus-art.el (gnus-article-browse-html-parts):
15506         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15507         Don't use suffix argument for mm-make-temp-file for Emacs 21
15508         compatibility.  Remove useless `format'.
15509
15510 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15511
15512         * nnweb.el (nnweb-google-wash-article): Update regexps.
15513         (nnweb-group-alist): Use defvoo instead of defvar.
15514
15515 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15518         re-loading nn* modules.
15519
15520 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15523         for `tool-bar-mode' and don't check it's default-value.
15524
15525         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15526
15527         * message.el (message-make-tool-bar): Ditto.
15528
15529         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15530         `substring'.  Shorten tmp-file name.
15531
15532         * gnus.el: Remove bogus comment.
15533
15534 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15535
15536         * gnus-art.el (gnus-article-browse-html-parts): New function.
15537         (gnus-article-browse-html-article): New function for viewing html
15538         articles with a browser.
15539
15540 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15541
15542         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15543         in elisp.
15544         (pgg-gpg-encrypt-symmetric-region): Ditto.
15545         (pgg-gpg-sign-region): Ditto.
15546
15547         * pgg-def.el (pgg-text-mode): New variable.
15548
15549         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15550         (mml2015-pgg-encrypt): Ditto.
15551
15552         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15553         (mml1991-pgg-encrypt): Ditto.
15554
15555 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * nnfolder.el (nnfolder-insert-newsgroup-line):
15558         Use message-make-date instead of current-time-string.
15559
15560         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15561         to gnus-decoded which mm-uu might set.
15562
15563 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15566         don't decode quoted parameters; remove misimported Emacs code.
15567         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15568         (rfc2231-decode-encoded-string): Don't use split-string which
15569         behaves differently according to Emacs version; use
15570         mm-decode-coding-region to convert charset to coding-system.
15571         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15572         (rfc2231-encode-string): Remove misimported Emacs code.
15573
15574 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15577         when calling mail-header-parse-content-type.
15578         (article-de-quoted-unreadable): Ditto.
15579         (article-de-base64-unreadable): Ditto.
15580         (article-wash-html): Ditto.
15581
15582         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15583         calling mail-header-parse-content-type and
15584         mail-header-parse-content-disposition.
15585         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15586         mail-header-parse-content-type.
15587
15588         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15589         insert charset and format parameters; encode description after
15590         inserting it to buffer.
15591         (mml-insert-parameter): Fold lines properly even if a parameter is
15592         segmented into two or more lines; change the max column to 76.
15593
15594         * rfc1843.el (rfc1843-decode-article-body): Don't use
15595         ignore-errors when calling mail-header-parse-content-type.
15596
15597         * rfc2231.el (rfc2231-parse-string): Return at least type if
15598         possible; don't cause an error even if it fails in parsing of
15599         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15600         (rfc2231-encode-string): Don't break lines at the beginning, leave
15601         it to mml-insert-parameter.
15602
15603         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15604         calling mail-header-parse-content-type.
15605
15606 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * spam-report.el (spam-report-gmane-use-article-number):
15609         Improve doc string.
15610         (spam-report-gmane-internal): Check if a suitable header was found
15611         in the article.
15612
15613 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15616         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15617
15618 2006-02-05  Romain Francoise  <romain@orebokech.com>
15619
15620         Update copyright notices of all files in the gnus directory.
15621
15622 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15623
15624         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15625
15626 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15629         segmented lines of parameter value to cope with Thunderbird 1.5
15630         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15631         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15632         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15633
15634 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15635
15636         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15637         parts.
15638
15639 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15640
15641         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15642         there's only one active file for all servers.
15643         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15644         solid groups.  Gnus might have used a FAST request to select the group.
15645         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15646         and nnweb-search redundantly in the active file.
15647         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15648         (nnweb-request-create-group): Don't use ARGS.
15649         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15650         initialisations.  Let nnoo do the work.
15651
15652 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15655         Say the part has been decoded.
15656
15657         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15658
15659 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15660
15661         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15662         mailcap-viewer-test-cache when there's no 'test clause, since that
15663         will invert the meaning of a "nil" test previously determined by
15664         mailcap-mailcap-entry-passes-test.
15665
15666 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15669         compiling.
15670
15671         * gnus-sum.el: Ditto.
15672
15673         * message.el: Don't bind tool-bar-map when compiling.
15674
15675 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15678
15679 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15680
15681         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15682         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15683         current Google Groups.
15684
15685 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15688         and tool-bar-mode.
15689
15690         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15691         and tool-bar-mode.
15692
15693         * message.el (message-tool-bar-update): Simplify.
15694         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15695
15696         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15697         gnus-summary-buffer.
15698         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15699         gnus-summary-reply.
15700
15701         * gmm-utils.el (gmm): Add :version.
15702
15703 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * Makefile.in (clean): New rule.
15706         (distclean): Use it.
15707
15708 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15709
15710         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15711         Don't autoload.
15712
15713 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gmm-utils.el (gmm-verbose): Add :group.
15716
15717 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * message.el: Change some comments WRT tool-bars.
15720
15721         * gnus-sum.el (gnus-summary-tool-bar)
15722         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15723         (gnus-summary-tool-bar-zap-list): New variables.
15724         (gnus-summary-make-tool-bar): Complete rewrite using
15725         `gmm-tool-bar-from-list'.
15726
15727         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15728         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15729         New variables.
15730         (gnus-group-make-tool-bar): Complete rewrite using
15731         `gmm-tool-bar-from-list'.
15732         (gnus-group-tool-bar-update): New function.
15733
15734         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15735
15736 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15739         is dissected into a single part of which the type is the same as
15740         the given one; decode charset.
15741
15742 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15743
15744         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15745         into alists as symbol not string, since that's what
15746         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15747         look for.
15748
15749 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15752         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15753
15754         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15755
15756 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15759         (gnus-xmas-mime-security-button-menu): New function.
15760
15761         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15762         (gnus-mime-security-button-menu): New definition.
15763         (gnus-mime-security-button-map): Use them.
15764         (gnus-mime-security-button-menu): New function.
15765         (gnus-insert-mime-security-button): Addition to help echo.
15766         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15767         (gnus-mime-security-pipe-part): New functions.
15768
15769         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15770         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15771
15772         * mm-decode.el (mm-handle-set-disposition): Remove.
15773         (mm-handle-set-description): Remove.
15774
15775 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15778         (mm-w3m-standalone-supports-m17n-p): New function.
15779         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15780         w3m usage.
15781
15782         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15783         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15784
15785 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * message.el (message-tool-bar-zap-list):
15788         Use gmm-tool-bar-zap-list as custom type.
15789         (message-tool-bar-update): New function.
15790         (message-tool-bar, message-tool-bar-gnome)
15791         (message-tool-bar-retro): Add message-tool-bar-update.
15792         (message-tool-bar-gnome): Add flyspell-buffer.
15793
15794         * gnus-util.el (gnus-error): Describe `args'.
15795
15796         * gmm-utils.el (gmm-error): Describe `args'.
15797         (gmm-tool-bar-zap-list): New widget.
15798         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15799
15800 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15803         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15804         the number of recursive calls.
15805
15806         * mm-decode.el (mm-handle-set-disposition): New macro.
15807         (mm-handle-set-description): New macro.
15808
15809 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15812         encoding.
15813
15814 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15815
15816         * message.el (message-tool-bar-zap-list, message-tool-bar)
15817         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15818         (message-tool-bar-local-item-from-menu): Remove.
15819         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15820         (message-make-tool-bar): New function.
15821         (message-mode): Use `message-make-tool-bar'.
15822
15823         * gmm-utils.el: New file.
15824         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15825         (gmm-lazy): New widget copied from `nnmail.el'.
15826         (gmm-tool-bar-from-list): New function for creating customizable
15827         tool bars.
15828         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15829         output.
15830         (gmm): Add :prefix to defgroup.
15831
15832 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15833
15834         * gmm-utils.el (gmm-widget-p): New function.
15835
15836 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * mml.el (mml-attach-file): Describe `description' in doc string.
15839         (mml-menu): Add Emacs MIME manual and PGG manual.
15840
15841 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15842
15843         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15844
15845 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15846
15847         * nntp.el (nntp-end-of-line): Doc fix.
15848
15849 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15850
15851         * imap.el (imap-open): Handle case where buffer is a buffer
15852         object.
15853
15854 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15855
15856         * gnus-delay.el (gnus-delay): Don't autoload.
15857         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15858         to be re-loaded when customizing the `gnus-delay' group.
15859
15860 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15861
15862         * message.el (message-insert-citation-line): Use newlines.
15863
15864 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15865
15866         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15867         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15868         these routines, so the passphrase can be managed externally and
15869         passed in to the system.
15870         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15871         pgg-add-passphrase-to-cache function.
15872
15873         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15874         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15875         these routines, so the passphrase can be managed externally and
15876         passed in to the system.
15877         (pgg-pgp5-sign-region): Use new name of
15878         pgg-add-passphrase-to-cache function.
15879
15880 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15881
15882         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15883         part of the decoded armor to find the key-identifier.
15884         (pgg-gpg-lookup-key-owner): New function to return the
15885         human-readable identifier of a key owner.
15886         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15887         itself.
15888         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15889         the key value) if we have a key and can match it against a secret
15890         key.  Also, added a note pointing out fact that the prompt only
15891         indicates the first matching key.
15892
15893         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15894         pgg-decrypt-region.
15895         (pgg-add-passphrase-to-cache): Rename from
15896         `pgg-add-passphrase-cache' to reduce confusion (all callers
15897         changed).
15898         (pgg-remove-passphrase-from-cache): Rename from
15899         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15900         changed).
15901         (pgg-read-passphrase, pgg-add-passphrase-cache)
15902         (pgg-remove-passphrase-cache): Add informative docstrings.
15903         (pgg-decrypt): Convey provided passphrase in subordinate call to
15904         pgg-decrypt-region.
15905
15906 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15907
15908         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15909         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15910         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15911         'passphrase' argument, so the passphrase can be managed externally
15912         and then passed in to the system.
15913
15914         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15915         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15916         so the passphrase cache can be used reliably with identifiers
15917         besides a pgp packet's key id.
15918
15919         * pgg-gpg.el (pgg-gpg-encrypt-region)
15920         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15921         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15922         these routines, so the passphrase can be managed externally and
15923         passed in to the system.
15924
15925         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15926         'notruncate' argument, so the passphrase cache can be used
15927         reliably with identifiers besides a pgp packet's key id.
15928
15929 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15930
15931         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15932         symmetric encryption.
15933         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15934         encrypted session key.
15935         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15936         message ask for the passphrase in a proper way.
15937
15938         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15939         New user commands for symmetric encryption.
15940
15941 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15944
15945         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15946
15947 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15948
15949         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15950
15951 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * mm-decode.el (mm-inlined-types): Add application/pgp.
15954         (mm-automatic-display): Ditto.
15955
15956         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15957         part as text.
15958
15959 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * nnrss.el: Update copyright.
15962         (nnrss-opml-import): Query whether to subscribe to each entry.
15963
15964         * gnus-art.el:
15965         * gnus-sum.el:
15966         * gnus-xmas.el:
15967         * messagexmas.el:
15968         * mm-uu.el:
15969         * mm-view.el: Update copyright.
15970
15971 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15972
15973         * message.el (message-info): New function.
15974         (message-mode-menu): Add it.
15975         Update copyright.
15976
15977         * ChangeLog: Fix and update copyright.
15978
15979 2006-01-13  Romain Francoise  <romain@orebokech.com>
15980
15981         * message.el (message-forward-subject-name-subject): Prefer the
15982         address to 'nowhere' if the sender has no name.
15983         Fix typo.  Update copyright year.
15984
15985 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * gnus-art.el (article-wash-html):
15988         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15989         (gnus-article-wash-html-with-w3m-standalone): New function.
15990
15991         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15992         mm-inline-text-html-render-with-w3m-standalone.
15993         (mm-text-html-washer-alist): Map w3m-standalone to
15994         gnus-article-wash-html-with-w3m-standalone.
15995         (mm-inline-text-html-render-with-w3m-standalone): New function.
15996
15997 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16000         Improve LaTeX.
16001
16002 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16005         (nnrss-request-article): Render text/plain parts as HTML.
16006
16007         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16008         the buffer.
16009
16010 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16011
16012         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16013         custom definition of `gnus-posting-styles'.
16014
16015         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16016         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16017
16018 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16021         Use nntp for bug archive.
16022
16023 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16026         parts.
16027         (nnrss-normalize-date): New function converts ISO 8601 date into
16028         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16029         (nnrss-check-group): Use it.
16030
16031 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16034
16035         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16036         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16037         (nnrss-insert-w3): Ditto.
16038
16039 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16042         the articles to be forwarded including the case where neither a
16043         number of articles nor a region is specified.
16044
16045 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * nnrss.el (nnrss-request-article): Fix last change; fill
16048         text/plain parts.
16049
16050 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16053         in text/plain part.
16054         (nnrss-check-group): Don't add excessive newline to dc:subject.
16055
16056 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16057
16058         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16059         article.
16060
16061 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16064         (nnml-use-compressed-files, nnml-save-mail): Support other
16065         comression programs such as bzip2.
16066
16067 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16068
16069         * dns.el (query-dns): Make sure we check the buffer size before
16070         removing tcp headers.
16071
16072 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16075         remove MIME buttons associated with multipart/alternative parts.
16076         (gnus-mime-display-alternative): Tag buttons using `article-type'
16077         text property.
16078
16079         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16080         associated with multipart/alternative parts.
16081
16082         * gnus-art.el (gnus-signature-separator): Fix custom type.
16083
16084         * mm-decode.el (mm-inlined-types): Fix custom type.
16085         (mm-keep-viewer-alive-types): Ditto.
16086         (mm-automatic-display): Ditto.
16087         (mm-attachment-override-types): Ditto.
16088         (mm-inline-override-types): Ditto.
16089         (mm-automatic-external-display): Ditto.
16090
16091 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * spam-report.el (spam-report-user-mail-address)
16094         (spam-report-user-agent): New variables.
16095         (spam-report-url-ping-plain): Use spam-report-user-agent.
16096
16097 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16098
16099         * gnus-art.el (gnus-button-handle-custom): Do not just use
16100         `customize-apropos' for any "M-x customize-*" button but the
16101         function called for.  Accept both the function name and its
16102         argument in order to achieve this.
16103         (gnus-button-alist): Remove support for "custom:" URL's.
16104         Pass function name to `gnus-button-handle-custom' in case of "M-x
16105         customize-*" buttons.
16106
16107 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16110         multipart/alternative and add xref to mm-discouraged-alternatives
16111         in doc string.
16112
16113         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16114         gnus-buttonized-mime-types in doc string.
16115
16116 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16119         Suggest image/.* in the doc string.
16120
16121 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16124         message-marks (Debian bug #342521).
16125
16126 2005-12-12  Simon Josefsson  <jas@extundo.com>
16127
16128         * password.el (password-read-from-cache): Add.
16129         (password-read): Use it.
16130
16131 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * rfc2047.el (rfc2047-charset-to-coding-system):
16134         Recognize us-ascii as a MIME charset.
16135
16136         * mm-bodies.el (mm-decode-content-transfer-encoding):
16137         Protect against the case where the 2nd arg TYPE is nil.
16138
16139 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * pop3.el (pop3-stream-type): Fix custom version.
16142
16143         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16144
16145 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16146
16147         * mm-decode.el (mm-display-external): Add missing cdr.
16148
16149 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16152         RFC1524) if it is in mailcap or add a suffix according to
16153         mailcap-mime-extensions when generating a temp filename; postpone
16154         deleting a temp file for 2 seconds for some wrappers, shell
16155         scripts, and so on, which might exit right after having started a
16156         viewer command as a background job.
16157
16158 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * nntp.el (nntp-marks-directory): Fix custom group.
16161
16162         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16163         steps when < 10.
16164
16165         * gnus-start.el (gnus-no-server-1):
16166         Mention `gnus-level-default-subscribed' in doc string.
16167
16168 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16169
16170         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16171         parens.
16172
16173 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-xmas.el (gnus-use-toolbar): Revert.
16176         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16177         gnus-use-toolbar is default.
16178
16179         * messagexmas.el (message-use-toolbar): Revert.
16180         (message-setup-toolbar): Use global default-toolbar if
16181         message-use-toolbar is default.
16182
16183 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16186         according to default-toolbar-visible-p.
16187
16188         * messagexmas.el (message-use-toolbar): Ditto.
16189
16190 2005-11-26  Dave Love  <fx@gnu.org>
16191
16192         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16193         (tls-program, tls-success): Provide openssl alternative.
16194
16195         * starttls.el: Doc fixes.
16196         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16197         SERVICE to PORT.
16198
16199         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16200         port null or service name.
16201         (starttls-negotiate): Autoload.
16202
16203 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * message.el (message-kill-to-signature): Fix interactive spec.
16206
16207 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * pop3.el (pop3-open-server): Recognize a string as a service name.
16210
16211 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16212
16213         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16214
16215 2005-11-23  Dave Love  <fx@gnu.org>
16216
16217         Add pop3s, pop3/starttls.
16218
16219         * pop3.el (pop3-authentication-scheme): Clarify doc.
16220         (open-tls-stream, starttls-open-stream): Autoload.
16221         (pop3-stream-type): New.
16222         (pop3-open-server): Use it.
16223
16224         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16225         for POP.
16226         (mail-source-keyword-map): Add :stream for POP.
16227         (mail-source-fetch-pop): Use pop3-stream-type.
16228
16229 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16232         of current-time-string.
16233
16234 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16235
16236         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16237         date header.
16238
16239 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16240
16241         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16242         it can seriously impact performance as it bypasses the agent's
16243         local caches.
16244
16245 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16246
16247         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16248         must be explicitly online rather than "not explicitly offline" for
16249         its flags to be synchronized.
16250
16251         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16252         that gnus-uu-unmark-thread will function correctly.
16253
16254         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16255         1024K is instead displayed as 1M.
16256
16257 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16258
16259         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16260
16261 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16262
16263         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16264
16265 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16266
16267         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16268         error message to display actual error condition.
16269         (gnus-agent-save-local): Avoid saving symbols that are bound to
16270         nil as they simply result in a warning message in
16271         gnus-agent-read-local.
16272
16273 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16276         rather than make-variable-buffer-local for file-precious-flag.
16277
16278 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16279
16280         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16281         for duplicates which are removed.  The invalid sort check then
16282         triggers a rescan after the sort as sorting may have moved
16283         duplicate entries such that they can be cheaply detected.
16284
16285 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16288
16289 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16290
16291         * gnus-agent.el (gnus-agent-article-alist-save-format):
16292         Change internal variable to a custom variable.  Change default value
16293         from compressed(2) to uncompressed(1).
16294         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16295         support for uncompressed agentview files.  Taken together, reading
16296         the agentview file should now be 6-7 times faster.
16297
16298 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16299
16300         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16301         as a buffer-local variable.  This avoids creating truncated
16302         dribble files as a result of a hang up, eg.
16303
16304 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16305
16306         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16307         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16308         XEmacs.
16309
16310 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * gnus-start.el (gnus-start-draft-setup):
16313         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16314
16315         * gnus.el (gnus-splash): Change custom group.
16316         (gnus-group-get-parameter, gnus-group-parameter-value):
16317         Describe allow-list argument.
16318
16319         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16320         string.
16321
16322 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * gnus-art.el (gnus-default-article-saver): Add user-defined
16325         `function' to custom type.
16326
16327 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16328
16329         * imap.el (imap-open): Handle case where buffer is a buffer
16330         object.
16331
16332 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16335         long lines.
16336         (gnus-cache-delete-group): Wrap doc strings.
16337
16338         * gnus-agent.el (gnus-agent-rename-group)
16339         (gnus-agent-delete-group): Wrap doc strings.
16340
16341 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * messagexmas.el (message-use-toolbar): Change the valid values
16344         into default, top, bottom, left, and right.
16345         (message-toolbar-thickness): New variable.
16346         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16347         well.
16348         (message-setup-toolbar): Make it work.
16349
16350         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16351         (gnus-use-toolbar): Change the valid values into default, top,
16352         bottom, left, and right.
16353         (gnus-toolbar-thickness): New variable.
16354         (gnus-xmas-setup-toolbar): New function.
16355         (gnus-xmas-setup-group-toolbar): Use it.
16356         (gnus-xmas-setup-summary-toolbar): Use it.
16357
16358 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * gnus-start.el (gnus-1): Add "native" to
16361         gnus-predefined-server-alist.
16362
16363         * gnus.el (gnus-method-to-server): Don't add "native" to the
16364         lists here, because that leads to problems when
16365         gnus-select-method is bound.
16366
16367 2005-11-09  Simon Josefsson  <jas@extundo.com>
16368
16369         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16370         use (not sort-by-date) instead.
16371
16372 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16373
16374         * gnus-delay.el (gnus-delay-group): Don't autoload.
16375         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16376         to be re-loaded when customizing the `gnus-delay' group.
16377
16378 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16379
16380         * message.el: Revert last changes.
16381         (message-insert-citation-line): Use newlines.
16382
16383 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16384
16385         * message.el (message-courtesy-message)
16386         (message-mark-insert-begin, message-mark-insert-end)
16387         (message-elide-ellipsis, message-cancel-message)
16388         (message-add-header, message-change-subject)
16389         (message-cross-post-followup-to-header)
16390         (message-cross-post-insert-note, message-reduce-to-to-cc)
16391         (message-widen-reply, message-delete-not-region)
16392         (message-kill-to-signature, message-insert-signature)
16393         (message-insert-importance-high, message-insert-importance-low)
16394         (message-insert-or-toggle-importance)
16395         (message-insert-disposition-notification-to)
16396         (message-indent-citation, message-yank-original)
16397         (message-cite-original-without-signature, message-cite-original)
16398         (message-insert-citation-line, message-position-on-field)
16399         (message-fix-before-sending, message-send-mail-partially)
16400         (message-send-mail, message-send-mail-with-sendmail)
16401         (message-send-mail-with-qmail, message-send-news)
16402         (message-check-news-header-syntax, message-generate-headers)
16403         (message-insert-courtesy-copy, message-fill-address)
16404         (message-fill-header, message-shorten-references)
16405         (message-setup-1, message-cancel-news)
16406         (message-forward-make-body-plain, message-forward-make-body-mime)
16407         (message-forward-make-body-mml, message-encode-message-body)
16408         (message-forward-make-body-digest-plain)
16409         (message-forward-make-body-digest-mime)
16410         (message-use-alternative-email-as-from): Insert `hard-newline'
16411         instead of ordinary newlines.
16412
16413 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * message.el (message-generate-headers): Downcase the argument
16416         given to message-check-element.
16417
16418 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16419
16420         * nntp.el (nntp-authinfo-rejected): New error condition.
16421         (nntp-wait-for): Use new error condition to signal authentication
16422         error.
16423         (nntp-retrieve-data): Rethrow new error condition to break out of
16424         recursive call to nntp-send-authinfo.
16425
16426 2005-11-08  Romain Francoise  <romain@orebokech.com>
16427
16428         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16429         (gnus-summary-exit-map): Bind to `Z p'.
16430         (gnus-summary-make-menu-bar): Add menu item.
16431
16432 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16435         (gnus-treat-*): Add `first' in all doc strings.
16436
16437         * gnus-group.el (gnus-group-compact-group): Fix typo.
16438
16439 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * gnus.el (gnus-parameters-case-fold-search): New variable.
16442         (gnus-parameters-get-parameter): Use it.
16443
16444         * gnus-score.el (gnus-home-score-file): Doc fix.
16445
16446 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16447
16448         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16449
16450 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * mm-util.el (mm-special-display-p): New function.
16453
16454         * mml.el (mml-preview): Use it; doc fix.
16455
16456 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16457
16458         * imap.el (imap-open): Handle case where buffer is a buffer object.
16459
16460 2005-10-29  Romain Francoise  <romain@orebokech.com>
16461
16462         * message.el (message-fix-before-sending): Fix comment.
16463
16464 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16465
16466         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16467
16468 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16469
16470         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16471         Used in gnus-score.el.
16472
16473 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16476
16477 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16480         whitespace removed in revision 7.8.  Use concatenated string to
16481         protect trailing whitespace.
16482
16483 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16484
16485         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16486         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16487         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16488         Courier IMAP ("some version from 2004").  Mostly based on similar
16489         code in the same function.
16490
16491 2005-10-26  Didier Verna  <didier@xemacs.org>
16492
16493         * gnus-group.el (gnus-group-compact-group): Invalidate original
16494         article buffer.
16495         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16496         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16497         NOV database and in article itself.
16498         Invalidate article backlog.
16499
16500 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16503
16504 2005-10-26  Simon Josefsson  <jas@extundo.com>
16505
16506         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16507         part of 2004-07-25 change.
16508
16509 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * message.el (message-display-completion-list): New function.
16512         (message-expand-group): Use it; make sure the Completions buffer
16513         is modifiable.
16514 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16515
16516         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16517         user-mail-name is an empty string.
16518
16519 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16522         depending on gnus-score-decay-constant.
16523
16524         * encrypt.el (encrypt-insert-file-contents)
16525         (encrypt-write-file-contents): Don't use `gnus-message'.
16526
16527         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16528         arguments.
16529         (mm-uu-type-alist): Add message-marks and insert-marks.
16530         Pass arguments to mm-uu-verbatim-marks-extract.
16531         (mm-uu-hide-markers): New variable.
16532         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16533
16534         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16535         (gnus-convert-image-to-face-command): Use "convert" by default to
16536         allow other input image formats.
16537         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16538         accordingly.
16539
16540 2005-10-23  Simon Josefsson  <jas@extundo.com>
16541
16542         * imap.el (imap-gssapi-program): Align command line parameters
16543         with latest GNU SASL.
16544         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16545
16546 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16547
16548         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16549         HTML.
16550         (nnslashdot-request-article): Ditto.
16551
16552         * lpath.el (featurep): Add nobreak-char-display.
16553
16554 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16555
16556         * mail-source.el (mail-source-fetch-pop): Require pop3.
16557         (mail-source-check-pop): Ditto.
16558
16559 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16562         errors.
16563
16564 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16567         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16568
16569         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16570
16571         * mm-bodies.el (mm-decode-string):
16572         Call `mm-charset-to-coding-system' with allow-override argument.
16573
16574 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16577         (rfc2047-charset-to-coding-system): New function.
16578         (rfc2047-decode-encoded-words): New function.
16579         (rfc2047-decode-region): Use them.
16580         (rfc2047-decode-cte): Remove.
16581         (rfc2047-parse-and-decode): Remove.
16582         (rfc2047-decode): Remove.
16583
16584 2005-10-15  Kenichi Handa  <handa@m17n.org>
16585
16586         * rfc2047.el (rfc2047-decode-cte): New function.
16587         (rfc2047-decode-region): Change the way to decode successive
16588         encoded-words: decode B- or Q-encoding in each encoded-word,
16589         concatenate them, and decode it as charset.
16590
16591 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * lpath.el: Fbind codepage-setup for XEmacs.
16594
16595 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16596
16597         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16598         widget-move-and-invoke.
16599         (gnus-custom-mode): Use gnus-custom-map.
16600
16601 2005-10-15  Bill Wohler  <wohler@newt.com>
16602
16603         * message.el (message-tool-bar-map): Rename image file from
16604         mail_send to mail/send.
16605
16606 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16607
16608         * message.el (message-expand-group): Pass the common
16609         prefix substring of completion to `display-completion-list'.
16610
16611 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * mml-sec.el (mml-secure-method): New internal variable.
16614         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16615         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16616         New functions using mml-secure-method.
16617
16618         * mml.el (mml-mode-map): Add key bindings for those functions.
16619         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16620         Harder <harder@myrealbox.com>.
16621         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16622         Goto end of message if point is the headers of the message.
16623
16624         * message.el (message-in-body-p): New function.
16625
16626         * assistant.el: Autoload gnus-util and netrc.
16627
16628         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16629         Use `mm-charset-override-alist' only when decoding.
16630
16631         * mm-bodies.el (mm-decode-body):
16632         Call `mm-charset-to-coding-system' with allow-override argument.
16633
16634         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16635         `filename' from Content-Disposition if Content-Type doesn't
16636         provide `name'.
16637         (gnus-mime-view-part-as-type): Set default instead of
16638         initial-input.
16639
16640 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16641
16642         * format-spec.el (format-spec): Propagate text properties of % spec.
16643
16644 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * gnus-art.el (gnus-treat-predicate): Add `first'.
16647
16648 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16651         (mm-charset-override-alist): New variable.
16652         (mm-charset-to-coding-system): Use it.
16653         (mm-codepage-setup): New helper function.
16654         (mm-charset-eval-alist): New variable.
16655         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16656         Warn about unknown charsets.
16657
16658         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16659
16660 2005-10-04  David Hansen  <david.hansen@gmx.net>
16661
16662         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16663         (nnrss-check-group): Ditto.
16664
16665 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16668         Rename x-gnus-verbatim to x-verbatim.
16669         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16670
16671         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16672         x-verbatim.
16673
16674         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16675
16676         * gnus-util.el (gnus-remove-duplicates): Remove.
16677
16678         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16679         instead of gnus-remove-duplicates.
16680
16681         * message.el (message-remove-duplicates): Remove.
16682         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16683         message-remove-duplicates.
16684
16685         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16686         available, else use implementation from `delete-dups'.
16687
16688         * message.el (message-insert-expires): New function.
16689         (message-mode-map): Add key binding.
16690         (message-mode-field-menu): Add menu entry.
16691         (message-mode): Document it.
16692         (message-make-expires-date): Use `message-make-date'.
16693
16694 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16695
16696         * message.el (message-make-expires-date): New function.
16697
16698 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * Makefile.in (list-installed-shadows): New entry.
16701         (install): Use it.
16702         (remove-installed-shadows): New entry.
16703
16704         * dgnushack.el (dgnushack-default-load-path): New variable.
16705         (dgnushack-find-lisp-shadows): New function.
16706         (dgnushack-remove-lisp-shadows): New function.
16707
16708 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * Makefile.in (install-el-elc): New entry.
16711         (install): Use it so that .el files are necessarily installed.
16712
16713 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16716
16717 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16718
16719         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16720         function rather than the diff-mode.el package.
16721         (mm-display-external): Use with-current-buffer.
16722         (mm-viewer-completion-map, mm-viewer-completion-map):
16723         Move initialization inside declaration.
16724
16725 2005-09-29  Simon Josefsson  <jas@extundo.com>
16726
16727         * spam.el: Load hashcash when compiling, to avoid warnings.
16728         Don't autoload mail-check-payment.
16729         (spam-check-hashcash): Define unconditionally, since hashcash.el
16730         is part of Gnus now.  Ignore errors from payment checking.
16731
16732 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16733
16734         * message.el (message-bold-region, message-unbold-region):
16735         Rename from `bold-region' and `unbold-region'.
16736
16737         * message.el: Remove useless autoloads.
16738
16739 2005-09-28  Simon Josefsson  <jas@extundo.com>
16740
16741         * message.el (message-use-idna): Default to t.
16742         (message-use-idna): Test whether encoding works too.  Doc fix.
16743
16744 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * nntp.el (nntp-warn-about-losing-connection): Remove.
16747
16748 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16749
16750         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16751         customizable.  Change default value.
16752         (mm-uu-diff-groups-regexp): Change default value.
16753         (mm-uu-type-alist): Add doc string.
16754         (mm-uu-configure): Add doc string.  Make it interactive.
16755         (mm-uu-tex-groups-regexp): New variable.
16756         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16757         (mm-uu-type-alist): Add LaTeX documents.
16758         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16759         of "text/verbatim".
16760         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16761
16762         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16763         instead of "text/verbatim".
16764
16765         * message.el (message-mark-inserted-region)
16766         (message-mark-insert-file): Use slrn style marks when called with
16767         prefix argument.
16768
16769 2005-09-27  Simon Josefsson  <jas@extundo.com>
16770
16771         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16772
16773 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16774
16775         * message.el (message-remove-duplicates): New function.
16776         Implementation borrowed from `gnus-remove-duplicates'.
16777         (message-idna-to-ascii-rhs): Also encode idna addresses in
16778         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16779         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16780         only ask about the same idna domain once per header and also tell
16781         in what header to replace the idna domain.
16782
16783         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16784         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16785         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16786         a header is decoded and not just the last one.
16787
16788 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16791         has been decoded.
16792
16793         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16794         (mm-insert-part): Don't modify text if it has been decoded.
16795
16796         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16797         decoded.
16798
16799         * mm-view.el (mm-inline-text): Don't strip text props unless
16800         decoding enriched or richtext parts.
16801
16802 2005-09-25  Romain Francoise  <romain@orebokech.com>
16803
16804         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16805         * gnus-start.el (gnus-subscribe-interactively):
16806         * gnus-uu.el (gnus-uu-grab-articles):
16807         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16808         space.
16809
16810 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16811
16812         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16813         * mm-view.el (mm-view-pkcs7-decrypt):
16814         * gnus-sum.el (gnus-summary-limit-to-extra)
16815         (gnus-summary-respool-article, gnus-read-move-group-name):
16816         * gnus-score.el (gnus-summary-increase-score):
16817         * gnus-util.el (gnus-completing-read-with-default):
16818         * gnus-art.el (gnus-read-save-file-name)
16819         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16820         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16821         * message.el (message-check-news-header-syntax):
16822         Follow convention for reading with the minibuffer.
16823
16824 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16825
16826         * spam-report.el (spam-report-url-ping-plain):
16827         Use gnus-extended-version as User-Agent.
16828
16829         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16830         default value is nil.
16831
16832         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16833         (mm-uu-verbatim-marks-extract): New function.
16834         (mm-uu-extract): New face.
16835         (mm-uu-copy-to-buffer): Use it.
16836
16837         * spam-report.el (spam-report-gmane-ham): Rename from
16838         `spam-report-gmane-unspam'.
16839         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16840         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16841
16842         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16843         Autoload.
16844         (spam-report-gmane-unregister-routine):
16845         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16846
16847 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16850         (spam-report-gmane-unregister-routine): Add support for gmane
16851         unregistration.
16852
16853         * spam-report.el (spam-report-gmane-unspam)
16854         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16855         (spam-report-gmane): Change to take a single article and do unspam
16856         registration.
16857
16858 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16859
16860         * mm-url.el (mm-url-decode-entities): Fix regexp.
16861
16862 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16863
16864         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16865         default to nil, to be able to use Gnus at all.  If the default
16866         switches to something else, then the function should be fixed not
16867         be exceedingly slow.
16868
16869 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16870
16871         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16872         fail hard.
16873
16874         * spam-report.el: Add better Keywords line.
16875
16876         * spam.el: Add Maintainer and better Keywords line.
16877
16878 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-art.el (gnus-article-replace-part)
16881         (gnus-mime-replace-part): New functions.
16882         (gnus-mime-action-alist, gnus-mime-button-commands)
16883         (gnus-mime-save-part-and-strip): Add file argument.
16884         (gnus-article-part-wrapper): Add interactive argument.
16885
16886         * gnus-sum.el (gnus-summary-mime-map):
16887         Add `gnus-article-replace-part'.
16888
16889 2005-09-19  Didier Verna  <didier@xemacs.org>
16890
16891         The nnml compaction feature:
16892         * nnml.el (nnml-request-compact-group): New function.
16893         * nnml.el (nnml-request-compact): New function.
16894         * gnus-int.el (gnus-request-compact-group): New function.
16895         * gnus-int.el (gnus-request-compact): New function.
16896         * gnus-group.el (gnus-group-compact-group): New function.
16897         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16898         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16899         * gnus-srvr.el (gnus-server-compact-server): New function.
16900         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16901         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16902
16903 2005-09-18  Deepak Goel  <deego@gnufans.org>
16904
16905         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16906         format spec.
16907
16908 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16911
16912 2005-09-15  Romain Francoise  <romain@orebokech.com>
16913
16914         * message.el (message-fill-paragraph): Clarify docstring.
16915
16916 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-art.el (gnus-mime-display-part): Protect against broken
16919         MIME messages.
16920
16921 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16924         before parsing header.
16925
16926 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16927
16928         * html2text.el (html2text-replace-list): Add new entities.
16929
16930 2005-09-11  Romain Francoise  <romain@orebokech.com>
16931
16932         * message.el (message-alternative-emails): Improve docstring.
16933         (message-setup-1): Call `message-use-alternative-email-as-from'
16934         after `message-setup-hook' to give it precedence over posting
16935         styles, etc.
16936         (message-use-alternative-email-as-from): Add docstring.
16937         Remove the original From header if present.
16938
16939         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16940         (nnml-save-mail): Use it.
16941
16942         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16943         articles.  Add new argument `silent'.
16944         (gnus-uu-mark-all): Report the total number of marked articles.
16945
16946 2005-09-10  Romain Francoise  <romain@orebokech.com>
16947
16948         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16949         (gnus-uu-mark-series): Likewise.
16950
16951 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * spam-report.el (spam-report-gmane): Fix generation of spam
16954         report URL.
16955
16956 2005-09-10  Simon Josefsson  <jas@extundo.com>
16957
16958         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16959         t, based on discussion on the ding list with Robert Epprecht
16960         <epprecht@solnet.ch>.
16961
16962 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * spam-report.el (spam-report-gmane): Make it work without
16965         X-Report-Spam header.  Gmane now only provides Archived-At.
16966         This is only used if `spam-report-gmane-use-article-number' is nil.
16967         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16968
16969         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16970         make `gnus-summary-sort-by-recipient' work with threading.
16971
16972         * nnweb.el (nnweb-google-wash-article): Print a message if article
16973         is not available.
16974
16975 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16976
16977         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16978         change.  Decode text/* parts content before displaying.
16979
16980 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16983
16984 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16987
16988         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16989         url-package-name, url-package-version,
16990         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16991         w3m-display-inline-images, and w3m-minor-mode-map.
16992
16993 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * message.el (message-tab-body-function): Fix mismatched custom type.
16996
16997         * gnus.el (gnus-group-change-level-function): Ditto.
16998
16999         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17000
17001         * gnus-art.el (gnus-signature-limit)
17002         (gnus-article-mime-part-function): Ditto.
17003
17004 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * mml.el (mml-mode): Silence the byte compiler.
17007
17008         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17009         using `(sit-for 0)' before moving the point to the specified part;
17010         skip unbuttonized parts.
17011         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17012         return to the summary window if gnus-auto-select-part is non-nil.
17013
17014 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17015
17016         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17017         New variables.
17018         (mml-dnd-attach-file, mml-mode): Use them.
17019
17020         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17021         Make fetching article by MID work again for Google Groups.
17022         Add FIXME concerning gnus-group-make-web-group.
17023
17024         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17025         Don't depend on Gnus by using mail-extract-address-components if
17026         gnus-extract-address-components is not bound.
17027
17028 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17029
17030         * gnus-art.el (gnus-mime-display-security): Don't display the
17031         signature, but only the signed part.
17032
17033 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17036
17037         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17038         list, not listp.
17039
17040 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17041
17042         * mm-encode.el (mm-encode-content-transfer-encoding):
17043         Likewise when encoding.
17044
17045         * mm-bodies.el (mm-decode-content-transfer-encoding):
17046         De-canonicalize CRLF for all text content types, not just
17047         text/plain.
17048
17049 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17052         valid article; point arrow and cursor at the MIME button.
17053
17054 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17057         Suggested by Dan Christensen <jdc@uwo.ca>.
17058
17059         * mm-decode.el (mm-save-part): Enable change of prompt.
17060
17061 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17062
17063         * gnus-msg.el (gnus-inews-add-send-actions):
17064         Make `message-post-method' lambda parameter ARG `&optional'.
17065
17066 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-sum.el (gnus-summary-mime-map):
17069         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17070         gnus-article-jump-to-part.
17071
17072         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17073         (gnus-article-edit-part): Use it.
17074         (gnus-article-part-wrapper): Add no-handle argument.
17075         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17076         New functions.
17077
17078 2005-08-29  Romain Francoise  <romain@orebokech.com>
17079
17080         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17081         docstring.
17082         (gnus-face-from-file): Likewise.
17083
17084 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17087         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17088         non-nil.
17089         (gnus-auto-select-part): New variable.
17090         (gnus-article-jump-to-part): New function.
17091         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17092         (gnus-mime-delete-part): Allow selecting specified part after
17093         deleting or stripping parts.
17094         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17095         part if argument is bogus.
17096
17097 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17098
17099         * gnus-art.el (w3m-minor-mode-map):
17100         * gnus-spec.el (gnus-newsrc-file-version):
17101         * gnus-util.el (nnmail-active-file-coding-system)
17102         (gnus-original-article-buffer, gnus-user-agent):
17103         * gnus.el (gnus-ham-process-destinations)
17104         (gnus-parameter-ham-marks-alist)
17105         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17106         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17107         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17108         * mm-decode.el (gnus-current-window-configuration):
17109         * mm-extern.el (gnus-article-mime-handles):
17110         * mm-url.el (url-current-object, url-package-name)
17111         (url-package-version):
17112         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17113         (smime-keys, w3m-cid-retrieve-function-alist)
17114         (w3m-current-buffer, w3m-display-inline-images)
17115         (w3m-minor-mode-map):
17116         * mml-smime.el (gnus-extract-address-components):
17117         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17118         (gnus-newsrc-hashtb, message-default-charset)
17119         (message-deletable-headers, message-options)
17120         (message-posting-charset, message-required-mail-headers)
17121         (message-required-news-headers):
17122         * mml1991.el (mc-pgp-always-sign):
17123         * mml2015.el (mc-pgp-always-sign):
17124         * nnheader.el (nnmail-extra-headers):
17125         * rfc1843.el (gnus-decode-encoded-word-function)
17126         (gnus-decode-header-function, gnus-newsgroup-name):
17127         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17128
17129 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17130
17131         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17132         the end of the date treatments.
17133
17134 2005-08-15  Simon Josefsson  <jas@extundo.com>
17135
17136         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17137         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17138         Capello and Romain Francoise.
17139         (pgg-fetch-key-function): Remove, not used?
17140         (pgg-insert-url-with-w3): Require url, to get
17141         url-insert-file-contents regardless of where it is defined.
17142
17143 2005-08-13  Romain Francoise  <romain@orebokech.com>
17144
17145         * message.el (message-cite-original-1): New function.
17146         (message-cite-original): Use it.
17147         (message-cite-original-without-signature): Ditto.
17148
17149 2005-08-08  Romain Francoise  <romain@orebokech.com>
17150
17151         * message.el (message-yank-empty-prefix): New variable.
17152         (message-indent-citation): Use it.
17153         (message-cite-original-without-signature): Respect X-No-Archive.
17154
17155 2005-08-08  Simon Josefsson  <jas@extundo.com>
17156
17157         * pgg.el: Autoload url-insert-file-contents instead of loading
17158         w3/url.
17159         (pgg-insert-url-with-w3): Don't load url here.
17160
17161 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17162
17163         * message.el (message-kill-to-signature): Don't insert newline at
17164         bol.
17165         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17166
17167 2005-08-06  Romain Francoise  <romain@orebokech.com>
17168
17169         * message.el (message-user-fqdn): Fix typo in docstring.
17170
17171 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17172
17173         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17174
17175         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17176
17177 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * mm-bodies.el (mm-encode-body): Use coding system rather than
17180         charset to encode text.
17181
17182         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17183         number of charsets if utf-8 is available (XEmacs).
17184
17185 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17188         taken from `gnus-button-mid-or-mail-regexp'.
17189         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17190         (gnus-button-alist): Improve regexp for domain part of the MIDs
17191         for news:localpart@domain buttons.
17192         (gnus-button-ctan-directory-regexp): Update.
17193
17194 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * sieve-manage.el (sieve-manage-interactive-login):
17197         Use make-local-variable rather than make-variable-buffer-local.
17198         (sieve-manage-open): Ditto.
17199         (sieve-manage-authenticate): Ditto.
17200
17201         * mml.el (mml-generate-mime-1): Make the content type default to
17202         text/plain if the filename is not specified.
17203
17204 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17207         instead of insert-buffer.
17208
17209         * message.el (message-yank-original): Ditto; set the mark at the
17210         end of the yanked message.
17211
17212 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17215         lines to scroll rather than to stop it.
17216
17217         * mml.el (mml-generate-default-type): Add doc string.
17218         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17219         default to application/octet-stream when determining the content
17220         type if it is not specified for the part or the mml contents; add
17221         a comment about mml-generate-default-type.
17222
17223 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17224
17225         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17226         make it default to application/octet-stream when determining the
17227         content type if it is not specified for the external contents.
17228
17229 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17232         segmented parameter but also other parameters might be there.
17233
17234 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * mm-decode.el (mm-display-external): Delete temp file, directory
17237         and buffer immediately if the external process is exited.
17238
17239 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17242         fewer lines than that of scroll-margin.
17243         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17244
17245 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-art.el (gnus-article-next-page): Revert.
17248         (gnus-article-beginning-of-window): New macro.
17249         (gnus-article-next-page-1): Use it.
17250         (gnus-article-prev-page): Ditto.
17251         (gnus-article-edit-part): Use insert-buffer-substring instead of
17252         insert-buffer.
17253         (gnus-article-edit-exit): Ditto.
17254
17255         * gnus-util.el (gnus-beginning-of-window): Remove.
17256         (gnus-end-of-window): Remove.
17257
17258         * lpath.el: Don't bind header-line-format and scroll-margin.
17259
17260 2005-07-25  Simon Josefsson  <jas@extundo.com>
17261
17262         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17263         to have the url package without w3.  Reported by Daiki Ueno
17264         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17265
17266 2005-07-20  Didier Verna  <didier@xemacs.org>
17267
17268         * gnus-diary.el: Remove the description comment (nndiary is now
17269         properly documented in the Gnus manual).
17270         Fix the spelling of "Back End".
17271         * nndiary.el: Ditto.
17272         Fix the copyright notice.
17273
17274 2005-07-18  Romain Francoise  <romain@orebokech.com>
17275
17276         * gnus-sum.el (gnus-summary-to-prefix)
17277         (gnus-summary-newsgroup-prefix): New variables.
17278         (gnus-summary-from-or-to-or-newsgroups): Use them.
17279
17280 2005-07-17  Romain Francoise  <romain@orebokech.com>
17281
17282         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17283         space as it's generally not especially interesting to the user.
17284
17285 2005-07-16  Romain Francoise  <romain@orebokech.com>
17286
17287         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17288         nil to avoid prompting and file modification if one of the
17289         messages at the top of the nnfolder file contains a copyright
17290         notice.
17291         Update copyright notice.
17292
17293         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17294         instead of `current-time-string' as the latter creates a time
17295         string that is not RFC 2822 compliant (it lacks the zone).
17296         Update copyright notice.
17297
17298 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17299
17300         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17301         for text/rtf.  Display default in prompt.  Pass default for M-n.
17302
17303         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17304
17305 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17306
17307         * gnus-msg.el (gnus-button-mailto):
17308         Remove save-selected-window-window hackery because it relies on
17309         save-selected-window internals.
17310
17311 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17314         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17315         (gnus-article-prev-page): Ditto.
17316
17317         * gnus-util.el (gnus-beginning-of-window): New function.
17318         (gnus-end-of-window): New function.
17319
17320         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17321
17322 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17323
17324         * gnus-score.el (gnus-score-edit-all-score):
17325         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17326         gnus-message.
17327
17328 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * gnus-msg.el (gnus-button-mailto):
17331         Remove save-selected-window-window hackery because it relies on
17332         save-selected-window internals.
17333
17334 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17337         add-minor-mode.
17338         (gnus-binary-mode): Ditto.
17339
17340         * gnus-topic.el (gnus-topic-mode): Ditto.
17341
17342 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17343
17344         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17345         (gnus-article-prev-page): Take scroll-margin into consideration.
17346
17347 2005-07-04  Lute Kamstra  <lute@gnu.org>
17348
17349         Update FSF's address in GPL notices.
17350
17351 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17352
17353         * gnus.el (gnus-exit):
17354         * gnus-group.el (gnus-group-icons):
17355         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17356
17357         * gnus-nocem.el (gnus-nocem):
17358         * message.el (message-various, message-buffers, message-sending)
17359         (message-interface, message-forwarding, message-insertion)
17360         (message-headers, message-news, message-mail):
17361         * pgg-gpg.el (pgg-gpg):
17362         * pgg-parse.el (pgg-parse):
17363         * pgg-pgp.el (pgg-pgp):
17364         * pgg-pgp5.el (pgg-pgp5):
17365         * pop3.el (pop3): Finish `defgroup' description with period.
17366
17367 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-art.el (article-display-face): Improve the efficiency.
17370         (article-display-x-face): Ditto; remove grey x-face stuff.
17371
17372 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-art.el (article-display-face): Correct the position in
17375         which Faces are inserted.
17376
17377 2005-06-29  Didier Verna  <didier@xemacs.org>
17378
17379         * gnus-art.el (article-display-face): Display faces in correct
17380         order.
17381
17382 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17385         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17386         (gnus-nocem-check-article): Fetch the Type header.
17387         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17388         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17389         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17390         make sure gnus-nocem-hashtb is initialized.
17391         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17392         (gnus-nocem-unwanted-article-p): Ditto.
17393
17394         * pgg.el (pgg-verify): Return the verification result.
17395
17396 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17397
17398         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17399         is ascii.
17400
17401 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17402
17403         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17404         `show-nonbreak-escape'.
17405
17406 2005-06-23  Lute Kamstra  <lute@gnu.org>
17407
17408         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17409
17410         * dig.el (dig-mode):
17411         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17412
17413 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17414
17415         * nnimap.el (nnimap-split-download-body): Fix spellings.
17416
17417 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17418
17419         * gnus-art.el (gnus-article-encrypt-body):
17420         * gnus-cus.el (gnus-score-customize):
17421         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17422         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17423
17424 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17425
17426         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17427         header by looking for magic "MII" at the beginnig.
17428
17429 2005-06-16  Miles Bader  <miles@gnu.org>
17430
17431         * gnus-xmas.el (gnus-xmas-group-startup-message):
17432         Use renamed gnus-splash face.
17433
17434         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17435         (assistant-field-face): New backward-compatibility alias for renamed
17436         face.
17437         (assistant-render-text): Use renamed assistant-field face.
17438
17439         * spam.el (spam): Remove "-face" suffix from face name.
17440         (spam-face): New backward-compatibility alias for renamed face.
17441         (spam-face, spam-initialize): Use renamed spam face.
17442
17443         * message.el (message-header-to, message-header-cc)
17444         (message-header-subject, message-header-newsgroups)
17445         (message-header-other, message-header-name)
17446         (message-header-xheader, message-separator, message-cited-text)
17447         (message-mml): Remove "-face" suffix from face names.
17448         (message-header-to-face, message-header-cc-face)
17449         (message-header-subject-face, message-header-newsgroups-face)
17450         (message-header-other-face, message-header-name-face)
17451         (message-header-xheader-face, message-separator-face)
17452         (message-cited-text-face, message-mml-face):
17453         New backward-compatibility aliases for renamed faces.
17454         (message-font-lock-keywords): Use renamed message faces.
17455
17456         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17457         (sieve-test-commands, sieve-tagged-arguments):
17458         Remove "-face" suffix from face names.
17459         (sieve-control-commands-face, sieve-action-commands-face)
17460         (sieve-test-commands-face, sieve-tagged-arguments-face):
17461         New backward-compatibility aliases for renamed faces.
17462         (sieve-control-commands-face, sieve-action-commands-face)
17463         (sieve-test-commands-face, sieve-tagged-arguments-face):
17464         Use renamed sieve faces.
17465
17466         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17467         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17468         (gnus-group-news-3-empty, gnus-group-news-4)
17469         (gnus-group-news-4-empty, gnus-group-news-5)
17470         (gnus-group-news-5-empty, gnus-group-news-6)
17471         (gnus-group-news-6-empty, gnus-group-news-low)
17472         (gnus-group-news-low-empty, gnus-group-mail-1)
17473         (gnus-group-mail-1-empty, gnus-group-mail-2)
17474         (gnus-group-mail-2-empty, gnus-group-mail-3)
17475         (gnus-group-mail-3-empty, gnus-group-mail-low)
17476         (gnus-group-mail-low-empty, gnus-summary-selected)
17477         (gnus-summary-cancelled, gnus-summary-high-ticked)
17478         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17479         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17480         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17481         (gnus-summary-low-undownloaded)
17482         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17483         (gnus-summary-low-unread, gnus-summary-normal-unread)
17484         (gnus-summary-high-read, gnus-summary-low-read)
17485         (gnus-summary-normal-read, gnus-splash):
17486         Remove "-face" suffix from face names.
17487         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17488         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17489         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17490         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17491         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17492         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17493         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17494         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17495         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17496         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17497         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17498         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17499         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17500         (gnus-summary-normal-ticked-face)
17501         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17502         (gnus-summary-normal-ancient-face)
17503         (gnus-summary-high-undownloaded-face)
17504         (gnus-summary-low-undownloaded-face)
17505         (gnus-summary-normal-undownloaded-face)
17506         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17507         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17508         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17509         (gnus-splash-face):
17510         New backward-compatibility aliases for renamed faces.
17511         (gnus-group-startup-message): Use renamed gnus faces.
17512
17513         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17514         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17515         (gnus-server-agent): Remove "-face" suffix from face names.
17516         (gnus-server-agent-face, gnus-server-opened-face)
17517         (gnus-server-closed-face, gnus-server-denied-face)
17518         (gnus-server-offline-face):
17519         New backward-compatibility aliases for renamed faces.
17520         (gnus-server-agent-face, gnus-server-opened-face)
17521         (gnus-server-closed-face, gnus-server-denied-face)
17522         (gnus-server-offline-face): Use renamed gnus faces.
17523
17524         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17525         Remove "-face" suffix from face names.
17526         (gnus-picon-xbm-face, gnus-picon-face):
17527         New backward-compatibility aliases for renamed faces.
17528
17529         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17530         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17531         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17532         (gnus-cite-11): Remove "-face" suffix from face names.
17533         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17534         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17535         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17536         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17537         New backward-compatibility aliases for renamed faces.
17538         (gnus-cite-attribution-face, gnus-cite-face-list)
17539         (gnus-article-boring-faces): Use renamed gnus faces.
17540
17541         * gnus-art.el (gnus-signature, gnus-header-from)
17542         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17543         (gnus-header-content): Remove "-face" suffix from face names.
17544         (gnus-signature-face, gnus-header-from-face)
17545         (gnus-header-subject-face, gnus-header-newsgroups-face)
17546         (gnus-header-name-face, gnus-header-content-face):
17547         New backward-compatibility aliases for renamed faces.
17548         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17549
17550         * gnus-sum.el (gnus-summary-selected-face)
17551         (gnus-summary-highlight): Use renamed gnus faces.
17552         * gnus-group.el (gnus-group-highlight): Likewise.
17553
17554 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17555
17556         * gnus-sieve.el (gnus-sieve-article-add-rule):
17557         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17558         * spam-stat.el (spam-stat-buffer-change-to-spam)
17559         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17560
17561         * message.el (message-is-yours-p):
17562         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17563
17564 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * mm-view.el (mm-inline-text): Withdraw the last change.
17567
17568 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17571         executing enriched-decode.
17572
17573 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17576         charset of tar files.
17577
17578 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17579
17580         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17581
17582 2005-06-04  Lute Kamstra  <lute@gnu.org>
17583
17584         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17585         information is never recorded.
17586
17587 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17588
17589         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17590
17591 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * pop3.el (pop3-apop): Run md5 in the binary mode.
17594
17595         * starttls.el (starttls-set-process-query-on-exit-flag):
17596         Use eval-and-compile.
17597
17598 2005-05-31  Simon Josefsson  <jas@extundo.com>
17599
17600         * smime.el (smime-replace-in-string): Define.
17601         (smime-cert-by-ldap-1): Use it.
17602
17603 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * gnus-art.el (article-display-x-face): Replace
17606         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17607
17608         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17609         set-process-query-on-exit-flag or process-kill-without-query.
17610
17611         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17612         loop instead of replace-regexp.
17613
17614         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17615         instead of process-kill-without-query if it is available.
17616
17617         * lpath.el: Fbind ldap-search-entries.
17618
17619         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17620         instead of find-file-hooks if it is available.
17621
17622         * mml1991.el: Bind pgg-default-user-id when compiling.
17623
17624         * mml2015.el: Bind pgg-default-user-id when compiling.
17625
17626         * nndraft.el (nndraft-request-associate-buffer):
17627         Use write-contents-functions instead of write-contents-hooks if it is
17628         available.
17629
17630         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17631         instead of find-file-hooks if it is available.
17632
17633         * nntp.el (nntp-open-connection): Replace
17634         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17635         (nntp-open-ssl-stream): Ditto.
17636         (nntp-open-tls-stream): Ditto.
17637
17638         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17639         set-process-query-on-exit-flag or process-kill-without-query.
17640         (starttls-open-stream-gnutls): Use it instead of
17641         process-kill-without-query.
17642         (starttls-open-stream): Ditto.
17643
17644 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17645
17646         * smime.el (smime-cert-by-ldap-1): Don't use
17647         replace-regexp-in-string.
17648
17649 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17650
17651         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17652
17653         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17654         in PEM format.  Adjust to the XEmacs compatibility.
17655
17656 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17657
17658         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17659         by `string-to-number'.
17660         * gnus-agent.el (gnus-agent-regenerate-group)
17661         (gnus-agent-fetch-articles): Ditto.
17662         * gnus-art.el (gnus-button-fetch-group): Ditto.
17663         * gnus-cache.el (gnus-cache-generate-active)
17664         (gnus-cache-articles-in-group): Ditto.
17665         * gnus-group.el (gnus-group-set-current-level)
17666         (gnus-group-insert-group-line): Ditto.
17667         * gnus-score.el (gnus-score-set-expunge-below)
17668         (gnus-score-set-mark-below, gnus-summary-score-effect)
17669         (gnus-summary-score-entry): Ditto.
17670         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17671         (gnus-soup-pack): Ditto.
17672         * gnus-spec.el (gnus-xmas-format): Ditto.
17673         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17674         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17675         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17676         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17677         * nndb.el (nndb-get-remote-expire-response): Ditto.
17678         * nndiary.el (nndiary-parse-schedule-value)
17679         (nndiary-string-to-number, nndiary-request-replace-article)
17680         (nndiary-request-article): Ditto.
17681         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17682         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17683         * nneething.el (nneething-make-head): Ditto.
17684         * nnfolder.el (nnfolder-request-article)
17685         (nnfolder-retrieve-headers): Ditto.
17686         * nnheader.el (nnheader-file-to-number): Ditto.
17687         * nnkiboze.el (nnkiboze-request-article): Ditto.
17688         * nnmail.el (nnmail-process-unix-mail-format)
17689         (nnmail-process-babyl-mail-format): Ditto.
17690         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17691         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17692         (nnmh-request-create-group, nnmh-request-list-1)
17693         (nnmh-request-group, nnmh-request-article): Ditto.
17694         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17695         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17696         * nnsoup.el (nnsoup-make-active): Ditto.
17697         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17698         * nntp.el (nntp-find-group-and-number)
17699         (nntp-retrieve-headers-with-xover): Ditto.
17700         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17701         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17702         (pgg-format-key-identifier): Ditto.
17703         * pop3.el (pop3-last, pop3-stat): Ditto.
17704         * qp.el (quoted-printable-decode-region): Ditto.
17705
17706         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17707         of concat.
17708
17709 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17712
17713         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17714
17715         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17716
17717         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17718
17719         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17720
17721         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17722
17723         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17724         (gnus-carpal-mode): Ditto.
17725
17726         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17727         (gnus-browse-mode): Ditto.
17728
17729         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17730
17731         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17732
17733 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17734
17735         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17736
17737 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-util.el (gnus-run-mode-hooks): New function.
17740
17741         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17742
17743         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17744         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17745
17746 2005-05-27  Lute Kamstra  <lute@gnu.org>
17747
17748         * dns-mode.el (dns-mode): Specify customization group.
17749
17750 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17751
17752         * gnus-agent.el (gnus-agent-make-mode-line-string):
17753         Use mode-line-highlight as mouse-face.
17754
17755 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * canlock.el (canlock): Change the parent group to news.
17758
17759         * deuglify.el (gnus-outlook-deuglify): Add :group.
17760
17761         * dig.el (dig): Add :group.
17762
17763         * dns-mode.el (dns-mode): Add :group.
17764
17765         * encrypt.el (encrypt): Add :group.
17766
17767         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17768         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17769         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17770         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17771         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17772
17773         * gnus-diary.el (gnus-diary): Add :group.
17774
17775         * gnus.el (gnus-group-news-1-face): Add :group.
17776         (gnus-group-news-1-empty-face): Ditto.
17777         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17778         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17779         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17780         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17781         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17782         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17783         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17784         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17785         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17786         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17787         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17788         (gnus-summary-high-ticked-face): Ditto.
17789         (gnus-summary-low-ticked-face): Ditto.
17790         (gnus-summary-normal-ticked-face): Ditto.
17791         (gnus-summary-high-ancient-face): Ditto.
17792         (gnus-summary-low-ancient-face): Ditto.
17793         (gnus-summary-normal-ancient-face): Ditto.
17794         (gnus-summary-high-undownloaded-face): Ditto.
17795         (gnus-summary-low-undownloaded-face): Ditto.
17796         (gnus-summary-normal-undownloaded-face): Ditto.
17797         (gnus-summary-high-unread-face): Ditto.
17798         (gnus-summary-low-unread-face): Ditto.
17799         (gnus-summary-normal-unread-face): Ditto.
17800         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17801         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17802
17803         * hashcash.el (hashcash): New custom group.
17804         (hashcash-default-payment): Add :group.
17805         (hashcash-payment-alist): Ditto.
17806         (hashcash-default-accept-payment): Ditto.
17807         (hashcash-accept-resources): Ditto.
17808         (hashcash-path): Ditto.
17809         (hashcash-extra-generate-parameters): Ditto.
17810         (hashcash-double-spend-database): Ditto.
17811         (hashcash-in-news): Ditto.
17812
17813         * message.el (message-minibuffer-local-map): Add :group.
17814
17815         * netrc.el (netrc): Add :group.
17816
17817         * sieve-manage.el (sieve-manage-log): Add :group.
17818         (sieve-manage-default-user): Diito.
17819         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17820         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17821         (sieve-manage-authenticators): Ditto.
17822         (sieve-manage-authenticator-alist): Ditto.
17823         (sieve-manage-default-port): Ditto.
17824
17825         * sieve-mode.el (sieve-control-commands-face): Add :group.
17826         (sieve-action-commands-face): Ditto.
17827         (sieve-test-commands-face): Ditto.
17828         (sieve-tagged-arguments-face): Ditto.
17829
17830         * smime.el (smime): Add :group.
17831
17832         * spam-report.el (spam-report): Add :group.
17833
17834         * spam.el (spam, spam-face): Add :group.
17835
17836 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17837
17838         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17839         return \n.\n.\n at the end of articles.  Protect against that.
17840         (nntp-with-open-group): Allow debugging.
17841
17842         * nnheader.el (mail-header-set-extra): Make into a function
17843         because I just could't understand how to quote the list properly.
17844
17845         * dns.el (query-dns-cached): New function.
17846
17847 2005-05-26  Lute Kamstra  <lute@gnu.org>
17848
17849         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17850
17851 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17854
17855         * gnus-art.el: Don't autoload mail-extract-address-components.
17856
17857         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17858         eval-and-compile to evaluate it.
17859
17860         * hashcash.el: Don't autoload executable-find.
17861
17862         * nndb.el: Don't declare the nndb back end two or more times; don't
17863         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17864
17865         * nntp.el: Autoload format-spec instead of format; use
17866         eval-and-compile to evaluate autoload forms.
17867
17868 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17869
17870         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17871
17872 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * gnus.el (gnus-version-number): Bump version.
17875
17876 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17877
17878         * gnus.el: No Gnus v0.3 is released.
17879
17880 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * lpath.el (featurep): Bind show-nonbreak-escape.
17883
17884 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * gnus-art.el (gnus-article-edit-part): Disable undo.
17887
17888 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17891         gnus-article-date-lapsed-new-header is t if date timer is active;
17892         skip headers in which the original date value is empty.
17893         (gnus-article-save-original-date): Redefine it as a macro.
17894         (gnus-display-mime): Use it.
17895
17896 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-art.el (article-date-ut): Support converting date in
17899         forwarded parts as well.
17900         (gnus-article-save-original-date): New function.
17901         (gnus-display-mime): Use it.
17902
17903 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17904
17905         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17906         enclosure element of <item>.
17907
17908 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17909
17910         * message.el (message-kill-buffer-query): Rename from
17911         `message-kill-buffer-query-if-modified'.  Add :version.
17912
17913 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17916         window layout.
17917
17918 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * mml.el: Autoload dnd when compiling.
17921
17922 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17925         x-dnd-*.
17926
17927 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * qp.el (quoted-printable-encode-region): Save excursion.
17930
17931 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17932
17933         * message.el (message-kill-buffer-query-if-modified): Add new variable
17934         so the user can kill a modified message buffer quickly.
17935         (message-kill-buffer): Use it.
17936
17937 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * lpath.el: Fbind display-time-event-handler; don't fbind
17940         string-to-multibyte.
17941
17942         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17943
17944 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17947         contained in text because xml.el decodes entities) with LFs.
17948
17949 2005-04-11  Lute Kamstra  <lute@gnu.org>
17950
17951         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17952         differently.
17953
17954 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17955
17956         * mm-util.el (mm-detect-coding-region): Typo.
17957
17958 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17961
17962 2005-04-06  Deepak Goel  <deego@gnufans.org>
17963
17964         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17965         user-function allow user modifications of the scores.
17966         (spam-stat-score-buffer-user): New function, to allow
17967         user-computed modifications to the score.
17968         (spam-stat-score-buffer-user-functions): List of additional
17969         scoring functions.
17970         (spam-stat-error-holder): Global temporary error holder.
17971         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17972         variable.
17973
17974 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * gnus-registry.el (gnus-registry-clean-empty-function)
17977         (gnus-registry-trim, gnus-registry-fetch-groups)
17978         (gnus-registry-delete-group): Groups that match
17979         `gnus-registry-ignored-groups' are removed from the registry
17980         entries, not just ignored for splitting.  This helps clean up the
17981         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17982         to get all the groups a message ID is in.
17983
17984         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17985         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17986         (spam-stat-score-buffer-user-functions): Add :number custom type.
17987
17988 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17991         argument in XEmacs.
17992
17993         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17994         (nnrss-request-group): Decode group name first.
17995         (nnrss-request-article): Make a text/plain article if mml-to-mime
17996         failed.
17997         (nnrss-get-encoding): Return a compatible encoding according to
17998         nnrss-compatible-encoding-alist.
17999         (nnrss-find-el): Use consp instead of listp.
18000         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18001
18002 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18005         which Emacs 20 doesn't support.
18006         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18007
18008 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18011         silence the byte compiler inside the defun.
18012
18013         * gnus-demon.el (parse-time-string): Add autoload.
18014
18015         * gnus-delay.el (parse-time-string): Add autoload.
18016
18017         * gnus-art.el (parse-time-string): Add autoload.
18018
18019         * nnultimate.el (parse-time): Require for `parse-time-string'.
18020
18021 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18022
18023         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18024
18025         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18026
18027         * smime.el (smime-ldap-host-list): Add :version.
18028
18029 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18032         pass it to `gnus-browse-read-group'.
18033         (gnus-browse-read-group): Add NUMBER argument and pass it to
18034         `gnus-group-read-ephemeral-group'.
18035
18036         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18037         argument and pass it to `gnus-group-read-group'.
18038
18039 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18040
18041         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18042         mm-xemacs-find-mime-charset-1 if we have the mule feature
18043         available at runtime.
18044
18045 2005-03-25  Werner Lemberg  <wl@gnu.org>
18046
18047         * nnmaildir.el: Replace `illegal' with `invalid'.
18048
18049 2005-03-23  Lute Kamstra  <lute@gnu.org>
18050
18051         * time-date.el: Add comment on time value formats.
18052         Don't require parse-time.
18053         (with-decoded-time-value): New macro.
18054         (encode-time-value): New function.
18055         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18056         (days-to-time): Return a valid time value when arg is huge.
18057         (time-since): Use time-subtract.
18058         (time-to-number-of-days): Use time-to-seconds.
18059
18060 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18061
18062         * gnus-start.el (gnus-display-time-event-handler):
18063         Check display-time-timer at runtime rather than only at load time
18064         in case display-time-mode is turned off in the mean time.
18065
18066 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18069         used.
18070
18071         * nneething.el (nneething-map-file-directory): Derive from
18072         `gnus-directory'.
18073
18074         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18075         the To/Cc button.
18076
18077 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18078
18079         * nnmaildir.el (nnmaildir-request-accept-article):
18080         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18081
18082 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18083
18084         * gnus-async.el: Require timer-funcs at compile time when in
18085         XEmacs for `run-with-idle-timer'.
18086
18087 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18088
18089         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18090         autoloaded function.
18091
18092 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18093
18094         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18095
18096 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18097
18098         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18099
18100 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18101
18102         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18103         Add gnus-expert-user to default.
18104
18105 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18106
18107         * nnimap.el (nnimap-open-server): Ditto.
18108
18109         * imap.el (imap-authenticate): Fix typo.
18110
18111 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18112
18113         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18114         buffer (since IMAP server might return FETCH response out of
18115         order, and the nntp buffer must be sorted).
18116
18117 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18118
18119         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18120         comparison on string.
18121
18122         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18123         (gnus-agent-score): Rename category keywords to match gnus-cus.
18124         (gnus-agent-summary-fetch-series): Modify to protect against
18125         gnus-agent-summary-fetch-group clearing processable flags.
18126         (gnus-agent-synchronize-group-flags): Update live group buffer as
18127         synchronization may occur due to the user toggle the plugged
18128         status.
18129         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18130         successfully downloaded.
18131         (gnus-agent-expire-group-1): Avoid using markers when the overview
18132         is in ascending order; greatly improves performance.
18133         (gnus-agent-regenerate-group):
18134         Use gnus-agent-synchronize-group-flags to reset read status in both
18135         gnus and server.
18136         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18137
18138 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * message.el: Don't autoload former message-utils variables.
18141         (message-strip-subject-trailing-was): Change doc string.
18142
18143         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18144         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18145         (nnweb-google-search): Add "hl=en" here.
18146         (nnweb-google-parse-1, nnweb-google-create-mapping):
18147         Don't hardcode URL.
18148
18149 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * message.el (message-get-reply-headers, message-followup):
18152         Mention related variables `message-use-followup-to' and
18153         `message-use-mail-followup-to', in the information buffer.
18154
18155         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18156         of broken groups(-beta).google.com.
18157
18158 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18159
18160         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18161         parameter to invoked gnus-request-move-article; remove the
18162         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18163         all at once instead of once per article.
18164         (gnus-summary-remove-process-mark): Accept a list of articles as
18165         well as a single article for processing.
18166
18167         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18168         parameter.
18169
18170         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18171
18172         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18173
18174         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18175         parameter.
18176
18177         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18178         parameter.
18179
18180         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18181         parameter and remove the gnus-sum-hint-move-is-internal variable.
18182
18183         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18184         parameter.
18185
18186         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18187         parameter.
18188
18189         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18190         parameter.
18191
18192         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18193
18194         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18195         parameter.
18196
18197         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18198         parameter.
18199
18200 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18201
18202         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18203         a more conservative way.
18204
18205 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18206
18207         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18208         buffer, so it moves the window's cursor.
18209
18210 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18211
18212         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18213         `mm-dissect-multipart' and receive the from field as an (optional)
18214         argument from `mm-dissect-multipart'.
18215         (mm-dissect-multipart): Receive the from field as an argument and
18216         pass it on when we call `mm-dissect-buffer' on MIME parts.
18217         Fixes verification/decryption of signed/encrypted MIME parts.
18218
18219 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18220
18221         * gnus-sum.el (gnus-summary-move-article):
18222         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18223         whatever it calls (right now, only nnimap-request-move article
18224         respects it).
18225
18226         * nnimap.el (nnimap-request-move-article):
18227         When gnus-sum-hint-move-is-internal is set, don't do the extra
18228         nnimap-request-article.
18229
18230 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18233
18234         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18235         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18236
18237         * gnus-sum.el (gnus-summary-caesar-message):
18238         Apply `gnus-treat-article' after rotation.
18239
18240         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18241         doc string.
18242
18243 2005-02-22  Simon Josefsson  <jas@extundo.com>
18244
18245         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18246         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18247         <arne@arnested.dk>.
18248         (encrypt): Add password-cache and password-cache-expiry as group
18249         members.
18250
18251 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18252
18253         * smime.el (smime-ldap-host-list): Doc fix.
18254         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18255         cache) password.
18256         (smime-sign-region): Use it.
18257         (smime-decrypt-region): Use it.
18258         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18259         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18260         fails.
18261         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18262         certificate from DER to PEM format rather than calling openssl.
18263
18264         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18265
18266         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18267         for signing/encryption.
18268
18269         * mml.el (mml-parse-1): Use them.
18270
18271 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18272
18273         * nnrss.el (nnrss-verbose): Remove.
18274         (nnrss-request-group): Use `nnheader-message' instead.
18275
18276 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18277
18278         * nnrss.el (nnrss-verbose): New variable.
18279         (nnrss-request-group): Make it say nnrss is requesting a group.
18280
18281 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18284         Handle news URL with given port correctly.
18285
18286 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18289         containing special characters.
18290
18291         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18292
18293         * mml.el (mime-to-mml): Ditto.
18294
18295         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18296         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18297         (rfc2047-decode-region): Quote decoded words containing special
18298         characters when rfc2047-quote-decoded-words-containing-tspecials
18299         is non-nil.
18300
18301 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18302
18303         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18304
18305         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18306
18307 2005-02-15  Simon Josefsson  <jas@extundo.com>
18308
18309         * nnimap.el (nnimap-debug): Doc fix.
18310
18311         * imap.el (imap-debug): Doc fix.
18312
18313 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18316
18317 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * gnus.el (spam-contents): Improve docs for spam-contents
18320         parameter in its variable incarnation.
18321
18322 2005-02-14  Simon Josefsson  <jas@extundo.com>
18323
18324         * smime-ldap.el: Use require instead of load-library for ldap.
18325         (smime-ldap-search): Indent.
18326         (smime-ldap-search-internal): Shorten line.
18327
18328         * smime.el (smime-cert-by-dns): Add doc-string.
18329         (smime-cert-by-ldap-1): Indent.
18330
18331         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18332         mml-smime-get-dns-ldap.
18333         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18334
18335 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18336
18337         * smime.el: Require smime-ldap.
18338         (smime-ldap-host-list): New variable.
18339         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18340
18341         * mml-smime.el (mml-smime-encrypt-query): New function.
18342         (mml-smime-encrypt-query): Use it.
18343
18344         * smime-ldap.el: New file.
18345
18346 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18349
18350 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18353         argument in doc string.  Make query for type more clear.
18354
18355 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18356
18357         * gnus.el (gnus-group-startup-message): Search for gnus images in
18358         etc/images/gnus.
18359         * mm-util.el (mm-image-load-path): Likewise.
18360         * smiley.el (smiley-data-directory): Search for smilies in
18361         etc/images/smilies.
18362
18363 2005-02-09  Kim F. Storm  <storm@cua.dk>
18364
18365         Change Emacs release version from 21.4 to 22.1 throughout.
18366         Change Emacs development version from 21.3.50 to 22.0.50.
18367
18368 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18371
18372         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18373         non-Mule XEmacs as well.
18374         (mm-decompress-buffer): Signal an error intentionally if it does
18375         not decompress compressed data because auto-compression-mode is
18376         disabled.
18377
18378 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18379
18380         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18381         an ID in the registry even if it has no groups.
18382
18383 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18386         merge it into mm-decompress-buffer.
18387         (gnus-mime-copy-part): Use the MIME part charset, the value which
18388         a user specified or gnus-newsgroup-charset for decoding, like
18389         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18390         save-buffer what was used.  Suggested by Kevin Ryde
18391         <user42@zip.com.au>.
18392         (gnus-mime-inline-part): Allow the name parameter as well as the
18393         filename parameter; force decompressing of compressed data; always
18394         display contents being not decoded as unibyte.
18395
18396         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18397         as well as the filename parameter.
18398
18399         * mm-util.el (mm-decompress-buffer):
18400         Merge gnus-mime-jka-compr-maybe-uncompress.
18401         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18402         of compressed data.
18403
18404 2005-02-08  Simon Josefsson  <jas@extundo.com>
18405
18406         * imap.el (imap-log): Doc fix.
18407
18408 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18411         the coding cookies; decompress compressed parts.
18412
18413         * mml.el (mml-generate-mime-1): Add the charset parameter according
18414         to the value which a user specified manually or the coding cookie.
18415
18416         * mm-util.el (mm-string-to-multibyte): New function.
18417         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18418         (mm-coding-system-to-mime-charset): New function.
18419         (mm-decompress-buffer): New function.
18420         (mm-find-buffer-file-coding-system): New function.
18421
18422         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18423         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18424         parts.
18425
18426 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18427
18428         * mm-view.el (mm-display-inline-fontify): Decode a part according
18429         to the charset parameter.
18430
18431 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18434         prefix arg is neither nil nor a number, as info specifies.
18435
18436 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18439         timestamps.
18440
18441 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18442
18443         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18444         groups error checking and notify user.
18445
18446 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18447
18448         * message.el (message-send-mail-function): Check existence of
18449         sendmail-program first before using default value
18450         `message-send-mail-with-sendmail'.  Otherwise use more generic
18451         `smtpmail-send-it'.
18452
18453 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * nntp.el (nntp-request-update-info): Always return nil.
18456
18457 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18458
18459         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18460
18461 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18462
18463         * message.el (message-beginning-of-line): Change the behavior when
18464         invoked between BOL and : so that it first moves backward.
18465
18466 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18469         article buffer when editing of the article is discarded.
18470         (gnus-article-prepare): Revert.
18471
18472 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * gnus-art.el (gnus-article-prepare):
18475         Remove message-strip-forbidden-properties from the local hook.
18476
18477 2005-01-27  Simon Josefsson  <jas@extundo.com>
18478
18479         * password.el (password-cache-add): Only start one timer per key.
18480         Reported by Derek Atkins <warlord@MIT.EDU>.
18481
18482 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18483
18484         * run-at-time.el: Remove.  It is no longer needed as
18485         timer-funcs.el in the xemacs-base package has a working version of
18486         `run-at-time'.
18487
18488         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18489
18490         * password.el: Require timer-funcs instead of run-at-time in
18491         XEmacs.
18492         Remove `password-run-at-time' macro.
18493         (password-cache-add): Use `run-at-time' instead of
18494         `password-run-at-time'.
18495
18496         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18497         Remove `nnheader-cancel-function-timers' alias,
18498         `cancel-function-timers' exists in XEmacs in timer-funcs.
18499
18500         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18501         for `run-with-idle-timer'.
18502
18503         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18504         for `run-at-time'.
18505
18506         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18507         for `with-timeout'.
18508
18509         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18510         the same as for XEmacs 21.4.
18511         No need to ignore `run-with-idle-timer', this function exists in
18512         XEmacs now in timer-funcs.el in the xemacs-base package.
18513         (dgnushack-compile): No need to delete
18514         run-at-time.el from the list of files to compile because it
18515         doesn't exist anymore.
18516
18517 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18520         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18521
18522 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18523
18524         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18525         sensitively.
18526
18527 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18528
18529         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18530
18531 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18534         which will be inserted according to the multibyteness of a buffer
18535         rather than the type of contents.  Suggested by ARISAWA Akihiro
18536         <ari@mbf.ocn.ne.jp>.
18537
18538         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18539         of string which old xml.el may return rather than a string.
18540
18541 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18544
18545 2005-01-16  Simon Josefsson  <jas@extundo.com>
18546
18547         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18548         idn/idna.el isn't available.
18549         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18550         <michael@waxrat.com>.
18551
18552         * hashcash.el: Remove non-FSF copyright header.
18553
18554         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18555         (hashcash-generate-payment): Use it.
18556         (hashcash-generate-payment-async): Use it.
18557
18558 2005-01-15  Simon Josefsson  <jas@extundo.com>
18559
18560         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18561         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18562
18563         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18564         gnus-summary-idna-message.
18565         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18566         (gnus-summary-idna-message): New function.
18567
18568 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18569
18570         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18571         gnus-novice-user.
18572
18573 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * nnrss.el (nnrss-request-delete-group): Delete entries in
18576         nnrss-group-alist as well.
18577         (nnrss-save-server-data): Insert newline.
18578
18579 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * gnus.el (gnus-user-agent): Use list of symbols instead of
18582         symbols.  Display full version number for (S)XEmacs.
18583         Optionally display (S)XEmacs codename.
18584
18585         * gnus-util.el (gnus-emacs-version): Update for new
18586         `gnus-user-agent'.
18587
18588         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18589         Gnus version.
18590
18591 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18592
18593         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18594         which is unreadable in some setups.
18595
18596 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-spec.el (gnus-update-format-specifications): Flush the
18599         group format spec cache if it doesn't support decoded group names.
18600
18601 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18602
18603         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18604         Allow to apply decay on score files matching a regexp.
18605
18606 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18609         compatibility in %g and %c.
18610
18611 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18614         name for only %g and %c.
18615         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18616         of gnus-tmp-group to decoded group name.
18617         (gnus-group-make-rss-group): Exclude `/'s from group names.
18618
18619 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * nnrss.el (nnrss-get-encoding): Fix regexp.
18622
18623 2004-12-27  Simon Josefsson  <jas@extundo.com>
18624
18625         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18626         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18627         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18628
18629 2004-12-17  Kim F. Storm  <storm@cua.dk>
18630
18631         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18632
18633         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18634
18635 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18636
18637         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18638
18639 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * nnrss.el: Require rfc2047 and mml.
18642         (nnrss-file-coding-system): New variable.
18643         (nnrss-format-string): Redefine it as an inline function.
18644         (nnrss-decode-group-name): New function.
18645         (nnrss-string-as-multibyte): Remove.
18646         (nnrss-retrieve-headers): Decode group name; don't use
18647         nnrss-format-string.
18648         (nnrss-request-group): Decode group name.
18649         (nnrss-request-article): Decode group name; allow a Message-ID as
18650         well as an article number; don't use nnrss-format-string; encode a
18651         Message-ID string which may contain non-ASCII characters; use
18652         mml-to-mime to compose a MIME article.
18653         (nnrss-request-expire-articles): Decode group name.
18654         (nnrss-request-delete-group): Decode group name.
18655         (nnrss-fetch): Clarify error message.
18656         (nnrss-read-server-data): Use insert-file-contents instead of load;
18657         bind file-name-coding-system; use multibyte buffer.
18658         (nnrss-save-server-data): Bind coding-system-for-write to the
18659         value of nnrss-file-coding-system; bind file-name-coding-system;
18660         add coding cookie.
18661         (nnrss-read-group-data): Use insert-file-contents instead of load;
18662         bind file-name-coding-system; use multibyte buffer.
18663         (nnrss-save-group-data): Bind coding-system-for-write to the
18664         value of nnrss-file-coding-system; bind file-name-coding-system.
18665         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18666         make it work with non-ASCII text.
18667         (nnrss-find-el): Make it work with old xml.el as well.
18668
18669 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18670
18671         * nnrss.el (nnrss-get-encoding): New function.
18672         (nnrss-fetch): Use unibyte buffer initially; bind
18673         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18674         decode contents according to the encoding attribute.
18675         (nnrss-save-group-data): Add coding cookie.
18676         (nnrss-mime-encode-string): New function.
18677         (nnrss-check-group): Use it to encode subject and author.
18678
18679 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18680
18681         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18682         imaginary variable.
18683
18684 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18687         correctly even if there are wide characters.
18688
18689 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18690
18691         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18692         downcased symbol names; make a new cache instead of reusing
18693         bbdb-hashtable.
18694
18695 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18698         concatenating segments rather than before concatenating them.
18699         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18700
18701         * message.el (message-get-reply-headers): Bind `extra'.
18702
18703 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18704
18705         * message.el (message-extra-wide-headers): New variable.
18706         (message-get-reply-headers): Use it.
18707
18708 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18711         (gnus-agent-group-pathname): Ditto.
18712
18713         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18714
18715         * gnus-group.el (gnus-group-make-group): Decode group name.
18716         (gnus-group-make-rss-group): Register the group data after opening
18717         the nnrss group.
18718
18719 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18720
18721         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18722         by expiry now get marked as read.
18723
18724 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18727
18728 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18729
18730         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18731         unify Latin characters in XEmacs.
18732         (mm-find-mime-charset-region): Use it.
18733
18734 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-util.el (gnus-delete-directory): New function.
18737
18738         * gnus-agent.el (gnus-agent-delete-group): Use it.
18739
18740         * gnus-cache.el (gnus-cache-delete-group): Use it.
18741
18742 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18745         names.
18746
18747 2004-12-16  Simon Josefsson  <jas@extundo.com>
18748
18749         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18750
18751 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18754
18755         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18756         (gnus-group-set-current-level): Decode group name.
18757
18758 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18759
18760         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18761         failed.
18762
18763 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * gnus-group.el (gnus-group-delete-group): Decode group name.
18766         (gnus-group-make-rss-group): Encode group name.
18767         (gnus-group-catchup-current): Decode group name.
18768         (gnus-group-kill-group): Decode group name.
18769
18770 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18771
18772         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18773
18774 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * gnus-group.el (gnus-group-make-rss-group):
18777         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18778
18779         * gnus-start.el (gnus-setup-news): Honor user's setting to
18780         gnus-message-archive-method.  Suggested by Lute Kamstra
18781         <lute@gnu.org>.
18782
18783 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18784
18785         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18786         global counterparts of the buffer-local variables.
18787
18788 2004-11-16  Romain Francoise  <romain@orebokech.com>
18789
18790         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18791         counterparts of the buffer-local variables.
18792
18793 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * message.el (message-forbidden-properties): Fix typo in doc
18796         string.
18797
18798 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-util.el (gnus-replace-in-string): Add doc string.
18801
18802         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18803         to avoid problems when splitting mails with many recipients.
18804
18805 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18806
18807         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18808         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18809
18810 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18811
18812         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18813         if there is no hashtable in memory or file modification time is
18814         newer than cached timestamp.
18815
18816 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * gnus-sum.el (gnus-summary-limit-to-recipient):
18819         Implement not-matching option.
18820
18821 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18822
18823         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18824         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18825         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18826         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18827         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18828         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18829
18830 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * message.el (message-forward-make-body-mml): Remove headers
18833         according to message-forward-ignored-headers if a message is decoded.
18834
18835 2004-12-02  Romain Francoise  <romain@orebokech.com>
18836
18837         * message.el (message-forward-make-body-plain): Always remove
18838         headers according to message-forward-ignored-headers.
18839
18840 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18841
18842         * spam.el (spam-summary-prepare-exit): Remove the
18843         gnus-summary-limit pop for now, it has problems with ham marks for
18844         me.
18845
18846 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18847
18848         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18849         correctly.
18850
18851 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18852
18853         * format-spec.el (format-spec): Message the char.
18854
18855 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18856
18857         * gnus-art.el (gnus-split-methods): Reformat comments.
18858
18859         * spam.el (spam-summary-prepare-exit): Remove article limits
18860         before exiting the summary buffer.
18861
18862 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18865         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18866
18867         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18868         order to silence the byte compiler.
18869
18870         * spam.el: Fix the way to silence the byte compiler, which
18871         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18872         bbdb-search-simple, spam-BBDB-register-routine,
18873         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18874         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18875         spam-stat-buffer-is-spam, spam-stat-load,
18876         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18877         spam-stat-save and spam-stat-split-fancy.
18878
18879 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18882         which may confuse users.
18883         (canlock-password-for-verify): Ditto.
18884
18885         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18886
18887         * gnus-art.el (gnus-emphasis-alist): Ditto.
18888
18889         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18890
18891         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18892
18893         * gnus-start.el (gnus-save-killed-list): Ditto.
18894
18895         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18896         (gnus-sum-thread-tree-root): Ditto.
18897         (gnus-sum-thread-tree-false-root): Ditto.
18898         (gnus-sum-thread-tree-single-indent): Ditto.
18899
18900         * message.el (message-courtesy-message): Ditto.
18901         (message-archive-note): Ditto.
18902         (message-subscribed-address-file): Ditto.
18903         (message-user-fqdn): Ditto.
18904
18905         * spam-report.el (spam-report-gmane-regex): Ditto.
18906
18907         * spam.el (spam-blackhole-good-server-regex): Ditto.
18908
18909 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * mml.el (mml-preview): Widen the message buffer before copying
18912         the contents to the preview buffer; sort headers before previewing.
18913
18914         * message.el (message-hidden-headers): Fix the way to avoid a bug
18915         in the `repeat' widget in Emacs 21.3 or earlier.
18916
18917 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * message.el (message-hidden-headers): Default to "^References:".
18920         Improve customization type.  Suggested by Reiner Steib
18921         <Reiner.Steib@gmx.de>.
18922
18923 2004-11-25  Romain Francoise  <romain@orebokech.com>
18924
18925         * message.el (message-strip-forbidden-properties): Remove check for
18926         obsolete `message-hidden' text property, hidden headers are not
18927         accessible in the buffer anymore.
18928
18929 2004-11-22  Romain Francoise  <romain@orebokech.com>
18930
18931         * message.el (message-header-format-alist): Add `From' in list
18932         so that it can be sorted.
18933         (message-fix-before-sending): Widen and sort headers before
18934         sending.
18935         (message-hide-headers): Use narrowing to hide headers by moving
18936         them to the top of the buffer and narrowing to the region
18937         underneath.
18938
18939 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18940
18941         * message.el (message-strip-forbidden-properties):
18942         Bind buffer-read-only (etc) to nil.
18943
18944 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18947         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18948
18949 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18950
18951         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18952
18953 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18954
18955         * dns.el (query-dns): Use sit-for to time instead of
18956         accept-process-output, since that doesn't seem to work on udp
18957         sockets.
18958
18959 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18960
18961         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18962
18963 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18964
18965         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18966         doc string.  Improve doc string.
18967
18968 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * nntp.el (nntp-request-update-info): Return nil if
18971         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18972         may not call gnus-activate-group which uselessly issues the GROUP
18973         commands for all nntp groups and wastes time.  Reported by Romain
18974         Francoise <romain@orebokech.com>.
18975
18976         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18977
18978 2004-11-15  Simon Josefsson  <jas@extundo.com>
18979
18980         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18981         headers separately.
18982         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18983         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18984
18985 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * gnus-start.el (gnus-convert-old-newsrc):
18988         Assign legacy-gnus-agent to 5.10.7.
18989
18990 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18991
18992         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18993         start of the lines.
18994
18995 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18996
18997         * hashcash.el (hashcash-default-payment): Change default to 20.
18998         (hashcash-default-accept-payment): Change default to 20.
18999         (hashcash-process-alist): New variable.
19000         (hashcash-generate-payment-async): Add.
19001         (hashcash-already-paid-p): Add.
19002         (hashcash-insert-payment): Don't generate payments twice.
19003         (hashcash-insert-payment-async): Add.
19004         (hashcash-insert-payment-async-2): Add.
19005         (hashcash-cancel-async): Add.
19006         (hashcash-wait-async): Add.
19007         (hashcash-processes-running-p): Add.
19008         (hashcash-wait-or-cancel): Add.
19009         (mail-add-payment): New optional argument.  Conditionally start
19010         asynchronous calculation.
19011         (mail-add-payment-async): Add.
19012
19013         * message.el (message-send-mail): Wait for asynchronous hashcash
19014         results.  Don't clobber existing X-Hashcash headers.
19015         (message-setup-1): Call mail-add-payment-async when
19016         message-generate-hashcash is non-nil.
19017
19018 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19019
19020         * message.el (message-use-alternative-email-as-from): Examine the
19021         From header as well; use message-make-from in order to include a
19022         user's full name.
19023
19024 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19027         default; improve customization type.
19028         (gnus-emphasis-custom-with-format): New macro.
19029         (gnus-emphasis-custom-value-to-external): New function.
19030         (gnus-emphasis-custom-value-to-internal): New function.
19031
19032 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19033
19034         * dns.el (query-dns): Resolve reverse addresses.
19035
19036 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19037
19038         * gnus-group.el (gnus-group-get-new-news): Use it.
19039
19040         * gnus-start.el (gnus-check-reasonable-setup): New function.
19041
19042 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19045         "Args out of range" error.  Reported by Arnaud Giersch
19046         <arnaud.giersch@free.fr>.
19047
19048 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19049
19050         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19051
19052 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19053
19054         * spam.el (spam group): Add :version.
19055
19056         * pgg-def.el (pgg group): Add :version.
19057
19058 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * gnus-art.el (gnus-article-edit-article): Don't associate the
19061         article buffer with a draft file.  This is a temporary measure
19062         against the 2004-08-22 change to gnus-article-edit-mode.
19063
19064 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19067         (html2text-format-tags): Remove unused variable `attr'.
19068
19069 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19072
19073         * tls.el (tls-process-connection-type, tls-success)
19074         (tls-certtool-program): Add :version.
19075
19076         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19077         (starttls-extra-arguments, starttls-process-connection-type)
19078         (starttls-connect, starttls-failure, starttls-success): Add :version.
19079
19080         * spam-stat.el (spam-stat): Add :version.
19081
19082         * sieve.el (sieve): Add :version.
19083
19084         * sha1.el (sha1): Add :version.
19085         (sha1-use-external): Remove redundant version.
19086
19087         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19088         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19089         (nnmail-split-fancy-match-partial-words)
19090         (nnmail-split-lowercase-expanded): Add :version.
19091
19092         * nndiary.el (nndiary): Add :version.
19093
19094         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19095
19096         * mml-sec.el (mml-default-sign-method)
19097         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19098         Add :version.
19099
19100         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19101
19102         * mm-url.el (mm-url-use-external, mm-url-program)
19103         (mm-url-arguments): Add :version.
19104
19105         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19106         (mm-attachment-file-modes, mm-decrypt-option)
19107         (mm-w3m-safe-url-regexp): Add :version.
19108
19109         * message.el (message-cite-prefix-regexp)
19110         (message-sendmail-envelope-from, message-minibuffer-local-map)
19111         (message-user-fqdn, message-completion-alist): Add :version.
19112
19113         * gnus-win.el (gnus-configure-windows-hook)
19114         (gnus-use-frames-on-any-display): Add :version.
19115
19116         * gnus-art.el (gnus-article-address-banner-alist)
19117         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19118         (gnus-treat-from-picon, gnus-treat-mail-picon)
19119         (gnus-treat-x-pgp-sig): Add :version.
19120
19121         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19122         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19123         (gnus-summary-article-delete-hook)
19124         (gnus-summary-display-while-building): Add :version.
19125
19126         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19127         (gnus-get-top-new-news-hook): Add :version.
19128
19129         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19130         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19131
19132         * gnus-registry.el (gnus-registry): Add :version.
19133
19134         * gnus-spec.el (gnus-use-correct-string-widths)
19135         (gnus-make-format-preserve-properties): Add :version.
19136
19137         * gnus.el (gnus-group-charter-alist)
19138         (gnus-group-fetch-control-use-browse-url)
19139         (gnus-install-group-spam-parameters): Add :version.
19140
19141         * gnus-diary.el (gnus-diary): Add :version.
19142
19143         * gnus-delay.el (gnus-delay): Add :version.
19144
19145         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19146         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19147         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19148         Add :version.
19149
19150         * gnus-agent.el (gnus-agent-max-fetch-size)
19151         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19152         (gnus-agent-prompt-send-queue): Add :version.
19153
19154         * deuglify.el (gnus-outlook-deuglify): Add :version.
19155
19156         * html2text.el: Beautify code.  Improve doc strings.
19157         Some checkdoc cleanup.
19158         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19159
19160 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19161
19162         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19163
19164 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19165
19166         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19167         when package is loaded.
19168
19169         * spam.el (spam-summary-score-preferred-header): Add global preference
19170         for people who want to override the default SpamAssassin over
19171         Bogofilter preference (when both are set).
19172         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19173         (spam-user-format-function-S):
19174         Check spam-summary-score-preferred-header.
19175         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19176         (spam-user-format-function-S): Format the score correctly.
19177
19178 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19181         signature file.  Suggested by Manoj Srivastava
19182         <srivasta@golden-gryphon.com>.
19183
19184         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19185         iso-2022-jp even in the Japanese language environment.
19186         Suggested by Jason Rumney <jasonr@gnu.org>.
19187
19188 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19191         use the same characters as the dummy marks; make it free from
19192         getting affected by the language environment.
19193         (gnus-summary-read-group-1): Update mark positions only when the
19194         format spec is updated.
19195
19196         * gnus-spec.el (gnus-update-format-specifications): Return a list
19197         of updated types.
19198
19199 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19202         of boundp to check if display-warning is available.
19203
19204 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19205
19206         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19207
19208 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * nnspool.el (nnspool-spool-directory): Use news-path if the
19211         news-directory variable is not bound.
19212
19213         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19214         function instead of display-warning if it is not available.
19215
19216 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19217
19218         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19219         v5-10: Use `point-at-bol'.
19220
19221 2004-10-26  Simon Josefsson  <jas@extundo.com>
19222
19223         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19224         <chenggao@gmail.com>.
19225
19226 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19229         instead.
19230
19231 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19232
19233         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19234         to remove a server from the nnimap-server-buffer-alist.
19235         (nnimap-open-connection, nnimap-close-server): Use it.
19236
19237         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19238
19239 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19242         running the major-mode function.
19243
19244 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19247         dummy marks in the right way.
19248
19249 2004-10-18  David Edmondson  <dme@dme.org>
19250
19251         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19252         excessively.
19253
19254 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19255
19256         * gnus-util.el (gnus-split-references): Accept a nil references
19257         string and go on blissfully.
19258
19259         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19260         cases where the references string is non-nil but has no references.
19261
19262         * encrypt.el: Add autoload tags.
19263
19264         * spam.el (spam-resolve-registrations-routine): Remove article
19265         from unregistration list too.  Reported by David Hanak
19266         <dhanak@isis.vanderbilt.edu>
19267
19268 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19271         nil.  Change custom type.
19272
19273 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19274
19275         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19276
19277         * gnus-sum.el (gnus-summary-move-article): Use it.
19278
19279 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19280
19281         * encrypt.el: Add autoload cookies.
19282
19283         * spam.el (spam-backend-article-list-property)
19284         (spam-backend-get-article-todo-list)
19285         (spam-backend-put-article-todo-list)
19286         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19287         Resolve registrations separately.
19288         (spam-register-routine): Format comments.
19289         (spam-unregister-routine, spam-register-routine): Always call with
19290         specific-articles, no default list.
19291         (spam-summary-prepare-exit): Use the spam-classifications function.
19292
19293         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19294         gnus-encrypt.el.
19295
19296         * encrypt.el: Copied from gnus-encrypt.el.
19297
19298         * gnus-encrypt.el: Commented that it's obsolete.
19299
19300 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19301
19302         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19303         (gnus-score-save): Use it.
19304
19305         * message.el (message-bury): Use `window-dedicated-p'.
19306
19307 2004-10-15  Simon Josefsson  <jas@extundo.com>
19308
19309         * pop3.el (top-level): Don't require nnheader.
19310         (pop3-read-timeout): Add.
19311         (pop3-accept-process-output): Add.
19312         (pop3-read-response, pop3-retr): Use it.
19313
19314 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19315
19316         * spam.el (spam-register-routine): Move comment.
19317         (spam-verify-bogofilter): Use 'unknown for the initial
19318         spam-bogofilter-valid state, not 'never.
19319
19320         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19321         for netrc-machine.
19322
19323         * nnimap.el (nnimap-open-connection):
19324         Use netrc-machine-user-or-password.
19325
19326 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19327
19328         * gnus-registry.el (gnus-registry-unload-hook):
19329         Set as a variable with add-hook.
19330
19331         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19332         of news-path.
19333
19334         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19335
19336         * spam.el: Delete duplicate `provide'.
19337         (spam-unload-hook): Set as a variable with add-hook.
19338
19339 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19340
19341         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19342         in the doc string.
19343
19344         * message.el (message-ignored-news-headers)
19345         (message-ignored-supersedes-headers)
19346         (message-ignored-resent-headers)
19347         (message-forward-ignored-headers): Improve custom type.
19348
19349 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * message.el (message-tokenize-header): Fix 2004-09-06 change
19352         which used point-min in the wrong place.
19353
19354 2004-10-12  Simon Josefsson  <jas@extundo.com>
19355
19356         * tls.el (tls-certtool-program): New variable.
19357         (tls-certificate-information): New function, based on
19358         ssl-certificate-information.
19359
19360 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * compface.el: Move the version of ELisp-based uncompface program
19363         to the contrib directory because of the copyright problem.
19364
19365 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19366
19367         * message.el (message-kill-buffer): Raise the current frame.
19368
19369 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19372
19373         * gnus.el (message-y-or-n-p): Autoload.
19374
19375         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19376         (pop3-password-required, pop3-authentication-scheme)
19377         (pop3-leave-mail-on-server): Make customizable.
19378         (pop3): New custom group.
19379         (pop3-retr): Remove `sleep-for' statements.
19380         Suggested by Dave Love <fx@gnu.org>.
19381
19382         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19383         Windows/DOS.
19384
19385         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19386         (imap-parse-body): Fix incorrect use of `assert'.
19387         Suggested by Dave Love <fx@gnu.org>.
19388
19389         * mml.el (mml-minibuffer-read-disposition): Require match.
19390         Suggested by Dave Love <fx@gnu.org>.
19391
19392 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19395         doc string.
19396
19397 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19400
19401 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19402
19403         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19404         instead of calling `mm-insert-inline', to decode text/* parts
19405         before displaying them.
19406
19407 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * mm-uu.el (mm-uu-text-plain-type): New variable.
19410         (mm-uu-pgp-signed-extract-1): Use it.
19411         (mm-uu-pgp-encrypted-extract-1): Use it.
19412         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19413         bind mm-uu-text-plain-type with that value.
19414         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19415         mm-uu-dissect.
19416
19417 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * gnus-group.el (gnus-update-group-mark-positions):
19420         * gnus-sum.el (gnus-update-summary-mark-positions):
19421         * message.el (message-check-news-body-syntax):
19422         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19423         of string-as-multibyte.
19424
19425 2004-10-05  Juri Linkov  <juri@jurta.org>
19426
19427         * gnus-group.el (gnus-update-group-mark-positions):
19428         * gnus-sum.el (gnus-update-summary-mark-positions):
19429         * message.el (message-check-news-body-syntax):
19430         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19431         8-bit unibyte values to a multibyte string for search functions.
19432
19433 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19436         (mm-uu-dissect-text-parts): New function.
19437
19438         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19439         dissect text parts.
19440
19441         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19442         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19443
19444         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19445
19446         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19447         Use gnus-current-topics instead of gnus-current-topic.
19448
19449 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19452
19453 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19454
19455         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19456         where approriate.
19457
19458         * nnml.el (nnml-generate-active-info): do.
19459
19460         * nndiary.el (nndiary-generate-active-info): do.
19461
19462         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19463         (gnus-topic-move): do.
19464
19465         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19466         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19467
19468         * gnus-srvr.el (gnus-server-prepare)
19469         (gnus-server-open-all-servers): do.
19470
19471         * gnus-msg.el (gnus-summary-cancel-article)
19472         (gnus-summary-resend-message)
19473         (gnus-summary-mail-crosspost-complaint): do.
19474
19475         * gnus-move.el (gnus-change-server): do.
19476
19477         * gnus-group.el (gnus-group-unmark-all-groups)
19478         (gnus-group-set-current-level): do.
19479
19480 2004-10-04  Simon Josefsson  <jas@extundo.com>
19481
19482         * message.el (message-generate-hashcash): Doc fix.
19483
19484 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19485
19486         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19487         avoid infinite recursion via gnus-get-function.
19488
19489 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19490
19491         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19492
19493         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19494
19495         * nnmail.el (nnmail-split-history): do.
19496
19497         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19498         (nnml-request-delete-group): do.
19499
19500         * nnslashdot.el (nnslashdot-read-groups): do.
19501
19502         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19503         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19504
19505         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19506         (nnspool-sift-nov-with-sed): Use last.
19507         (nnspool-retrieve-headers-with-nov): Use mapc.
19508         (nnspool-request-newgroups): Use dolist.
19509         (nnspool-request-group): Use last.
19510
19511         * nntp.el (nntp-read-server-type): Use dolist.
19512
19513         * nnvirtual.el (nnvirtual-create-mapping)
19514         (nnvirtual-update-read-and-marked): Use dolist.
19515         (nnvirtual-convert-headers): Simplify.
19516
19517 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19518
19519         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19520         Add support for sync'ing tick marks.
19521
19522 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19525         there's no visible header.
19526
19527 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19528
19529         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19530         When necessary, pass full group name to gnus-request-set-marks.
19531
19532 2004-10-01  Simon Josefsson  <jas@extundo.com>
19533
19534         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19535         acroread.
19536
19537 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19538
19539         * spam-report.el (spam-report-gmane): Fix interactive.
19540
19541         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19542
19543         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19544         when writing file.
19545         (gnus-agent-synchronize-flags): Don't default to being
19546         interactive.
19547
19548 2004-09-30  Simon Josefsson  <jas@extundo.com>
19549
19550         * message.el (message-generate-hashcash): Add.
19551         (message-send-mail): Use it, call mail-add-payment.
19552
19553 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19556
19557 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19558
19559         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19560         gnus-requst-update-info with explicit code to sync the in-memory
19561         info read flags with the marks being sync'd to the backend.
19562
19563         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19564
19565 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19566
19567         * spam.el (spam-verify-bogofilter): Add new function.
19568         (spam-check-bogofilter)
19569         (spam-bogofilter-register-with-bogofilter): Use it.
19570         (spam-verify-bogofilter): Add small fixes.
19571
19572 2004-09-28  Simon Josefsson  <jas@extundo.com>
19573
19574         * hashcash.el (hashcash-generate-payment): Revert.
19575
19576 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19577
19578         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19579         Use gnus-extract-references instead of gnus-split-references.
19580
19581         * gnus-util.el (gnus-extract-references): Add new function, analogous
19582         to gnus-split-references but extracts only the message-ID without
19583         anything extra.
19584
19585         * hashcash.el (hashcash-generate-payment)
19586         (hashcash-check-payment): Do the right thing if hashcash-path is
19587         nil (because the hashcash program could not be found).
19588
19589         * spam.el (spam-use-hashcash): Remove comment.
19590
19591 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19592
19593         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19594         (gnus-cache-enter-article, gnus-cache-remove-article)
19595         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19596
19597         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19598
19599         * gnus-art.el (article-hide-boring-headers)
19600         (article-translate-strings, article-display-face)
19601         (gnus-article-mime-match-handle-first)
19602         (gnus-article-highlight-headers)
19603         (gnus-article-add-buttons-to-head): do.
19604
19605 2004-09-27  Simon Josefsson  <jas@extundo.com>
19606
19607         * hashcash.el: New version, from
19608         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19609         ../contrib/.
19610
19611 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19612
19613         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19614
19615 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19616
19617         * gnus-dup.el (gnus-dup-open): Use mapc.
19618         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19619
19620         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19621         Reported by Stefan Wiens <s.wi@gmx.net>.
19622
19623         * gnus.el (gnus-shutdown): Use dolist.
19624
19625         * gnus-undo.el (gnus-undo): Use mapc.
19626
19627         * nnrss.el (nnrss-generate-active): do.
19628
19629         * message.el (message-cite-original-without-signature)
19630         (message-cite-original): Use mapc.
19631         (message-do-actions, message-make-forward-subject): Use dolist.
19632
19633 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19634
19635         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19636         deletion to remove entire duplicate line.  Fixes merged article
19637         number bug.
19638
19639 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19640
19641         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19642         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19643         first ask if you want to open a server and then, even when you
19644         responded with no, asking if you want to synchronize the server's
19645         flags.
19646         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19647         multi-line expressions.
19648         (gnus-agent-synchronize-group-flags): New internal function.
19649         Updates marks in memory (in the info structure) AND in the
19650         backend.
19651
19652         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19653
19654         * nnagent.el (nnagent-request-set-mark):
19655         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19656         method, to ensure that synchronization updates marks in the
19657         backend and in the info (in memory) structure.
19658
19659 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19662         convention fully; don't miss the root article of a thread; make
19663         the X-Draft-From header with correct article numbers.
19664
19665 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19666
19667         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19668         unless plugged.  Disable the agent so that an open failure causes
19669         an error.
19670
19671         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19672         Revert 2004-09-21 change.  The backend must be opened while
19673         synchronizing flags even when the backend stores the flags
19674         locally.
19675
19676 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19677
19678         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19679         in `header' match.  Reported by Svend Tollak Munkejord.
19680
19681         * message.el (message-cite-original): Fix use of
19682         `message-cite-articles-with-x-no-archive'.
19683
19684 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19687         (gnus-window-to-buffer): Ditto.
19688
19689         * mml.el (mml-preview-buffer): New variable.
19690         (mml-preview): Manage window layout with gnus-buffer-configuration.
19691
19692         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19693         X-Draft-From header even if those articles aren't quoted.
19694
19695 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19696
19697         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19698         (gnus-request-set-mark, gnus-request-update-mark): Use new
19699         g-s-t-u-l-m to decide to use backend even when unplugged.
19700
19701 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19702
19703         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19704         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19705
19706 2004-09-20  Simon Josefsson  <jas@extundo.com>
19707
19708         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19709         "utf-16-le".
19710
19711 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19712
19713         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19714
19715 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19716
19717         * uudecode.el (uudecode-use-external): Add :version.
19718
19719         * smime.el (smime-CA-file, smime-encrypt-cipher)
19720         (smime-dns-server): Add :version.
19721
19722         * smiley.el (gnus-smiley-file-types): Add :version.
19723
19724         * sha1.el (sha1-use-external): Add :version.
19725
19726         * pgg-def.el (pgg-query-keyserver): Add :version.
19727
19728         * nnmail.el (nnmail-fancy-expiry-targets)
19729         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19730         Add :version.
19731
19732         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19733         (nnimap-retrieve-groups-asynchronous): Add :version.
19734         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19735
19736         * mml.el (mml-content-disposition-parameters)
19737         (mml-insert-mime-headers-always): Add :version.
19738
19739         * mm-util.el (mm-coding-system-priorities): Add :version.
19740
19741         * mm-decode.el (mm-inline-text-html-with-images)
19742         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19743         (mm-verify-option): Add :version.
19744         (mm-text-html-renderer): Change :version.
19745
19746         * message.el (message-fcc-externalize-attachments)
19747         (message-required-headers, message-draft-headers)
19748         (message-subject-trailing-was-query)
19749         (message-subject-trailing-was-ask-regexp)
19750         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19751         (message-mark-insert-end, message-archive-header)
19752         (message-archive-note, message-cross-post-default)
19753         (message-cross-post-note, message-followup-to-note)
19754         (message-cross-post-note-function, message-use-mail-followup-to)
19755         (message-subscribed-address-functions)
19756         (message-subscribed-address-file, message-subscribed-addresses)
19757         (message-subscribed-regexps, message-allow-no-recipients)
19758         (message-yank-cited-prefix, message-signature-insert-empty-line)
19759         (message-hidden-headers, message-hierarchical-addresses)
19760         (message-mail-user-agent, message-use-idna)
19761         (message-valid-fqdn-regexp)
19762         (message-strip-special-text-properties, message-header-synonyms)
19763         (message-beginning-of-line, message-tab-body-function): Add :version.
19764         (message-insert-canlock, message-wide-reply-confirm-recipients):
19765         Change :version.
19766
19767         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19768         and :version.
19769         (mail-source-delete-old-incoming-confirm)
19770         (mail-source-movemail-program): Add :version.
19771
19772         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19773         (gnus-agent-cache, gnus-agent): Change :version.
19774
19775         * gnus-util.el (gnus-use-byte-compile): Change :version.
19776
19777         * gnus-sum.el (gnus-summary-make-false-root-always)
19778         (gnus-summary-default-high-score)
19779         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19780         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19781         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19782         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19783         (gnus-sum-thread-tree-single-indent)
19784         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19785         (gnus-sum-thread-tree-leaf-with-other)
19786         (gnus-sum-thread-tree-single-leaf): Add :version.
19787         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19788         (gnus-article-loose-mime): Change :version.
19789
19790         * gnus-start.el (gnus-backup-startup-file)
19791         (gnus-save-startup-file-via-temp-buffer): Add :version.
19792
19793         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19794         (gnus-server-offline-face): Add :version.
19795
19796         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19797
19798         * gnus-msg.el (gnus-gcc-externalize-attachments)
19799         (gnus-debug-files, gnus-debug-exclude-variables)
19800         (gnus-discouraged-post-methods): Change :version.
19801         (gnus-confirm-mail-reply-to-news)
19802         (gnus-confirm-treat-mail-like-news): Add :version.
19803
19804         * gnus-int.el (gnus-server-unopen-status): Add :version.
19805
19806         * gnus-group.el (gnus-group-jump-to-group-prompt)
19807         (gnus-large-ephemeral-newsgroup)
19808         (gnus-fetch-old-ephemeral-headers): Add :version.
19809
19810         * gnus-fun.el (gnus-x-face-directory)
19811         (gnus-convert-pbm-to-x-face-command)
19812         (gnus-convert-image-to-x-face-command)
19813         (gnus-convert-image-to-face-command): Add :version.
19814
19815         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19816
19817         * gnus-cite.el (gnus-cite-blank-line-after-header)
19818         (gnus-article-boring-faces): Add :version.
19819
19820         * gnus-art.el (gnus-buttonized-mime-types)
19821         (gnus-inhibit-mime-unbuttonizing)
19822         (gnus-treat-display-face)
19823         (gnus-treat-body-boundary): Change :version.
19824         (gnus-body-boundary-delimiter, gnus-picon-databases)
19825         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19826         (gnus-treat-date-english, gnus-treat-fold-headers)
19827         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19828         (gnus-treat-mail-picon, gnus-treat-wash-html)
19829         (gnus-article-encrypt-protocol)
19830         (gnus-use-idna, gnus-article-over-scroll)
19831         (gnus-mime-display-multipart-alternative-as-mixed)
19832         (gnus-mime-display-multipart-related-as-mixed)
19833         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19834         (gnus-ctan-url, gnus-button-ctan-handler)
19835         (gnus-button-handle-ctan-bogus-regexp)
19836         (gnus-button-ctan-directory-regexp)
19837         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19838         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19839         (gnus-button-man-level, gnus-button-emacs-level)
19840         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19841
19842         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19843         (gnus-agent-go-online): Change :version.
19844         (gnus-agent-expire-unagentized-dirs)
19845         (gnus-agent-auto-agentize-methods): Add :version.
19846
19847         * flow-fill.el (fill-flowed-display-column)
19848         (fill-flowed-encode-column): Add :version.
19849
19850         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19851         (gnus-outlook-deuglify-unwrap-max)
19852         (gnus-outlook-deuglify-cite-marks)
19853         (gnus-outlook-deuglify-unwrap-stop-chars)
19854         (gnus-outlook-deuglify-no-wrap-chars)
19855         (gnus-outlook-deuglify-attrib-cut-regexp)
19856         (gnus-outlook-deuglify-attrib-verb-regexp)
19857         (gnus-outlook-deuglify-attrib-end-regexp)
19858         (gnus-outlook-display-hook): Add :version.
19859
19860         * binhex.el (binhex-use-external): Add :version.
19861
19862 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19863
19864         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19865         and `invisible'.
19866
19867 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19868
19869         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19870         in gnus-registry-trim.
19871
19872 2004-09-13  Simon Josefsson  <jas@extundo.com>
19873
19874         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19875
19876         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19877
19878         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19879         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19880         <yamaoka@jpl.org>.
19881         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19882         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19883         <yamaoka@jpl.org>.
19884
19885         * sieve.el (sieve-manage-mode): Ditto.
19886
19887 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19888
19889         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19890
19891 2004-09-11  Simon Josefsson  <jas@extundo.com>
19892
19893         * dns-mode.el: Add.
19894
19895         * mm-view.el (mm-display-dns-inline): Add.
19896
19897         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19898         (mm-automatic-display): Ditto.
19899
19900         * mailcap.el (mailcap-mime-data): Add text/dns.
19901         (mailcap-mime-extensions): Map .soa to text/dns.
19902
19903 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19904
19905         * gnus-art.el (article-decode-mime-words, article-babel)
19906         (gnus-article-highlight-signature, gnus-article-add-buttons)
19907         (gnus-signature-toggle): Remove unnecessary bindings of
19908         `inhibit-read-only' inherited from v5.10 merge.
19909
19910 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19911
19912         * nntp.el (nntp): New customization group.
19913         (nntp-authinfo-file): Add customization group.
19914
19915         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19916
19917         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19918
19919         * gnus.el (to-address, to-list, subscribed)
19920         (large-newsgroup-initial): Ditto.
19921
19922         * flow-fill.el (fill-flowed-display-column)
19923         (fill-flowed-encode-column): Ditto.
19924
19925 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19926
19927         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19928         Use point-min rather than 1.
19929         (message-send-mail): Use buffer-size rather than point-max.
19930
19931         * gnus-sum.el (gnus-summary-search-article-forward):
19932         Signal a specific `search-failed' rather than a generic `error'.
19933
19934         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19935         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19936         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19937
19938 2004-09-10  Simon Josefsson  <jas@extundo.com>
19939
19940         * nndb.el (require): Remove tcp and duplicate cl.
19941
19942 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * gnus-agent.el (directory-files-and-attributes): Move forward.
19945
19946 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19947
19948         * gnus-agent.el (directory-files-and-attributes):
19949         Optionally defined to support XEmacs.
19950
19951 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19952
19953         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19954         to avoid run-time CL dependencies.
19955         (gnus-agent-unfetch-articles): New function.
19956         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19957         article numbers even when local .overview file is missing.
19958         (gnus-agent-read-article-number): New function.  Only accepts
19959         27-bit article numbers.
19960         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19961         Use gnus-agent-read-article-number.
19962         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19963         from backend while recognizing that article numbers in .overview
19964         must be valid.
19965         (gnus-agent-update-files-total-fetched-for):
19966         Use directory-files-and-attributes to improve performance.
19967         * gnus-int.el (gnus-request-move-article):
19968         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19969         improve performance.
19970
19971         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19972         some users confused by references to .newsrc when they only have a
19973         .newsrc.eld file.
19974         (gnus-convert-mark-converter-prompt)
19975         (gnus-convert-converter-needs-prompt): Fix use of property list.
19976         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19977         New function.  Used internally to only display 'gnus converting
19978         files' message when actually necessary.
19979
19980         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19981         methods now autoloaded.
19982
19983 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19986         identifiers.
19987
19988 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * gnus-picon.el: Fix indentation and closing parenthesis.
19991
19992 2004-09-01  Simon Josefsson  <jas@extundo.com>
19993
19994         * message.el (message-canlock-generate): Require sha1, not
19995         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19996         to require within a function.  Sadly, if sha1.el isn't loaded, the
19997         let binding in m-c-g will hide the defcustom definition, which is
19998         bad.)
19999
20000         * canlock.el: Require sha1, not sha1-el.
20001
20002         * message.el: Don't autoload sha1 (there is a autoload cookie in
20003         sha1.el).
20004
20005         * sha1-el.el: Rename to sha1.el.
20006
20007 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20008
20009         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20010
20011 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20012
20013         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20014
20015 2004-08-30  Kim F. Storm  <storm@cua.dk>
20016
20017         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20018
20019         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20020         Add :group 'nnimap.
20021
20022 2004-08-30  Andreas Schwab  <schwab@suse.de>
20023
20024         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20025         ?* and ?\;.
20026
20027         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20028         and ?\' to symbol instead of whitespace.
20029
20030 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20033
20034         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20035         instead of re-search-forward.
20036
20037         * gnus-uu.el (gnus-uu-save-article): Ditto.
20038         (gnus-uu-post-encode-uuencode): Ditto.
20039
20040         * html2text.el (html2text-clean-list-items): Ditto.
20041         (html2text-clean-dtdd): Ditto.
20042         (html2text-format-tags): Ditto.
20043
20044         * message.el (message-send-mail-with-sendmail): Fix regexp.
20045         (message-fill-field-general): Use search-forward instead of
20046         re-search-forward.
20047         (unbold-region): Ditto.
20048
20049         * nnrss.el (nnrss-request-article): Ditto.
20050
20051         * nnslashdot.el (nnslashdot-request-article): Ditto.
20052
20053         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20054
20055         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20056         "Unrecognized menu descriptor" error in XEmacs.
20057
20058 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20059
20060         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20061         parent article of a sparse article in the thread hashtb.
20062
20063 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20064
20065         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20066         (nnmail-expand-newtext): Lowercase expanded entries if
20067         nnmail-split-lowercase-expanded is non-nil.
20068
20069 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20070
20071         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20072
20073         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20074         of gnus-tmp-news-method into string under XEmacs.  It will be
20075         passed to gnus-correct-length which takes only a string argument.
20076
20077 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * gnus-util.el (gnus-bind-print-variables): New macro.
20080         (gnus-prin1): Use it.
20081         (gnus-prin1-to-string): Use it.
20082         (gnus-pp): New function.
20083         (gnus-pp-to-string): New function.
20084
20085         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20086         Replace pp-to-string with gnus-pp-to-string.
20087         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20088         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20089         * gnus-msg.el (gnus-debug): Ditto.
20090         * gnus-score.el (gnus-score-save): Ditto.
20091         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20092         gnus-pp-to-string.
20093         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20094         with gnus-pp.
20095         * score-mode.el (gnus-score-pretty-print): Ditto.
20096         * webmail.el (webmail-debug): Ditto.
20097
20098 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20099
20100         * gnus-art.el (article-display-face, article-display-x-face):
20101         Use buffer-read-only.
20102
20103 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20104
20105         * gnus-art.el (article-hide-list-identifiers):
20106         Bind inhibit-read-only as t.
20107
20108 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20109
20110         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20111
20112 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20113
20114         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20115         (gnus-narrow-to-page): Don't assume point-min == 1.
20116         (gnus-article-edit-mode): Derive from message-mode.
20117
20118         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20119         point-min == 1.
20120
20121         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20122         Disable incorrect use of `assert'.
20123
20124         * message.el (message-mode): Set comment-start-skip.
20125
20126
20127 2004-08-22  Sam Steingold  <sds@gnu.org>
20128
20129         * pop3.el (pop3-leave-mail-on-server): New user variable.
20130         (pop3-movemail): Delete mail only when it is nil.
20131
20132 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20135
20136         * mml.el (mml-preview): Use `pop-to-buffer'.
20137
20138         * message.el (message-goto-mail-followup-to): Insert after "To".
20139         (message-carefully-insert-headers): Add comment.
20140
20141         * gnus.el: Remove unused variable `gnus-article-check-size'.
20142
20143         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20144
20145         * gnus-art.el (gnus-button-alist):
20146         Improve `gnus-button-handle-library' entry.
20147
20148 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20149
20150         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20151         Use downcase, since XEmacs capitalizes error messages differently.
20152
20153 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20154
20155         * nntp.el: Add (require 'gnus) due to reference to
20156         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20157
20158 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20159
20160         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20161         Bind `mm-fill-flowed'.
20162
20163         * mm-decode.el (mm-dissect-singlepart): Check it.
20164
20165 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20166
20167         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20168         'imap' for netrc parsing.
20169
20170 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20171
20172         * mailcap.el (mailcap-mime-data): Mark as risky.
20173
20174 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20177         may be included in the encoded word.
20178         (rfc2047-encode): Don't append a space if the encoded word
20179         includes close parenthesis.
20180
20181 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20184         of text within parentheses.
20185
20186 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20187
20188         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20189         (gnus-encrypt-write-file-contents): Make the password key the file
20190         name PLUS the cipher, not just the cipher.  Also remove failed
20191         passwords from the cache.
20192
20193 2004-08-06  Simon Josefsson  <jas@extundo.com>
20194
20195         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20196         Doc fix.
20197
20198 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20199
20200         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20201         LWSP.
20202
20203 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20204
20205         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20206         Try to append in-reply-to: data to the references: header.
20207
20208         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20209         (netrc-parse): Use gnus-encrypt.el functions.
20210
20211         * gnus-encrypt.el: Add new file for encryption support; currently
20212         does only a few GPG ciphers and an internal XOR cipher.
20213
20214         * password.el: Add comments on using password-read-and-add.
20215         (password-read-and-add): Add function to read and add the
20216         password to the cache at once.
20217
20218 2004-07-28  Simon Josefsson  <jas@extundo.com>
20219
20220         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20221         parameter (but don't use it, for now).
20222
20223         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20224         instead of hard coding to nil.
20225
20226 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20229         as mm-inline-image-xemacs does.
20230
20231 2004-07-26  Simon Josefsson  <jas@extundo.com>
20232
20233         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20234         Revert part of 2004-07-17 change below.
20235
20236 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20239         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20240
20241 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20242
20243         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20244         quotes that actually start with ">" at the beginning of the
20245         lines.
20246
20247 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * rfc2047.el (rfc2047-encode-region): Fix last change.
20250         (rfc2047-encode-parameter): Remove useless concat.
20251
20252 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20255         encode special characters; fix some kind of misconfigured headers;
20256         signal a real error if debug-on-quit or debug-on-error is non-nil.
20257         (rfc2047-encode-max-chars): New variable.
20258         (rfc2047-encode-1): Use it.
20259         (rfc2047-encode-parameter): New function.
20260
20261         * mml.el (mml-insert-parameter): Remove an excessive space.
20262
20263 2004-07-17  Simon Josefsson  <jas@extundo.com>
20264
20265         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20266         Kai Grossjohann <kai@emptydomain.de>.
20267         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20268         (gnus-group-make-menu-bar): Ditto.
20269
20270         * gnus-util.el (gnus-group-server): Add.
20271
20272 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * message.el (message-clone-locals): Clone sendmail and smtp
20275         variables.
20276
20277 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20278
20279         * rfc2047.el (rfc2047-encode-region): Fix last change.
20280
20281 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20284         characters as non-special.
20285
20286 2004-07-09  Simon Josefsson  <jas@extundo.com>
20287
20288         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20289         Users will lose all flag changes made while unplugged with
20290         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20291         good default.  See numerous reports on ding mailing list.
20292
20293 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20294
20295         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20296         add generate-head-function and generate-article-function to the
20297         rfc822-forward entry.
20298         (nndoc-rfc822-forward-generate-article): New function.
20299         (nndoc-rfc822-forward-generate-head): New function.
20300
20301         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20302
20303 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20304
20305         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20306         respect display group parameter and gnus-summary-expunge-below.
20307         (gnus-articles-to-read): Remove unused reference to display group
20308         parameter.
20309
20310 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20311
20312         * nnheader.el (nnheader-uniquify-message-id): New experimental
20313         variable.
20314         (nnheader-nov-read-message-id): Use it.
20315
20316         * spam-report.el (spam-report-gmane): Add interactive.
20317
20318 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * mm-encode.el (mm-content-transfer-encoding-defaults):
20321         Use qp-or-base64 for the application/* types.
20322
20323 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20324
20325         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20326
20327 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20328
20329         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20330         trim value.
20331
20332 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20333
20334         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20335         New macro and function.
20336         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20337
20338 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20341         after-load-alist.
20342
20343 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20344
20345         * gnus-group.el (gnus-group-get-new-news-this-group):
20346         Don't update info that isn't there.
20347
20348 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20349
20350         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20351         entry.
20352
20353 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20354
20355         * mm-view.el (mm-inline-render-with-function): Use multibyte
20356         buffer; decode html source by charset.
20357
20358         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20359
20360         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20361         Mule-UCS is loaded under XEmacs.
20362         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20363
20364 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20365
20366         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20367
20368 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * mm-util.el (mm-coding-system-p): Return a coding-system.
20371         (mm-mime-mule-charset-alist): Use shift_jis instead of
20372         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20373         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20374         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20375         instead of japanese-shift-jis and iso-latin-1 respectively in
20376         order to share the default value with both Emacs and XEmacs-mule.
20377         (mm-mule-charset-to-mime-charset):
20378         Make mm-coding-system-priorities effective.
20379         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20380         while predicating of candidates upon the priorities.
20381
20382 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20383
20384         * gnus-sum.el (gnus-summary-make-menu-bar):
20385         Add gnus-uu-invert-processable.
20386
20387         * gnus.el: Autoload gnus-uu-invert-processable.
20388
20389 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20390
20391         * mm-util.el (mm-with-multibyte-buffer): New macro.
20392
20393         * rfc2047.el (rfc2047-encode-string): Use it.
20394         (rfc2047-encode-region): Move point to the end of the region after
20395         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20396
20397 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20400         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20401
20402 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20403
20404         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20405         (gnus-cite-parse): Ignore quoted envelope From_.
20406         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20407
20408 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20409
20410         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20411         invalid addresses.
20412
20413 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20414
20415         * spam.el: Change section markers, revise TODO list.
20416         (spam-backends): Make new master list of all installed backends.
20417         (spam-summary-exit-behavior): Add new variable to determine how
20418         messages moves are done at summary exit.
20419         (spam-move-spam-nonspam-groups-only)
20420         (spam-process-ham-in-nonham-groups)
20421         (spam-process-ham-in-spam-groups): Remove variables, the
20422         spam-summary-exit-behavior variable should be used to manage this
20423         behavior.
20424         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20425         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20426         and spam-old-spam-articles.
20427         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20428         Add empty variables, placeholders for the backends they represent.
20429         (spam-set-difference): Move, unchanged.
20430         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20431         unless the user has a processor variable.
20432         (spam-classifications, spam-classification-valid-p)
20433         (spam-backend-properties, spam-backend-property-valid-p)
20434         (spam-backend-function-type-valid-p)
20435         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20436         (spam-report-articles-gmane, spam-report-articles-resend):
20437         Remove functions, they are not needed.
20438         (spam-install-backend-super, spam-backend-list)
20439         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20440         (spam-backend-function, spam-backend-ham-registration-function)
20441         (spam-backend-spam-registration-function)
20442         (spam-backend-ham-unregistration-function)
20443         (spam-backend-spam-unregistration-function)
20444         (spam-backend-statistical-p, spam-backend-mover-p)
20445         (spam-install-backend-alias, spam-install-checkonly-backend)
20446         (spam-install-mover-backend, spam-install-nocheck-backend)
20447         (spam-install-backend, spam-install-statistical-backend)
20448         (spam-install-statistical-checkonly-backend): Add backend installation
20449         support.
20450         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20451         (spam-group-processor-p): Use the new backend code and respect the
20452         summary exit behavior.
20453         (spam-mark-spam-as-expired-and-move-routine): Remove.
20454         (spam-summary-prepare): Change to use the new spam-old-articles
20455         variable.
20456         (spam-copy-or-move-routine, spam-copy-spam-routine)
20457         (spam-move-spam-routine, spam-copy-ham-routine)
20458         (spam-move-ham-routine): Add code to copy/move ham or spam.
20459         (spam-fetch-field-fast): Improve doc and code, plus allow the
20460         'number request.
20461         (spam-list-of-checks, spam-list-of-statistical-checks):
20462         Remove variables.
20463         (spam-split, spam-find-spam): Use the new backend code.
20464         (spam-registration-functions): Remove variable.
20465         (spam-unregister-routine): Add convenience wrapper.
20466         (spam-log-undo-registration, spam-register-routine)
20467         (spam-log-processing-to-registry)
20468         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20469         where possible.
20470         (spam-check-gmane-xref, spam-check-regex-headers)
20471         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20472         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20473         (spam-check-bogofilter-headers, spam-check-spamoracle)
20474         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20475         (spam-check-crm114-headers): Use the spam-split-group that
20476         spam-split prepares, no need to determine it every time.
20477
20478         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20479         to the nnheader-parse-naked-head call.
20480
20481         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20482
20483         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20484         the nnheader-nov-read-message-id call.
20485
20486 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20489         gnus-activate-group twice.  Suggested by Markus Peter
20490         <warp@spin.de>.
20491
20492 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20493
20494         * gnus-art.el (gnus-article-time-format): Exchange the order of
20495         day and month in the default value; fix customization type.
20496         (article-date-ut): Use add-text-properties.
20497         (article-make-date-line): Use message-make-date instead of
20498         current-time-string.
20499
20500         * message.el (message-fetch-field): Don't use set-text-properties.
20501         (message-make-date): Simplify.
20502
20503         * messagexmas.el (message-xmas-make-date): New function.
20504         (message-xmas-redefine): Defalias message-make-date to it.
20505
20506 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20509         (rfc2047-encode-region): Treat text within parentheses as special;
20510         show the original text when error has occurred.
20511
20512         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20513         already-computed method to gnus-activate-group.
20514
20515         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20516         same select-methods identical Lisp objects.
20517
20518         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20519         object when modifying the info.
20520
20521 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20522
20523         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20524         gnus-opened-servers since it has never been opened with the new
20525         configuration yet.
20526
20527 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20530         arg to nnheader-generate-fake-message-id.
20531
20532 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20533
20534         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20535         number and build a fake message ID localized to a group and
20536         article number (so it's repeatable from that point on).
20537         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20538         ID format.
20539
20540         * gnus-sum.el (gnus-get-newsgroup-headers):
20541         Call nnheader-generate-fake-message-id with the article number.
20542
20543 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20544
20545         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20546         end-of-buffer.
20547
20548 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20549
20550         * message.el (message-ignored-supersedes-headers): Add Approved.
20551
20552 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20555         goto-char.
20556         (rfc2047-encode): Fold the line before encoding.
20557
20558 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20559
20560         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20561         folding -- not all headers can be folded, and this should be done
20562         by the message composition mode.  Probably.  I think.
20563
20564 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20565
20566         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20567         fast.
20568
20569         * gnus-ems.el (gnus-remove-image): Don't use
20570         message-text-with-property; remove only the image found first.
20571
20572         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20573         found first.
20574
20575 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20576
20577         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20578
20579 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * message.el (message-text-with-property): Make it fast and accept
20582         optional arguments.
20583         (message-strip-forbidden-properties): Use it.
20584         (message-fix-before-sending): Follow the m-t-w-p change.
20585
20586         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20587
20588 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20589
20590         * gnus-art.el (article-hide-headers): Don't change the buffer
20591         mistakenly when performing mml-preview even if
20592         gnus-single-article-buffer is nil.
20593
20594 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20595
20596         * message.el (message-expand-name-databases): New user option.
20597         (message-expand-name): Use it.
20598
20599 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20600
20601         * spam.el (spam-report-articles-resend)
20602         (spam-report-resend-register-routine): Allow ham reporting.
20603         (spam-report-resend-register-ham-routine): Add wrapper.
20604         (spam-registration-functions): Add ham resending functions.
20605         (spam-list-of-processors): Add ham resend processor.
20606
20607         * gnus.el (ham-resend-to): Add new group parameter.
20608         (spam-process): Add ham resend option.
20609
20610         * spam-report.el (spam-report-resend): Allow reporting ham.
20611         (spam-report-resend-ham): Add wrapper.
20612
20613 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20614
20615         * message.el (message-cite-articles-with-x-no-archive):
20616         New variable.
20617         (message-cite-original): Use it.
20618
20619 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20620
20621         * message.el (message-cite-original): Respect X-No-Archive.
20622
20623 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-art.el (article-hide-headers): Refer to the values for
20626         gnus-ignored-headers and gnus-visible-headers in the summary
20627         buffer since a user may have set them as group parameters.
20628
20629 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20630
20631         * assistant.el (assistant-node-name): Add convenience function.
20632         (assistant-render-text, assistant-render-node): Add error handling,
20633         plus handle multiple next nodes.
20634         (assistant-find-next-node): Comment out for now.
20635         (assistant-find-next-nodes): Add function, returns list of next
20636         nodes.
20637
20638 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20639
20640         * mail-source.el (mail-source-directory): Fix doc-string.
20641
20642 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20643
20644         * assistant.el (assistant-render-text, assistant-eval): Add :set
20645         widget type, which is different because it takes and returns a
20646         list.  Much hilarity ensues.
20647
20648 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20649
20650         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20651
20652         * gnus-group.el (gnus-group-get-new-news-this-group):
20653         Add doc-string.
20654
20655         * gnus-start.el (gnus-activate-group): Add doc-string.
20656
20657 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20660
20661 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20662
20663         * assistant.el (assistant-render-text): Try to add a :set
20664         widget, more to come.
20665
20666         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20667         strings.
20668         (spam-report-articles-resend)
20669         (spam-register-routine): Do registration iff any articles warrant
20670         it.
20671         (spam-summary-prepare-exit): Change log message for nil group
20672         destinations.
20673
20674 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20675
20676         * spam.el (spam-report-resend-register-routine):
20677         Allow spam-report-resend-to to be a group parameter or a global value.
20678
20679 2004-05-26  Simon Josefsson  <jas@extundo.com>
20680
20681         * starttls.el: Merge with my GNUTLS based starttls.el.
20682         (starttls-gnutls-program, starttls-use-gnutls)
20683         (starttls-extra-arguments, starttls-process-connection-type)
20684         (starttls-connect, starttls-failure, starttls-success):
20685         New variables.
20686         (starttls-program, starttls-extra-args): Doc fix.
20687         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20688         New functions.
20689         (starttls-negotiate, starttls-open-stream):
20690         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20691         function if it is set.
20692
20693 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20694
20695         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20696         structured fields.
20697
20698 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20701
20702 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20703
20704         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20705         Add variable.
20706         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20707         assigning the spam-mark to new messages.
20708
20709 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20710
20711         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20712
20713 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20714
20715         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20716
20717         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20718         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20719         default.
20720
20721 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20722
20723         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20724         correct data.
20725
20726 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20727
20728         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20729         (spam-group-processor-p): Fix function.
20730         (spam-group-processor-multiple-p)
20731         (spam-group-spam-processor-report-gmane-p)
20732         (spam-group-spam-processor-report-resend-p)
20733         (spam-group-spam-processor-bogofilter-p)
20734         (spam-group-spam-processor-blacklist-p)
20735         (spam-group-spam-processor-ifile-p)
20736         (spam-group-ham-processor-ifile-p)
20737         (spam-group-spam-processor-spamoracle-p)
20738         (spam-group-spam-processor-crm114-p)
20739         (spam-group-ham-processor-bogofilter-p)
20740         (spam-group-spam-processor-stat-p)
20741         (spam-group-ham-processor-stat-p)
20742         (spam-group-ham-processor-whitelist-p)
20743         (spam-group-ham-processor-BBDB-p)
20744         (spam-group-ham-processor-spamoracle-p)
20745         (spam-group-ham-processor-copy-p): Remove functions with some
20746         prejudice against unneeded code.
20747         (spam-report-articles-resend)
20748         (spam-report-resend-register-routine): Allow the group/topic
20749         spam-resend-to value to override spam-report-resend-to.
20750         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20751         properly now.
20752
20753         * gnus.el (spam-resend-to): Add group/topic parameter.
20754         (spam-process): Move the OBSOLETE processors to the end of the
20755         choices.
20756
20757 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20758
20759         * spam-report.el (spam-report-resend-to, spam-report-resend):
20760         Start with resend-to set to nil, and then ask the user if necessary.
20761         (spam-report-resend): spam-report-resend takes a list of articles, not
20762         separate article numbers.
20763
20764 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20767         addition to emacs-w3m.
20768
20769 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20770
20771         * assistant.el (assistant-authinfo-data): New function.
20772         (assistant-eval): Eval for entire assistant.
20773
20774         * netrc.el (netrc-services-file): New variable.
20775         (netrc-parse-services): New function.
20776         (netrc-find-service-name): New function.
20777         (netrc-find-service-number): New function.
20778         (netrc-port-equal): New function.
20779         (netrc-machine): Use it.
20780
20781         * nnimap.el (nnimap-open-connection): Use netrc.
20782
20783         * gnus-util.el (gnus-netrc-get): Remove aliases.
20784
20785         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20786
20787         * assistant.el (wid-edit): Fix compilation.
20788
20789         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20790
20791 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20792
20793         * gnus-util.el (gnus-set-file-modes): New function.  (small
20794         patch).
20795
20796 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20797
20798         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20799
20800         * assistant.el (assistant-render-node): Fix up rendering and
20801         read-only text.
20802         (assistant-render-node): Reset.
20803         (assistant-make-read-only): Not sticky.
20804
20805 2004-05-20  Danny Siu  <dsiu@adobe.com>
20806
20807         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20808         centered even when gnus-auto-center-summary is t.
20809
20810 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20811
20812         * dns.el (dns-get-txt-answer): New function.
20813         (dns-read-txt): Ditto.
20814         (query-dns): Use it.
20815
20816 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20817
20818         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20819         active for foreign groups even if the group level is higher than
20820         the specified value.
20821
20822 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20823
20824         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20825         non-active groups.
20826
20827         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20828
20829 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20830
20831         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20832
20833 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20834
20835         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20836         (spam-crm114-header, spam-crm114-spam-switch)
20837         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20838         (spam-crm114-positive-spam-header)
20839         (spam-crm114-database-directory, spam-list-of-processors)
20840         (spam-group-spam-processor-crm114-p)
20841         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20842         (spam-generic-score, spam-list-of-checks)
20843         (spam-list-of-statistical-checks, spam-registration-functions)
20844         (spam-check-crm114-headers, spam-crm114-score)
20845         (spam-check-crm114, spam-crm114-register-with-crm114)
20846         (spam-crm114-register-spam-routine)
20847         (spam-crm114-unregister-spam-routine)
20848         (spam-crm114-register-ham-routine)
20849         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20850         From asjo@koldfront.dk (Adam Sjøgren).
20851
20852         * gnus.el: Add spam-use-crm114.
20853
20854         * spam.el (spam-list-of-processors, spam-registration-functions):
20855         Add spam-use-resend.
20856         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20857         (spam-report-articles-gmane): Add doc fix.
20858         (spam-report-articles-resend, spam-report-resend-register-routine):
20859         Add wrappers around spam-report-resend-to.
20860
20861         * spam-report.el (spam-report-resend-to, spam-report-resend):
20862         Add support for resending spam.
20863         (spam-report-gmane): Fix line length >80.
20864
20865         * gnus.el (spam-process): Add spam-use-resend.
20866
20867 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20868
20869         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20870         number of processed spam messages.
20871         (spam-ham-copy-or-move-routine): Return the number of processed
20872         ham messages.
20873         (spam-summary-prepare-exit): Use the above values to decide
20874         whether status messages shouled be displayed.
20875
20876 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20877
20878         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20879         `rfc2047-encoding-function-alist' in order to avoid conflicting
20880         with the old version.
20881         (rfc2047-encode-region): Concatenate words containing non-ASCII
20882         characters in structured fields; don't encode space-delimited
20883         ASCII words even in unstructured fields; don't break words at
20884         char-category boundaries.
20885         (rfc2047-encode-1): New function.
20886         (rfc2047-encode): Use it; encode text so that it occupies the
20887         maximum width within 76-column; work correctly on Q encoding for
20888         iso-2022-* charsets.
20889         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20890         sure not to break a line just after the header name.
20891         (rfc2047-b-encode-region): Remove.
20892         (rfc2047-b-encode-string): New function.
20893         (rfc2047-q-encode-region): Remove.
20894         (rfc2047-q-encode-string): New function.
20895
20896         * mm-util.el (mm-replace-in-string): New function.
20897
20898 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20899
20900         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20901         Really get it right.
20902         (gnus-inews-make-draft): Really.
20903
20904 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20905
20906         * nnmh.el (nnmh-request-list-1): Don't check the link count
20907         before descending.  (small patch)
20908
20909 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20910
20911         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20912         stuff.
20913
20914         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20915         Match on real group name.
20916
20917         * gnus-art.el (gnus-signature-limit): Doc fix.
20918
20919         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20920
20921         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20922
20923 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20924
20925         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20926         isn't a string.
20927
20928 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20929
20930         * gnus-draft.el (gnus-draft-send):
20931         Bind rfc2047-encode-encoded-words.
20932
20933         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20934         (rfc2047-encodable-p): Say that =? needs encoding.
20935         (rfc2047-encode-encoded-words): New variable.
20936
20937         * gnus-group.el (gnus-group-select-group): Doc fix.
20938
20939         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20940
20941         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20942         to nil.
20943
20944         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20945
20946         * nnheader.el (nnheader-get-lines-and-char): New function.
20947
20948 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20949
20950         * gnus-msg.el (gnus-summary-followup-with-original):
20951         Document yanking of region when active.
20952
20953 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20956         groups if the group level is higher than the specified value.
20957
20958 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20959
20960         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20961         (gnus-group-jump-to-group): Add prefix argument using
20962         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20963         non-active group.
20964
20965         * compface.el (uncompface): Be verbose when changing
20966         `uncompface-use-external'.
20967
20968         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20969         handle manual section.
20970
20971 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20972
20973         * gnus-art.el (gnus-button-alist): Revert previous change.
20974
20975 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20976
20977         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20978
20979 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20980
20981         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20982         whether backend can accept message.
20983
20984         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20985
20986 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20987
20988         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20989         Avoid creating directory when nntp-marks-is-evil is true.
20990         Reported by Reiner Steib.
20991
20992 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20993
20994         * gnus-picon.el (gnus-picon-style): New variable.
20995         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20996         (gnus-picon-transform-address): Support `gnus-picon-style'.
20997         From Jesper Harder <harder@ifa.au.dk>.
20998
20999 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21000
21001         * message.el (message-fill-field): Return point.
21002         (message-generate-headers): Go to end of field.
21003
21004         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21005         stuff for non-living groups.
21006
21007 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21008
21009         * gnus-art.el (gnus-article-followup-with-original)
21010         (gnus-article-reply-with-original): gnus-mark-active-p ->
21011         gnus-region-active-p.
21012
21013 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21014
21015         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21016         only when there is spam or ham to be processed.
21017
21018 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21019
21020         * mail-source.el (mail-source-delete-crash-box): Refactor.
21021         (mail-source-fetch): Use it.
21022         (mail-source-fetch-file): Ditto.
21023         (mail-source-fetch-directory): Run postscript in loop.
21024         (mail-source-fetch-pop): Delete.
21025         (mail-source-fetch-maildir): Ditto.
21026         (mail-source-fetch-imap): Ditto.
21027
21028         * imap.el (imap-authenticators): Comment out sasl.
21029
21030         * message.el (message-skip-to-next-address): New function.
21031         (message-fill-header-address): Refactor.
21032         (message-fill-address): Use it.
21033         (message-delete-address): Use it.
21034         (message-fill-header-general): Refactor.
21035         (message-fill-field-address): Rename.
21036         (message-narrow-to-field): Find the start of the header.
21037         (message-header-format-alist): Don't pre-fill.
21038         (message-fill-header): Remove.
21039         (message-insert-header): New function.
21040         (message-shorten-references): Use it.
21041
21042         * rfc2047.el (rfc2047-field-value): Strip props.
21043
21044         * mail-parse.el (mail-header-make-address): New alias.
21045
21046         * ietf-drums.el (ietf-drums-make-address): New function.
21047
21048         * imap.el: Add compiler directives.
21049
21050         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21051
21052         * gnus-art.el (article-decode-idna-rhs): Don't use
21053         message-idna-inside-rhs-p.
21054
21055 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21056
21057         * message.el (message-idna-inside-rhs-p): Remove.
21058         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21059
21060         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21061         false positives.
21062
21063 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21064
21065         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21066
21067 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21068
21069         * nneething.el (nneething-file-name): Don't create spurious
21070         files.
21071
21072         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21073         (gnus-inews-do-gcc): Remove sleep.
21074
21075         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21076         part under point.
21077
21078         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21079         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21080
21081 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21082
21083         * spam.el (spam-summary-prepare-exit): Fix (length).
21084
21085 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21086
21087         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21088         as expired without moving it" message when there are spam
21089         messages left.
21090
21091 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21092
21093         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21094         header is not nil.
21095
21096 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21097
21098         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21099         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21100         (nntp-marks-changed-p): New arg SERVER.
21101         (nntp-request-update-info): Adjust caller.
21102
21103 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21104
21105         * nntp.el (nntp-save-marks): Pass missing arg.
21106
21107 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21108
21109         * nntp.el: Support marks.
21110         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21111         (nntp-marks-modtime, nntp-marks-directory): New variables.
21112         (nntp-request-set-mark, nntp-request-update-info)
21113         (nntp-possibly-create-directory, nntp-marks-changed-p)
21114         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21115         New functions.
21116
21117 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21118
21119         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21120         (gnus-xmas-redefine): Rename.
21121
21122         * gnus-score.el (gnus-score-insert-help):
21123         Use gnus-select-lowest-window.
21124
21125         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21126         appt-select-lowest-window and rename to gnus-select-lowest-window.
21127
21128         * gnus.el: do.
21129
21130 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21131
21132         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21133         encodings of MIME-encoded words, in order to improve
21134         interoperability with several broken MUAs.
21135
21136 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21137
21138         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21139         tags, only when charsets are not specified in headers.
21140         (mm-inline-text-html-render-with-w3m): Ditto.
21141
21142         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21143         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21144
21145 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21146
21147         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21148         instead of MIME-decoded from fields when checking
21149         `gnus-article-address-banner-alist'.
21150
21151 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21152
21153         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21154         description rather than subject.
21155
21156 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21157
21158         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21159
21160 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21161
21162         * gnus.el (gnus-version-number): Bump.
21163
21164 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21165
21166         * gnus.el: No Gnus v0.2 is released.
21167
21168 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21169
21170         * gnus-agent.el (gnus-agent-read-agentview):
21171         Inline gnus-uncompress-range.
21172
21173 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21174
21175         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21176         `exec-installed-p'.
21177
21178 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21179
21180         * gnus.el (spam-process, spam-autodetect-methods):
21181         Add bsfilter and bsfilter-headers.
21182
21183         * spam.el (spam-bsfilter): New customize group.
21184         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21185         (spam-bsfilter-header, spam-bsfilter-probability-header)
21186         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21187         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21188         (spam-bsfilter-database-directory): New options.
21189         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21190         (spam-list-of-statistical-checks, spam-registration-functions):
21191         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21192         (spam-bsfilter-score): New command.
21193         (spam-check-bsfilter-headers, spam-check-bsfilter)
21194         (spam-bsfilter-register-with-bsfilter)
21195         (spam-bsfilter-register-spam-routine)
21196         (spam-bsfilter-unregister-spam-routine)
21197         (spam-bsfilter-register-ham-routine)
21198         (spam-bsfilter-unregister-ham-routine): New functions.
21199         (spam-generic-score): Support bsfilter; Accept an optional argument
21200         to recalcurate spam score even if scoring header has already been
21201         added.
21202         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21203         optional argument to recalcurate spam score even if scoring header
21204         has already been added.
21205
21206 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21207
21208         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21209         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21210         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21211         link is missing.
21212
21213 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21214
21215         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21216         (html2text-get-attr): Rewrite.
21217
21218         * message.el (message-setup-1): Remove redundant put-text-property
21219         on mail-header-separator.
21220
21221 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21222
21223         * gnus-registry.el (gnus-registry-cache-whitespace)
21224         (gnus-registry-action, gnus-registry-spool-action)
21225         (gnus-registry-split-fancy-with-parent): Change message levels
21226         from 5 to 3 or 7, as needed.
21227
21228         * spam.el (spam-summary-prepare-exit)
21229         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21230         (spam-split, spam-find-spam, spam-log-undo-registration)
21231         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21232         level from 5 to 6.
21233
21234 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21237         2004-03-04 change).
21238
21239 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21240
21241         * sieve-manage.el (sieve-manage-open):
21242         * nnweb.el (nnweb-insert-html):
21243         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21244         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21245         * nnspool.el (nnspool-request-group):
21246         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21247         * nnml.el (nnml-request-update-info):
21248         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21249         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21250         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21251         (nnimap-request-set-mark):
21252         * nnfolder.el (nnfolder-request-update-info):
21253         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21254         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21255         * gnus-uu.el (gnus-uu-find-articles-matching):
21256         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21257         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21258         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21259         * gnus-nocem.el (gnus-nocem-scan-groups):
21260         * gnus-int.el (gnus-start-news-server):
21261         * gnus-group.el (gnus-group-make-kiboze-group)
21262         (gnus-group-browse-foreign-server):
21263         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21264         Use mapc when appropriate.
21265
21266 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21267
21268         FIXME: Make separate entries for each person.
21269
21270         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21271         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21272         <shields@msrl.com>:
21273
21274         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21275         may need for spam sorting and scoring.
21276         (spam-user-format-function-S): Add user format function suitable for
21277         general use.
21278         (spam-article-sort-by-spam-status): Add sorting function for summary
21279         sorting.
21280         (spam-extra-header-to-number): Add function to get a score from a
21281         header.
21282         (spam-summary-score): Add function to get a numeric score from the
21283         headers.
21284         (spam-generic-score): Fix function doc, was in wrong place.
21285         (spam-initialize): Take symbols when it's run, and install the
21286         extra headers that spam-necessary-extra-headers thinks we need.
21287
21288 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21289
21290         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21291         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21292
21293 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21294
21295         * gnus-sum.el (gnus-set-global-variables)
21296         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21297         (gnus-article-get-xrefs, gnus-summary-best-group)
21298         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21299         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21300         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21301         Use with-current-buffer.
21302
21303 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21304
21305         * spam.el (spam-summary-prepare-exit): Simplify logic.
21306         (spam-fetch-article-header): Read the article header if it's not
21307         available.
21308         (spam-list-articles): Simplify logic.
21309         (spam-filelist-register-routine): Fix bug with unregister-list.
21310
21311         * gnus-registry.el: Fix comments at beginning.
21312
21313 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21314
21315         * message.el (message-cater-to-broken-inn): Remove.
21316         (message-shorten-references): Make sure the total folded length of
21317         References is shorter than 998 characters to cater to a bug in INN
21318         2.3.  Also, don't pretend that references aren't folded -- this
21319         hasn't worked for a while.
21320
21321 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21322
21323         * gnus-agent.el (gnus-agentize):
21324         gnus-agent-send-mail-real-function no longer set to current value
21325         of message-send-mail-function but rather a lambda that calls
21326         message-send-mail-function.  The change makes the agent real-time
21327         responsive to user changes to message-send-mail-function.
21328
21329 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21330
21331         * legacy-gnus-agent.el
21332         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21333         help from Florian Weimer <fw@deneb.enyo.de>
21334
21335 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21336
21337         * nnmail.el (nnmail-cache-insert): Revert last change.
21338
21339 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * nnmail.el (nnmail-cache-insert): Always check whether
21342         nnmail-cache-ignore-groups matches a group name.
21343
21344 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21345
21346         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21347         (spam-find-spam, spam-log-processing-to-registry)
21348         (spam-log-registered-p, spam-log-unregistration-needed-p)
21349         (spam-log-undo-registration): Use gnus-message instead of
21350         gnus-error, none of these errors are fatal.
21351
21352         * gnus-registry.el (gnus-registry-clean-empty-function)
21353         (gnus-registry-clean-empty): Remove only empty entries without
21354         extra data.
21355
21356 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21357
21358         * spam-stat.el (spam-stat-buffer-change-to-spam)
21359         (spam-stat-buffer-change-to-non-spam): Change (error) to
21360         (gnus-message 8) invocation.
21361
21362 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21363
21364         * nntp.el (nntp-via-netcat-command): New variable.
21365         (nntp-via-netcat-switches): New variable.
21366         (nntp-open-via-rlogin-and-netcat): New function.
21367         (nntp-open-connection-function): Doc fix.
21368         (nntp-telnet-command): Doc fix.
21369         (nntp-end-of-line): Doc fix.
21370         (nntp-via-rlogin-command): Doc fix.
21371         (nntp-via-user-name): Doc fix.
21372         (nntp-via-address): Doc fix.
21373
21374 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21375
21376         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21377         error in Emacs 21.1.
21378
21379 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21380
21381         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21382
21383 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21384
21385         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21386         (gnus-agent-with-refreshed-group): New macro.
21387         (gnus-agent-rename-group): New function.
21388         (gnus-agent-delete-group): New function.
21389         (gnus-agent-save-group-info): Use gnus-command-method when
21390         `method' parameter is nil.  Don't write nil entries into the
21391         active file.
21392         (gnus-agent-get-group-info): New function.
21393         (gnus-agent-fetch-articles):
21394         Use gnus-agent-update-files-total-fetched-for to increment disk space
21395         used.
21396         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21397         Use gnus-agent-update-view-total-fetched-for to increment disk space
21398         used.
21399         (gnus-agent-get-local): Add optional parameters to avoid calling
21400         gnus-group-real-name and gnus-find-method-for-group.
21401         (gnus-agent-set-local): Delete stored entry if either min, or max,
21402         are nil.
21403         (gnus-agent-fetch-session): Reworded error/quit messages.
21404         On quit, use gnus-agent-regenerate-group to record existance of any
21405         articles fetched to disk before the quit occurred.
21406         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21407         gnus-agent-update-view-total-fetched-for, and
21408         gnus-agent-update-files-total-fetched-for to decrement disk space
21409         used.
21410         (gnus-agent-retrieve-headers):
21411         Use gnus-agent-update-view-total-fetched-for to increment disk space
21412         used.
21413         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21414         with gnus-agent-update-files-total-fetched-for to decrement disk
21415         space and fresh group buffer.
21416         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21417         (gnus-agent-need-update-total-fetched-for): New variable.
21418         (gnus-agent-update-files-total-fetched-for): New function.
21419         (gnus-agent-update-view-total-fetched-for): New function.
21420         (gnus-agent-total-fetched-for): New function.
21421
21422         * gnus-cache.el (gnus-cache-save-buffers):
21423         Use gnus-cache-update-overview-total-fetched-for to change disk space
21424         used by this group.
21425         (gnus-cache-possibly-enter-article):
21426         Use gnus-cache-update-file-total-fetched-for to increment disk space
21427         used by this group.
21428         (gnus-cache-possibly-remove-article):
21429         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21430         used by this group.
21431         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21432         (gnus-cache-rename-group): New function.
21433         (gnus-cache-delete-group): New function.
21434         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21435         (gnus-cache-need-update-total-fetched-for): New variable.
21436         (gnus-cache-with-refreshed-group): New macro.
21437         (gnus-cache-update-file-total-fetched-for): New function.
21438         (gnus-cache-update-overview-total-fetched-for): New function.
21439         (gnus-cache-rename-group-total-fetched-for): New function.
21440         (gnus-cache-delete-group-total-fetched-for): New function.
21441         (gnus-cache-total-fetched-for): New function.
21442
21443         * gnus-group.el: Require gnus-sum and autoload functions to
21444         resolve warnings when gnus-group.el compiled alone.
21445         (gnus-group-line-format): Documented new %F.
21446         (size of Fetched data) group line format; identifies disk space
21447         used by agent and cache.
21448         (gnus-group-line-format-alist): Defined new F format.
21449         (gnus-total-fetched-for): New function.
21450         (gnus-group-delete-group): No longer update
21451         gnus-cache-active-altered as gnus-request-delete-group now keeps
21452         the cache in sync.
21453         (gnus-group-list-active): Let the agent store a server's active
21454         list if currently plugged.
21455
21456         * gnus-int.el (gnus-request-delete-group):
21457         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21458         local disk in sync with the server.
21459         (gnus-request-rename-group):
21460         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21461         local disk in sync with the server.
21462
21463         * gnus-start.el (gnus-get-unread-articles):
21464         Cosmetic simplification to logic.
21465
21466         * gnus-util.el (gnus-rename-file): New function.
21467
21468 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21469
21470         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21471
21472 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21473
21474         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21475         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21476
21477 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21478
21479         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21480         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21481
21482 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21483
21484         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21485
21486 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21487
21488         * spam.el (spam-set-difference): Add function to replace
21489         gnus-set-difference in spam.el.
21490         (spam-summary-prepare-exit): Use spam-set-difference.
21491
21492 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21493
21494         * gnus-registry.el (gnus-registry-cache-file): Update to use
21495         gnus-dribble-directory OR gnus-home-directory OR ~.
21496         (gnus-registry-split-fancy-with-parent): Fix doc.
21497
21498 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21499
21500         * message.el (message-exchange-point-and-mark):
21501         Use message-mark-active-p.  Suggested by Jesper Harder
21502         <harder@ifa.au.dk>.
21503
21504 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21505
21506         * message.el (message-exchange-point-and-mark): Don't activate
21507         region if it was inactive.  Suggested by Hiroshi Fujishima
21508         <pooh@nature.tsukuba.ac.jp>.
21509
21510 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21511
21512         * gnus-art.el (article-display-face): Display Faces in the same
21513         order as X-Faces.
21514
21515 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21516
21517         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21518
21519 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21520
21521         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21522         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21523         (gnus-article-mime-hierarchy): Remove.
21524         (gnus-article-mime-hierarchy-next): Remove.
21525         (gnus-article-mode): Revert 2004-03-19 change.
21526         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21527         (gnus-insert-mime-button): Revert 2004-03-19 change.
21528         (gnus-mime-accumulate-hierarchy): Remove.
21529         (gnus-mime-enter-multipart): Remove.
21530         (gnus-mime-leave-multipart): Remove.
21531         (gnus-mime-display-part): Revert 2004-03-19 change.
21532         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21533
21534         * mml.el (mml-preview): Revert 2004-03-19 change.
21535
21536 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21537
21538         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21539
21540 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21541
21542         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21543         t while entering a file name using the mm-with-multibyte macro.
21544         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21545
21546         * mm-util.el (mm-with-multibyte): New macro.
21547
21548 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21549
21550         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21551         New user option.
21552         (gnus-mime-multipart-functions): Doc and customization fix.
21553         (gnus-article-mime-hierarchy): New variable.
21554         (gnus-article-mime-hierarchy-next): New variable.
21555         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21556         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21557         gnus-article-mime-hierarchy-next to nil.
21558         (gnus-insert-mime-button): Show hierarchy numbers.
21559         (gnus-mime-accumulate-hierarchy): New function.
21560         (gnus-mime-enter-multipart): New function.
21561         (gnus-mime-leave-multipart): New function.
21562         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21563         (gnus-mime-display-alternative): Show hierarchy numbers.
21564
21565         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21566         gnus-article-mime-hierarchy-next to nil.
21567
21568 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21569
21570         * dns.el: Don't require gnus-xmas.
21571
21572 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21573
21574         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21575         inline PGP.
21576         (mml-menu): Disable mml-quote-region if mark is inactive.
21577
21578 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21579
21580         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21581         when the group's active is not available.
21582
21583 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21586         error.
21587
21588 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21589
21590         * imap.el (imap-store-password): New variable.
21591         (imap-interactive-login): Use it.
21592         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21593
21594 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21595
21596         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21597         window-start and hscroll to summary window.
21598
21599 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21600
21601         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21602         conversion message to newsrc-dribble when an actual conversion is
21603         performed.
21604
21605 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21606
21607         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21608
21609 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * mm-decode.el (mm-complicated-handles): New function reviving
21612         former definition of mm-multiple-handles.
21613
21614         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21615         (gnus-mime-delete-part): Use it.
21616
21617 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21618
21619         * gnus-agent.el (gnus-agent-read-local):
21620         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21621         avoid the implicit assumption that they will always be equal.
21622         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21623         coding-system-for-write, as the with-temp-file macro first prints
21624         to a buffer then saves the buffer.
21625
21626 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21627
21628         * gnus-art.el (gnus-article-edit-part): New function.
21629         (gnus-mime-save-part-and-strip): Use it; do query instead of
21630         signaling an error; don't use mm-multiple-handles.
21631         (gnus-mime-delete-part): Ditto.
21632
21633 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21634
21635         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21636         old file versions.
21637         (gnus-group-prepare-hook): Remove function that converted list
21638         form of gnus-agent-expire-days to group properties.
21639
21640         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21641         (gnus-request-accept-article): Re-indented.
21642
21643         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21644         converters to handle old agent file formats.  Add logic for a
21645         "backup before upgrading warning".
21646         (gnus-convert-mark-converter-prompt): Developers can mark
21647         functions as needing (default), or not needing,
21648         gnus-convert-old-newsrc's "backup before upgrading warning".
21649         (gnus-convert-converter-needs-prompt): Tests whether the user
21650         should be protected from potentially irreversable changes by the
21651         function.
21652
21653         * legacy-gnus-agent.el: New.  Provides converters that are only
21654         loaded when gnus-convert-old-newsrc needs to call them.
21655
21656 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21657
21658         * mail-source.el (mail-source-touch-pop): Doc fix.
21659
21660         * message.el (message-smtpmail-send-it): Doc fix.
21661
21662 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21663
21664         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21665
21666         * nnmail.el (nnmail-split-fancy): do.
21667
21668         * gnus-kill.el (gnus-kill, gnus-execute): do.
21669
21670 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21671
21672         * gnus-sum.el (gnus-widget-reversible-match)
21673         (gnus-widget-reversible-to-internal)
21674         (gnus-widget-reversible-to-external): New functions.
21675         (gnus-widget-reversible): New widget.
21676         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21677
21678 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21679
21680         * gnus-sum.el (gnus-thread-sort-functions)
21681         (gnus-article-sort-functions): Document `(not F)' items.
21682
21683 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21684
21685         * spam.el (spam-use-gmane-xref): Add new backend.
21686         (spam-gmane-xref-spam-group): Add variable to control the name of the
21687         Gmane spam group.
21688         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21689         (spam-regex-headers-spam, spam-regex-headers-ham)
21690         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21691         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21692         backends and checks.
21693         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21694
21695         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21696         an autodetect method.
21697
21698 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21699
21700         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21701         articles are being added to a group.
21702         (gnus-request-replace-article): Inform the agent that articles
21703         need to be uncached as the cached contents are no longer valid.
21704
21705 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21706
21707         * binhex.el: Don't autoload executable-find.
21708
21709         * canlock.el: Don't autoload mail-fetch-field.
21710
21711         * dgnushack.el: Autoload c-mode for XEmacs.
21712
21713         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21714
21715         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21716         rmail-dont-reply-to and rmail-output.
21717
21718         * gnus-score.el: Don't autoload ffap-string-at-point.
21719
21720         * gnus-setup.el: Don't autoload sc-cite-original.
21721
21722         * imap.el: Don't autoload base64-decode-string,
21723         base64-encode-string and md5.
21724
21725         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21726         and rmail-msg-restore-non-pruned-header.
21727
21728         * mm-decode.el: Don't autoload executable-find.
21729
21730         * mm-url.el: Don't autoload executable-find.
21731
21732         * mm-view.el: Don't autoload diff-mode.
21733
21734         * nndb.el: Don't autoload news-reply-mode, news-setup,
21735         cancel-timer and telnet.
21736
21737         * password.el: Don't autoload run-at-time for Emacs.
21738
21739         * sha1-el.el: Don't autoload executable-find.
21740
21741         * sieve-mode.el: Don't autoload c-mode.
21742
21743         * uudecode.el: Don't autoload executable-find.
21744
21745 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21746
21747         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21748         (gnus-agent-possibly-alter-active): Avoid null in numeric
21749         comparison.
21750         (gnus-agent-set-local): Refuse to save null in local object table.
21751         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21752         list of articles that will be marked as unread.
21753
21754 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21757
21758 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21759
21760         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21761         language tags.
21762
21763 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21764
21765         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21766         Don't bind "obarray".
21767
21768         * gnus-sum.el (gnus-thread-sort-functions):
21769         Add `gnus-thread-sort-by-most-recent-number' and
21770         `gnus-thread-sort-by-most-recent-date'.
21771         Reported by Kai Grossjohann <kai@emptydomain.de>.
21772
21773 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21774
21775         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21776
21777 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21778
21779         * gnus-cus.el (gnus-agent-customize-category):
21780         Remove ignore-errors macro reference that required cl to be loaded at
21781         run-time.
21782
21783         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21784         single-interval range of the form (min . max).  Previously the
21785         range had to look like ((min . max)).  Likewise, return
21786         (min . max) rather than ((min . max)).
21787         (gnus-range-map): Use gnus-range-normalize to accept
21788         single-interval range.
21789
21790         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21791         the cache, but not the agent, now appear with their usual face.
21792
21793         * dgnushack.el (loaddir): New variable that is bound to the
21794         directory containing the dgnushack.el file. Use loaddir, rather
21795         than srcdir, to update load-path. Change lets dgnushack compile
21796         code in directories other than GNUS/lisp.
21797
21798 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * lpath.el: Don't bind w3m-safe-url-regexp.
21801
21802         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21803         w3m-safe-url-regexp variable buffer-local.
21804
21805         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21806
21807 2004-02-27  Simon Josefsson  <jas@extundo.com>
21808
21809         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21810         gnus-group-real-prefix.
21811         (gnus-summary-move-article): Use it, instead of
21812         gnus-group-real-prefix.
21813
21814 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21815
21816         * lpath.el: Bind w3m-safe-url-regexp.
21817
21818         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21819         w3m-safe-url-regexp variable buffer-local and set it as the value
21820         of mm-w3m-safe-url-regexp.
21821
21822         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21823
21824         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21825         parsing gnus-posting-styles when the message is not for replying.
21826
21827         * dgnushack.el: Autoload sgml-mode for XEmacs.
21828
21829         * nnrss.el (nnrss-opml-export):
21830         Use mm-set-buffer-file-coding-system instead of
21831         set-buffer-file-coding-system.
21832
21833 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21834
21835         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21836         of checkdoc.el).
21837         * nnrss.el: do.
21838         * gnus-mlspl.el: do.
21839         * gnus-ml.el: do.
21840         * gnus-srvr.el: do.
21841
21842         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21843
21844 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21845
21846         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21847         Corrections to custom-manual links.
21848
21849         * gnus-art.el (gnus-article): Ditto.
21850
21851         * mm-decode.el (mime-display, mime-security): Ditto.
21852
21853 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21854
21855         * flow-fill.el: Typo.
21856
21857 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21858
21859         * spam-wash.el: New file.
21860
21861 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21862
21863         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21864
21865 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21866
21867         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21868         to be run with new-articles as LIST1, not LIST2.
21869         (spam-registration-functions): Add spam-use-ham-copy as a nil
21870         registration backend.
21871
21872 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21873
21874         * spam-stat.el (spam-stat-washing-hook): New option.
21875         (spam-stat-buffer-words): Use it.
21876         (spam-stat-process-directory, spam-stat-test-directory):
21877         Use insert-file-contents-literally.
21878         (spam-stat-coding-system): New variable.
21879         (spam-stat-load, spam-stat-save): Use it.
21880
21881 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21882
21883         * spam-report.el (spam-report-plug-agent):
21884         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21885
21886 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21887
21888         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21889         Allow / in mailto URLs.
21890
21891 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21892
21893         * spam-report.el (spam-report-process-queue): Fix interactive use.
21894         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21895         (spam-report-unplug-agent): Doc fixes.
21896         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21897         (spam-report-agentize, spam-report-deagentize): Autoload.
21898
21899 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21900
21901         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21902
21903         * message.el (message-setup-fill-variables): Add mml tags to
21904         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21905         <ajk@iu.edu>.
21906         (message-mode): Don't modify paragraph-separate there.
21907
21908 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21909
21910         * compface.el (uncompface-use-external): Default to undecided.
21911         (uncompface-use-external-threshold): New variable.
21912         (uncompface-float-time): New macro.
21913         (uncompface): Determine whether to use the external decoder if
21914         uncompface-use-external is undecided.
21915
21916 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21917
21918         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21919         after images.
21920
21921         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21922
21923 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21924
21925         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21926
21927         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21928
21929         * gnus-sum.el (gnus-summary-limit-to-age)
21930         (gnus-summary-limit-children): do.
21931
21932         * gnus-int.el (gnus-request-scan): do.
21933
21934         * gnus-group.el (gnus-group-suspend): do.
21935
21936         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21937
21938         * gnus-cite.el (gnus-cite-parse-attributions): do.
21939
21940         * gnus-agent.el (gnus-summary-set-agent-mark)
21941         (gnus-agent-regenerate-group): do.
21942
21943         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21944
21945         * binhex.el (binhex-decode-region-internal): do.
21946
21947 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * gnus-fun.el (gnus-face-properties-alist): New user option.
21950         (gnus-display-x-face-in-from): Use it.
21951
21952         * gnus-art.el (article-display-face): Ditto.
21953
21954         * compface.el (uncompface-use-external): Default to nil.
21955
21956 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21957
21958         * nntp.el (nntp-erase-buffer): New function.
21959         (nntp-retrieve-data, nntp-send-command)
21960         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21961         (nntp-possibly-change-group): Use it.
21962
21963         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21964         Use with-current-buffer.
21965
21966 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21967
21968         * compface.el: Merge the ELisp-based uncompface program.
21969         (compface): New customization group.
21970         (uncompface-use-external): New user option.
21971         (uncompface): Call uncompface-internal if uncompface-use-external
21972         is nil.
21973         (uncompface-internal): New function.  Note that there are also
21974         some other functions and variables added for this function.
21975
21976 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21977
21978         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21979         if necessary.
21980
21981 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21982
21983         * spam-report.el (spam-report-unplug-agent)
21984         (spam-report-plug-agent, spam-report-deagentize)
21985         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21986         Add support for the Agent in spam-report: when unplugged, report to a
21987         file; when plugged, submit all the requests.
21988
21989         * spam.el (spam-register-routine): Fix message about
21990         registration.
21991
21992 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21993
21994         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21995         dependencies.
21996         (rfc2047-encode): Use it.
21997
21998         * gnus-art.el (gnus-button-marker-list): Move before first
21999         reference.
22000
22001         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22002         (imap-parse-body): Fix format string mismatch.
22003
22004         * gnus-score.el (gnus-summary-increase-score): do.
22005
22006         * nnrss.el (nnrss-close): New function.
22007
22008 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22009
22010         * nnrss.el (nnrss-make-filename): New function.
22011         (nnrss-request-delete-group, nnrss-read-server-data)
22012         (nnrss-save-server-data, nnrss-read-group-data)
22013         (nnrss-save-group-data): Use it.
22014         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22015         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22016         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22017
22018 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22019
22020         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22021
22022 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22023
22024         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22025         files.
22026
22027         * message.el (message-generate-headers-first): Don't quote nil
22028         and t in docstrings.
22029
22030         * imap.el (imap-id): do.
22031
22032         * gnus-agent.el (gnus-agent-consider-all-articles)
22033         (gnus-agent-queue-mail): do.
22034
22035 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22036
22037         * spam-report.el (spam-report-process-queue): New function.
22038         Process requests from `spam-report-requests-file'.
22039         (spam-report-process-queue): Doc fix.
22040
22041 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22042
22043         * spam.el (spam-register-routine)
22044         (spam-log-processing-to-registry, spam-log-registered-p)
22045         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22046         Change "check" to "spam-check" for semi-clarity.
22047
22048 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22049
22050         * pop3.el: Require nnheader.
22051
22052         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22053
22054         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22055
22056         * gnus-picon.el: Require cl.
22057
22058         * gnus-fun.el: Require gnus-ems and gnus-util.
22059
22060         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22061
22062         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22063
22064         * gnus-art.el (gnus-article-edit-mode): Define before first
22065         reference.
22066
22067 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22068
22069         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22070         (gnus-uu-post-encoded): Use point-at-bol.
22071
22072         * gnus-topic.el (gnus-group-active-topic-p): do.
22073
22074         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22075
22076         * gnus-group.el (gnus-group-kill-region): do.
22077
22078         * gnus-art.el (article-date-ut): do.
22079
22080         * message.el (message-fetch-field): Remove redundant
22081         case-fold-search binding.
22082         (message-narrow-to-field): Simplify.
22083
22084 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22085
22086         * spam.el (spam-directory): Derive from `gnus-directory'.
22087
22088         * spam-report.el (spam-report-url-to-file)
22089         (spam-report-requests-file): New function and variable for offline
22090         reporting.
22091         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22092         and user defined function.
22093         (spam-report-url-ping-mm-url): Remove doubled slash.
22094
22095 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22096
22097         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22098
22099 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22100
22101         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22102         Fix format string mismatch.
22103
22104         * sieve.el (sieve-deactivate-all): do.
22105
22106         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22107
22108         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22109
22110         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22111
22112         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22113
22114 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22115
22116         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22117         the list of checks.
22118
22119 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22120
22121         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22122         padding.
22123
22124 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22125
22126         * mm-view.el (mm-fill-flowed): New variable.
22127         (mm-inline-text): Use it.
22128
22129 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22130
22131         * spam.el (spam-spamassassin-register-ham-routine)
22132         (spam-spamassassin-register-spam-routine): Fix function names.
22133
22134 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * gnus.el (gnus-tmp-grouplens): Remove.
22137         (gnus-summary-line-format): Remove grouplens.
22138
22139         * gnus-group.el (gnus-group-line-format): Ditto.
22140
22141         * gnus-spec.el (gnus-format-specs): Ditto.
22142         (gnus-update-format-specifications): Flush the group format spec
22143         cache if there's the grouplens stuff.
22144         (gnus-parse-simple-format): Replace %l with the empty string.
22145
22146 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22147
22148         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22149         omission.
22150
22151 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22152
22153         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22154         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22155
22156 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22157
22158         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22159         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22160         New macros and functions.
22161         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22162         Handle > NLINK_MAX messages.
22163         * nnmaildir.el (nnmaildir-request-set-mark):
22164         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22165
22166 2004-01-25  Alex Schroeder  <alex@gnu.org>
22167
22168         * spam-stat.el (spam-stat-process-directory-age): New option.
22169         (spam-stat-process-directory): Use it.
22170
22171 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22172
22173         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22174         (spam-stat-save): Accept prefix argument.
22175
22176 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22177
22178         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22179         links" error.
22180
22181 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22184         the rest of the and/or forms.
22185
22186 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22187
22188         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22189         compatibility with old .newsrc.eld files.
22190
22191         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22192
22193         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22194
22195         * gnus-start.el (gnus-1): do.
22196
22197         * gnus-group.el (gnus-group-line-format-alist): do.
22198
22199         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22200
22201         * gnus-gl.el: Remove.
22202
22203 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22204
22205         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22206         marks consisting of a single range {for example, (3 . 5)} rather
22207         than a list of a single range { ((3 . 5)) }.
22208
22209 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22210
22211         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22212         Use with-current-buffer.
22213         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22214         avoid consing a string.
22215
22216         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22217         Remove obsolete entries for big5 and gb2312.
22218
22219 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22220
22221         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22222         uncompressed list.
22223
22224 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22225
22226         * spam-stat.el (spam-stat-strip-xref): New function.
22227         (spam-stat-process-directory): Use it.
22228
22229         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22230         here -- it's done in message-fetch-field.
22231
22232 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22233
22234         * gnus-agent.el (gnus-agent-queue-mail)
22235         (gnus-agent-prompt-send-queue): New variables.
22236         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22237         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22238         "nndraft:queue" along to gnus-draft-send.
22239         Use gnus-agent-prompt-send-queue.
22240         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22241         is "nndraft:queue".  Suggested by Gaute Strokkenes
22242         <gs234@srcf.ucam.org>
22243
22244         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22245         (agent-enable-undownloaded-faces): Add.
22246         (gnus-agent-cat-groups): Use eval-and-compile, not
22247         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22248         method of gnus-agent-cat-groups even when the buffer has been
22249         evaled.
22250         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22251         delete gnus-agent-save-active-1.
22252         (gnus-agent-save-groups): Delete.  Identical to
22253         gnus-agent-save-active.
22254         (gnus-agent-write-active): No longer adjust agent's copy of active
22255         file as agent's adjustments are now stored in their own
22256         file.  Remove optional parameter.
22257         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22258         servers.  Add use of min/max range limits from server's local
22259         file.
22260         (gnus-agent-save-alist): Remove unused optional argument.
22261         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22262         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22263         (gnus-agent-set-local): A per-server file that keeps min/max range
22264         limits for articles known to the agent.  Provides a fast mechanism
22265         for altering many active ranges.
22266         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22267         active file (local makes it unnecessary).
22268         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22269
22270         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22271         (agent-enable-undownloaded-faces): Add.
22272
22273         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22274         disable it when sending to "nndraft:queue".
22275         (gnus-group-send-queue): Add safety check to avoid sending queue
22276         when unplugged.
22277
22278         * gnus-group.el (gnus-group-catchup): Use new
22279         gnus-sequence-of-unread-articles, not
22280         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22281         numbers of articles.  Use gnus-range-map to avoid having to
22282         uncompress the unread list.
22283         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22284         Fix invalid ange-ftp reference.
22285
22286         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22287         (gnus-sorted-range-intersection): Intersection of two ranges
22288         without requiring that they first be uncompressed.
22289
22290         * gnus-start.el (gnus-activate-group): Unless blocked by the
22291         caller, possibly expand the active range to include both cached
22292         and agentized articles.
22293         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22294         multiple version-dependent converters.
22295         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22296         gnus-agent-save-active.
22297         (gnus-save-newsrc-file): Save dirty agent range limits.
22298
22299         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22300         gnus-agent-possibly-alter-active.
22301         (gnus-adjust-marked-articles): Faster handling of simple lists.
22302
22303 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22304
22305         * spam-stat.el (spam-stat-test-directory): New optional argument
22306         displays a list of files detected.  Suggested by Andrew Cohen
22307         <cohen@andy.bu.edu>.
22308         (spam-stat-buffer-words-with-scores): Don't narrow and change
22309         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22310
22311 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22312
22313         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22314         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22315         (spam-spamassassin-arguments)
22316         (spam-spamassassin-spam-flag-header)
22317         (spam-spamassassin-positive-spam-flag-header)
22318         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22319         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22320         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22321         (spam-list-of-processors, spam-list-of-checks)
22322         (spam-list-of-statistical-checks, spam-registration-functions)
22323         (spam-check-spamassassin-headers, spam-check-spamassassin)
22324         (spam-spamassassin-score)
22325         (spam-spamassassin-register-with-sa-learn)
22326         (spam-spamassassin-register-spam-routine)
22327         (spam-spamassassin-register-ham-routine)
22328         (spam-assassin-register-spam-routine)
22329         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22330         (spam-bogofilter-score): Fix to show article before scoring.
22331
22332 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22333
22334         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22335         default scoring function.
22336         (spam-generic-score): Call spam-spamassassin-score if
22337         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22338         spam-bogofilter-score otherwise.
22339
22340         * gnus.el (spam-process, spam-autodetect-methods):
22341         Add spamassassin and spamassassin-headers.
22342
22343 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22344
22345         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22346         Suppress unnecessary messages.
22347
22348 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22349
22350         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22351         make-hash-table.
22352
22353 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * canlock.el (base64-encode-string): Don't autoload it.
22356
22357 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22358
22359         * run-at-time.el: Remove useless (require 'itimer),
22360         eval-and-compile and (featurep 'xemacs).
22361
22362 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22363
22364         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22365         GROUP is a virtual group.
22366
22367 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22368
22369         * gnus.el: Autoload `message-y-or-n-p'.
22370
22371 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22372
22373         * pgg-parse.el: Remove unnecessary (require 'custom).
22374
22375         * pgg-def.el: do.
22376
22377         * nnmail.el: do.
22378
22379         * gnus-undo.el: do.
22380
22381         * gnus-picon.el: do.
22382
22383         * gnus-util.el: do.
22384
22385 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22386
22387         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22388
22389 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22392         handle, as well as a list.
22393
22394         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22395         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22396         (mm-w3m-cid-retrieve): Simplify.
22397
22398 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22399
22400         * message.el (message-kill-to-signature): Allow prefix arg to
22401         specify number of lines to keep before signature.
22402
22403 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22404
22405         * message.el (message-kill-to-signature): Change docstring.
22406
22407 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22408
22409         * canlock.el: Always require sha1-el.
22410         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22411
22412         * message.el: Autoload sha1 only when compiling.
22413
22414         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22415         eudc-expand-inline for XEmacs.
22416
22417 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * message.el (message-canlock-generate): Require sha1-el.
22420
22421 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22422
22423         * message.el (message-expand-name): Silence the byte compiler.
22424
22425         * lpath.el: Add detect-coding-system.
22426
22427         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22428         cus-edit.
22429
22430 2004-01-13  Simon Josefsson  <jas@extundo.com>
22431
22432         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22433         Invoke gnus-score-mode.
22434         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22435
22436         * gnus-range.el (gnus-compress-sequence): Doc fix.
22437         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22438
22439 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22440
22441         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22442
22443 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22444
22445         * spam.el (spam-get-article-as-string): Update to use
22446         gnus-request-article-this-buffer, much simpler.
22447         (spam-get-article-as-buffer): Remove.
22448
22449 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22450
22451         * message.el (message-expand-name): Use EUDC if the user uses that.
22452
22453 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22454
22455         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22456         character for the encoding to avoid consing a string.
22457
22458         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22459         unnecessarily.
22460
22461         * mm-util.el (mm-replace-chars-in-string): Remove.
22462
22463         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22464         of mm-replace-chars-in-string.
22465
22466 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22467
22468         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22469
22470         * mm-util.el (mm-subst-char-in-string): Support inplace.
22471
22472         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22473         a new string in every iteration.  Use shy groups.
22474
22475 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22476
22477         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22478         * gnus-soup.el (gnus-soup-group-brew):
22479         * gnus-msg.el (gnus-put-message):
22480         * gnus-move.el (gnus-group-move-group-to-server):
22481         * gnus-kill.el (gnus-batch-score):
22482         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22483         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22484         (gnus-group-update-group, gnus-group-read-group)
22485         (gnus-group-make-group, gnus-group-make-help-group)
22486         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22487         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22488         (gnus-group-sort-by-unread, gnus-group-catchup)
22489         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22490         (gnus-group-yank-group, gnus-group-set-info)
22491         (gnus-group-list-groups):
22492         * gnus.el (gnus-generate-new-group-name):
22493         * gnus-delay.el (gnus-delay-send-queue):
22494         * nnvirtual.el (nnvirtual-catchup-group):
22495         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22496         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22497         (gnus-group-prepare-topics, gnus-topic-check-topology):
22498         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22499         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22500         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22501         (gnus-group-make-articles-read):
22502         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22503         (gnus-group-change-level, gnus-kill-newsgroup)
22504         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22505         (gnus-get-unread-articles, gnus-make-articles-unread)
22506         (gnus-make-ascending-articles-unread): Use accessor
22507         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22508         to get group information for improved readability.
22509
22510
22511 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22512
22513         * gnus-art.el (article-decode-mime-words, article-babel)
22514         (gnus-article-highlight-signature, gnus-article-add-buttons)
22515         (gnus-signature-toggle): Use gnus-with-article-buffer.
22516
22517         * gnus-art.el (gnus-article-highlight-headers)
22518         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22519
22520         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22521         (gnus-article-set-globals, gnus-request-article-this-buffer)
22522         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22523         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22524         (gnus-mime-display-alternative): Use with-current-buffer.
22525
22526 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22527
22528         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22529         also under 80 char limit, and call gnus-error if needed.
22530         (spam-fetch-article-header): Fix - it was a
22531         buffer-local variable (gnus-newsgroup-data).
22532         (spam-find-spam): Use spam-generate-fake-headers, forget about
22533         spam-insert-fake-headers.
22534         (spam-insert-fake-headers): Remove.
22535
22536 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22537
22538         * deuglify.el (gnus-article-outlook-unwrap-lines)
22539         (gnus-outlook-rearrange-article)
22540         (gnus-outlook-repair-attribution-outlook)
22541         (gnus-outlook-repair-attribution-block)
22542         (gnus-outlook-repair-attribution-other): Remove redundant
22543         save-excursion.
22544
22545 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22546
22547         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22548         (spam-fetch-field-subject-fast)
22549         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22550         (spam-fetch-article-header): Add functions to deal with Gnus
22551         internals for fast retrieval of article header data.
22552         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22553
22554 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22555
22556         * pop3.el (pop3-md5): Remove.
22557         (pop3-apop): Replace pop3-md5 with md5.
22558
22559         * mm-bodies.el: base64 is always built-in.
22560
22561         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22562         Use with-current-buffer.
22563
22564 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22565
22566         * canlock.el (canlock-insert-header): Remove excessive grouping in
22567         regexp.
22568
22569         * gnus-sum.el (gnus-summary-read-document): Ditto.
22570
22571         * gnus-uu.el (gnus-uu-part-number): Ditto.
22572
22573         * html2text.el (html2text-remove-tags): Ditto.
22574         (html2text-format-tags): Ditto.
22575         (html2text-format-single-elements): Ditto.
22576
22577         * mml.el (mml-parse-1): Ditto.
22578
22579 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22580
22581         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22582
22583         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22584
22585         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22586
22587         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22588
22589 2003-11-15  Simon Josefsson  <jas@extundo.com>
22590
22591         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22592         (pgg-gpg-lookup-key): Use regexp match instead of
22593         split-string (split-string is different between emacs 21.2 and
22594         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22595
22596 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22597
22598         * gnus-art.el (gnus-mime-view-all-parts)
22599         (gnus-article-part-wrapper, gnus-article-view-part):
22600         Use with-current-buffer.
22601
22602 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22603
22604         * spam.el (spam-disable-spam-split-during-ham-respool)
22605         (spam-spamoracle-database, spam-cache-lookups)
22606         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22607         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22608         (spam-group-ham-marks, spam-group-spam-marks)
22609         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22610         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22611         also add spam-use-blackholes to the statistical checks.
22612         (spam-fetch-field-fast): Add interface to fetching fields, may
22613         become a macro.
22614         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22615         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22616         (spam-insert-fake-headers): Fake an article when needed.
22617         (spam-find-spam): Fake article when possible.
22618         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22619         (spam-check-bogofilter-headers): Use message-fetch-field instead
22620         of nnmail-fetch-field.
22621
22622 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22623
22624         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22625
22626 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22627
22628         * spam.el (spam-split): Do not require spam-use-CHECK to be
22629         enabled if that check is passed to spam-split explicitly; also
22630         fix so 'spam doesn't get converted to spam-split-group when
22631         spam-split-symbolic-return is t.
22632         (spam-find-spam): Find registrations of the article and use those
22633         instead of re-running spam-split to find the spam/ham
22634         classification of the article.
22635         (spam-log-processing-to-registry, spam-log-registered-p)
22636         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22637         Use gnus-error instead of gnus-message.
22638         (spam-log-registration-type): Add function to determine the
22639         classification of a message based on registry entries; will
22640         return nil if both 'spam and 'ham are found.
22641         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22642         a reasonably fast local cache without the loading errors.
22643         (spam-cache-lookups): Set to t by default.
22644         (spam-find-spam): Don't try to guess spam-cache-lookups.
22645         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22646         spam-caches entry.
22647         (spam-filelist-build-cache, spam-filelist-check-cache):
22648         Fix caching of whitelist/blacklist entries.
22649         (spam-check-whitelist, spam-check-blacklist):
22650         Invoke spam-from-listed-p with a type, not a cache variable.
22651         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22652
22653 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22654
22655         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22656
22657         * nnmail.el (nnmail-split-fancy): do.
22658
22659         * mml.el (mml-parse): do.
22660
22661         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22662         (gnus-score-adaptive): do.
22663
22664 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22667         (gnus-mime-button-map): Don't set keymap parent.
22668         (gnus-button-ctan-directory-regexp): Use shy grouping.
22669         (gnus-prev-page-map): Don't set keymap parent.
22670         (gnus-prev-page-map): Remove duplicated one.
22671         (gnus-next-page-map): Don't set keymap parent.
22672         (gnus-mime-security-button-map): Ditto.
22673
22674         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22675         version number.
22676
22677         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22678
22679 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22680
22681         * canlock.el (canlock-sha1-function): Remove.
22682         (canlock-sha1-function-for-verify): Remove.
22683         (canlock-openssl-program): Remove.
22684         (canlock-openssl-args): Remove.
22685         (canlock-ignore-errors): Remove.
22686         (canlock-sha1-with-openssl): Remove.
22687         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22688         (canlock-verify): Don't use canlock-ignore-errors.
22689
22690         * sha1-el.el (sha1-string-external): Make it can return a string
22691         in binary form.
22692         (sha1-region-external): Ditto.
22693         (sha1-string-internal): Ditto.
22694         (sha1-region-internal): Ditto.
22695         (sha1-region): Ditto.
22696         (sha1-string): Ditto.
22697         (sha1): Ditto.
22698
22699 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22700
22701         * spam.el (spam-report-articles-gmane): New command.
22702
22703 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22704
22705         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22706
22707         * run-at-time.el (run-at-time-saved): Remove.
22708         (run-at-time): Doc fix.
22709
22710 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22711
22712         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22713         (gnus-summary-limit-map): Add it.
22714         (gnus-summary-make-menu-bar): do.
22715
22716 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22717
22718         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22719         Make attempt at some caching support (done for BBDB only now).
22720         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22721         addresses to be checked.
22722         (spam-clear-cache-BBDB): Add function, to be invoked by
22723         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22724         (spam-check-BBDB): Check and use the caches, if
22725         spam-cache-lookups is on, remove superfluous (provide).
22726
22727 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22728
22729         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22730
22731 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22732
22733         * run-at-time.el (run-at-time-saved): Move to after the definition
22734         of `run-at-time'.
22735
22736         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22737
22738 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22739
22740         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22741         mm-w3m-local-map-property.
22742
22743         * mm-view.el (mm-w3m-mode-map): Remove.
22744         (mm-w3m-local-map-property): Remove.
22745         (mm-inline-text-html-render-with-w3m): Don't use
22746         mm-w3m-local-map-property.
22747
22748 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22749
22750         * run-at-time.el: New file.
22751
22752         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22753         under Emacs.
22754
22755         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22756         of gnus-set-text-properties.
22757
22758         * gnus-uu.el (gnus-uu-save-article): Ditto.
22759
22760         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22761
22762         * gnus-cite.el (gnus-cite-parse): Ditto.
22763
22764         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22765         of gnus-.
22766
22767         * gnus-xmas.el (run-at-time): Require run-at-time.
22768
22769         * gnus.el: Change calls to nnheader-run-at-time and
22770         password-run-at-time throughout to use run-at-time directly.
22771
22772         * password.el: Remove definition of run-at-time.
22773
22774         * nnheaderxm.el: Remove definition of run-at-time.
22775
22776 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22777
22778         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22779         in prompt.
22780
22781 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22782
22783         * messagexmas.el (message-xmas-redefine): Alias
22784         `message-make-caesar-translation-table' to
22785         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22786         version.
22787
22788         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22789         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22790         `gnus-xmas-set-text-properties'.
22791         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22792         `gnus-xmas-completing-read'.
22793         (gnus-xmas-completing-read): Removed.
22794         (gnus-xmas-open-network-stream): Removed.
22795
22796         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22797         XEmacs version.
22798
22799         * dns.el (dns-make-network-process): Use `open-network-stream'
22800         instead of `gnus-xmas-open-network-stream'.
22801
22802         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22803
22804         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22805
22806 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22807
22808         * gnus-art.el (gnus-mime-display-alternative)
22809         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22810         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22811         Don't use gnus-local-map-property.
22812
22813         * gnus-util.el (gnus-local-map-property): Remove.
22814
22815         * mm-view.el (mm-view-pkcs7-decrypt):
22816         Replace gnus-completing-read-maybe-default with completing-read.
22817
22818         * gnus-util.el (gnus-completing-read): do.
22819         (gnus-completing-read-maybe-default): Remove.
22820
22821 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22822
22823         * password.el: Only autoload `run-at-time' if not XEmacs.
22824         Only autoload the itimer functions if XEmacs.
22825
22826 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22827
22828         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22829         XEmacsen.
22830
22831         * dgnushack.el: Autoload executable-find for XEmacs.
22832
22833 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22834
22835         * gnus-art.el (gnus-read-string): Remove.
22836         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22837         read-string.
22838
22839 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22840
22841         * netrc.el: Autoload password-read.
22842         (netrc): Add configuration group.
22843         (netrc-encoding-method, netrc-openssl-path):
22844         Add variables for encoding and decoding of files with symmetric
22845         ciphers.
22846         (netrc-encode): Add assistant function to encode a file with
22847         netrc-encoding-method.
22848         (netrc-parse): Add interactive parameter, added optional
22849         decoding if netrc-encoding-method is non-nil but otherwise
22850         behavior is standard.
22851         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22852         Do s/encode/encrypt/ everywhere.
22853
22854         * spam.el: Remove executable-find autoload.
22855
22856 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22857
22858         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22859
22860         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22861
22862 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22863
22864         * gnus-art.el (gnus-treat-ansi-sequences)
22865         (article-treat-ansi-sequences): New variable and function.
22866         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22867
22868         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22869         Use it.
22870
22871 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22872
22873         * mm-util.el (mm-quote-arg): Remove.
22874
22875         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22876         shell-quote-argument.
22877
22878         * gnus-uu.el (gnus-uu-command): do.
22879
22880         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22881
22882         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22883         with make-char.
22884
22885         * mm-util.el (mm-make-char): Remove.
22886
22887         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22888         add-minor-mode.
22889
22890         * gnus-undo.el (gnus-undo-mode): do.
22891
22892         * gnus-topic.el (gnus-topic-mode): do.
22893
22894         * gnus-sum.el (gnus-dead-summary-mode): do.
22895
22896         * gnus-start.el (gnus-slave-mode): do.
22897
22898         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22899
22900         * gnus-ml.el (gnus-mailing-list-mode): do.
22901
22902         * gnus-gl.el (gnus-grouplens-mode): do.
22903
22904         * gnus-draft.el (gnus-draft-mode): do.
22905
22906         * gnus-dired.el (gnus-dired-mode): do.
22907
22908         * gnus-ems.el (gnus-add-minor-mode): Remove.
22909
22910         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22911         Replace gnus-char-width with char-width.
22912
22913         * gnus-ems.el (gnus-char-width): Remove.
22914
22915         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22916         Replace gnus-char-width with char-width.
22917
22918         * gnus-ems.el (gnus-char-width): Remove.
22919
22920         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22921         definition.
22922         Remove Emacs 20 hash table compatibility code.
22923
22924         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22925         20 compatibility code.
22926
22927         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22928
22929         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22930
22931         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22932         Replace with point-at-{eol,bol}.
22933
22934         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22935
22936         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22937
22938         * flow-fill.el (fill-flowed-point-at-bol)
22939         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22940
22941         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22942         Replace with point-at-{eol,bol} throughout all files.
22943
22944 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22945
22946         * ntlm.el (ntlm-string-as-unibyte): New macro.
22947         (ntlm-build-auth-response): Use it.
22948
22949         Remove Emacs 20 stuff:
22950         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22951         (butlast, mapc, remove): Remove the compiler macros.
22952         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22953         of delq and copy-sequence.
22954         * gnus-art.el (popup-menu): Remove the compiler macro.
22955         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22956         Emacs 20.
22957
22958 2004-01-05  Simon Josefsson  <jas@extundo.com>
22959
22960         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22961         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22962         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22963         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22964         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22965         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22966         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22967         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22968         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22969         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22970         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22971         string-xor into ntlm-string-xor.
22972         Suggested by Jesper Harder <harder@myrealbox.com>.
22973
22974         * ntlm.el: Don't include poem.
22975
22976         * md4.el (print-int32, print-string-hexa): Remove.
22977         Suggested by Jesper Harder <harder@myrealbox.com>.
22978
22979         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22980
22981         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22982         probably breaks emacs with DL patch, but do we care? Is anyone
22983         still using the DL stuff?)
22984
22985         * sieve-manage.el: Use the password package.
22986         (sieve-manage-read-passwd): Remove.
22987         (sieve-manage-interactive-login): Use password.  Re-add
22988         condition-case around loop.
22989
22990         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22991         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22992         Use the password package.
22993
22994 2003-02-19  Simon Josefsson  <jas@extundo.com>
22995
22996         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22997         token.
22998
22999 2002-08-07  Simon Josefsson  <jas@extundo.com>
23000
23001         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23002         (sieve-manage-authenticators):
23003         (sieve-manage-authenticator-alist): Add some SASL mechs.
23004         (sieve-sasl-auth): New function.
23005         (sieve-manage-cram-md5-auth):
23006         (sieve-manage-plain-auth): Rewrite using SASL library.
23007         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23008         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23009         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23010         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23011
23012 2004-01-05  Simon Josefsson  <jas@extundo.com>
23013
23014         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23015         New files.
23016
23017 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23018
23019         * gnus-group.el (gnus-no-groups-message): Update.
23020
23021         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23022
23023 2003-11-09  Simon Josefsson  <jas@extundo.com>
23024
23025         * imap.el: Support for ID IMAP extension (RFC 2971).
23026         (imap-local-variables): Add imap-id.
23027         (imap-id): New variable.
23028         (imap-id): New function.
23029         (imap-parse-response): Parse untagged ID response.
23030         * nnimap.el (nnimap-id): New variable.
23031         (nnimap-open-connection): Use it.
23032
23033 2003-12-28  Simon Josefsson  <jas@extundo.com>
23034
23035         * gnus-score.el (gnus-score-edit-all-score): New.
23036         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23037
23038 2004-01-04  Simon Josefsson  <jas@extundo.com>
23039
23040         * password.el: Add.
23041
23042 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23043
23044         * dns.el (dns-query-types): Fix typo.
23045         (dns-query-types): New function.
23046         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23047         PTR and SOA replies, see RFC 1035.
23048
23049 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23050
23051         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23052
23053         * Move to Changelog.2.
23054
23055 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23056
23057         * gnus.el (gnus-version-number): Bump version.
23058
23059 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23060
23061         * gnus.el: No Gnus v0.1 is released.
23062
23063 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23064
23065         * gnus.el: No Gnus v0.0 is released.
23066
23067 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23068
23069         * gnus.el (gnus-version-number): Bump.
23070         (gnus-version): No.
23071
23072 See ChangeLog.2 for earlier changes.
23073
23074   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23075
23076   This file is part of GNU Emacs.
23077
23078   GNU Emacs is free software: you can redistribute it and/or modify
23079   it under the terms of the GNU General Public License as published by
23080   the Free Software Foundation, either version 3 of the License, or
23081   (at your option) any later version.
23082
23083   GNU Emacs is distributed in the hope that it will be useful,
23084   but WITHOUT ANY WARRANTY; without even the implied warranty of
23085   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23086   GNU General Public License for more details.
23087
23088   You should have received a copy of the GNU General Public License
23089   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23090
23091 ;; Local Variables:
23092 ;; coding: utf-8
23093 ;; fill-column: 79
23094 ;; add-log-time-zone-rule: t
23095 ;; End: