7e7b4499f8841481dffca9a9dc48d76752a40b27
[gnus] / lisp / ChangeLog
1 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4         has been renamed.
5
6         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
7         (bug#9225).
8
9 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
10
11         Add autoload cookies for functions used by sendmail.el.
12         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
13
14         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
15
16 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-art.el (article-date-ut): Work properly even when there are
19         things like Date header in the body; work for forwarded parts.
20
21 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
24         original-article-buffer.
25
26 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
27
28         * nnir.el (nnir-compose-result): Fix matching of server type.
29         (nnir-run-swish++): Ditto.
30         (nnir-run-namazu): Ditto.
31         (nnir-run-notmuch): Ditto.
32
33 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
36         (bug#9405).
37
38         * gnus-score.el (gnus-summary-increase-score): Doc clarification
39         (bug#9421).
40
41         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
42         (bug#9425).
43
44         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
45         thing (bug#9426).
46
47 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
50         the error message.
51
52 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
53
54         * message.el (message-setup-1): Return t (Bug#9392).
55
56 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
57
58         * gnus-sum.el: When adding article headers to a summary buffer also
59         update gnus-newsgroup-articles (bug#9386).
60
61 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * auth-source.el: Autoload help-mode.
64
65 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
68         names.
69
70 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
71
72         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
73         mm-replace-in-string for compatibility issues.
74         * mml2015.el (mml2015-epg-verify): Ditto.
75
76 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
79
80         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
81
82 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
85         continue on and do the clean-up phase (bug#9188).
86
87         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
88         just ignore groups that can't be opened instead of erroring out
89         (bug#9225).
90
91         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
92         nil since some many people are fuddy-duddies.
93
94         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
95         images.
96
97         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
98         instead.
99
100         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
101
102         * gnus-util.el (gnus-process-live-p): Copy over compat function.
103
104         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
105         processing.
106
107         * nntp.el (nntp-kill-buffer): Kill the process before killing the
108         buffer to avoid warnings.
109
110 2011-08-20  Simon Josefsson  <simon@josefsson.org>
111
112         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
113         specified to reduce precision.
114
115 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
118         bodystructures (bug#9314).
119
120 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
123         Make button keymap non-sticky after buttons.
124
125 2011-08-18  David Engster  <dengste@eml.cc>
126
127         * nnmairix.el (nnmairix-request-set-mark)
128         (nnmairix-goto-original-article): Remove adding of article to registry,
129         since `gnus-registry-add-group' isn't available anymore.
130         (nnmairix-determine-original-group-from-registry): Use
131         `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
132         available anymore.
133
134 2011-08-12  Simon Josefsson  <simon@josefsson.org>
135
136         * starttls.el (starttls-any-program-available): Define as obsolete
137         function.
138
139 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
142         versions which Gnus use when appropriate.
143
144         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
145         a pretty destructive command.
146
147         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
148
149 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * message.el (message-fix-before-sending): Make a different warning
152         about NUL characters (bug#9270).
153
154         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
155         from custom (bug#9260).
156
157         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
158         things work in Emacs 22 and XEmacs, too.
159
160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
161         default From.
162
163         * gnus-spec.el (gnus-lrm-string-p): New macro.
164         (gnus-lrm-string): New constant.
165         (gnus-summary-line-format-spec): LRM-ify the from.
166         (gnus-tilde-max-form): LRM-ify string chopping.
167
168         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
169
170         * message.el (message-is-yours-p): Allow disabling canlock checking
171         (bug#9295).
172         (message-shoot-gnksa-feet): Add `canlock-verify'.
173         (message-auto-save-directory): Use ~/ as the auto-save directory if the
174         message directory isn't writable (bug#9304).
175
176         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
177         non-world-readable.
178
179 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
182         articles.
183
184 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
185
186         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
187         copy-list.
188
189 2011-08-12  Sam Steingold  <sds@gnu.org>
190
191         * gnus-score.el (gnus-score-find-alist): Keep the score files already
192         in the reverse order to avoid modifying the cache with `nreverse'.
193         (gnus-all-score-files): Do not modify the value returned by
194         `gnus-score-find-alist' because it lives in a cache variable.
195         (gnus-current-home-score-file): No need to `nreverse' the return value
196         of `gnus-score-find-alist', it is already in the correct order.
197
198 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
199
200         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
201         type MESSAGE and subtype RFC822 is slightly different from those of
202         type TEXT.
203
204 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
205
206         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
207         allows article-referral to work from an nnir group.
208
209 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
210
211         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
212
213 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
214
215         * mml1991.el (mml1991-epg-find-usable-key)
216         (mml1991-epg-find-usable-secret-key): New function.
217         (mml1991-epg-sign): Check if signing key is usable.
218         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
219
220 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
221
222         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
223         server-variables only. This should fix a bug introduced with commit
224         e1889675b7f4adf057833c5513c9374134c4e053.
225         (nnir-run-query): 'nnir-search-engine should not be set from the global
226         environment.
227
228 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
229
230         * nnir.el (nnir-search-thread): Position point on referring article
231         line.
232         (nnir-warp-to-article): Clean up summary buffers.
233
234         * nnimap.el (nnimap-request-thread): Whitespace fix.
235
236 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
237
238         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
239
240 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * starttls.el (starttls-available-p): Renamed from
243         `starttls-any-program-available' and changed return convention.
244
245 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
246
247         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
248         `unix-sync' unless it's defined.
249
250 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
251
252         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
253         `aref' for XEmacs compatibiltiy.
254
255 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
258
259 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
260
261         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
262         closures, quote the form properly (bug#9194).
263
264 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
267         (gnus-summary-insert-new-articles): Protect against servers that are
268         down.
269
270 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
271
272         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
273         in mm handle if none is specified.
274
275 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
278
279 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
280
281         * nnir.el (nnir-search-thread): New function to make an nnir group
282         based on a thread query.
283
284         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
285         of nnir in thread referral.
286         (gnus-summary-refer-thread): Use it.
287
288         * nnimap.el (nnimap-request-thread): Use it.
289
290 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * shr.el (shr-tag-comment): Ignore HTML comments.
293
294 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
295
296         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
297         argument.
298         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
299         `nnir-address' to handle server info rather than passing an arg.
300
301         * nnimap.el (nnimap-make-thread-query): New utility function to format
302         an imap thread search query.
303         (nnimap-request-thread): Use it.
304
305         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
306         right select-method if we are not going back to the group buffer.
307
308 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
311         enter invalid buffer configurations into the quit form (bug#9107).
312         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
313         unplugged/plugged.
314
315         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
316         keep track of which ones are unread (bug#9061).
317
318         * gnus.el (gnus-refer-article-method): Allow entering any sexp
319         (bug#9055).
320
321         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
322         (bug#9041).
323
324         * gnus-html.el (mm-util): Require (bug#9073).
325
326         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
327         (gnus-summary-refer-thread): Use it to remove duplicates in the
328         un-threaded view (bug#9053).
329         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
330
331 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
332
333         * nnir.el (nnir-read-server-parm): Use default value from global
334         variable.  Without this the default search engine parameters aren't
335         used at all.
336
337 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * message.el (message-unique-id): Don't use the undocumented return
340         value from (random t) (bug#9118).
341
342 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * message.el (message-auto-save-directory): If the ~/Mail directory
345         doesn't exist, use ~ as the auto-save directory (bug#4432).
346
347         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
348         hasn't already been started.
349
350 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
353
354         * message.el (message-reply): Work around mysterious bug where
355         `message-mode' seems to overwrite the locally bound `subject' variable.
356
357 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
358
359         * nnimap.el (nnimap-request-thread): Ensure search is performed in
360         correct group.
361
362         * gnus-int.el (gnus-request-thread): Add group argument.
363
364         * gnus-sum.el (gnus-summary-refer-thread): Use it.
365
366 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
369
370         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
371         renamed to `debbugs-gnu-*'.
372
373 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
374
375         * plstore.el: Revert the editing feature since it is not urgent.
376         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
377         (plstore-mode-decoded): Remove.
378
379 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
382         isn't very interesting any more, and it leaks potentially secret data.
383         (gnus-debug): Removed.
384
385         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
386         use of :custom-show.
387
388 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
389
390         * plstore.el: Add documentation.
391         (plstore-mode): New mode to edit plstore file.
392         (plstore-mode-toggle-display, plstore-mode-original)
393         (plstore-mode-decoded): New command.
394         (plstore--encode, plstore--decode, plstore--write-contents-functions)
395         (plstore--insert-buffer, plstore--make): New function.
396         (plstore-open, plstore-save): Simplify by using them.
397
398 2011-07-06  Glenn Morris  <rgm@gnu.org>
399
400         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
401
402 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
405         no longer is much used.
406         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
407         Articles".
408
409 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
410
411         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
412         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
413         `notmuch' backend.
414
415 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * mm-decode.el (mm-text-html-renderer): Doc fix.
418
419         * gnus-msg.el (gnus-bug): Fix the MML tag.
420
421         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
422
423 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
424
425         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
426         secondary methods if started with `gnus-no-server'.
427
428 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
429
430         * message.el (message-return-action): Fix typo in docstring.
431
432 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
435         bug reports at once.
436
437         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
438
439 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * nndraft.el: Require gnus-group.
442         (nndraft-request-list): Declare.
443
444         * nndraft.el (nndraft-update-unread-articles): Don't show group having
445         no unread article unless it matches gnus-permanently-visible-groups.
446
447         * nndraft.el (nndraft-update-unread-articles): New function.
448         (nndraft-request-associate-buffer): Use it to update the number of
449         unread articles for the nndraft groups in the group buffer when saving
450         or killing a draft message.
451
452 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
455         systems to binary before writing and reading the mbox files.
456
457         * gnus.el (gnus-summary-line-format): Link to the info node for %U
458         instead of trying to list them all (bug#8978).
459
460 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
461
462         * pop3.el (pop3-open-server): Use :end-of-capability.
463
464 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
467         the id is always a number.
468
469         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
470
471         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
472         debbugs mode, if possible.
473
474 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
475
476         * auth-source.el (auth-source-token-passphrase-callback-function):
477         Reindent.
478         (epg-context-operation): Remove unnecessary autoload.
479
480 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus.el (gnus-list-debbugs): New command.
483
484         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
485         mboxstat instead of the maintbox, since the stat seems to be fuller.
486
487         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
488         summary buffers.
489
490         * message.el (message-get-reply-headers): Delete all duplicates,
491         instead of the first.
492         (message-get-reply-headers): Ensure that we have progress while
493         deleting duplicates.
494
495         * gnus-msg.el (gnus-configure-posting-styles): Get the local
496         gnus-posting-style value from the summary buffer to make it easier to
497         make that a per-buffer conf.
498
499 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
500
501         * nnir.el (nnir-run-imap): Allow halting a search when an article is
502         found by setting `shortcut' in 'query.
503         (nnir-request-article): Use `shortcut' setting when requesting article
504         by Message-ID.
505
506 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
509         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
510         Bring the pseudo-headers back too.
511
512 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
513
514         * auth-source.el (auth-source-token-passphrase-callback-function):
515         Simplify and remove EPA dependency.
516
517 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
518
519         * nnir.el (nnir-request-article): Fix error message text.
520
521 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
522
523         * auth-source.el (plstore-delete): Autoload.
524         (auth-source-plstore-search): Support delete operation.
525         * plstore.el (plstore-delete): New function.
526
527 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
530         mark actually existing articles as unread rather than the ones that
531         active asserts.
532
533 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
534
535         * nntp.el (nntp-record-command):
536         * gnus-util.el (gnus-message-with-timestamp-1):
537         Use format-time-string rather than decoding time stamps by hand.
538         This is simpler and insulates the code from potential changes to
539         current-time format.
540
541 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
544
545 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
546
547         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
548         (plstore-save): Support public key encryption.
549         (plstore--init-from-buffer): New function.
550         (plstore-open): Use it; fix error when opening a non-existent file.
551         (plstore-revert): Use plstore--init-from-buffer.
552
553 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
554
555         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
556
557 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * mml2015.el (mml2015-use): Replace string-match-p with string-match
560         for old Emacsen.
561
562 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
563
564         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
565         is not fully working.
566
567 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * dgnushack.el: Autoload sha1 on XEmacs.
570
571         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
572         quit window configuration.
573
574         * auth-source.el (epg-context-set-passphrase-callback): Remove
575         duplicate autoload.
576
577 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
578
579         * nnir.el (nnir-request-article): Allow requesting articles by
580         Message-ID with nnimap.
581
582         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
583         current server.
584
585 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         * auth-source.el: Autoload EPA/EPG functions.
588         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
589         changed when EPA/EPG is not available.
590         (auth-source-backend): Rename "arg" member to "data".
591         (auth-source-backend-parse, auth-source-plstore-search)
592         (auth-source-plstore-create): Use it.
593
594 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
595
596         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
597         `gnus-refer-article-methods'.
598
599 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
600
601         * auth-source.el: Require EPA and EPG.
602         (auth-source-passphrase-alist): New variable.
603         (auth-source-passphrase-callback-function)
604         (auth-source-token-passphrase-callback-function): Callbacks for the
605         netrc field encryption (GPG tokens).
606         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
607         Symmetric encryption and decryption of the netrc GPG tokens.
608         (auth-source-netrc-normalize): Use them, simplifying the closure.
609
610 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
613         is available.
614
615 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
618         non-nil, and `nnimap-split-methods' is nil, use the former.
619
620 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
621
622         * plstore.el (plstore-revert): New function.
623         (plstore-open): Use it; hide the buffer from user.
624
625 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
626
627         * auth-source.el (auth-source-backend): New member "arg".
628         (auth-source-backend-parse): Handle new backend 'plstore.
629         * plstore.el: New file.
630
631 2011-06-30  Glenn Morris  <rgm@gnu.org>
632
633         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
634
635 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
638         expiring articles to.
639
640         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
641         variations as ASCII (bug#5458).
642
643 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
646
647 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * message.el (message-point-in-header-p): Tweak the function to default
650         to saying that we're not in the headers if there is no separator at
651         all.  This makes it possible to use the Message version of `M-q' in
652         buffers with no headers (bug#7987).
653         (message-point-in-header-p): Fix last checkin to work with an empty
654         mail-header-separator, too.
655
656         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
657         again, save the choice via customize.
658
659 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * message.el (message-send-mail-function): Add `sendmail-query-once'.
662
663         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
664         ended the connection, bail out before waiting infinitely on a new
665         connection.
666
667 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
670         reports.
671
672         * gnus.el (gnus-bug-package): Use "gnus."
673         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
674
675 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * dgnushack.el: Make the timer warning go away on XEmacs.
678
679         * gnus-art.el (gnus-article-stop-animations): New function to stop any
680         animations going on at article exit time.
681
682         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
683         since removing it breaks people upgrading.
684
685         * shr.el (shr-put-image): Use the new interface for animating images.
686         (shr-put-image): Animate for 60 seconds.
687
688         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
689         avoid compiler warnings.
690
691         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
692         error with `find-file-hooks' on Emacs 22.
693         (with-auth-source-epa-overrides): Ugly hack to Wrap the
694         `find-file-hook' things in `symbol-value' to avoid compilation warnings
695         on all architectures.
696
697         * spam.el (spam-stat): Require in a normal fashion without binding
698         `spam-stat-install-hooks' to avoid compilation warnings.
699
700         * spam-stat.el (spam-stat-install-hooks): Removed.
701         (spam-stat-install-hooks): Don't run automatically.
702
703 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
704
705         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
706         and keystroke.
707
708 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * auth-source.el (auth-source-netrc-cache): Move forward.
711
712 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * proto-stream.el (proto-stream-open-starttls): Use
715         `gnutls-available-p' to see whether we have built-in support.
716
717         * auth-source.el (auth-source-netrc-create): Don't query the bits that
718         we already know.
719         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
720         (auth-source-netrc-create): Don't prompt for the stuff we already know.
721
722 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
725         %S format, since that looks odd.
726         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
727         file, especially when saving.
728
729 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
732         article found.
733
734 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
735
736         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
737         `auth-source-save-secrets' with a more sensitive alist that can be
738         configured per file.  Experimental, so defaults to 'never.
739         (auth-source-netrc-create): Use it.  Still experimental code.
740         (with-auth-source-epa-overrides): Use `find-file-hooks' if
741         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
742
743 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
744
745         * auth-source.el (auth-source-save-secrets): New variable to control if
746         secret tokens should be saved encrypted.
747         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
748         to `auth-source-netrc-normalize'.
749         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
750         on the EPA variables being defined.
751         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
752         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
753         the lexical-let closure.
754         (auth-source-netrc-create): Create "gpg:" tokens according to
755         `auth-source-save-secrets'.
756
757 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-group.el (gnus-group-update-group): Add new argument
760         `info-unchanged' that stops updating dribble buffer.
761
762         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
763         deletes lines matching to it in dribble buffer.
764
765         * gnus-agent.el (gnus-agent-fetch-group-1):
766         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
767         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
768         * gnus-start.el (gnus-group-change-level):
769         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
770
771         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
772         if newsgroup info is not changed.
773
774         * gnus-group.el (gnus-group-get-new-news-this-group):
775         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
776         Don't update dribble buffer.
777
778 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
779
780         * gnus-registry.el (gnus-registry-remove-ignored): New function to
781         remove entries with groups we ignore.
782
783 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
786         the underline comes at the bottom.
787
788 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
791         `gnus-registry-user-format-function-M' and declare the latter obsolete.
792         (gnus-registry-article-marks-to-names): Rename from
793         `gnus-registry-user-format-function-M2'.
794
795 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
798         ephemeral group.
799
800 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * shr.el (shr-browse-image): Copy the URL if called interactively.
803
804 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
807         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
808         done, then unselected articles may be marked as read.
809
810         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
811         since not doing this seems to lead to a race condition in pop3-logon.
812
813         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
814         so that the call chain it correct when we call "upwards".
815
816         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
817         in read-only groups.
818
819         * gnus-group.el (gnus-group-mark-article-read): Ditto.
820
821         * message.el (message-cite-reply-position): Doc string fix.
822
823         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
824         avoid regexp overflow.
825         (nnimap-transform-split-mail): Ditto.
826
827         * pop3.el (pop3-retr): Error out if the server closes the connection.
828
829 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
830
831         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
832         mm-with-unibyte-current-buffer.  The buffer should not contain any
833         multibyte chars anyway at this stage.
834
835 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
838         at the end of lines.
839
840 2011-05-29  Julien Danjou  <julien@danjou.info>
841
842         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
843
844 2011-05-27  Glenn Morris  <rgm@gnu.org>
845
846         * gnus-group.el (gnus-bug-group-download-format-alist):
847         Use the "maintainer" version of debian reports as well.
848
849 2011-05-26  Glenn Morris  <rgm@gnu.org>
850
851         * gnus-group.el (gnus-bug-group-download-format-alist):
852         Use the "maintainer" version of debbugs.gnu.org reports.
853
854 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
857
858 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
859
860         * gnus-cus.el (gnus-agent-customize-category):
861         * gnus-delay.el (gnus-delay-send-queue):
862         * gnus.el (gnus-other-frame):
863         Don't quote lambda expressions with `quote'.
864
865 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
868         the thread moves us backwards and so we loop forever.
869
870 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
873         whitespace in base64 data lines.
874
875 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
876
877         * gnus-registry.el (gnus-registry-user-format-function-M):
878         Use `mapconcat'.
879         (gnus-registry-user-format-function-M2): Use to see the full text of
880         the marks.  Make "," the mark text separator.
881
882         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
883         authentication with auth-source.
884
885 2011-05-17  Glenn Morris  <rgm@gnu.org>
886
887         * gnus-group.el (gnus-import-other-newsrc-file):
888         Use insert-file-contents.
889
890 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
893         1000 iterations.
894
895 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * nntp.el (nntp-open-connection): Check if process-type is available.
898
899 2011-05-16  Julien Danjou  <julien@danjou.info>
900
901         * shr.el (shr-tag-del): Add support for del tag.
902
903 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-html.el (gnus-html-put-image): Register a displayer.
906
907         * shr.el (shr-image-displayer): Don't remove text props from alt text.
908
909 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * registry.el (prune-factor): New initialization parameter defaulting
912         to 0.1.
913         (registry-prune-hard): Use it.
914
915         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
916         0.1 expicitly.
917
918 2011-05-13  Glenn Morris  <rgm@gnu.org>
919
920         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
921         is bound, since this function requires sendmail.
922
923 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * registry.el (registry-usage-test): Disable pruning test.
926
927 2011-05-11  David Engster  <dengste@eml.cc>
928
929         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
930         Bind set-network-process-option for XEmacs.
931
932 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
933
934         * registry.el (registry-prune-hard-candidates)
935         (registry-prune-soft-candidates): Helper methods for registry pruning.
936         (registry-prune): Use them.  Make the sort function optional.
937
938 2011-05-10  Jim Meyering  <meyering@redhat.com>
939
940         * shr.el (shr-colorize-region): Fix typo "on on -> on".
941
942 2011-05-10  Julien Danjou  <julien@danjou.info>
943
944         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
945         symbol and not a list.
946
947 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * gnus-art.el (gnus-article-mode): Move binding of
950         shr-put-image-function here from gnus-article-prepare-display.
951
952         * shr.el (shr-put-image-function): New variable.
953         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
954         (shr-put-image): Return scaled image.
955
956         * gnus-art.el (gnus-shr-put-image): New function.
957         (gnus-article-prepare-display): Bind shr-put-image-function to it.
958
959         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
960         original ones, as deletable.
961
962 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
963
964         * nntp.el (nntp-open-connection): Set TCP keepalive option.
965
966 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         * registry.el (registry-full): Add convenience method.  Fix logic.
969         (registry-insert): Use it.  Fix logic here too.
970
971         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
972         `registry-prune' if `registry-full' returns t.
973         (gnus-registry-handle-action)
974         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
975         (gnus-registry-usage-test): Use it.
976
977 2011-05-07  Julien Danjou  <julien@danjou.info>
978
979         * shr.el (shr-link): Make shr-link inherit from link by default.
980
981 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
982
983         * shr.el (shr-urlify, shr-link): Fix shr-link face.
984
985 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
988         error out because the face is not a list.
989
990 2011-05-05  Glenn Morris  <rgm@gnu.org>
991
992         * proto-stream.el (gnutls-negotiate): Fix declarations.
993
994         * gnus-start.el (gnus-propagate-marks): Declare.
995
996 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
997
998         * registry.el (registry-reindex): Fix percentage message.
999
1000         * proto-stream.el (network-stream-open-starttls): Adjust to call
1001         `gnutls-negotiate' with :process and :hostname arguments.
1002
1003 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * shr.el: Add shr-link face for links.
1006         (shr-urlify): Use it.
1007
1008         * registry.el (registry-insert): Make error message more helpful.
1009
1010 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-html.el (gnus-html-schedule-image-fetching):
1013         Use url-queue-retrieve, if it exists.
1014
1015         * shr.el (shr-tag-img): Ditto.
1016
1017         * gnus.el: Autoload more gnus-agent functions.
1018
1019         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1020         agent if we haven't already (bug#8502).
1021
1022         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1023         into the Agent, too.
1024
1025         * gnus-agent.el (gnus-agent-store-article): New function.
1026
1027         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1028         and moved from that file for reuse.
1029
1030         * pop3.el (pop3-open-server): Error messages are "-ERR".
1031
1032 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1035         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1036
1037 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1038
1039         * gnus.el: No Gnus v0.17 is released.
1040
1041 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1042
1043         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1044         buffer has moved to a different frame.
1045
1046 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1049         to get the conversion from unibyte to multibyte buffers to work on
1050         Emacs 22.
1051
1052         * nntp.el (nntp-request-article): Slight clean-up.
1053
1054 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * shr.el (shr-strike-through): New face.
1057         (shr-tag-s): Use it to provide <s> support.
1058         (shr-tag-s): Remove duplicate definition.
1059
1060 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1063         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1064
1065 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1066
1067         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1068         `gnutls-negotiate'.
1069         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1070
1071 2011-04-23  Glenn Morris  <rgm@gnu.org>
1072
1073         * gnus-sum.el (gnus-extra-headers): Bump :version.
1074
1075 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * shr.el (shr-tag-sup): New function.
1078         (shr-tag-sub): Ditto.
1079
1080 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1081
1082         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1083         for the case where `gnus-registry-ignored-groups' is a list of lists,
1084         and don't call `gnus-parameter-registry-ignore' otherwise.
1085
1086 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * nnimap.el (nnimap-user): New backend variable.
1089         (nnimap-open-connection-1): Use it.
1090         (nnimap-credentials): Accept user parameter so it's explicit what user
1091         name is desired.
1092
1093         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1094         default.
1095
1096         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1097         not gnus-registry.el.
1098
1099         * gnus-registry.el: Mention in comments how to modify
1100         `gnus-extra-headers' for proper recipient tracking and that it may
1101         already have To and Cc recently, which it does as of this commit.
1102         (gnus-registry-ignored-groups): Remove defcustom.
1103         Explain why in comments.
1104         (gnus-registry-action): Fix data-header reference to use the extra
1105         headers.  Explain in package commentary how to add To and Cc headers to
1106         the gnus-extra-headers.
1107         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1108         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1109         parameter list or a string list in `gnus-registry-ignored-groups'.
1110         Fix logic error.
1111
1112 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * shr.el (shr-expand-url): Protect against null urls.
1115
1116 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * shr.el (shr-base): New binding.
1119         (shr-tag-base): Keep track of <base>.
1120         (shr-expand-url): New function used throughout.
1121
1122 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1123
1124         * gnus-registry.el
1125         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1126         (gnus-registry-ignored-groups): New variable.
1127         (gnus-registry-ignore-group-p): Use it.
1128         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1129         set the destination group to nil (same as delete) if it's ignored.
1130
1131 2011-04-20  David Engster  <dengste@eml.cc>
1132
1133         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1134
1135         * Makefile.in (test-nntp): New rule.
1136         (check): Add it.
1137         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1138
1139 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-registry.el (gnus-registry-action)
1142         (gnus-registry-fetch-header-fast):
1143         Don't use mail-header that looks an internal function of mailheader.el.
1144
1145 2011-04-19  Glenn Morris  <rgm@gnu.org>
1146
1147         * time-date.el (time-to-days): Remove unused local variables.
1148
1149 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gnus-registry.el: Eliminate cl functions.
1152         (gnus-registry-sort-addresses): New function that replaces mapcan.
1153         (gnus-registry-action, gnus-registry-spool-action)
1154         (gnus-registry-split-fancy-with-parent)
1155         (gnus-registry-fetch-recipients-fast): Use it.
1156         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1157
1158         * registry.el (initialize-instance, registry-lookup)
1159         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1160         (registry-lookup-secondary-value, registry-search, registry-delete)
1161         (registry-insert, registry-reindex, registry-size, registry-prune):
1162         Use eval-and-compile.
1163
1164 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1165
1166         * registry.el (registry-reindex): New method to recreate the secondary
1167         registry indices.
1168
1169         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1170         tracked field changes.
1171         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1172         (gnus-registry-action, gnus-registry-spool-action)
1173         (gnus-registry-handle-action)
1174         (gnus-registry--split-fancy-with-parent-internal)
1175         (gnus-registry-split-fancy-with-parent)
1176         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1177         move, and delete actions, and for fancy splitting with parent.
1178         (gnus-registry-extract-addresses)
1179         (gnus-registry-fetch-recipients-fast)
1180         (gnus-registry-fetch-header-fast): Convenience functions.
1181         (gnus-registry-misc-test): ERT test of
1182         `gnus-registry-extract-addresses'.
1183
1184 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1187         Track by subject first, then sender.
1188
1189 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1190
1191         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1192
1193         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1194         Lisp.
1195
1196         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1197         (gnus-draft-send): Use it to avoid popping
1198         up frames from gnus-group-send-queue.
1199
1200 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1201
1202         * gnus-registry.el: Updated gnus-registry docs.
1203
1204 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1207         Fix logic bug.
1208         (gnus-registry-post-process-groups): Fix logging of no results and
1209         quote sender and subject.
1210
1211 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1214         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1215         gnutls-cli are too slow to be done opportunistically.
1216
1217         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1218         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1219         we had no early-data returned.
1220         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1221         two async commands to the same server at the same time.
1222
1223 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1224
1225         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1226
1227 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1230         "warning" level.
1231
1232         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1233         (mm-url-insert-file-contents): Don't set the package names.
1234
1235 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * gnus-registry.el (gnus-registry-action): Remove properties and
1238         simplify subject in `gnus-registry-handle-action'.
1239         (gnus-registry-spool-action): Get subject and sender from message if
1240         they are not passed in.
1241         (gnus-registry-handle-action): Remove properties and simplify subject
1242         consistently.
1243
1244 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1245
1246         * registry.el: Require CL before using defmacro*.
1247
1248 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-art.el (article-treat-date): Assume that
1251         gnus-article-date-headers may be a group parameter.
1252
1253 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1256
1257         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1258         interactively so the newsrc file can contain foreign groups too.
1259         Useful for debugging but not much for users.
1260
1261 2011-04-07  David Engster  <dengste@eml.cc>
1262
1263         * registry.el (registry-usage-test): Only do
1264         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1265         lexical binding.
1266
1267 2011-04-07  David Engster  <dengste@eml.cc>
1268
1269         * Makefile.in (check, test-registry): New rules for test-suite.
1270
1271 2011-04-06  David Engster  <dengste@eml.cc>
1272
1273         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1274         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1275
1276 2011-04-06  David Engster  <dengste@eml.cc>
1277
1278         * registry.el (initialize-instance): Change :after to :AFTER to be
1279         compatible with old EIEIO version in XEmacs.
1280
1281 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1282
1283         * gnus-registry.el (gnus-registry-post-process-groups)
1284         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1285         and provide better messaging.
1286
1287 2011-04-06  David Engster  <dengste@eml.cc>
1288
1289         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1290         errors.
1291
1292         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1293         dgnushack-compile with error-on-warn enabled, and to signal an error if
1294         clean compilation failed.
1295         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1296         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1297
1298 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1299
1300         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1301         unconditionally anyway, discarding errors.
1302         (gnus-registry-delete-entries): New convenience function.
1303         (gnus-registry-import-eld): Import from old .eld registry.
1304
1305         * registry.el: Don't use ERT if it's not available.  Load it
1306         unconditionally anyway, discarding errors.
1307
1308         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1309         version from the Claudio Bley GnuTLS patch (extra optional parameters
1310         and host name).
1311
1312 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1315         fixup the parameters that can be customized by the user between
1316         save/read cycles.
1317         (gnus-registry-read): Use it.
1318         (gnus-registry-make-db): Use it.
1319         (gnus-registry-spool-action, gnus-registry-handle-action):
1320         Fix messaging.
1321         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1322         Map references to actual group names with sender and subject tracking.
1323         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1324         (gnus-registry-usage-test): Add subject lookup test.
1325
1326         * registry.el (registry-db, initialize-instance): Set up constructor
1327         instead of :initform arguments for the sake of older Emacsen.
1328         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1329         pre-lexbind merge bug.
1330         (registry-usage-test): Use it.
1331         (initialize-instance, registry-db): Move the non-function initforms
1332         back to the class definition.
1333
1334 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1335
1336         * registry.el: New library to manage gnus-registry-style data.
1337
1338         * gnus-registry.el: Use it (major rewrite).
1339
1340         * nnregistry.el: Use it.
1341
1342         * spam.el: Use it.
1343
1344 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1347         marks on non-selected articles.
1348
1349 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1350
1351         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1352         parameter to open-protocol-stream.
1353
1354 2011-04-01  Julien Danjou  <julien@danjou.info>
1355
1356         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1357         fundamental-mode.
1358
1359 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1362         servers.
1363
1364 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1367         made marks not propagate, again.
1368
1369 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1370
1371         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1372         Make this the default type.
1373         (proto-stream-open-plain): Rename from proto-stream-open-default.
1374         (open-protocol-stream, proto-stream-open-starttls)
1375         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1376         with `plain'.
1377
1378         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1379         value.
1380
1381         * nntp.el (nntp-open-connection-function): Document the fact that some
1382         values are not functions but are instead handled specially.
1383         Recognize nntp-open-plain-stream value.
1384         (nntp-open-connection): Recognize that value.
1385
1386 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1389         where it seems to be needed.
1390
1391 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1394         stuff.
1395
1396         * gnus-score.el (gnus-score-string): Fix calling convention of
1397         `gnus-simplify-buffer-fuzzy' after last patches.
1398
1399         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1400         server for articles we didn't get any headers for.  This is a sanity
1401         check.
1402
1403 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1404
1405         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1406         new CAPABILITY, use it.
1407
1408 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1411         downloading anything.
1412
1413         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1414
1415 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1416
1417         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1418         colors.
1419         (gnus-splash-svg-color-symbols): New function.
1420
1421 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1424         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1425         (gnus-simplify-subject-fuzzy): Use the local
1426         gnus-simplify-subject-fuzzy-regex instead of the global one.
1427         This makes using this variable in group parameters work.
1428
1429 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1430
1431         * gnus-registry.el (gnus-registry-unfollowed-groups):
1432         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1433         archive:sent-YYYY-MM-DD groups).
1434         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1435         tracking if there are more than `gnus-registry-max-track-groups'
1436         matches.
1437
1438 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1439
1440         * message.el (message--yank-original-internal): New function to do the
1441         insertion cleanly inside eval in `message-yank-original'.
1442         (message-yank-original): Use it.
1443
1444 2011-03-29  Julien Danjou  <julien@danjou.info>
1445
1446         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1447         local variables disabled rather than `normal-mode'.
1448
1449 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1450
1451         * imap.el (imap-shell-open, imap-process-connection-type):
1452         Use imap-process-connection-type for 'shell' streams as well as
1453         Kerberos, SSL, other subprocesses.
1454
1455 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1456
1457         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1458         with open-network-stream.
1459         (proto-stream-always-use-starttls): Option removed.
1460         (open-protocol-stream): Return a process object by default.  Provide a
1461         new parameter :return-list specifying a list-type return value, which
1462         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1463         :type `network' to `try-starttls', and `network-only' to `default'.
1464         Make `default' the default, for compatibility with open-network-stream.
1465         Handle the no-parameter case exactly as open-network-stream, with no
1466         additional stream processing.  Search plists using plist-get.
1467         Explicitly add :end-of-commend parameter if it is missing.
1468         (proto-stream-open-default): Rename from
1469         proto-stream-open-network-only.  Return 'default as the type.
1470         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1471         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1472         failed.  Always return a list with a (possibly dead) process as the
1473         first element, for compatibility with open-network-stream.
1474         (proto-stream-open-tls): Use plist-get.  Always return a list.
1475         (proto-stream-open-shell): Return `default' as connection type.
1476         (proto-stream-capability-open): Use plist-get.
1477         (proto-stream-eoc): Function deleted.
1478
1479         * nnimap.el (nnimap-stream, nnimap-open-connection)
1480         (nnimap-open-connection-1): Handle renaming of :type parameter for
1481         open-protocol-stream.
1482         (nnimap-open-connection-1): Pass a :return-list parameter
1483         open-protocol-stream to obtain a list return value.  Parse this list
1484         using plist-get.
1485
1486         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1487         for open-protocol-stream.  Accept open-protocol-stream return value
1488         that is a subprocess object instead of a list.  Handle the case of a
1489         dead returned process.
1490
1491 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1494
1495         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1496
1497 2011-03-21  Julien Danjou  <julien@danjou.info>
1498
1499         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1500         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1501         query.
1502         (mm-inline-text): Render normal text with fontification whenever
1503         possible.
1504
1505         * gnus-sum.el (gnus-summary-save-parts-1):
1506         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1507         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1508         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1509         Use `mm-handle-filename'.
1510
1511         * mm-util.el (mm-handle-filename): New function, return the filename of
1512         an handle.
1513
1514 2011-03-18  Julien Danjou  <julien@danjou.info>
1515
1516         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1517         (gnus-buffer-live-p): Check that buffer is not nil.
1518
1519 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1520
1521         * gnus.el: No Gnus v0.15 is released.
1522
1523 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1526         avoid warning on XEmacs.
1527
1528         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1529         on XEmacs.
1530
1531         * gnus-art.el: Require mouse, which the build bot seems to say is
1532         needed.
1533
1534         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1535
1536         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1537         XEmacs, since it doesn't have url-retrieve-synchronously.
1538
1539         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1540         since assoc-string doesn't exist in XEmacs.
1541
1542 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1543
1544         * gnus-group.el (gnus-group-list-ticked): New function.
1545         (gnus-group-make-menu-bar): Provide a menu entry for it.
1546         (gnus-group-list-map): Provide a binding for it.
1547
1548 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * shr.el (shr-visit-file): New command.
1551
1552         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1553
1554 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1555
1556         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1557         servers.
1558
1559 2011-03-16  Julien Danjou  <julien@danjou.info>
1560
1561         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1562         inline.
1563
1564         * gnus-art.el (article-hide-list-identifiers):
1565         Use gnus-group-get-list-identifiers.
1566
1567         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1568         (gnus-summary-remove-list-identifiers):
1569         Use gnus-group-get-list-identifiers to get regexp.
1570         (gnus-select-newsgroup, gnus-summary-insert-subject)
1571         (gnus-summary-insert-articles):
1572         Call gnus-summary-remove-list-identifiers unconditionally.
1573
1574 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1577         we're selecting a group with unread articles.
1578
1579         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1580
1581         * gssapi.el: New file separated out from imap.el to provide a general
1582         Kerberos 5 connection facility for Emacs.
1583
1584         * message.el (message-elide-ellipsis): Document the format spec
1585         ellipsis.
1586
1587 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * message.el (message-elide-region): Allow the ellipsis to say how many
1590         lines were removed.
1591
1592 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1595         window configurations containing buffers that are now dead.
1596
1597         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1598         parsing to avoid integer overflows.
1599         (nnimap-parse-flags): Simplify the last change.
1600         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1601         too large for 32-bit Emacsen.
1602
1603 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1604
1605         * auth-source.el (auth-source-netrc-create):
1606         * message.el (message-yank-original): Fix use of `case'.
1607
1608 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1609
1610         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1611         XEmacs, which was one character too wide.
1612
1613 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1614
1615         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1616         default number of articles to display.
1617         (gnus-articles-to-read): Use pretty names for prompt.
1618
1619 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-int.el (gnus-open-server): Ditto.
1622
1623         * gnus-start.el (gnus-activate-group): Give a backtrace if
1624         debug-on-quit is set and the user hits `C-g'.
1625         (gnus-read-active-file): Ditto.
1626
1627         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1628
1629 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1630
1631         * message.el (message-yank-original): Use cond instead of CL case.
1632
1633 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1634
1635         * auth-source.el (auth-source-netrc-create): Use usual format for the
1636         default in prompts.
1637
1638 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * lpath.el: Fbind read-char-choice for XEmacs.
1641
1642 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1643
1644         * auth-source.el (auth-source-netrc-create): Show the default in the
1645         prompt when prompting for token creation.
1646
1647 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * auth-source.el (auth-source-format-prompt): Always convert the value
1650         to a string to avoid evaluating non-string arguments.
1651         (auth-source-netrc-create): Offer default properly, not as initial
1652         content in `read-string'.
1653         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1654         of line to determine if we've been run before.  If so, don't run again,
1655         but print a trivial message to indicate the cache was hit instead.
1656
1657 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1660         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1661         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1662         Gnus.
1663
1664 2011-03-11  Julien Danjou  <julien@danjou.info>
1665
1666         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1667         modified file".
1668
1669 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1670
1671         * auth-source.el (auth-source-read-char-choice): New function to read a
1672         character choice using `dropdown-list', `read-char-choice', or
1673         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1674         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1675         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1676         (auth-source-netrc-saver): Use it.
1677         (auth-source-pick-first-password): New convenience function.
1678
1679 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1680
1681         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1682         parameter in the credentials.
1683         (nnimap-open-connection-1): Use it after a successful login.
1684         (nnimap-credentials): Add IMAP-specific user and password prompt.
1685
1686         * auth-source.el (auth-source-search): Add :require parameter, taking a
1687         list.  Document it and the :save-function return token.  Pass :require
1688         down.  Change the CREATED message from a warning to a debug statement.
1689         (auth-source-search-backends): Pass :require down.
1690         (auth-source-netrc-search): Pass :require down.
1691         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1692         Change save prompt to indicate all modifications saved here are
1693         deletions.
1694         (auth-source-netrc-create): Take user login name as default in user
1695         prompt.  Move all the save functionality to a lexically bound function
1696         under the :save-function token in the returned list.  Set up clearer
1697         default prompts for user, host, port, and secret.
1698         (auth-source-netrc-saver): New function, intended to be wrapped for
1699         :save-function.
1700
1701 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1704         lines to be spaces instead.
1705
1706 2011-03-07  Julien Danjou  <julien@danjou.info>
1707
1708         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1709         (sieve-sasl-auth): Check that auth-source-search did return something,
1710         or just return an empty string.
1711
1712 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1713
1714         * gnus.el (gnus-interactive): Use read-directory-name.
1715
1716         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1717         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1718         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1719         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1720         Likewise.
1721
1722         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1723
1724 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1727         onto the list of killed groups, too.  This makes killed nnimap groups,
1728         for instance, more reliably not reappear.
1729
1730         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1731         the parent.
1732
1733         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1734
1735         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1736         really have server-side marks.
1737
1738         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1739         since most backends do not usefully have server-side marks.
1740         (gnus-update-read-articles): Propagate marks to all backends that
1741         really have server-side marks.
1742
1743 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1744
1745         * message.el (message-cite-reply-position, message-cite-style):
1746         New variables.
1747         (message-yank-original): Use the new citation styles.
1748
1749 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1750
1751         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1752         buffer-local issue); don't mark it buffer-local when running under
1753         XEmacs.
1754
1755 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1756
1757         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1758         numbers too big to be `read'.
1759
1760 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * password-cache.el (password-in-cache-p): Add autoload.
1763
1764         * message.el (message-options): Make buffer-local two ways to attempt
1765         to fix a XEmacs bug.
1766
1767 2011-03-02  Julien Danjou  <julien@danjou.info>
1768
1769         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1770
1771 2011-03-01  Julien Danjou  <julien@danjou.info>
1772
1773         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1774         group.
1775         (article-hide-list-identifiers): Use list-identifier group parameter.
1776
1777 2011-02-28  Julien Danjou  <julien@danjou.info>
1778
1779         * sieve.el (sieve-buffer-script-name): New local variable to store
1780         sieve script name.
1781         (sieve-edit-script): Store sieve script name.
1782         (sieve-upload): Use sieve script name when uploading.
1783         (sieve-upload): Use substitute-command-keys.
1784         (sieve-edit-script): Use substitute-command-keys.
1785         (sieve-refresh-scriptlist): Use substitute-command-keys.
1786         (sieve-manage-mode-map): Define keymap properly.
1787         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1788         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1789         Remove commented code about cvs.
1790         (sieve-manage-quit): New function.
1791         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1792
1793 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1796
1797 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         * auth-source.el (auth-source-search): Cache empty result sets.
1800
1801         * password-cache.el (password-in-cache-p): Convenience function to
1802         check if a key is in the cache, even if the value is nil.
1803
1804         * auth-source.el (auth-source-save-behavior): New variable to replace
1805         `auth-source-never-create'.
1806         (auth-source-netrc-create): Use it.
1807         (auth-source-never-save): Remove.
1808
1809 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1810
1811         * nnimap.el (nnimap-stream): Doc fix.
1812         (nnimap-open-connection-1): Reverse the order of the ports to that the
1813         prompted-for port is first.
1814
1815         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1816         retrieval by the no-group selection.
1817
1818         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1819         numerical parameters.
1820
1821 2011-02-25  Julien Danjou  <julien@danjou.info>
1822
1823         * gnus-gravatar.el: Use gnus-with-article-buffer.
1824
1825         * gnus-art.el (gnus-with-article-buffer): Check that the
1826         gnus-article-buffer is alive.
1827
1828 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1829
1830         * auth-source.el (auth-source-creation-prompts): New variable to manage
1831         creation-time prompts.
1832         (auth-source-search): Document it.
1833         (auth-source-format-prompt): Add utility function.
1834         (auth-source-netrc-create): Don't default the user name to
1835         user-login-name.  Use `auth-source-creation-prompts' and some default
1836         prompts for user, host, port, and password (the default generic prompt
1837         remains ugly).
1838         (auth-source-never-save): Add customizable option to never save info.
1839         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1840         mode excursion.
1841
1842 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1845         argument that XEmacs doesn't support.
1846
1847         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1848         compiled for Emacsen having no `libxml-parse-html-region' support.
1849
1850         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1851
1852         * lpath.el: Bind buffer-save-without-query for XEmacs.
1853
1854 2011-02-23  Julien Danjou  <julien@danjou.info>
1855
1856         * gnus-art.el (article-make-date-line): Ignore errors if time is
1857         invalid and not convertible.
1858         (article-make-date-line): Only add lapsed time if time is not nil.
1859
1860 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1863         `read-char-choice' for backwards compatibility.
1864         (auth-source-netrc-element-or-first): New function to DTRT for
1865         parameter extraction.
1866         (auth-source-netrc-create): Use it and fix multiple parameter print
1867         bug.  Use the default passed from above (given-default) or the
1868         built-in (user-login-name for :user).
1869
1870 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-start.el (gnus-dribble-read-file):
1873         Set buffer-save-without-query, since we always want to save the dribble
1874         file, probably.
1875
1876         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1877         nnimap.
1878
1879         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1880         -summary- since it's a user-visible variable.
1881
1882         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1883         first time you use the new Gnus.
1884
1885 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1886
1887         * auth-source.el: Don't load netrc.el.
1888         (auth-sources): Search ~/.netrc as well by default.
1889         (auth-source-debug): Add 'trivia option for extra output.
1890         (auth-source-do-trivia): Use it.
1891         (auth-source-search): Simplify logic to use
1892         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1893         appropriate.  Don't keep a running count at this level.  Layer :create
1894         and :delete options appropriately on the first and second passes.
1895         Don't track the backend with the search results.
1896         (auth-source-search-backends): New function to search a list of
1897         backends for a processed spec.
1898         (auth-source-netrc-parse): Cache all netrc files, making
1899         auth-source-netrc-cache an alist keyed by the file name and using the
1900         file mtime as the caching criterion.  Keep the obfuscated data secret
1901         with a lexical bind.
1902         (auth-source-netrc-search): Don't calculate the length of the results
1903         unnecessarily.
1904         (auth-source-search-backends): Fix bug.
1905         (auth-source-netrc-create): Rework prompts.
1906
1907 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1908
1909         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1910         Lower case names of search constraints.
1911         (nnir-run-query): Cache and reuse search constraints for all imap
1912         servers.
1913
1914 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1917         after exit.
1918         (gnus-setup-message): Define missing variable from last checkin.
1919
1920         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1921         value, show the raw article.
1922
1923 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1924
1925         * gnus.el: No Gnus v0.13 is released.
1926
1927 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1928
1929         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1930         auth-source now accepts numbers.
1931
1932         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1933         spec, too.
1934         (auth-source-ensure-strings): New function.
1935
1936         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1937         (gnus-article-setup-buffer): Always restart the date timer so that user
1938         changes to the frequency is respected.
1939
1940         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1941         port numbers, so make sure it gets that if nnimap-server-port is
1942         explicit.
1943
1944 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1945
1946         * nnimap.el (nnimap-inbox): Doc fix.
1947
1948 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1949
1950         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1951         Autoload.  Add optional arg FRAME, and pass it to color-values.
1952         (color-complement): Caller changed.  Doc fix.
1953         (color-gradient): Rewrite for better clarity and efficiency.
1954
1955 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1956
1957         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1958         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1959         color-lab-to-srgb.
1960
1961 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1962
1963         * color.el: First part of merge from hexrgb.el.
1964         (color-rgb-to-hex): Rename from color-rgb->hex.
1965         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1966         saturation to zero if the value is too small.
1967         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1968         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1969         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1970         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1971         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1972         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1973         (color-cie-de2000): Doc fix.
1974
1975 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1976
1977         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1978         given method as in the group name if we're using an extended method.
1979         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1980         command, if we're using that, instead of waiting for the beginning.
1981
1982         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1983         we're sure to get unique server names, and we don't output two async
1984         commands in the same buffer.  This fixes an NNTP hang for some users.
1985
1986 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1987
1988         * gnus.el: No Gnus v0.11 is released.
1989
1990 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1991
1992         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1993         summary buffer before reading going to the next buffer.  This avoids
1994         putting the point in the group buffer if you `C-g' the command.
1995
1996         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1997         cache (for now) to make ~/.authinfo.gpg files usable.
1998
1999         * nnfolder.el (copyright-update): Define for the compiler.
2000
2001         * auth-source.el (auth-source-search): Fix unbound variable.
2002
2003 2011-02-19  Glenn Morris  <rgm@gnu.org>
2004
2005         * gnus.el (gnus-meta): Doc fix.
2006
2007 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2008
2009         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2010         in case it's not yet loaded.
2011
2012 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2015         line we're waiting for.
2016
2017 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2018
2019         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2020         face with line-width greater than zero will cause RET in gnus summary
2021         buffer to scroll down article page-wise because auto vscroll happens,
2022         it should be temporalily disabled when doing a scroll-up.
2023
2024 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2025
2026         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2027         outputs from the server.
2028
2029 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2030
2031         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2032         later so that bbdb can hook in easier.
2033
2034 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2035
2036         * auth-source.el (auth-source-search): Don't try to create credentials
2037         if the caller doesn't want that.
2038         (auth-source-search): If we don't find a match, don't bug out on
2039         non-bound variables.
2040         (auth-source-search): Only ask a single backend to create the
2041         credentials.
2042
2043         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2044         logging.
2045         (nnimap-credentials): Protect against auth-source-search returning nil.
2046         (nnimap-request-list): Protect against not being able to open the
2047         server.
2048
2049 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2050
2051         * auth-source.el (auth-source-search): Do a two-phase search, one with
2052         no :create to get the responses from all backends.
2053
2054         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2055         when getting credentials.
2056
2057         * gnus-util.el (gnus-delete-duplicates): New function.
2058
2059 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2062         a creation default, pass the whole port list down.  It will be
2063         completed.
2064
2065         * auth-source.el (auth-source-search): Updated docs to talk about
2066         multiple creation choices.
2067         (auth-source-netrc-create): Accept a list as a value (from the search
2068         parameters) and do completion on that list.  Keep a separate netrc line
2069         with the password obscured for showing the user.
2070
2071         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2072         first choice to `auth-source-search' so it will be used for entry
2073         creation instead of the server's Gnus-specific name.
2074         (nnimap-credentials): Rely on the auth-source library to select which
2075         port is actually wanted in the new netrc entry, so don't override
2076         `auth-source-creation-defaults'.
2077
2078         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2079         :protocol and accept a missing user, host, or port as a wildcard match.
2080         (auth-source-debug): Default to off.
2081
2082         (auth-source-netrc-search, auth-source-netrc-create)
2083         (auth-source-secrets-search, auth-source-secrets-create)
2084         (auth-source-user-or-password, auth-source-backend, auth-sources)
2085         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2086         instead of :protocol.
2087
2088         * nnimap.el (nnimap-credentials): Pass a port default to
2089         `auth-source-search' in case an entry needs to be created.
2090         (nnimap-open-connection-1): Use :port instead of :protocol.
2091
2092 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * auth-source.el: Bind load-path when loading EIEIO from
2095         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2096         21.4 doesn't support, to `require'.
2097         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2098         delete-dups that is not available in XEmacs 21.4.
2099
2100 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2101
2102         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2103         as EIEIO must also be loaded when auth-source.el is being
2104         byte-compiled.
2105
2106 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2107
2108         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2109
2110         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2111
2112         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2113
2114         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2115
2116         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2117
2118         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2119
2120         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2121
2122         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2123         necessary.
2124
2125 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2128         nil means that nnimap doesn't get updated.
2129
2130 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2131
2132         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2133         result when the user doesn't want to write to the file.
2134         (auth-source-netrc-search): Expect a synthetic result and proceed
2135         accordingly.
2136         (auth-source-cache-expiry): New variable to override
2137         `password-cache-expiry'.
2138         (auth-source-remember): Use it.
2139
2140         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2141         parameter.  Create entry if necessary by using :create t.
2142         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2143
2144 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * auth-source.el (auth-source-debug): Enable by default and don't
2147         mention the obsolete `auth-source-hide-passwords'.
2148         (auth-source-do-warn): New function to debug unconditionally.
2149         (auth-source-do-debug): Use it.
2150         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2151         and for Secrets API entries when the secrets.el library is not
2152         available.
2153
2154 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2157         (gnus-summary-exit): Kill the correct article buffer on exit from a
2158         `C-d' group.
2159
2160         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2161         gnus-propagate-marks.
2162
2163         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2164         before killing the buffers so that a non-full window conf gets handled
2165         correctly.
2166         (gnus-summary-exit): Ditto.
2167         (gnus-summary-read-group-1): Ditto.
2168
2169         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2170         async code again so that we can debug it properly.
2171
2172         * message.el (message-reply): Take an optional switch-buffer parameter
2173         so that Gnus window confs are respected better.
2174
2175 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2176
2177         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2178         `plist-get' to accept non-list parameters (XEmacs issue).
2179         Fix docstring.
2180         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2181         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2182         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2183         Login collection is "Login" and not "login".
2184
2185 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2188         multiple headers.
2189
2190         * nnimap.el (nnimap-inhibit-logging): New variable.
2191         (nnimap-log-command): Don't log login commands.
2192
2193         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2194         to have more parameters.
2195
2196         * nnimap.el (nnimap-send-command): Mark the command time for each
2197         command, so that we don't get NOOPs stepping on our toes.
2198
2199         * gnus-art.el (article-date-ut): Get the date from the Date header on
2200         `t'.
2201
2202 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * auth-source.el (auth-source-search): Use copy-sequence instead of
2205         the cl.el copy-list.
2206
2207 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * imap.el: Bring it back (revert
2210         84d800cd31de3064f0ed39617d725709a2f8f42f).
2211
2212 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2213
2214         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2215         Improve prompt.
2216
2217 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2220         washing status from the default format.  It isn't very informative.
2221
2222 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2223
2224         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2225         Fix Gcc processing on imap.
2226
2227 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2228
2229         * imap.el: Remove file.  All the functionality is in nnimap.el.
2230
2231 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2232
2233         * message.el (message-bury): Don't pop up a new window when selected
2234         window is dedicated.
2235
2236 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2237
2238         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2239
2240 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * sieve-manage.el: Autoload `auth-source-search'.
2243         (sieve-sasl-auth): Use it.
2244
2245 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * nnimap.el: Autoload `auth-source-forget+'.
2248         (nnimap-open-connection-1): Use it if the connection fails.
2249
2250         * auth-source.el: Require `password-cache'.
2251         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2252         obsolete.
2253         (auth-source-magic): Marker for `password-cache' keys.
2254         (auth-source-do-cache): Update docstring.
2255         (auth-source-search): Use and check cache.
2256         (auth-source-forget-all-cached, auth-source-remember)
2257         (auth-source-recall, auth-source-forget, auth-source-forget+)
2258         (auth-source-specmatchp): Caching support functions.
2259         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2260         Remove and obsolete.
2261         (auth-source-user-or-password): Remove caching to further discourage
2262         using it.  Always hide passwords.
2263
2264         * password-cache.el (password-cache-remove): Accept secrets that are
2265         not strings.
2266
2267 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2268
2269         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2270         code for now, since it doesn't work for all users.
2271
2272 2011-02-09  Julien Danjou  <julien@danjou.info>
2273
2274         * message.el (message-options): Make message-options really buffer
2275         local.
2276
2277 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * mail-source.el: Autoload `auth-source-search'.
2280         (mail-source-keyword-map): Note order matters.
2281         (mail-source-set-1): Get all the mail-source source values and
2282         defaults and search auth-source on those if needed.  This can all
2283         probably be simplified.
2284
2285         * nnimap.el: Autoload `auth-source-search'.
2286         (nnimap-credentials): Use it.
2287         (nnimap-open-connection-1): Ask for the virtual server and physical
2288         address in one shot.
2289
2290         * nntp.el: Autoload `auth-source-search'.
2291         (nntp-send-authinfo): Use it.  Note TODO.
2292
2293 2011-02-08  Julien Danjou  <julien@danjou.info>
2294
2295         * shr.el (shr-tag-body): Add support for text attribute in body
2296         markups.
2297
2298         * message.el (message-options): Make message-options a local variable.
2299
2300 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * auth-source.el (auth-source-secrets-search)
2303         (auth-source-user-or-password): Use `append' instead of `nconc'.
2304         (auth-source-user-or-password): Build return list better and protect
2305         against nil :secret.
2306
2307 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnimap.el (nnimap-update-info): Refactor slightly.
2310         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2311         (nnimap-update-info): Clean up slightly.
2312         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2313         characters.
2314         (nnimap-process-quirk): Rename function to avoid collision.
2315         (nnimap-update-info): Fix macrology bug-out.
2316         (nnimap-update-info): Simplify split history test.
2317
2318 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2319
2320         * auth-source.el (top): Require 'eieio unconditionally.
2321         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2322         (auth-source-secrets-search): Limit search when `max' is greater than
2323         number of results.
2324
2325 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2326
2327         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2328         part not returning any data.
2329
2330         * proto-stream.el (open-protocol-stream): Document the return value.
2331
2332 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2333
2334         * auth-source.el (auth-source-secrets-search): Add examples.
2335
2336 2011-02-06  Julien Danjou  <julien@danjou.info>
2337
2338         * message.el (message-setup-1): Handle message-generate-headers-first
2339         set to t.
2340
2341 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2344         API with a string "secrets:collection-name" and with 'default.
2345         (auth-source-backend-parse): Parse "secrets:collection-name" and
2346         'default.  Recurse on parses instead of repeating code.  Use the
2347         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2348         message when ignoring a source.
2349         (auth-source-search): List ignored search keys at the top level.
2350         (auth-source-netrc-create): Use `case' instead of `cond'.
2351         (auth-source-secrets-search): Created with TODOs.
2352         (auth-source-secrets-create): Created with TODOs.
2353         (auth-source-retrieve, auth-source-create, auth-source-delete)
2354         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2355         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2356         (auth-source-user-or-password-sftp)
2357         (auth-source-user-or-password-smtp): Remove.
2358         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2359         around `auth-source-search'.  Not tested thoroughly.
2360
2361 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2362
2363         * auth-source.el: Bring in assoc and eioeio libraries.
2364         (secrets-enabled): New variable to track the status of the Secrets API.
2365         (auth-source-backend): New EIOEIO class to represent a backend.
2366         (auth-source-creation-defaults): New variable to set prompt defaults
2367         during token creation (see the `auth-source-search' docstring for
2368         details).
2369         (auth-sources): Simplify to allow a simple string as a netrc backend
2370         spec.
2371         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2372         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2373         (auth-source-search): Main auth-source API entry point.
2374         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2375         (auth-source-search-collection): Helper function for searching.
2376         (auth-source-netrc-parse, auth-source-netrc-normalize)
2377         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2378         Supports search, create, and delete.
2379         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2380         backend stubs.
2381         (auth-source-user-or-password): Call `auth-source-search' but it's not
2382         ready yet.
2383
2384 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2385
2386         * message.el (message-setup-1): Remove the read-only stuff, since it
2387         doesn't work under XEmacs, for some reason.
2388
2389         * gnus-sum.el (gnus-user-date): Rename back from
2390         gnus-summary-user-date since user code refers to it.
2391
2392         * shr.el (shr-render-td): Store the actual background colour used.
2393
2394         * message.el (message-setup-1): Don't bind the constant
2395         -forbidden-properties.
2396         (message-setup-1): Revert previous change, since it needs to bind the
2397         props to insert them.
2398         (message-resend): Allow removing the read-only separator line.
2399
2400 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2401
2402         * nnimap.el (nnimap-request-accept-article): Give an error message if
2403         the APPEND wasn't successful.
2404
2405 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2406
2407         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2408         that have no groups.
2409
2410 2011-02-03  Julien Danjou  <julien@danjou.info>
2411
2412         * gnus-draft.el: Remove progn around gnus-draft-setup.
2413
2414 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-start.el (gnus-read-active-for-groups): This function is never
2417         called with a nil `infos', so clean that up.
2418         (gnus-get-unread-articles): Request active files from primary/secondary
2419         methods that have no groups (yet).
2420
2421 2011-02-03  Julien Danjou  <julien@danjou.info>
2422
2423         * message.el (message-setup-1): Always generate References first.
2424         (message-mail): Return the return value of message-setup, not always t.
2425         (message-setup-1): Insert mail-header-separator with read-only and
2426         intangible properties set.
2427
2428         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2429         user-date in docstring.
2430
2431         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2432
2433         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2434         docstring.
2435
2436         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2437         defcustom, with type and group. Move from gnus-util.el. Rename to
2438         gnus-summary-user-date-format-alist.
2439
2440 2011-02-03  Glenn Morris  <rgm@gnu.org>
2441
2442         * nnimap.el (gnus-fetch-headers): Declare.
2443
2444         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2445
2446 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2447
2448         * message.el (message-forward-make-body-digest-plain)
2449         (message-followup, message-reply): Clean up things noted by Stefan.
2450
2451         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2452         gnus-article-update-date-headers is nil.
2453         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2454         it didn't really work with defcustom.
2455         (article-update-date-lapsed): Make sure the window start doesn't move,
2456         either.
2457
2458 2011-02-01  Julien Danjou  <julien@danjou.info>
2459
2460         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2461         format.
2462
2463         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2464         standard in Emacs nowadays.
2465
2466         * color.el (color-gradient): Add a color-gradient function.
2467
2468 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2469
2470         * message.el (message-expand-name): Don't trust the return value of
2471         bbdb-complete-name.
2472         (message-check-news-header-syntax): Remove unused var `start'.
2473         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2474         (message-inhibit-body-encoding): Move to before first use.
2475         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2476         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2477         (Organization, Message-ID, Date, mh-previous-window-config):
2478         Defvar the vars using dynamic scoping.
2479
2480 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2481
2482         * shr.el (shr-render-td): Only do colours at the final rendering.
2483         Should be slightly faster.
2484         (shr-insert-table): Fix up TD background colours when doing the
2485         vertical padding.
2486
2487         * gnus-art.el (article-date-ut): Protect against articles with no Date
2488         header.
2489         (article-update-date-lapsed): Don't use current-column to find the
2490         horizontal position.  It's fragile in the presence of \003 characters.
2491
2492         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2493
2494 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2495
2496         * gnus-art.el (article-transform-date): Rewrite to still work when
2497         there are several rfc2822 parts.
2498         (article-transform-date): Fix infinite recursion.
2499         (article-date-ut): Replace infinitely many Date headers with a single
2500         one when called interactively.
2501
2502         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2503         secure manner.
2504
2505         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2506         move around by not using save-window-excursion.  It seems to work...
2507
2508 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-art.el (article-make-date-line): Work for user-defined format.
2511
2512 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nntp.el (nntp-retrieve-group-data-early)
2515         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2516         fetching functions.
2517
2518         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2519         thoroughly for all backends that have no known groups.  This should
2520         allow new nnml methods to retrieve mail.
2521
2522         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2523         that Gnus doesn't know exists again.
2524
2525         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2526         (gnus-treat-date-ut): Ditto.
2527         (gnus-article-update-date-header): Rename.
2528         (gnus-treat-date-local): Remove.
2529         (gnus-treat-date-english): Remove.
2530         (gnus-treat-date-lapsed): Remove.
2531         (gnus-treat-date-combined-lapsed): Remove.
2532         (gnus-treat-date-original): Remove.
2533         (gnus-treat-date-iso8601): Remove.
2534         (gnus-treat-date-user-defined): Remove.
2535         (gnus-article-date-headers): New variable to control all the date
2536         header options.
2537         (article-date-ut): Rewrite to allow using the new way to format date
2538         headers(s).
2539
2540 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2543         method.
2544         (nnmail-article-group): A better test for fanciness.
2545
2546         * nnimap.el (nnimap-request-head): Protect against not finding the
2547         article by Message-ID.
2548
2549 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2550
2551         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2552         keep point at the "same place".
2553
2554 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2555
2556         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2557         data if the group is unactivated.
2558
2559 2011-01-28  Julien Danjou  <julien@danjou.info>
2560
2561         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2562         (gnus-all-windows-visible-p): Remove old compatibility code.
2563         (gnus-window-top-edge): Add docstring.
2564
2565         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2566
2567 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2568
2569         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2570         older request-update-info.
2571
2572         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2573
2574 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2575
2576         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2577         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2578
2579 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2582         groups.  This makes the nndraft:queue group pop up if it's not already
2583         there.
2584
2585         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2586         messages" logic, which was reversed.
2587
2588         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2589         the "same place" even if point is on the line being replaced.
2590         (article-update-date-lapsed): Allow updating both the combined lapsed
2591         and the lapsed headers.
2592         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2593         (article-make-date-line): Limit the number of segments dynamically to
2594         avoid too-long lines.
2595
2596 2011-01-27  Julien Danjou  <julien@danjou.info>
2597
2598         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2599         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2600
2601 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2604         Use plist-get instead of the cl function getf.
2605
2606 2011-01-27  Glenn Morris  <rgm@gnu.org>
2607
2608         * gnus-util.el (float-time): Get rid of compiler warning, again.
2609
2610 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2611
2612         * shr.el (shr-put-color): Special-case background colours: Do put them
2613         at the blank parts at the front of the lines.
2614
2615         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2616         exit hook to nix out all data on readedness on group exit.
2617
2618         * gnus-util.el (float-time): If float-time is bound, always use it on
2619         all Emacsen.  It's unclear why the subrp check was there.
2620         (time-date): Require to make some autoload issues on XEmacs go away.
2621
2622         * shr.el (shr-put-color): Don't do the box padding in tables, since
2623         they're already padded.
2624
2625 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2626
2627         * gnus-art.el (gnus-article-next-page): When the last line of the
2628         article is displayed, scroll down once more instead of going to the
2629         next article at once.
2630         (article-lapsed-string): Refactor out and allow specifying how many
2631         segments you want.
2632         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2633         (gnus-article-update-lapsed-header): New variable.
2634
2635         * shr.el: Revert change that made headings use different-sized faces.
2636         The Emacs display engine isn't advanced enough that, for instance,
2637         tables can comfortably use differently-sized faces.
2638
2639 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2642         used.
2643         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2644         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2645         we're using an encrypted connection.
2646
2647         * proto-stream.el: Alter the interface functions to also return the
2648         actual stream type used: network or tls.
2649
2650 2011-01-25  Julien Danjou  <julien@danjou.info>
2651
2652         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2653         (mm-display-javascript-inline): New function.
2654
2655         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2656         viewing function.
2657
2658 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * shr.el (shr-expand-newlines): Fix variable name.
2661
2662 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2663
2664         * shr.el (shr-expand-newlines): Make nested boxes work.
2665
2666 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2667
2668         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2669         backgrounds.
2670         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2671         in a more sensible manner.
2672
2673 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2676         if EPG is loaded.
2677
2678 2011-01-24  Julien Danjou  <julien@danjou.info>
2679
2680         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2681         tags.
2682
2683 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2684
2685         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2686         commands.
2687
2688         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2689         in the article buffer.
2690         (gnus-gravatar-insert): Use blank space from the current buffer to
2691         avoid breaking text properties.  This makes X-Sent updating work again.
2692
2693         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2694
2695 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2698         fix the bug in url-http.el instead.
2699
2700         * shr.el (shr-image-fetched): Ditto.
2701
2702         * shr.el (shr-image-fetched): Avoid having point move in the article
2703         buffer.
2704
2705         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2706         buffer after being called.  It's apparently being killed by url.el, and
2707         killing it made point move to end-of-buffer in a random buffer.
2708
2709         * shr.el (shr-image-fetched): Ditto.
2710
2711 2011-01-23  Julien Danjou  <julien@danjou.info>
2712
2713         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2714
2715         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2716         text/x-org.
2717
2718 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2721         (i.e., nnimap) returning nil as the article number.
2722
2723 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2724
2725         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2726         "DelSp" parameter in RFC3676.
2727
2728 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2729
2730         * message.el (message-check-recipients): Display the encoded version of
2731         the bogus address if they differ.
2732
2733         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2734         after sending.
2735
2736         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2737
2738         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2739
2740         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2741         group buffer after sending the queue.
2742
2743         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2744
2745 2011-01-22  Julien Danjou  <julien@danjou.info>
2746
2747         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2748
2749 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2750
2751         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2752         nested related parts.
2753
2754         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2755         unexpired articles.  This fixes the regression that led expiry marks to
2756         disappear from nnfolder groups.
2757
2758 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2759
2760         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2761         Don't confuse the "ret" of "retrograde" with RET.
2762
2763 2011-01-21  Julien Danjou  <julien@danjou.info>
2764
2765         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2766         than mm-insert-inline.
2767
2768 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2771         Widen article buffer.
2772
2773 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2774
2775         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2776         the temp buffer.
2777         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2778
2779 2011-01-20  Julien Danjou  <julien@danjou.info>
2780
2781         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2782
2783         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2784         than mm-insert-inline to insert inline part: this respect
2785         mm-inline-media-tests displayers.
2786
2787         * mm-view.el (mm-display-shell-script-inline): New function.
2788
2789         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2790
2791         * mm-uu.el (mm-uu-type-alist): Add org block.
2792         (mm-uu-org-src-code-block-extract): New function.
2793
2794         * mm-view.el (mm-display-org-inline): New function.
2795
2796         * mm-decode.el (mm-automatic-display): Add text/org.
2797
2798         * mailcap.el (mailcap-mime-extensions): Add .org.
2799
2800 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2803         gnus-article-add-buttons.
2804
2805 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2806
2807         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2808         From header with a date and "nobody" as the sender.
2809
2810 2011-01-19  Julien Danjou  <julien@danjou.info>
2811
2812         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2813         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2814         if you have the same regexp several times.
2815         (gnus-button-push): Fix matching when regexp is symbol.
2816
2817 2011-01-15  Glenn Morris  <rgm@gnu.org>
2818
2819         * message.el (message-mail): A compose-mail function should
2820         accept headers as strings.
2821
2822 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2823
2824         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2825         Add :vert-only tags.
2826         (message-mail): New arg RETURN-ACTION.
2827         (message-return-action): New var.
2828         (message-bury): Use it.
2829         (message-mode): Make it buffer-local.
2830         (message-send-and-exit): Always call message-bury.
2831
2832         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2833         message-mail.
2834
2835 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * nnimap.el (nnimap-convert-partial-article): Protect against
2838         zero-length body parts.
2839
2840         * mm-decode.el (mm-preferred-alternative-precedence):
2841         Discourage showing empty parts.
2842
2843         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2844         and stuff if the backend didn't return the article number.  This fixes
2845         an Exchange-related nnimap bug.
2846
2847         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2848         group window, because it does the wrong thing when a separate frame
2849         displays the group buffer.
2850
2851         * proto-stream.el (open-protocol-stream): Protect against the low-level
2852         transport functions returning nil.
2853
2854 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2855
2856         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2857         (mml2015-epg-find-usable-secret-key): New function.
2858         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2859         mml2015-epg-find-usable-key (Bug#7797).
2860         (mml2015-epg-encrypt): Ditto.
2861
2862 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * dgnushack.el (rot13-string): Fix the way to get the argument.
2865
2866 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2869
2870 2011-01-03  Glenn Morris  <rgm@gnu.org>
2871
2872         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2873
2874         * sieve.el (sieve-open-server): Give a more explicit error if
2875         sieve-manage-open returns nil.  (Bug#7720)
2876
2877 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2878
2879         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2880
2881 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2884         This avoids sending passwords in plain text over non-encrypted
2885         channels.
2886
2887         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2888
2889         * nnimap.el (nnimap-login): Refactored out into own function, and
2890         implement CRAM-MD5.
2891         (nnimap-wait-for-line): Refactored out.
2892
2893         * mm-view.el (mml-smime): Require.
2894
2895 2010-12-20  David Engster  <deng@eml.cc>
2896
2897         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2898         use EPG to decrypt S/MIME messages instead of openssl.
2899
2900 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2903
2904         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2905         status is the group clearly is unreachable.
2906
2907         * auth-source.el (auth-source-create): Add the optional second
2908         parameter to `local-variable-p' to be compatible with XEmacs.
2909
2910 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2911
2912         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2913         work when using a compressed nnml folder.
2914
2915 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2918         backends after sanitising on entry, because this never makes sense:
2919         If the articles have gone missing, then the data no longer exists on
2920         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2921         overwrite anything anyway.
2922
2923         * shr.el (shr-insert-document): Bind shr-width dynamically to
2924         window-width if it's nil.
2925
2926 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2927
2928         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2929         with the meaning of using the full emacs window width for rendering.
2930
2931 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2932
2933         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2934         case when sender is not given.
2935
2936 2010-12-23  Julien Danjou  <julien@danjou.info>
2937
2938         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2939         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2940         the addresses, otherwise we might misplaced the gravatar.
2941
2942 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2943
2944         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2945         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2946         obsolete in Emacs.
2947
2948 2010-12-20  Julien Danjou  <julien@danjou.info>
2949
2950         * gnus-util.el (gnus-rescale-image): Revert last change.
2951
2952 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2953
2954         * binhex.el: Improve commentary (Bug#7482).
2955
2956 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * gnus-group.el (gnus-group-delete-articles): New command.
2959
2960 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2961
2962         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2963
2964 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2967         here, since it's up to the backends to do CRLF removal if their
2968         protocol has it.
2969
2970         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2971
2972 2010-12-17  Julien Danjou  <julien@danjou.info>
2973
2974         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2975         they are from file. Can also scale up.
2976
2977 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2978
2979         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2980         gnus-use-agent.
2981         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2982
2983         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2984
2985 2010-12-17  Julien Danjou  <julien@danjou.info>
2986
2987         * gravatar.el (gravatar-retrieve-synchronously): New function.
2988         (gravatar-get-data): Make more robust.
2989
2990 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2993
2994 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2997         to really consider the last line.
2998
2999 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3000
3001         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3002         list of recipient keys, or use symmetric encryption if not a list.
3003         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3004         EPA override, replacing the call to `netrc-store-data'.
3005
3006 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3007
3008         * gnus-srvr.el: Avoid passing nil regexp argument to
3009         delete-matching-lines.
3010
3011 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3014         fetching stops when Gnus exits.
3015
3016         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3017         function.
3018         (nnfolder-request-expire-articles): Save all the buffers after doing
3019         expiry.
3020
3021         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3022         the last article", since that led to serious performance regressions
3023         when expiring nnml groups.
3024
3025 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3026
3027         * nnir.el: Improve customizations.
3028
3029 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3032
3033         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3034         group has been killed.
3035         (gnus-group-yank-group): Ditto.
3036
3037         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3038
3039         * nnimap.el (nnimap-request-update-group-status): New function.
3040
3041         * gnus-int.el (gnus-request-update-group-status): New interface
3042         function.
3043
3044         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3045         copying read-ness to the backends.
3046
3047         * nnimap.el (nnimap-quirk): New function.
3048         (nnimap-retrieve-group-data-early): Use it.
3049         (nnimap-quirks): New alist.
3050
3051 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3054         don't delete it within indentation.
3055
3056 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3059         previous line.
3060
3061 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3064         QRESYNC command by deleting a superfluous space which broke Cyrus
3065         servers.  This change will break other servers that are buggy the other
3066         way around.
3067
3068 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3069
3070         * spam.el: Reindent and fix long lines.
3071         (spam-copy-or-move-routine): Exclude invalid move destinations.
3072
3073 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3074
3075         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3076         installed the registry.
3077
3078 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3081
3082 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3083
3084         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3085         groupname doesn't contain "gmane".
3086
3087 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3090         and netrc-bound-and-true-p bindings.
3091         (netrc-parse): Cache the netrc contents.
3092
3093         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3094         (gnus-1): Don't create the nndrafts group twice.
3095         (gnus-setup-news): There's no need to read the active file here, since
3096         that's done again later on a per-backend basis.
3097         (gnus-start-draft-setup): Make sure that the new group is started out
3098         empty.
3099
3100         * gnus-agent.el (gnus-agentize): Don't create the queue group
3101         automatically on startup.  It'll be created later, if needed.
3102
3103         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3104         of automatically subscribed groups.
3105         (gnus-auto-subscribed-categories): New variable.
3106         (gnus-matches-options-n): Use it.
3107         (gnus-default-subscribed-newsgroups): Remove unused variable.
3108         (gnus-start-draft-setup): Message a bit less.
3109
3110 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3111
3112         * nnir.el (nnir-run-imap): Return article list in order of increasing
3113         UID.
3114
3115 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus-sum.el (gnus-summary-enter-digest-group):
3118         Mention gnus-auto-select-on-ephemeral-exit.
3119
3120         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3121         convention of the network-only option.
3122
3123 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * proto-stream.el (proto-stream-open-network-only): New function to
3126         have a way to specify non-STARTTLS upgrade connections.
3127
3128 2010-12-10  Julien Danjou  <julien@danjou.info>
3129
3130         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3131         email address is nil.
3132
3133         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3134
3135 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3136
3137         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3138         deletion.
3139         (nnir-run-imap): Only need to parse list once.
3140
3141 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * shr.el (shr-tag-script): Ignore <script>.
3144         (shr-tag-label): Add <label> support.
3145
3146 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3149
3150         * shr.el (shr-image-displayer): Work for images lined side by side.
3151
3152 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3153
3154         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3155         parameter, since XEmacs doesn't accept t as a parameter.
3156
3157 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3158
3159         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3160         ids.
3161         (nnir-run-gmane): Simplify groupspec formatting.
3162         (nnir-request-expire-articles): New function.
3163
3164 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3167         overflow, possibly.
3168
3169         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3170         (shr-render-td): Handle td style="" better.
3171         (shr-tag-table): Use the color from the style sheet.
3172         (shr-render-td): Make sure we copy over all the overlays, too.
3173
3174 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3175
3176         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3177         (nnir-request-article): Improve article retrieval.
3178
3179 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * mm-util.el (mm-extra-numeric-entities): New variable.
3182
3183         * mm-url.el (mm-url-decode-entities):
3184         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3185
3186         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3187
3188 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3189
3190         * message.el: Use completion-at-point.
3191         (message-completion-function): New fun, extracted from message-tab.
3192         (message-mode): Use it for completion-at-point-functions.
3193         (message-tab): Use it and completion-at-point.
3194
3195 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3198         character if a non-breakable character follows.
3199
3200 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3203         any stream.
3204
3205         * shr.el (shr-tag-font): Colorize the region.
3206         (shr-tag-body): Ditto.
3207         (shr-tag-font): Actually let the styles be inherited instead of
3208         overwriting them.
3209         (shr-tag-font): Get the background color right.
3210         (shr-tag-style): Ignore all <style> tags for the moment.
3211
3212         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3213         a Message-ID to avoid having nnimap depend on gnus-sum.
3214
3215         * shr.el (shr-descend): Only colorize something if we have a node that
3216         sets colors.
3217
3218 2010-12-06  Julien Danjou  <julien@danjou.info>
3219
3220         * shr.el (shr-render-td): Render td content with shr-descend, so style
3221         will be applied to <td> too.
3222         (shr-colorize-region): Colorize region even if we only have a background.
3223         (shr-tag-body): Fix color and background color inheritance.
3224         Do not recolorize after shr-generic.
3225         (shr-tag-font): Let shr-generic colorize via inheritance.
3226
3227 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3230
3231 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3232
3233         * nnir.el (nnir-request-move-article): Remove obsolete code.
3234
3235 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3238
3239 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-sum.el (gnus-summary-respool-article): The completion function
3242         expects a list instead of an alist.
3243
3244         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3245         string as the parameter.
3246
3247         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3248
3249         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3250         styles.
3251         (shr-colorize-region): New function.
3252         (shr-insert-background-overlay): Remove.
3253         (shr-render-td): Background setting should be taken care of on a higher
3254         level.
3255         (shr-tag-body): Use post-hoc colorizations.
3256         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3257         (shr-put-color-1): Don't overwrite old colors.
3258         (shr-colorize-region): When the background color isn't explicit, use
3259         a fixed background.
3260
3261         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3262         nnmail variables.
3263
3264 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3265
3266         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3267         unless necessary.
3268
3269 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3270
3271         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3272         server.
3273
3274 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3275
3276         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3277         so that TAB works.
3278
3279         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3280         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3281
3282         * shr.el (shr-urlify): Show the URL before the title to avoid
3283         misleading URLs.
3284
3285 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3286
3287         * shr.el (shr-urlify): Display the title in <a> tags.
3288
3289 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3290
3291         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3292
3293 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3294
3295         * nnir.el: Rearrange code to allow macros to be autoloaded by
3296         gnus-sum.el.
3297         (nnir-retrieve-headers-override-function): Make this variable
3298         customizable.
3299         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3300
3301         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3302         from nnir.el.
3303
3304 2010-12-03  Julien Danjou  <julien@danjou.info>
3305
3306         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3307
3308 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3311         allow optional argument `environment'.
3312
3313 2010-12-03  Glenn Morris  <rgm@gnu.org>
3314
3315         * mm-extern.el (message-goto-body): Update declaration.
3316
3317 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-util.el (gnus-macroexpand-all): New function.
3320
3321         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3322         instead of macroexpand-all that is unavailable in XEmacs.
3323
3324 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3325
3326         * nnir.el (nnir-summary-line-format): New variable.
3327         (nnir-mode): Use it.
3328         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3329         (nnir-article-ids): Reimplement as defsubst.
3330         (nnir-retrieve-headers): Don't mangle the subject header.
3331         (nnir-run-imap): Use 100 as RSV score.
3332         (nnir-run-find-grep): Fix for full server searching.
3333         (nnir-run-gmane): Better restriction to gmane groups.
3334
3335         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3336         summary buffers.
3337
3338 2010-12-02  Julien Danjou  <julien@danjou.info>
3339
3340         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3341
3342         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3343
3344         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3345         support.
3346
3347 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3348
3349         * nnir.el: Update to handle the registry better.
3350         (autoload): Silence byte-compiler.
3351         (nnir-open-server): Add a hook for nnir groups.
3352         (nnir-request-move-article): Don't mangle the header. Better to use
3353         formating variables (which will be added in the future).
3354         (nnir-registry-action): Update the registry using the original article
3355         group name.
3356         (nnir-mode): Install nnir-specific hooks for updating the registry.
3357
3358         * gnus-sum.el
3359         (gnus-article-original-subject,gnus-newsgroup-original-name):
3360         Remove obsolete variables.
3361         (gnus-summary-move-article): Remove use of obsolete variables.
3362         (gnus-summary-local-variables): Make move and delete hooks local to
3363         summary buffers.
3364
3365 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * rtree.el: New file.
3368
3369 2010-12-01  Julien Danjou  <julien@danjou.info>
3370
3371         * message.el (message-user-organization): Do not use
3372         gnus-local-organization.
3373
3374         * gnus.el: Remove gnus-local-organization.
3375
3376         * gnus-msg.el: Remove nastygram thing.
3377
3378 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3381         funcall.
3382
3383 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3386         names.
3387
3388         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3389         characters.
3390
3391         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3392         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3393         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3394         (gnus-gravatar-transform-address): Use mail-extract-address-components
3395         that supports non-ASCII names rather than mail-header-parse-addresses.
3396
3397 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * proto-stream.el (open-protocol-stream): All starttls connections are
3400         handled by the network handler.
3401
3402 2010-11-30  Julien Danjou  <julien@danjou.info>
3403
3404         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3405         (nnimap-open-connection-1): Fix PREAUTH.
3406
3407         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3408
3409 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3412         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3413         (shr-insert): Use them.
3414         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3415
3416 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3417
3418         * nnir.el (nnir-request-move-article): Bail out if original group
3419         doesn't support article moves.
3420         (nnir-get-active): Improve active list retrieval.
3421
3422 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3425
3426 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3427
3428         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3429         seem to accept strings-with-numbers as port numbers,
3430
3431 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3432
3433         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3434         change the registry.
3435
3436 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3439         delete-dups that is not available in XEmacs 21.4.
3440
3441         * mm-util.el (mm-delete-duplicates): Add comment.
3442
3443 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3444
3445         * nnir.el (nnir-ignored-newsgroups): New variable.
3446         (nnir-get-active): Use it.
3447
3448 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * proto-stream.el (proto-stream-open-network): Add some comments.
3451
3452         * nntp.el (nntp-open-connection): Provide a :success condition.
3453
3454         * nnimap.el (nnimap-open-connection-1): Ditto.
3455
3456         * proto-stream.el (proto-stream-open-network): See what the response to
3457         the STARTTLS command is.
3458
3459         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3460         backwards compatibility).
3461         (nnimap-open-connection-1): Really respect nnimap-server-port.
3462
3463         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3464         TLS upgrades we don't really care about the identity of the peer.
3465         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3466         that what we've checked for.
3467         (proto-stream-always-use-starttls): Only default to t if
3468         open-gnutls-stream exists.
3469         (proto-stream-open-network): If STARTTLS failed, then just open a
3470         normal connection.
3471         (proto-stream-open-network): Wait until the greeting before doing
3472         STARTTLS.
3473
3474         * nntp.el (nntp-open-connection): Report what the connection error is.
3475
3476         * proto-stream.el (open-protocol-stream): Rename from
3477         open-proto-stream.
3478
3479 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnimap.el (nnimap-stream): Change default to `undecided'.
3482         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3483         first, and then network.
3484         (nnimap-open-connection-1): Respect nnimap-server-port.
3485         (nnimap-open-connection): Be more backwards-compatible.
3486
3487         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3488         (proto-stream-open-starttls): De-duplicate the starttls code.
3489         (proto-stream-open-starttls): Folded back into the main function.
3490         (proto-stream-open-network): Fix typo in the gnutls path.
3491         (proto-stream-command): Refactor out.
3492
3493         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3494
3495         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3496         starttls.el STARTTLS.
3497
3498         * color.el (color-lab->srgb): Fix function call name.
3499
3500         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3501         if we're using tls.el.
3502         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3503         built in, then don't try to establish a STARTTLS connection.
3504
3505         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3506         servers.
3507
3508         * proto-stream.el (open-proto-stream): Use network, not stream.
3509         (open-proto-stream): Add a way to specify what the end of a command is.
3510
3511         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3512         connections types.
3513         (nntp-open-network-stream): Remove.
3514         (nntp-open-ssl-stream): Remove.
3515         (nntp-open-tls-stream): Remove.
3516         (nntp-ssl-program): Remove.
3517
3518         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3519
3520 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3521
3522         * nnir.el: Fix typos.
3523         (nnir-retrieve-headers-override-function): Rename variable to reflect
3524         new semantics.
3525         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3526         macros.
3527         (nnir-request-article, nnir-request-move-article): Use them.
3528         (nnir-categorize): New function.
3529         (nnir-run-query): Use it.
3530         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3531         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3532         sorted.
3533         (nnir-group-full-name): Use gnus-group-full-name instead.
3534         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3535         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3536
3537 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3540
3541         * proto-stream.el: New library to provide protocol-specific
3542         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3543         protocols.
3544         (open-proto-stream): Complete the documentation.
3545         (proto-stream-open-network): Fix some typos.
3546
3547         * nnimap.el (nnimap-open-connection): Use it.
3548
3549 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3550
3551         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3552         negotiation.
3553
3554 2010-11-26  Julien Danjou  <julien@danjou.info>
3555
3556         * color.el: Rename various rgb functions to srgb.
3557
3558 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3561         names.
3562
3563 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * shr.el (shr-insert): Revert last change.
3566         (shr-find-fill-point): Never leave point being at bol;
3567         relax the kinsoku limitation when rendering tables.
3568
3569 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3572         results from -accept-article.
3573
3574         * shr-color.el: Require cl when compiling.
3575
3576         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3577         checkin.
3578
3579         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3580
3581         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3582
3583         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3584         'add and 'delete to set backend marks.
3585
3586         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3587
3588         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3589
3590         * nntp.el (nntp-request-set-mark): Use it.
3591
3592         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3593
3594         * nnml.el (nnml-request-set-mark): Ditto.
3595
3596         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3597         introduces regressions in article selection.
3598         (nnimap-find-uid-response): New function.
3599         (nnimap-request-accept-article): Use the UID returned, if any.
3600         (nnimap-request-move-article): Use the UID returned, if any.
3601         (nnimap-get-groups): Reimplement to work with folded lines.
3602         (nnimap-find-uid-response): The UID is the last element in the list.
3603         (nnimap-request-set-mark): Extend syntax with 'set.
3604
3605         * nnml.el (nnml-request-set-mark): Ditto.
3606
3607         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3608
3609         * nntp.el (nntp-request-set-mark): Ditto.
3610
3611 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * message.el (message-called-interactively-p): A temporary macro.
3614         (message-goto-body): Use it temporarily.
3615
3616 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3619         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3620         (nnimap-last-response-string): Fix last unfolding fix.
3621
3622 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * shr.el (shr-insert): Fix the way to fold lines.
3625
3626 2010-11-25  Julien Danjou  <julien@danjou.info>
3627
3628         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3629
3630         * color.el: Rename from color-lab.el
3631         (color-rgb->hex): Add.
3632         (color-complement): Add.
3633         (color-complement-hex): Add.
3634
3635         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3636
3637 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3640         don't exist.
3641
3642 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3645         assuming that article displaying or another mml-preview may be
3646         interrupted for an error or for the like.
3647
3648         * shr.el (shr-get-background): Fix argument name.
3649
3650 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3653
3654         * gnus-sum.el (gnus-summary-include-articles): New function.
3655
3656         * message.el (message-goto-body): called-interactively-p needs a
3657         parameter, so use `any'.
3658
3659         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3660         clear marks before moving, since they're synced from the Gnus side
3661         first.
3662
3663         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3664         (gnus-summary-move-article): Copy over all marks before moving, so that
3665         IMAP doesn't think a new article has arrived.
3666
3667 2010-11-24  Julien Danjou  <julien@danjou.info>
3668
3669         * shr.el (shr-insert-background-overlay): Fix typo.
3670         (shr-render-td): Copy the background before rendering.
3671
3672         * shr-color.el (shr-color-visible): Fix docstring.
3673
3674         * shr.el (shr-tag-table): Add bgcolor support.
3675         (shr-render-td): Add bgcolor support.
3676         (shr-get-background): Add.
3677         (shr-insert-foreground-overlay): Use shr-get-background.
3678
3679         * message.el (message-goto-body): Use called-interactively-p.
3680         (message-in-body-p): message-goto-body returns point.
3681
3682 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3685         Fixes something or other in Emacs 23, and is backwards compatible.
3686
3687         * message.el (message-goto-body): Remove the <#secure special-casing,
3688         which is too special.
3689
3690         * shr.el (shr-parse-style): Drop !important from styles.
3691
3692 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3693
3694         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3695         this function to return incorrect results when calling it with an
3696         explicit article argument different from
3697         (gnus-summary-article-number).
3698
3699 2010-11-24  Julien Danjou  <julien@danjou.info>
3700
3701         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3702         (shr-tag-body): Add background support.
3703         (shr-descend): Add background support.
3704         (shr-tag-title): Add.
3705
3706         * shr-color.el (shr-color-visible): Really return original background
3707         if fixed.
3708
3709 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * shr.el (shr-color-check): Protect against non-existent colour names.
3712
3713 2010-11-24  Julien Danjou  <julien@danjou.info>
3714
3715         * color-lab.el: Require 'cl when compiling.
3716
3717         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3718
3719         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3720         matched part.
3721
3722         * color-lab.el: Fix all expt calls to use float type.
3723
3724 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3727         expression to shr-color-check as is.
3728
3729         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3730
3731         * color-lab.el: Add coding cookie.
3732         (float-pi): Use eval-and-compile.
3733
3734         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3735         compiled for Emacsen having no `libxml-parse-html-region' support.
3736
3737 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * shr.el (shr-insert-color-overlay): Split stuff like
3740         "#444444 !important" to find the real colour.
3741         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3742         parse <font color="red"> entries.
3743
3744 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3745
3746         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3747         point when parsing headers.
3748
3749         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3750         is positioned properly when parsing headers.
3751
3752 2010-11-23  Julien Danjou  <julien@danjou.info>
3753
3754         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3755
3756         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3757
3758         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3759
3760         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3761         Use shr-color-hue-to-rgb.
3762         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3763
3764 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * shr.el (shr-color->hexadecimal): Autoload.
3767         (shr-descend): Add color to all tags.
3768
3769 2010-11-22  Julien Danjou  <julien@danjou.info>
3770
3771         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3772         shr-color->hexadecimal.
3773
3774         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3775         RGB() or HSL() color representation.
3776
3777         * shr.el (shr-tag-font): Add.
3778         (shr-tag-color-check): New function to get better colors.
3779         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3780         tag-span.
3781
3782         * shr-color.el: New file.
3783
3784         * color-lab.el: New file.
3785
3786         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3787
3788 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3789
3790         * nnir.el: Fix typo in comments.
3791         (nnir-run-imap): Simplify code. No need to reverse artlist.
3792         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3793
3794 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3797
3798         * nnimap.el (nnimap-get-capabilities): Refactor out.
3799         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3800
3801 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3802
3803         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3804         appearing when `mm-uu-hide-markers' is nil.
3805
3806 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * nnimap.el (nnimap-unselect-group): Make into its own function.
3809         (nnimap-request-rename-group): Unselect group before renaming.
3810         This had gotten lost somewhere.
3811         (nnimap-request-accept-article): Keep track of examined groups, and
3812         unselect the group before APPENDing to read-only groups.
3813         (nnimap-request-move-article): Clear flags before moving so that they
3814         can be re-set later.
3815
3816 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3819         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3820
3821 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-art.el (gnus-mime-display-single)
3824         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3825         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3826         parameter.
3827
3828 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3831         (shr-table-vertical-line): New variable.
3832         (shr-insert-table): Use it.
3833
3834 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * gnus-html.el (gnus-html-wash-images): Don't display images if
3837         gnus-inhibit-images is non-nil; register displayer for cid images.
3838         (gnus-html-display-image): Work for cid image.
3839         (gnus-html-insert-image): Allow arguments.
3840         (gnus-html-put-image): Inhibit read-only.
3841         (gnus-html-prefetch-images): Don't prefetch images if
3842         gnus-inhibit-images is non-nil.
3843
3844 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * shr.el (shr-put-image): Break lines when inserting big pictures.
3847
3848 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3849
3850         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3851         sender, thanks Katsumi Yamaoka.
3852
3853 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3854
3855         * nnir.el (nnir-run-imap): Reverse the article list for each group
3856         rather than the whole list.
3857
3858 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * shr.el (shr-image-displayer): Protect function against non-existent
3861         image source.
3862
3863         * gnus-art.el (gnus-inhibit-images): New user option.
3864         (gnus-mime-display-single): Don't display image if it is non-nil.
3865
3866         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3867         gnus-inhibit-images.
3868
3869         * shr.el (shr-image-displayer): New function.
3870         (shr-tag-img): Use it.
3871
3872 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3873
3874         * mml2015.el (mml2015-epg-sign): Use From header.
3875
3876 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3879
3880         * gnus-util.el (gnus-find-text-property-region): Return markers.
3881
3882         * shr.el (shr-tag-img): Put a displayer in the text property.
3883
3884         * gnus-util.el (gnus-find-text-property-region): New utility function.
3885
3886         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3887         (gnus-html-show-images): Remove.
3888
3889         * gnus-art.el (gnus-article-show-images): New, more general function.
3890
3891         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3892         image url text properties.
3893
3894         * shr.el: Ditto.
3895
3896         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3897         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3898
3899 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3902         work for two or more articles.
3903
3904 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3907         divide an image that's in an html article to two or more when washing
3908         non-ASCII characters in alt text of it.
3909
3910 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3913         smime-decrypt-region using function argument.
3914         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3915
3916         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3917
3918         * smime.el (smime-decrypt-region): Catch it.
3919
3920 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * smime.el (smime-mode-map): Move initialization into declaration.
3923         (gnus-run-mode-hooks): Don't autoload.
3924         (smime-mode): Use define-derived-mode.
3925
3926 2010-11-11  Glenn Morris  <rgm@gnu.org>
3927
3928         * smime.el (from): Restrict declaration to XEmacs.
3929
3930         * nnir.el (gnus-group-topic-name): Autoload.
3931
3932 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * shr.el (shr-insert): Don't break long line if it is because of
3935         kinsoku-bol characters in the line end.
3936
3937 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3938
3939         * nnir.el (nnir-request-move-article): Fix to provide original group
3940         and subject.
3941         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3942         been retrieved.
3943
3944         * gnus-sum.el (gnus-summary-move-article): Use original group and
3945         subject for virtual articles such as those in an nnir summary buffer.
3946
3947 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3950         least 21.5).
3951
3952         * smime.el (from): Declare it again for XEmacs.
3953
3954 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * message.el (message-resend): Don't disable encoding unless it's
3957         already encoded.
3958
3959         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3960         low-numbered articles.
3961
3962 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * rfc2047.el (rfc2047-syntax-table): Simplify.
3965
3966         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3967
3968         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3969         set-char-table-range for XEmacs.
3970
3971 2010-11-10  Glenn Morris  <rgm@gnu.org>
3972
3973         * time-date.el (time-to-seconds): Always an alias on Emacs,
3974         never a real function.
3975         (with-no-warnings): Remove compat stub, now unused.
3976         (time-less-p): Doc fix.
3977         (time-to-number-of-days): Simplify.
3978
3979         * smime.el (from): Remove unused declaration.
3980
3981         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3982         (gnus-float-time): On Emacs, always an alias.
3983
3984         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3985         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3986
3987 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * dgnushack.el: Don't use ignore-errors in the top level form since it
3990         is unavailable in XEmacs even if cl is loaded.
3991
3992         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3993
3994 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * shr.el (browse-url-mailto): Autoload.
3997
3998         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3999
4000         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4001         regexp doesn't need quoting.
4002
4003 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4004
4005         * message.el (message-subject-trailing-was-ask-regexp)
4006         (message-subject-trailing-was-regexp): Match was: in addition to was.
4007
4008 2010-11-09  Glenn Morris  <rgm@gnu.org>
4009
4010         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4011         (nnbabyl-check-mbox): Use point-at-bol.
4012
4013 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4016
4017         * message.el (message-mailto): New function.
4018         (message-mailto): Should accept other parameters.
4019         (message-mailto): Remove since it duplicates browse-url-mailto
4020         functionality.
4021
4022 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4025         methods.
4026         (gnus-read-active-file): Ditto.
4027
4028         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4029         ": " from the prompt.
4030         (gnus-group-make-group): Ditto.
4031
4032 2010-11-07  Glenn Morris  <rgm@gnu.org>
4033
4034         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4035         (gnus-bookmark-kill-line): Use point-at-eol.
4036
4037 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4040         asterisks in From header.
4041
4042 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4045         string to avoid making the From headers syntactically invalid.
4046
4047         * message.el (message-send-mail): Don't insert courtesy messages if the
4048         message already has List-Post and List-ID messages.
4049
4050 2010-11-06  Glenn Morris  <rgm@gnu.org>
4051
4052         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4053         `condition', `type', `length' a prefix.
4054         (gnus-treat-predicate): Update for above name changes.
4055
4056 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4057
4058         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4059         binding.  Handled by `gnus-summary-refer-thread' instead.
4060         (nnir-warp-to-article): New backend function.
4061
4062         * nnimap.el (nnimap-request-thread): Force dependency updating.
4063
4064         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4065         (gnus-summary-refer-thread): Rework to improve thread-referral.
4066
4067         * gnus-int.el (gnus-warp-to-article): New function.
4068
4069         * gnus-sum.el (gnus-summary-article-map): Bind it.
4070
4071 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4072
4073         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4074         gnus-summary-refer-thread.
4075
4076         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4077         headers.
4078         (gnus-summary-limit-include-thread): Prevent articles in thread from
4079         being cut in gnus-cut-threads.
4080         (gnus-summary-refer-thread): Limit retrieved headers to those in
4081         thread.
4082
4083 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * message.el (message-send-mail): Use the value of
4086         message-courtesy-message from the message buffer.
4087
4088         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4089
4090         * shr.el (shr-browse-url): Implement mailto: URLs.
4091
4092         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4093         "raw".
4094
4095         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4096         if it's already selected.
4097
4098         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4099
4100 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4103         to measure the length and truncate alt text.
4104
4105 2010-11-03  Glenn Morris  <rgm@gnu.org>
4106
4107         * nndiary.el (nndiary-generate-nov-databases-1)
4108         (nndiary-generate-active-info): Rename dynamic variable `files' to
4109         something less generic.
4110
4111 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4112
4113         * nnir.el (nnir-request-move-article): Call the underlying backend to
4114         move articles from nnir.
4115
4116 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4119
4120 2010-11-02  Julien Danjou  <julien@danjou.info>
4121
4122         * nnir.el: Remove wais support.
4123
4124 2010-11-02  Glenn Morris  <rgm@gnu.org>
4125
4126         * gnus-html.el: Reorder requirements to quieten compiler.
4127
4128 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4131         properly for XEmacs as well.
4132         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4133         (gnus-article-natural-long-line-p): Use window-width rather than
4134         frame-width.
4135
4136 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4137
4138         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4139         (nnir-read-parms): Don't modify query.
4140         (nnir-run-query): Add ability to search topic on current line.
4141         (nnir-get-active): Clean up.
4142
4143 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4146         degenerate articles.
4147
4148         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4149         (gnus-print-buffer): Just print the buffer as is, without any copying
4150         to a buffer and then re-highlighting.
4151
4152         * nnimap.el (nnimap-request-group): Store the new updated info.
4153         (nnimap-request-group): Select the group when we don't know whether it
4154         exists or not.
4155
4156         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4157         groups.
4158
4159         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4160         groups.
4161
4162         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4163         groups.
4164
4165         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4166         long-lines case by only filling the long lines.
4167
4168         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4169         (bug #7311).
4170
4171 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * shr.el: No need to declare `declare-function' since shr.el is for
4174         only Emacsen that provide `libxml-parse-html-region'.
4175
4176         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4177         effective only in a file it is referred to.
4178
4179 2010-11-01  Glenn Morris  <rgm@gnu.org>
4180
4181         * mm-util.el (gnus-completing-read): Autoload.
4182         (mm-read-coding-system): Simplify Emacs definition.
4183
4184         * nnmail.el (gnus-activate-group):
4185         * nnimap.el (gnutls-negotiate):
4186         * nntp.el (netrc-parse): Fix declarations.
4187
4188 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4191         string-match-p in Emacs >=23.
4192
4193         * gnus-msg.el (gnus-configure-posting-styles)
4194         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4195
4196 2010-11-01  Glenn Morris  <rgm@gnu.org>
4197
4198         * nnir.el (declare-function): Add compat stub.
4199         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4200         (nnir-run-gmane): Require 'mm-url.
4201
4202         * mm-util.el (mm-string-to-multibyte): Simplify.
4203
4204         * shr.el (declare-function): Add compat stub.
4205         (url-cache-create-filename): Declare.
4206         (mm-disable-multibyte, widget-convert-button): Autoload.
4207
4208         * smime.el (ldap-search): Declare.
4209         (smime-cert-by-ldap-1): Require ldap on Emacs.
4210
4211         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4212         (nnimap-keepalive): Use gnus-float-time.
4213
4214         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4215         (mail-source-delete-crash-box): Use gnus-float-time.
4216
4217         * gnus-dired.el (gnus-completing-read): Autoload.
4218
4219         * mm-view.el (gnus-rescale-image): Autoload.
4220
4221         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4222
4223         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4224
4225         * sieve-manage.el: Require 'cl when compiling.
4226
4227         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4228         (gnus-iswitchb-completing-read): Require iswitchb.
4229         (gnus-select-frame-set-input-focus): Silence compiler.
4230
4231 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * message.el (message-subject-trailing-was-query): Change default to t,
4234         since I think that's what most people want.
4235
4236         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4237         appending for easier debugging.
4238         (nnimap-wait-for-connection): Take a regexp.
4239         (nnimap-request-accept-article): Wait for the continuation line before
4240         sending anything unless we're streaming.
4241
4242         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4243         leave the header washing to take place.
4244
4245 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4246
4247         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4248         regular expression match and replace in posting styles.
4249
4250 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4251
4252         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4253         an entire server.
4254         (nnir-get-active): New function.
4255         (nnir-run-imap): Use it.
4256         (nnir-run-gmane): Who knew, gmane search returns an article score!
4257
4258         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4259         server on the current line with nnir.
4260
4261 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4264         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4265         left edge.
4266         (gnus-article-foldable-buffer): Skip past the prefix when determining
4267         raggedness.
4268
4269         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4270         the raw article, and change `C-u g' to show the article without doing
4271         treatments.
4272
4273         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4274         on to `gnus-treat-article'.
4275         (gnus-inhibit-article-treatments): New variable.
4276
4277         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4278
4279         * gnus-art.el (gnus-treatment-function-alist): Have
4280         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4281         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4282         sections.
4283
4284         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4285         parameter.
4286         (gnus-article-fill-cited-long-lines): New function.
4287         (gnus-article-fill-cited-article): Allow filling only long sections.
4288
4289         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4290         and non-punctuation (like after the apostrophe in "'We").
4291
4292         * gnus-sum.el (gnus-summary-select-article): Make sure
4293         gnus-original-article-buffer is alive.
4294
4295         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4296         reflect the order they're in in the digest.
4297
4298         * gnus.el (gnus-group-startup-message): Move point to the start of the
4299         buffer.
4300
4301         * nnimap.el (nnimap-capability): New function.
4302         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4303         is set.
4304
4305 2010-10-31  David Engster  <dengste@eml.cc>
4306
4307         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4308         conform with changes to gnus-completing-read.
4309
4310 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4313
4314 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4315
4316         * nnir.el: Move defvar, defcustom around to keep file organized
4317         and keep byte-compiler quiet.
4318         (nnir-read-parms): Accept search-engine as arg.
4319         (nnir-run-query): Pass search-engine as arg.
4320         (nnir-search-engine): Remove.
4321
4322 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * shr.el (shr-generic): The text nodes should be text, not :text.
4325
4326         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4327         later in the file.
4328
4329 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4330
4331         * nnir.el: General clean up.  Allow searching with multiple engines.
4332         Allow separate extra-parameters for each engine.
4333         Batch queries when possible.
4334         (nnir-imap-default-search-key,nnir-method-default-engines):
4335         Add customize interface.
4336         (nnir-run-gmane): New engine.
4337         (nnir-engines): Use it.  Qualify all prompts with engine name.
4338         (nnir-search-engine): Remove global variable.
4339         (nnir-run-hyrex): Restore for now.
4340         (nnir-extra-parms,nnir-search-history): New variables.
4341         (gnus-group-make-nnir-group): Use them.
4342         (nnir-group-server): Remove in favor of gnus-group-server.
4343         (nnir-request-group): Avoid searching twice.
4344         (nnir-sort-groups-by-server): New function.
4345
4346 2010-10-30  Julien Danjou  <julien@danjou.info>
4347
4348         * gnus-group.el: Remove gnus-group-fetch-control.
4349
4350         * gnus-start.el (gnus-find-new-newsgroups):
4351         Remove gnus-check-first-time-used.
4352
4353         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4354
4355 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4356
4357         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4358         set on groups that don't have \* permanentflags.
4359
4360 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4363         control the background color.
4364         (shr-tag-img): Ignore very small web bug type images.
4365         (shr-put-image): Add help-echo alt texts to the images.
4366         (shr-tag-video): Show the video poster image.
4367
4368 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * shr.el (shr-table-depth): New variable.
4371         (shr-tag-table-1): Only insert the images after the top-level table.
4372
4373         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4374
4375         * gnus-util.el (gnus-list-memq-of-list): New function.
4376
4377         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4378         selected.
4379         (nnimap-unsplittable-articles): New slot.
4380         (nnimap-new-articles): Use it.
4381
4382 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4383
4384         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4385         move to the previous line on `M-g'.
4386
4387 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4390         *-request-group, which seems unnecessary.
4391
4392         * nnimap.el (nnimap-quote-specials): Function copied over from
4393         imap.el.
4394         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4395         they support that.  Suggested by Tom Regner.
4396
4397 2010-10-29  Julien Danjou  <julien@danjou.info>
4398
4399         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4400         defalias.
4401         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4402
4403         * gnus.el: Remove `gnus-nntp-service' variable.
4404         (gnus-secondary-servers): Make obsolete.
4405         (gnus-nntp-server): Make obsolete.
4406
4407         * gnus-start.el (gnus-1): Remove x-splash calls.
4408
4409         * gnus-ems.el (gnus-x-splash): Remove.
4410
4411         * gnus.el (gnus-group-startup-message): Simplify/update code.
4412
4413         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4414         definition.
4415
4416         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4417         capability before doing anything.
4418         (gnus-group-insert-group-line): Remove useless
4419         gnus-group-remove-excess-properties.
4420
4421 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4424
4425 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4428         config after reselecting.
4429
4430 2010-10-28  Julien Danjou  <julien@danjou.info>
4431
4432         * shr.el (shr-put-image): Use point even if only inserting text.
4433         (shr-put-image): Save excursion when inserting alt text on non-graphic
4434         display, so the behaviour is the same when we are on a graphic display.
4435
4436         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4437
4438 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4441         (gnus-mime-copy-part): Check coding system, not charset.
4442         (gnus-mime-view-part-externally): Never remove part.
4443         (gnus-mime-view-part-internally): Don't remove part here.
4444         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4445         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4446         multipart/alternative.
4447
4448         * mm-decode.el (mm-display-part): Take optional arg `force'.
4449
4450 2010-10-26  Julien Danjou  <julien@danjou.info>
4451
4452         * gnus-group.el (gnus-group-default-list-level): Add this function to
4453         compute the default list level.
4454         (gnus-group-default-list-level): Add possibility to use a function.
4455
4456 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4459
4460         * gnus-group.el (gnus-group-completing-read)
4461         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4462         gnus-replace-in-string.
4463
4464 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * shr.el (shr-tag-div): Add.
4467
4468         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4469
4470 2010-10-25  Julien Danjou  <julien@danjou.info>
4471
4472         * gnus-util.el: Remove `gnus-with-local-quit'.
4473
4474         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4475
4476 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4479         the original article buffer.
4480
4481 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * nnimap.el (nnimap-request-head): New function.
4484         (nnimap-request-move-article): Try to be slighly faster by not
4485         requesting the entire message when moving.
4486         (nnimap-transform-headers): Don't bug out on bodiless articles.
4487         (nnimap-send-command): Have no outstanding messages if the IMAP server
4488         doesn't support streaming.
4489         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4490
4491 2010-10-24  Julien Danjou  <julien@danjou.info>
4492
4493         * message.el (message-default-headers): Fix type.
4494
4495 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4498         prefetching images.
4499
4500         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4501         backend for unknown groups.  This is mainly useful for nnimap groups.
4502
4503         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4504         group isn't covered by the agent.
4505
4506 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4507
4508         * nnir.el (nnir-method-default-engines): New variable.
4509         (nnir-run-query): Use it.
4510         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4511         (gnus-summary-nnir-goto-thread): Change group if needed.
4512
4513         * gnus-group.el (gnus-group-group-map): Add key binding for
4514         gnus-group-make-nnir-group.
4515
4516 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517
4518         * shr.el (shr-tag-object): Add.
4519
4520         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4521         original article buffer live.
4522         (gnus-summary-select-article-buffer):
4523         Mention gnus-widen-article-buffer.
4524
4525 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * shr.el (shr-tag-strong): Add.
4528
4529 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530
4531         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4532         group names.  They mess up the group buffer badly.
4533
4534         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4535
4536         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4537         instead of the summary one.
4538
4539 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * mml.el (mml-preview): Work properly when editing article.
4542
4543         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4544         gnus-have-read-active-file if it's already been in.
4545
4546 2010-10-22  Tom Tromey  <tromey@redhat.com>
4547
4548         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4549         gnus-group-completing-read.
4550
4551 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * message.el (message-mode-map): Don't bind M-; to comment region, to
4554         allow the global comment-dwim to work.
4555
4556 2010-10-21  Julien Danjou  <julien@danjou.info>
4557
4558         * message.el (message-setup-1): Allow message-default-headers to be a
4559         function.
4560
4561 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * shr.el (shr-tag-table): Simplify.
4564
4565 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4568         to avoid trying to snarf invalid stuff.
4569
4570         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4571
4572         * gnus.el (gnus-message-archive-group): Quote value.
4573         (gnus-message-archive-group): Mark as changed.
4574
4575         * shr.el (shr-add-font): Don't put the font properties on the newline
4576         or the indentation.
4577
4578         * message.el (message-fix-before-sending): Change options when sending
4579         non-printable characters.
4580
4581         * gnus.el (gnus-message-archive-method): Change the default to
4582         monthly outgoing groups.
4583
4584         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4585         that have gotten new numbers.
4586
4587         * nnimap.el (nnimap-request-replace-article): New function.
4588
4589 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4592         (nnrss-request-article): Don't use special html washing code.
4593
4594 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * shr.el (shr-tag-table): Remove useless nconc.
4597
4598 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-art.el (article-wash-html): Simplify and remove the charset
4601         stuff.  Use the normal html rendering code instead of the special html
4602         washing code.
4603
4604         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4605         `gnus-w3m' symbols.
4606         (mm-text-html-washer-alist): Remove.
4607
4608         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4609         (mm-inline-media-tests): Remove use.
4610         (mm-text-html-renderer): Change default to the `shr' symbol.
4611
4612         * mm-view.el (mm-inline-text-html): Remove use.
4613
4614         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4615         `gnus-blocked-images' to be a function.
4616         (gnus-article-wash-function): Remove.
4617
4618 2010-10-20  Julien Danjou  <julien@danjou.info>
4619
4620         * spam.el (spam-list-of-processors): Mark as obsolete.
4621
4622         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4623         (nnimap-insert-partial-structure): Fix boundary detection.
4624
4625 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4626
4627         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4628         run file-truename on remote files.  This can be expensive and even
4629         prevent one from editing drafts if some unrelated buffer has a stale
4630         connection.
4631
4632 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4635         kinsoku-eol regardless of shr-kinsoku-shorten.
4636         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4637         (shr-tag-table): Support caption, thead, and tfoot.
4638
4639 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4642         lines.
4643         (shr-save-contents): New command and keystroke.
4644
4645         * nndoc.el (nndoc-type-alist): Add git support.
4646         (nndoc-git-type-p): New function.
4647         (nndoc-transform-git-article): Ditto.
4648         (nndoc-transform-git-headers): Ditto.
4649         (nndoc-transform-git-headers): Generate Subject headers.
4650
4651         * shr.el (shr-parse-style): New function.
4652         (shr-tag-span): Ditto.
4653
4654         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4655         to `G G' to avoid collisions.
4656
4657 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * shr.el: Load kinsoku if necessary.
4660         (shr-kinsoku-shorten): New internal variable.
4661         (shr-find-fill-point): Make kinsoku shorten text line if
4662         shr-kinsoku-shorten is bound to non-nil.
4663         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4664         shr-indentation too when testing if table is wider than frame width.
4665         (shr-insert-table): Use `string-width' instead of `length' to measure
4666         text width.
4667         (shr-insert-table-ruler): Make sure indentation is done at bol.
4668
4669 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4670
4671         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4672         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4673         undecoded network data.
4674
4675 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676
4677         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4678         name in the mode line spec so that the mode line menu works
4679         (bug #2431).
4680
4681         * message.el (message-get-reply-headers): If we're fed `to-address',
4682         then always use that.
4683
4684         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4685         aren't so wide as to need to switch off the edit menu.
4686
4687         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4688         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4689
4690         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4691         `M-g'.
4692         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4693         the permanent marks.
4694
4695 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4696
4697         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4698         Splitting according to references/in-reply-to obeys the ignore-groups
4699         variable, while splitting by sender and subject do not.
4700
4701 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4704         alist, so that we can look for non-Unicode chars.
4705         (article-translate-strings): Allow both character and string maps.
4706
4707 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * shr.el (shr-insert): Don't insert space behind a wide character
4710         categorized as kinsoku-bol, or between characters both categorized as
4711         nospace.
4712
4713 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4714
4715         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4716         headers to gnus-newsgroup-headers.
4717
4718 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * shr.el (shr-tag-img): Don't align images -- since we're not
4721         rescaling, this often leads to ugly displays.
4722
4723 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4724
4725         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4726         duplicates.
4727
4728 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4729
4730         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4731         call.
4732
4733 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus.el: Autoload gnus-html-show-images.
4736
4737         * nnimap.el: Use nnheader-message throughout.
4738
4739         * shr.el (shr-tag-img): Ignore images with no data.
4740
4741 2010-10-15  Julien Danjou  <julien@danjou.info>
4742
4743         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4744         a possibility to disable format=flow encoding when using hard newlines.
4745
4746 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * shr.el (shr-insert): Remove space inserted before or after a
4749         breakable character or at the beginning or the end of a line.
4750         (shr-find-fill-point): Do kinsoku; find the second best point or give
4751         it up if there's no breakable point.
4752
4753 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * nnimap.el (nnimap-open-connection): Message when opening connection
4756         for debugging purposes.
4757
4758         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4759         on every setup buffer call to allow this to change from article to
4760         article.
4761
4762         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4763         buffers where we have a wide table.
4764
4765 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4766
4767         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4768         uses *-request-thread.
4769
4770 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4773         incantation, which is no longer valid.
4774
4775 2010-10-14  Julien Danjou  <julien@danjou.info>
4776
4777         * shr.el: Fix defcustom type (char -> character).
4778
4779 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4782         programs.
4783
4784 2010-10-14  Julien Danjou  <julien@danjou.info>
4785
4786         * shr.el (shr-tag-a): Use url-link as widget type.
4787
4788         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4789         `gnus-group-get-icon'.
4790
4791 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4794         This should make server editing work better.
4795
4796         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4797
4798         * tls.el (tls-program): Remove spurious %s from openssl.
4799
4800         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4801         (nnimap-parse-flags): Fix regexp.
4802
4803         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4804         probably work for CJVK text, too.
4805
4806         * nnimap.el (nnimap-extend-tls-programs): Remove.
4807         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4808
4809         * tls.el (tls-starttls-switches): Remove starttls hack.
4810         (open-tls-stream): Ditto.
4811         (tls-find-starttls-argument): Ditto.
4812
4813 2010-10-13  Julien Danjou  <julien@danjou.info>
4814
4815         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4816         responses.
4817
4818 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4821
4822         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4823         anything in Emacs.
4824
4825         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4826
4827 2010-10-13  Julien Danjou  <julien@danjou.info>
4828
4829         * shr.el (shr-width): Make shr-width a defcustom with default to
4830         fill-column.
4831         (shr-tag-img): Use shr-width rather than fill-column.
4832
4833 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * dgnushack.el (byte-optimize-apply)
4836         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4837
4838         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4839         position when (X-)Faces exist.
4840         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4841         avatars when called interactively.
4842
4843 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4846         gnus-article-x-face-too-ugly is bound.
4847
4848 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4851
4852         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4853         mailbox that doesn't exist.
4854
4855 2010-10-12  Julien Danjou  <julien@danjou.info>
4856
4857         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4858         (shr-get-image-data): Encode URL properly when fetching from cache.
4859         (shr-tag-img): Use aligned-to spaces to align correctly images.
4860
4861         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4862         before inserting the Gravatar.
4863
4864         * shr.el (shr-tag-img): Add align attribute support for <img>.
4865
4866 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-gravatar.el (gnus-art): Require.
4869
4870         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4871         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4872         Remove long obsoleted functions.
4873
4874 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4877
4878         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4879
4880         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4881         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4882         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4883         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4884         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4885         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4886         * sieve-manage.el, smime.el, spam.el:
4887         Fix comment for declare-function.
4888
4889 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * nnimap.el (nnimap-request-rename-group): Select group read-only
4892         before renaming it.
4893
4894         * shr.el (shr-insert): Fix up the white space only regexp.
4895
4896         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4897         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4898
4899         * shr.el (shr-current-column): New function.
4900         (shr-find-fill-point): New function.
4901
4902 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4903
4904         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4905         numbers.
4906
4907 2010-10-11  Julien Danjou  <julien@danjou.info>
4908
4909         * shr.el (shr-hr-line): Add.
4910         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4911         display hr lines.
4912         (shr-max-columns): Do not change state to nil if we just inserting
4913         spaces.
4914
4915 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4918         select the last group.
4919
4920 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4923
4924 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4925
4926         * dig.el (dig-mode-map): Declare and define in one step.
4927
4928 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4931         for Gnus.
4932         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4933         (nnimap-update-qresync-info): Mark \Seen articles as read.
4934
4935         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4936         non-variable, too.
4937
4938         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4939         available.
4940         (nnimap-update-info): Rely more on the current active than the param
4941         active to avoid marking articles as read too much.
4942
4943         * auth-source.el (auth-source-create): Use (user-login-name) for the
4944         user name default.
4945
4946         * nnimap.el (nnimap-update-info): If the server doesn't return any
4947         useful info, just use the previous info.
4948         (nnimap-update-info): Prefer old info over start-article.
4949         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4950
4951 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4952
4953         * nnir.el (autoload): Clean up autoloads.
4954         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4955         Use key rather than value.
4956         (nnir-imap-search-other): New variable.
4957         (nnir-read-parm): Use it.
4958         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4959         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4960
4961 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4964         the process, too.
4965
4966 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * spam.el (gnus-summary-mode-map): Bind to "$".
4969         Suggested by Russ Allbery.
4970
4971         * shr.el: Rework the way things are indented by <li> slightly.
4972
4973         * gnus.el (gnus-group-set-parameter): Fix typo.
4974
4975         * nnimap.el: Start implementing QRESYNC support.
4976
4977 2010-10-09  Julien Danjou  <julien@danjou.info>
4978
4979         * nnir.el (nnir-engines): Fix too many arguments.
4980
4981 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4984         group is the "last", so that the backends like nnfolder actually save
4985         their folders.
4986
4987         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4988         try to use that for the tls stream.
4989         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4990         UIDVALIDITY and find out which groups are read-only and not.
4991         (nnimap-get-flags): Use the same marks parsing code as the rest of
4992         nnimap.
4993
4994 2010-10-09  Julien Danjou  <julien@danjou.info>
4995
4996         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4997
4998         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4999         retrieving gravatars.
5000
5001         * shr.el (shr-table-corner): Add.
5002         (shr-table-line): Add.
5003         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5004
5005 2010-10-08  Julien Danjou  <julien@danjou.info>
5006
5007         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5008
5009 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5012
5013         * gnus-sum.el (gnus-mark-article-as-unread)
5014         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5015         (gnus-summary-set-bookmark): Use it.
5016
5017         * gnus-msg.el (gnus-setup-message): Use it.
5018
5019         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5020
5021         * gnus.el (gnus-group-remove-parameter): Use it.
5022
5023         * gnus-group.el (gnus-group-make-web-group): Use it.
5024
5025         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5026
5027         * nnregistry.el: Update docs to mention manual.
5028
5029         * gnus-registry.el: Update docs to mention nnregistry.el.
5030         (gnus-registry-initialize): Don't install nnregistry refer method
5031         automatically.
5032         (gnus-registry-install-nnregistry): Remove it.
5033
5034 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * shr.el (shr-insert): Don't insert double spaces.
5037
5038 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus-gravatar.el (gnus-treat-from-gravatar)
5041         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5042         called interactively.
5043
5044         * gnus-art.el (gnus-mime-view-part-externally)
5045         (gnus-mime-view-part-internally): Make predicate function passed to
5046         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5047         of a mime type.
5048
5049         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5050
5051 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * shr.el (require): Require cl when compiling.
5054         (shr-tag-hr): New function.
5055
5056         * nnimap.el (nnimap-update-info): Remove double setting of high.
5057         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5058         This makes nnimap work properly on Courier again.
5059
5060         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5061         the variable for backwards compatibility.
5062
5063         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5064         the file name before using to avoid setting mm-default-directory to
5065         nil.
5066
5067         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5068         bidning gnus-agent variables.
5069
5070         * shr.el (shr-render-td): Use a cache for the table rendering function
5071         to avoid getting an exponential rendering behaviour in nested tables.
5072         (shr-insert): Rework the line-breaking algorithm.
5073         (shr-insert): Don't leave trailing spaces.
5074         (shr-insert-table): Also insert empty TDs.
5075         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5076
5077 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5078
5079         * gnus-sum.el (gnus-number): Rename from `number'.
5080         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5081         (gnus-summary-limit-children): Update uses correspondingly.
5082
5083 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5086         (gnus-gravatar-transform-address): Don't show avatars of people of
5087         which mail addresses match gnus-gravatar-too-ugly.
5088
5089 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * shr.el (shr-table-widths): Expand TD elements to fill available
5092         space.
5093
5094 2010-10-07  Julien Danjou  <julien@danjou.info>
5095
5096         * nnimap.el (nnimap-request-rename-group): Add this method.
5097
5098 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5101         name from XEmacs' function-arglist.
5102
5103         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5104         gravatar under XEmacs.
5105
5106 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * auth-source.el: Update docs with TODO items.
5109
5110         * gnus-sync.el: Update docs to explain state and plans.
5111
5112         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5113         Hooks for mark updates.
5114         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5115
5116         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5117         hooks with arguments, which is needed for mark update hooks.
5118
5119 2010-10-06  Julien Danjou  <julien@danjou.info>
5120
5121         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5122         was matched.
5123
5124         * sieve-manage.el: Update example in `Commentary'.
5125
5126         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5127
5128         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5129         not 2000.
5130         (sieve-manage-authenticate): Re-add function.
5131
5132 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * shr.el (shr-insert): Get 'space transition right.
5135         (shr-render-td): Only delete space at the end of the TD.
5136
5137         * nnimap.el (nnimap-open-connection): Prepare to support
5138         open-gnutls-stream.
5139
5140         * shr.el: Rearrange function order to be more logical.
5141
5142 2010-10-06  Julien Danjou  <julien@danjou.info>
5143
5144         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5145         (nnrss-discover-feed): Remove 404 URL in docstring.
5146
5147         * nnir.el: Fix Swish-E URL.
5148         Fix Namazu URL.
5149
5150         * message.el (message-change-subject): Remove 404 URL in a comment.
5151
5152 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5155         called interactively.
5156
5157         * gnus-util.el (gnus-remove-if): Allow hash table.
5158         (gnus-remove-if-not): New function.
5159
5160         * gnus-art.el (gnus-mime-view-part-as-type)
5161         * gnus-score.el (gnus-summary-score-effect)
5162         * gnus-sum.el (gnus-read-move-group-name):
5163         Replace remove-if-not with gnus-remove-if-not.
5164
5165         * gnus-group.el (gnus-group-completing-read):
5166         Regard collection as a hash table if it is not a list.
5167
5168 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5171
5172         * shr.el: Document the table-rendering algorithm.
5173
5174 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5177         for Emacsen having no `libxml-parse-html-region' support.
5178
5179 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5182         invalid URLs.
5183
5184         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5185         line-broken.
5186         (shr-tag-img): Ignore image fetching errors.
5187         (shr-overlays-in-region): Compute overlay positions correctly.
5188
5189         * mm-decode.el (mm-shr): Require shr.
5190
5191         * gnus-art.el (gnus-blocked-images): Move variable here.
5192
5193         * shr.el (shr-insert-table): Bind free variable.
5194
5195         * mm-decode.el (mm-shr): Bind shr-content-function.
5196
5197         * shr.el (shr-content-function): New variable.
5198
5199         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5200         added for symmetry.
5201
5202         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5203
5204         * gnus-group.el (gnus-group-make-group): Doc fix.
5205
5206         * nnimap.el (nnimap-request-newgroups): Return success.
5207
5208         * shr.el (shr-find-elements): New function.
5209         (shr-tag-table): Put all the images after the table.
5210         (shr-tag-table): Really inhibit images inside the table.
5211         (shr-collect-overlays): Copy over overlays from the TD elements to the
5212         main document.
5213
5214         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5215         gnus-blocked-images.
5216
5217 2010-10-05  Julien Danjou  <julien@danjou.info>
5218
5219         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5220
5221         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5222         (gnus-html-maximum-image-size): Add this function.
5223         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5224
5225         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5226         server-value of the capability is nil.
5227
5228 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * shr.el (shr-tag-em): Add <EM> tag.
5231
5232 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5233
5234         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5235         customizable.
5236
5237         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5238         handing broken links to browse-url.
5239
5240 2010-10-05  Julien Danjou  <julien@danjou.info>
5241
5242         * gnus-util.el (gnus-emacs-completing-read)
5243         (gnus-iswitchb-completing-read): Use autoload rather than require.
5244
5245 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5248         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5249         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5250         iswitchb-temp-buflist for XEmacs.
5251
5252         * gnus-util.el (gnus-completing-read-function): Exclude
5253         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5254         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5255         XEmacs.
5256
5257         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5258         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5259
5260         * gnus-html.el: Don't require help-fns under XEmacs.
5261         (gnus-html-schedule-image-fetching): Work for XEmacs.
5262
5263         * mm-decode.el (mm-shr): Decode contents by charset.
5264
5265 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5268         unknown.
5269
5270         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5271         (shr-get-image-data): Ensure against the cache file missing.
5272
5273         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5274         for data.
5275
5276         * spam-report.el (spam-report-url-ping-plain): Don't query about
5277         killing the process.
5278
5279         * shr.el (shr-render-td): Protect against too-wide text.
5280
5281 2010-10-04  Julien Danjou  <julien@danjou.info>
5282
5283         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5284         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5285
5286         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5287         retrieved.
5288
5289 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * shr.el (browse-url): Require.
5292         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5293         lines.
5294         (shr-show-alt-text, shr-browse-image): New commands.
5295         (shr-browse-url, shr-copy-url): New commands.
5296
5297         * gnus-sum.el (gnus-widen-article-window): New variable.
5298         (gnus-summary-select-article-buffer): Use it.
5299
5300         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5301         without @ signs.
5302
5303 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5304
5305         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5306
5307 2010-10-04  Julien Danjou  <julien@danjou.info>
5308
5309         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5310         for XEmacs.
5311
5312 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5315
5316         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5317         (nnimap-close-server): Implement.
5318
5319         * dgnushack.el (iswitchb): Require to shut up the compiler.
5320
5321         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5322         (shr-insert): Tweak line breaking.
5323         (shr-insert): Handle <pre> better.
5324         (shr-tag-li): Get <li> indentation right.
5325         (shr-tag-li): Get <li> indentation even righter.
5326         (shr-tag-blockquote): Ensure paragraph start.
5327         (shr-make-table): Tweak table generation.
5328         (shr-make-table): Fix typo.
5329
5330         * shr.el: Implement table rendering.
5331
5332 2010-10-04  Julien Danjou  <julien@danjou.info>
5333
5334         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5335
5336 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * shr.el (shr-insert): Use string anchors instead of line anchors.
5339
5340 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * shr.el: Add headings.
5343         (shr-ensure-paragraph): Actually work.
5344         (shr-tag-li): Make <ul> prettier.
5345         (shr-insert): Get white space at the beginning/end of elements right.
5346         (shr-tag-p): Collapse subsequent <p>s.
5347         (shr-ensure-paragraph): Don't insert double line feeds after blank
5348         lines.
5349         (shr-insert): \t is also space.
5350         (shr-tag-s): Fix "s" tag name function.
5351         (shr-tag-s): Fix face prop name.
5352
5353 2010-10-03  Julien Danjou  <julien@danjou.info>
5354
5355         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5356
5357         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5358         gnus-window-inside-pixel-edges.
5359
5360         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5361         gnus-ems.
5362
5363         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5364
5365         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5366         function.
5367
5368         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5369         resize choice.
5370
5371 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5374         beginning of the buffer.
5375
5376         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5377         article buffer again.
5378
5379         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5380
5381         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5382         when it's at the start of the buffer.
5383
5384         * shr.el (shr-tag-blockquote): Convert name.
5385         (shr-rescale-image): Use the right image-size variant.
5386
5387         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5388         buffer isn't shown, then select the current article first instead of
5389         bugging out.
5390         (gnus-summary-select-article-buffer): Show both the article and summary
5391         buffers again.
5392
5393         * shr.el (shr-fontize-cont): Protect against regions with no text.
5394         Rename tag functions to shr-tag-* for enhanced security.
5395         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5396
5397 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5398
5399         * shr.el (shr-insert):
5400         * pop3.el (pop3-movemail):
5401         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5402         loaded.
5403
5404 2010-10-03  Glenn Morris  <rgm@gnu.org>
5405
5406         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5407
5408         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5409
5410         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5411
5412         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5413
5414         * gnus-util.el (gnus-make-local-hook): Simplify.
5415
5416 2010-10-02  Julien Danjou  <julien@danjou.info>
5417
5418         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5419         (gnus-ido-completing-read): New function.
5420         (gnus-emacs-completing-read): New function.
5421         (gnus-completing-read): Use gnus-completing-read-function.
5422         Add gnus-completing-read-function.
5423
5424 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * shr.el (shr-insert-document): Autoload.
5427         (shr-img): Be silent.
5428         (shr-insert): Add a newline after every picture before text.
5429         (shr-add-font): Use overlays for combining faces.
5430         (shr-insert): Pass upwards the text start point.
5431
5432         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5433         possible.
5434         (mm-shr): New function.
5435
5436 2010-10-02  Julien Danjou  <julien@danjou.info>
5437
5438         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5439         should go backward.
5440
5441 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5442
5443         * shr.el (shr): Fix typo in provide call.
5444
5445 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * shr.el: New file.
5448
5449         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5450
5451         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5452         completing read.
5453
5454 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5457         we're being queried about.  Suggested by Dan Jacobson.
5458
5459         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5460         Suggested by Jason Eisner.
5461
5462         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5463         table, too.  Suggested by Stefan Wiens.
5464         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5465         the table unnecessary.  Suggested by Stefan Wiens.
5466
5467         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5468         longer needed, and probably doesn't work either, as pointed out by
5469         Stefan Wiens.
5470         (gnus-summary-exit): Remove call to the clearing function.
5471         (gnus-summary-exit-no-update): Ditto.
5472
5473         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5474         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5475         Reported by Stefan Monnier.
5476         (gnus-summary-save-in-rmail): Ditto.
5477
5478         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5479         article buffer, instead of both the article buffer and the summary
5480         buffer.  Sort of suggested by Dan Jacobson.
5481
5482         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5483
5484         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5485         Suggested by Dan Jacobson.
5486
5487         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5488         documentation clearer.
5489
5490         * message.el (message-shorten-references): Comment on the number "21".
5491         Suggested by Stefan Monnier.
5492
5493         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5494         Suggested by Dan Jacobson.
5495
5496         * gnus.el (gnus-large-newsgroup):
5497         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5498
5499         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5500         externalize attachments.  Bug reported by Steve Wen.
5501
5502         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5503         really message anything to the user.
5504
5505         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5506         directly.
5507
5508         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5509         messages in empty groups.
5510
5511 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5512
5513         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5514         non-UIDNEXT group.
5515
5516 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5517
5518         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5519         not the value from the collection.
5520
5521         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5522         values.  This sometimes happens on some groups that have no info.
5523         (nnimap-request-newgroups): New function.
5524
5525 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5528         check into `gnus-registry-initialize'.
5529         (gnus-registry-initialize): Ditto.
5530         Fix and extend header docs.
5531
5532 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5535         regexp backtrace overflows.
5536
5537         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5538         for starttls that tls.el implements; i.e. openssl.
5539
5540         * tls.el (tls-starttls-switches): Give up on using starttls with
5541         gnutls-cli.
5542         (tls-program): Add --insecure to be consistent with the defaults from
5543         openssl s_client.  Now all three commands are insecure.
5544
5545 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * lpath.el: Bind completion-styles-alist for XEmacs.
5548
5549         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5550         (gravatar-create-image): New function that's an alias to
5551         gnus-xmas-create-image, gnus-create-image, or create-image.
5552         (gravatar-data->image): Use it.
5553
5554 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5555
5556         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5557         install the nnregistry refer method.
5558         (gnus-registry-install-hooks): Use it.
5559         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5560         unfollowed groups.
5561
5562 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5563
5564         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5565         expanding threads.
5566
5567 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * nnir.el: Use the server names without suffixes (bug #7009).
5570
5571         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5572         unencrypted to STARTTLS, if possible.
5573
5574 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5575
5576         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5577         headers before superseding.
5578
5579 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * nnrss.el (nnrss-use-local): Add documentation.
5582
5583         * nnimap.el (nnimap-extend-tls-programs): New function.
5584         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5585         (nnimap-wait-for-connection): Accept the greeting from the stupid
5586         output from openssl s_client -starttls, too.
5587
5588         * tls.el (tls-starttls-switches): New variable.
5589         (tls-find-starttls-argument): Use it.
5590         (open-tls-stream): Ditto.
5591
5592         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5593         (netrc-machine): Ditto.
5594
5595         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5596         article number.
5597         (nnimap-split-fancy): New variable.
5598         (nnimap-split-incoming-mail): Use it.
5599
5600         * nntp.el (nntp-server-list-active-group): Document.
5601
5602         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5603         SELECT to get the message-id.
5604
5605         * mail-source.el (mail-sources): Remove webmail support.
5606         (defvar): Ditto.
5607         (mail-source-fetcher-alist): Ditto.
5608         (mail-source-fetch-webmail): Remove.
5609
5610         * webmail.el: Remove -- doesn't seem relevant any more.
5611
5612         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5613
5614         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5615         the \r.
5616
5617 2010-09-30  Julien Danjou  <julien@danjou.info>
5618
5619         * gnus-agent.el (gnus-agent-add-group): Fix call to
5620         gnus-completing-read.
5621
5622 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * nndoc.el (nndoc-retrieve-groups): New function.
5625
5626         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5627         `default', use nnmail-split-methods.
5628         (nnimap-request-article): Downcase the NILs so that they are nil.
5629
5630         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5631         symbol.
5632
5633         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5634         code, since if the user has requested network, that's what they ought
5635         to get.
5636         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5637         (nnimap-split-rule): Mark as obsolete.
5638
5639         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5640         New variable.
5641
5642         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5643         correct slot, too.
5644
5645 2010-09-29  Julien Danjou  <julien@danjou.info>
5646
5647         * gnus.el (gnus-local-domain): Declare variable obsolete.
5648
5649         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5650         Fix history computing.
5651         (gnus-ido-completing-read): Require ido.
5652
5653 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5656         build Gnus.
5657
5658         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5659         when interpreting the structures.
5660         (nnimap-request-accept-article): Add \r\n to the lines to make this
5661         work with Cyrus.
5662
5663         * nndraft.el (nndraft-request-expire-articles): Use the group name
5664         instead if "nndraft".  Fix found by Nils Ackermann.
5665
5666 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5667
5668         * nnregistry.el: Add.
5669
5670 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5671
5672         * nnmail.el (group, group-art-list, group-art):
5673         Remove unneeded directives.
5674
5675 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5678         (mm-mime-charset)
5679         * rfc2047.el (rfc2047-syntax-table)
5680         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5681
5682         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5683         rather than `insert-file-contents' and `eval-region'.
5684
5685         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5686         construction.
5687
5688         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5689
5690         * time-date.el: No need to require cl for Emacs 21.
5691
5692 2010-09-29  Julien Danjou  <julien@danjou.info>
5693
5694         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5695         replacement of `gnus-gravatar-relief' to mimic
5696         `gnus-faces-properties-alist'.
5697         Add :version property.
5698
5699 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * mail-source.el (mail-source-report-new-mail)
5702         * message.el (message-default-mail-headers)
5703         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5704
5705         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5706
5707 2010-09-28  Julien Danjou  <julien@danjou.info>
5708
5709         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5710         mail-address contains the same string as real-name.
5711
5712         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5713         non-blank in header, otherwise it'll get stripped.
5714
5715         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5716         real-name, and then for mail address rather than doing : or , search.
5717
5718 2010-09-27  Julien Danjou  <julien@danjou.info>
5719
5720         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5721         right completing-read function.
5722         (gnus-use-ido): New variable
5723         (gnus-completing-read-with-default): Remove.
5724         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5725         (gnus-agent-add-group):
5726         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5727         * mm-view.el (mm-view-pkcs7-decrypt):
5728         * mm-util.el (mm-codepage-setup):
5729         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5730         * mml-smime.el (mml-smime-openssl-sign-query):
5731         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5732         (mml-insert-multipart):
5733         * gnus-msg.el (gnus-summary-yank-message):
5734         * gnus-int.el (gnus-start-news-server):
5735         * mm-decode.el (mm-interactively-view-part):
5736         * gnus-dired.el (gnus-dired-attach):
5737         * gnus.el (gnus-read-method):
5738         * gnus-bookmark.el (gnus-bookmark-jump):
5739         * gnus-art.el (gnus-mime-view-part-as-type)
5740         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5741         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5742         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5743         * nnmairix.el (nnmairix-create-server-and-default-group)
5744         (nnmairix-update-groups, nnmairix-get-server)
5745         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5746         (nnmairix-get-group-from-file-path):
5747         * nnrss.el (nnrss-find-rss-via-syndic8):
5748         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5749         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5750         (gnus-group-browse-foreign-server):
5751         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5752         (gnus-summary-execute-command, gnus-summary-respool-article)
5753         (gnus-read-move-group-name):
5754         * gnus-score.el (gnus-summary-increase-score)
5755         (gnus-summary-score-effect):
5756         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5757
5758 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5761         x-focus-frame.
5762
5763         * nnimap.el (auth-source-forget-user-or-password)
5764         (auth-source-user-or-password): Autoload.
5765
5766         * message.el (message-from-style, message-interactive)
5767         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5768         (message-yank-prefix, message-indentation-spaces, message-signature)
5769         (message-signature-file): Add comment.
5770
5771 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5774         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5775         new articles.
5776
5777         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5778         parts.
5779         (nnimap-request-article): Work with the t setting, too.
5780
5781         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5782         that you don't get flashes of other buffers.
5783         (gnus-summary-show-complete-article): Intern before setting.
5784
5785 2010-09-27  David Engster  <dengste@eml.cc>
5786
5787         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5788         well as HEADERS.
5789         (nnmairix-retrieve-headers): Provide new argument for the above.
5790
5791 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792
5793         * gnus-sum.el (gnus-summary-move-article): Don't alter
5794         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5795         group.
5796
5797         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5798
5799         * message.el (message-cite-prefix-regexp): Revert my last edit.
5800
5801         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5802         variable instead of the Gnus variable.
5803
5804         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5805
5806         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5807
5808         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5809         since some servers don't like it.
5810         (nnimap-open-connection): Forget credentials if the server says the
5811         password was wrong.
5812         (nnimap-parse-line): Protect against invalid data.
5813
5814         * gnus-sum.el (gnus-summary-move-article): Add comment.
5815         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5816         nothing alters it while scanning for new messages.
5817
5818         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5819         which may or may not help.
5820         (nnimap-open-connection): If we're doing a stream connection, and then
5821         discover we're on a STARTTLS-capable server, then open a STARTTLS
5822         connection instead.
5823
5824 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * nnimap.el (utf7): Require.
5827
5828         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5829         prefix.
5830
5831 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5832
5833         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5834
5835 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * nnimap.el (nnimap-request-accept-article): Message the error on
5838         error.
5839
5840 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5843
5844 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * nndoc.el (nndoc-request-list): Return success always.
5847
5848         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5849         `fetch-old' -- we only want to fetch the articles we've requested.
5850         The rest are in the agent, probably.
5851         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5852         disappeared server" to something low.  It's not important.
5853
5854         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5855         arrived before the FETCH data.
5856
5857         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5858         target here, because we don't know the Gnus name of the group.
5859
5860         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5861         for the correct group.
5862
5863         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5864
5865         * gnus.el (gnus): Give a final warning after startup.
5866
5867         * gnus-util.el (gnus-action-message-log): New variable.
5868         (gnus-message): Use it.
5869         (gnus-final-warning): New function.
5870
5871         * nnimap.el (nnimap-open-connection): Record the greeting.
5872         (nnimap): Add greeting.
5873
5874 2010-09-26  Julien Danjou  <julien@danjou.info>
5875
5876         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5877         arguments.
5878         (gnus-html-wash-images): Fix spec computing to include start/end.
5879
5880         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5881
5882 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5885         deletion.
5886         (nnimap-retrieve-headers): Don't select the group, because that's
5887         already done by nnimap-possibly-change-group.
5888
5889         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5890         (gnus-picon-transform-address): Use it.
5891
5892         * mail-source.el (mail-source-value): Revert previous patch.
5893
5894         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5895         on failure.
5896         (nnimap-open-connection): Look up both virtual and physical server name
5897         credentials.
5898
5899         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5900
5901 2009-02-07  Dave Love  <fx@gnu.org>
5902
5903         * tls.el (open-tls-stream): Don't query killing process.
5904
5905 2009-02-08  Dave Love  <fx@gnu.org>
5906
5907         * gnus-win.el (gnus-window-to-buffer-helper)
5908         (gnus-all-windows-visible-p): Function needn't be a symbol.
5909
5910         * mail-source.el (mail-source-value): Function needn't be a symbol.
5911
5912 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * message.el (message-cite-prefix-regexp): Remove } from the cite
5915         prefix.
5916
5917         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5918         highlight again, so that the highlight is correct.
5919
5920         * gnus-picon.el (gnus-picon): Remove again.
5921         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5922
5923         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5924         doing the header highlightling, so that the background colour of the
5925         picon is correct.
5926
5927         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5928         (gnus-picon): Ditto.
5929         (gnus-picon): Reinstate.  The background colour for picons is white.
5930         (gnus-picon-insert-glyph): Make the background white.
5931
5932         * nnml.el (nnml-open-nov): Don't return dead buffers.
5933
5934         * auth-source.el (auth-source-create): Query the user for whether to
5935         store the credentials.
5936
5937         * netrc.el (netrc-store-data): New function.
5938
5939         * auth-source.el (auth-source-user-or-password): Use the existing auth
5940         sources, if any, for creation.
5941
5942         * gnus.el (gnus-group-fast-parameter): Return the last matching
5943         parameter instead of the first matching parameter.
5944
5945 2010-09-26  Julien Danjou  <julien@danjou.info>
5946
5947         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5948
5949 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950
5951         * mml2015.el (mml2015-use): Remove gpg support.
5952
5953         * mml1991.el (mml1991-function-alist): Remove gpg function.
5954         (mml1991-gpg-sign): Remove.
5955
5956 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5957
5958         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5959         (gnus-browse-unsubscribe-current-group): Document it.
5960         (gnus-browse-unsubscribe-group): Use it.
5961
5962 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5965         address to the To list for easier response.
5966
5967         * gnus.el (gnus-play-startup-jingle): Remove.
5968         (gnus-splash): Don't play jingle.
5969         (gnus): Silence gnus-load message.
5970
5971         * gnus-art.el (gnus-treat-play-sounds): Remove.
5972
5973         * gnus.el (gnus-play-jingle): Remove audio support.
5974
5975         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5976
5977         * earcon.el: Remove -- no users.
5978
5979         * gnus-audio.el: Remove -- no users of this package.
5980
5981         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5982
5983         * gnus-start.el (gnus-setup-news): Remove nocem support.
5984
5985         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5986
5987         * gnus.el (gnus-use-nocem): Remove.
5988
5989         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5990         Remove.
5991
5992         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5993         uses NoCeM any more.
5994
5995         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5996         (gnus-button-ctan-handler): Ditto.
5997         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5998         (gnus-button-ctan-directory-regexp): Ditto.
5999         (gnus-button-handle-ctan): Ditto.
6000         (gnus-button-tex-level): Ditto.
6001         (gnus-button-alist): Remove CTAN stuff.
6002
6003 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6006         nnimap-streaming test.
6007
6008         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6009         servers twice.
6010
6011         * nnimap.el (nnimap-open-connection): Add more error reporting when
6012         nnimap fails early.
6013
6014         * nnheader.el (nnheader-get-report-string): New function.
6015         (nnheader-get-report): Use it.
6016
6017         * gnus-int.el (gnus-check-server): Say what the error was when opening
6018         failed.
6019
6020         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6021         using streaming.
6022
6023 2010-09-25  Julien Danjou  <julien@danjou.info>
6024
6025         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6026         gnus-window-inside-pixel-edges.
6027
6028 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6031
6032         * mm-decode.el (mm-save-part): Allow saving to other directories the
6033         normal Emacs way.
6034
6035         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6036         Suggested by Jay Berkenbilt.
6037
6038         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6039         there isn't a single byte.
6040
6041         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6042         just do it.  It doesn't really seem to matter what the user responds
6043         here, I think, so it's just a confusing question.
6044
6045         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6046         non-streaming case.
6047
6048         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6049         (gnus-article-encrypt-body): Use it.
6050
6051         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6052         keystroke.
6053
6054         * nnimap.el (nnimap-find-wanted-parts-1):
6055         Use gnus-fetch-partial-articles.
6056
6057         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6058
6059         * nnimap.el (nnimap-insert-partial-structure): New function.
6060         (nnimap-get-partial-article): New function.
6061         (nnimap-request-article): Use it.
6062         (nnimap-wait-for-response): Return whether the wait was successful.
6063         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6064         retrieval wasn't successful.
6065         (nnimap-retrieve-group-data-early): Allow throttling servers.
6066         (nnimap-streaming): New variable.
6067         (nnimap-fetch-partial-articles): Remove.
6068
6069         * mm-decode.el (mm-with-part): Protect against killed buffers.
6070
6071         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6072         for prettier summary display.
6073
6074 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6075
6076         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6077
6078 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6081         apparently third-party libraries depend on it.
6082
6083         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6084         before starting negotiation.
6085
6086         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6087         privacy reasons.
6088         (gnus-treat-mail-gravatar): Ditto.
6089
6090         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6091         buffer when inserting images.  Inserting text into the headers, for
6092         instance, can make them invalid.
6093
6094 2010-09-25  Julien Danjou  <julien@danjou.info>
6095
6096         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6097         variables.
6098
6099         * nnheader.el: Remove useless variables news-reply-yank-from and
6100         news-reply-yank-message-id.
6101
6102         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6103         variables.
6104
6105         * mml1991.el: Remove useless mml1991-verbose.
6106
6107         * gnus.el: Remove useless variable gnus-use-generic-from.
6108         Remove obsolete variable gnus-topic-indentation.
6109
6110         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6111
6112         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6113
6114         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6115
6116         * gnus-group.el: Remove useless gnus-group-icon-cache.
6117         Remove useless gnus-ephemeral-group-server.
6118
6119         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6120
6121         * mml2015.el: Remove useless mml2015-verbose.
6122
6123         * mml-smime.el: Remove useless mml-smime-verbose.
6124
6125         * gnus.el: Remove useless gnus-local-domain.
6126
6127         * gnus-gravatar.el (gnus-gravatar-transform-address):
6128         Use gnus-gravatar-size.
6129
6130         * gnus-art.el: Remove useless gnus-treat-translate.
6131
6132 2010-09-24  Julien Danjou  <julien@danjou.info>
6133
6134         * gnus-sum.el: Add support for Gravatars.
6135
6136         * gnus-art.el: Add support for Gravatars.
6137
6138         * gnus-gravatar.el: Add this file.
6139
6140         * gravatar.el: Add this file.
6141
6142 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6145
6146         * gnus-group.el (gnus-group-fetch-faq): Remove.
6147
6148         * gnus.el (gnus-group-faq-directory): Remove.
6149
6150         * gnus-group.el (gnus-group-fetch-charter): Remove.
6151
6152         * gnus.el (gnus-group-charter-alist): Remove.
6153
6154         * gnus-group.el (gnus-group-archive-directory): Remove.
6155         (gnus-group-recent-archive-directory): Ditto.
6156         (gnus-group-make-archive-group): Remove.
6157
6158         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6159
6160         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6161         use the same article number for all the cached articles.
6162
6163         * nnimap.el (nnimap-command): Register the last command time so
6164         that we can use it for idling NOOPs.
6165         (nnimap-open-connection): Start the keeplive timer.
6166         (nnimap-make-process-buffer): Store all the process buffers.
6167         (nnimap-keepalive): New function.
6168
6169         * starttls.el (starttls-open-stream): Add autoload cookie.
6170
6171 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6172
6173         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6174         handling.
6175
6176 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6179         its data structures.
6180
6181         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6182         instead of the cl.el copy-list.
6183         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6184         equalp.
6185
6186 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6189         and tool-bar-local-item-from-menu.
6190
6191         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6192         mode-line-highlight face for Emacs.
6193
6194         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6195         loading gnus-sum.elc; fix comment for canlock-verify.
6196         (gnus-article-jump-to-part): Use read-number.
6197         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6198         Remove Emacs pre-21 compatible code for help-echo.
6199         (gnus-article-next-page-1): No need to adjust the number of lines.
6200         (gnus-article-describe-bindings): Always use help-buffer.
6201
6202         * gnus-audio.el (gnus-audio-inline-sound)
6203         * gnus-cus.el (gnus-custom-mode)
6204         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6205
6206         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6207
6208         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6209         compatible code.
6210
6211 2010-09-24  Glenn Morris  <rgm@gnu.org>
6212
6213         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6214         visiting the fcc file in rmail-mode.
6215
6216         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6217
6218 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * nnir.el: Silence the byte compiler.
6221
6222         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6223         alias to browse-url-url-encode-chars if any.
6224         (gnus-html-encode-url): Use it.
6225
6226 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-start.el (gnus-use-backend-marks): New variable.
6229         (gnus-get-unread-articles-in-group): Use it.
6230
6231         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6232         makeover.
6233
6234 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6235
6236         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6237
6238 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6241         Remove.
6242         (gnus-setup-news-hook):
6243         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6244
6245         * gnus-int.el (gnus-request-update-info): Protect against backends not
6246         having the function.
6247
6248         * nnimap.el (nnimap-stream): Mention starttls.
6249         (nnimap-open-connection): Add starttls support.
6250
6251 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6252
6253         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6254
6255 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6258         BODYSTRUCTUREs.
6259         (nnimap-transform-headers): Unfold quoted {42} headers.
6260
6261         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6262         the info.
6263         (gnus-get-unread-articles): Only call updatep on backends that support
6264         it.
6265
6266         * nnweb.el (nnweb-request-update-info): NOOP.
6267
6268         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6269
6270         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6271         since it only deals with marks.
6272
6273         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6274         gnus-request-marks, and make a new gnus-request-update-info.
6275
6276         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6277         the active instead of the high number, which is usually too low.
6278
6279 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6282         * encrypt.el: Remove.
6283
6284 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6287         server in symbolic form.
6288
6289         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6290
6291 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6294         (nnimap-update-info): Fix up code slightly.
6295
6296         * gnus-int.el (gnus-open-server): Add tracing for performance
6297         debugging.
6298
6299         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6300         (gnus-group-insert-group-line): Pass the real group name so that it
6301         gets the right data.
6302
6303         * gnus-start.el (gnus-get-unread-articles): Don't have
6304         `gnus-get-unread-articles-in-group' update info, since that can be
6305         really slow and doesn't seem to be needed?
6306
6307 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6308
6309         * time-date.el (date-to-time): Try using parse-time-string first before
6310         using the slower timezone-make-date-arpa-standard.
6311
6312 2010-09-22  Julien Danjou  <julien@danjou.info>
6313
6314         * gnus-group.el (gnus-group-insert-group-line):
6315         Call gnus-group-highlight-line.
6316         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6317         default hook list.
6318         (gnus-group-update-eval-form): Add new function.
6319         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6320         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6321
6322 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6325         immediate, then expire all articles.
6326         (nnimap-update-info): Fix off-by-one errors.
6327         (nnimap-flags-to-marks): Would return no marks lists for group with no
6328         flags.  Instead return the other data.
6329
6330 2010-09-22  Julien Danjou  <julien@danjou.info>
6331
6332         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6333         Only return an icon.
6334         (gnus-group-insert-group-line): Compute icon to return.
6335
6336         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6337         (gnus-html-image-fetched): Only cache if
6338         gnus-html-image-automatic-caching is set.
6339         (gnus-html-image-fetched): Check for errors.
6340
6341 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342
6343         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6344         once per method on `g'.  This ensures that backends like nnfolder don't
6345         open all their folders.
6346
6347         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6348         (nnimap-request-list): Nix out group in the correct buffer.
6349         (nnimap-parse-flags): Implement by using `read' instead of
6350         hand-parsing.
6351         (nnimap-flags-to-marks): Pass on permanent-flags.
6352         (nnimap-make-process-buffer): Record the server name.
6353         (nnimap-parse-flags): Fix typo.
6354         (nnimap-request-scan): Run split on the server in general, not just a
6355         single group.
6356
6357         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6358         parameter, and propagate this downwards.
6359
6360         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6361         since EXAMINE changes it on the server.
6362
6363         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6364         this command might take a while.
6365
6366 2010-09-22  Julien Danjou  <julien@danjou.info>
6367
6368         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6369         harmful if you have 2 images side-by-side, they can't be properly
6370         update on text deletion.  Using text-property is safer here.
6371         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6372         data.
6373
6374 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * nnimap.el (nnimap-expunge-inbox): Remove.
6377         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6378         (nnimap-expunge): Flip default to t.
6379
6380         * gnus.el (gnus-method-to-server): Don't push things to the cache
6381         unless it's unique.
6382         (gnus-server-to-method): Ditto.
6383
6384 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6387
6388 2010-09-22  Julien Danjou  <julien@danjou.info>
6389
6390         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6391         get the start of data.
6392         (gnus-html-encode-url): Add this function to encode special chars in
6393         URL.
6394         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6395         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6396
6397         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6398         default.
6399         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6400
6401         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6402         images alt-text.
6403         (gnus-html-put-image): Put alt-text as help-echo.
6404
6405 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6408         * mm-util.el (mm-decompress-buffer)
6409         * nnir.el (nnir-run-find-grep)
6410         * pop3.el (pop3-list): Use 3rd arg of split-string.
6411
6412         * time-date.el (format-seconds): Comment fix.
6413
6414         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6415         and byte-optimize-form-code-walker.
6416         (dgnushack-make-auto-load): Don't advise make-autoload.
6417
6418         * lpath.el: Remove Emacs 21 stuff.
6419
6420 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6423         outside the active range.  Suggested by Dan Christensen.
6424
6425         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6426         slightly later to avoid double-getting it.
6427
6428         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6429         previous patch.
6430
6431         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6432
6433 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6434
6435         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6436
6437 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * gnus-int.el (gnus-open-server): Give a better error message in the
6440         "go offline" case.
6441
6442         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6443         marks for nnimap, which is seldom the right thing to do.
6444
6445         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6446         (gnus-same-method-different-name): New function.
6447
6448         * nnimap.el (parse-time): Require.
6449
6450         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6451         method in the presence of many similar methods.
6452
6453         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6454
6455         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6456         nnml-inhibit-expiry.
6457
6458         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6459         find out whether methods are equal.
6460
6461         * nnimap.el (nnimap-find-expired-articles): New function.
6462         (nnimap-process-expiry-targets): New function.
6463         (nnimap-request-move-article): Request the article before looking at
6464         what the Message-ID is.  Fix found by Andrew Cohen.
6465         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6466
6467         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6468         for oldness in addition to being a predicate.
6469
6470         * nnimap.el (nnimap-request-group): When we have zero articles, return
6471         the right data to Gnus.
6472         (nnimap-request-expire-articles): Only delete articles immediately if
6473         the target is 'delete.
6474
6475         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6476         method, this would bug out.
6477
6478         * gnus-group.el (gnus-group-expunge-group): Rename from
6479         gnus-group-nnimap-expunge, and implemented as a normal interface
6480         function.
6481
6482         * gnus-int.el (gnus-request-expunge-group): New function.
6483
6484         * nnimap.el (nnimap-request-create-group): Implement.
6485         (nnimap-request-expunge-group): New function.
6486
6487 2010-09-21  Julien Danjou  <julien@danjou.info>
6488
6489         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6490         (gnus-html-cache-expired): Add new function.
6491         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6492         wethever we should display image for fetch it.
6493         Compute alt-text earlier to pass it to the fetching function too.
6494         (gnus-html-schedule-image-fetching): Change function argument to only
6495         get one image at a time, not a list.
6496         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6497         cache.
6498         (gnus-html-get-image-data): New function to retrieve image data from
6499         cache.
6500         (gnus-html-put-image): Change buffer argument to use image data rather
6501         than file, and place image above region rather than inserting a new
6502         one.  Do not take alt-text as argument, since it's useless now: we place
6503         the image above alt-text.
6504         (gnus-html-prune-cache): Remove.
6505         (gnus-html-show-images): Start to fetch image when we find one, do not
6506         push into a temporary list.
6507         (gnus-html-prefetch-images): Only fetch image if they have expired.
6508         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6509         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6510
6511 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6514
6515 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6516
6517         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6518         spec inser "*" if the group isn't active instead of 0.
6519
6520         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6521         opening the server.
6522         (nnimap-request-delete-group): Implement group deletion.
6523         (nnimap-transform-headers): Return the size of the entire message in
6524         the Bytes header, not just the size of the first part.
6525         (nnimap-request-move-article): When moving an article from nnimap,
6526         request the article first so the accepting form has an article to
6527         accept.  Reported by Dan Christensen.
6528         (nnimap-command): Make sure that the error message doesn't error out.
6529
6530 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6531
6532         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6533         we haven't requested anything.
6534
6535 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6538         "".  Fix found by Andrew Cohen.
6539
6540         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6541         instead of -encode-string.
6542
6543 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6546
6547         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6548         by mm-subst-char-in-string.
6549
6550 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6553         waiting for the connection string.
6554
6555         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6556         arriving.
6557
6558         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6559         bogus characters.  This allows selecting certain Gmail groups.
6560
6561         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6562         (nnimap-fetch-partial-articles): New variable.
6563         (nnimap-open-connection): When looking for credentials, also use the
6564         nnimap-server-port.
6565         (nnimap-request-article): Return the group/article number, so that Gnus
6566         `^' works as expected.
6567         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6568
6569         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6570         comments.
6571         (gnus-methods-sloppily-equal): New function.
6572         (gnus): When using the development version of Gnus, load the gnus-load
6573         file.
6574
6575         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6576         `gnus-open-server' on each method before trying to scan them etc.
6577         This ensures that all the backend parameters are set correctly.
6578
6579         * nnimap.el (nnimap-authenticator): New variable.
6580         (nnimap-open-connection): Allow anonymous login.
6581         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6582         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6583
6584         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6585         patch, found by Knut Anders Hatlen.
6586
6587 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6588
6589         * gnus-agent.el (gnus-agent-batch-confirmation)
6590         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6591         to gnus-message.
6592         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6593         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6594         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6595         * gnus-int.el (gnus-open-server): Likewise.
6596         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6597         (gnus-score-check-syntax): Likewise.
6598         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6599         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6600         Likewise.
6601         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6602
6603 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6606         calling conventions so that prefetch doesn't bug out.
6607
6608 2010-09-19  Julien Danjou  <julien@danjou.info>
6609
6610         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6611         rather than `subst-char-in-region' in order to be able to replace ASCII
6612         char by UTF-8 ones.
6613
6614         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6615         than curl.
6616         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6617         the right URL and ALT text on images.
6618         (gnus-html-wash-tags): Fix tag case.
6619         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6620         (gnus-article-html): Add -o display_ins_del=2 option.
6621         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6622
6623 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6626         the extra mail headers, which sometimes seem to happen for unknown
6627         reasons.
6628
6629         * mail-parse.el (mail-header-encode-parameter): Define as
6630         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6631         (or most, perhaps?) mail readers don't understand the latter, but do
6632         understand the former.
6633
6634         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6635         to nil, so that no methods are automatically agentized.  I think this
6636         is probably what most users want.
6637
6638         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6639         from url-retrieve, for instance about invalid URLs.
6640
6641         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6642         groups that have no articles.
6643         (nnimap-request-article): Check that we really got an article when we
6644         requested one.
6645
6646         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6647         doesn't exist.
6648
6649         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6650         nntp buffer so the agent can save it.
6651         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6652         that CRLF doesn't get translated to \n.
6653         (nnimap-open-connection): Don't make 'shell commands only send \n.
6654
6655 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6658         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6659         Update var name.
6660         (nnml-generate-nov-file): Use dolist.
6661         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6662         Use with-current-buffer.
6663
6664 2010-09-18  Julien Danjou  <julien@danjou.info>
6665
6666         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6667         parallel.
6668
6669 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6672         the range update right.
6673         (nnimap-request-group): Don't make `M-g' bug out on group with no
6674         marks.
6675         (nnoo): Require, so that other packages can require nnimap.
6676         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6677         command we're looking for.  This helps when the server sends more
6678         responses after we've gotten everything we expected.
6679         (nnimap): Add a `newlinep' field to keep track of end-of-line
6680         conventions.
6681         Don't send CRLF to things that don't want it.
6682         (nnimap-request-accept-article): Ditto.
6683
6684 2010-09-18  Julien Danjou  <julien@danjou.info>
6685
6686         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6687         than curl to retrieve images.
6688
6689 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6690
6691         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6692         the marks.
6693         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6694         (nnimap-wait-for-connection): New function.
6695         (nnimap-open-connection): If we have PREAUTH, don't query for login
6696         credentials.
6697         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6698         when doing a partial update.
6699
6700 2010-09-18  Julien Danjou  <julien@danjou.info>
6701
6702         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6703         tags.
6704
6705 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * nnimap.el (nnimap-credentials): New function.
6708         (nnimap-open-connection): Use the new function to look for credentials
6709         also on the numeric equivalents of "imap" and "imaps".
6710
6711         * gnus-start.el (gnus-activate-group): Send the info to
6712         gnus-request-group.
6713
6714         * nnimap.el (nnimap-request-group): Have the "check" version of the
6715         function parse flags and update the info, so that a `M-g' get a total
6716         resync of all flags from the group.
6717
6718         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6719         to allow backends to alter the info on group selection.  Also alter all
6720         the backend -request-group functions to take the parameter.
6721
6722         * nnimap.el (nnimap-store-info): New function.
6723         (nnimap-update-info): Store the info for later usage.
6724         (nnimap-request-group): Use the stored info for the dont-check case, so
6725         that we don't retrieve all marks when we enter a group.
6726
6727         * nnimap.el: Use deffoo instead of defun for interface functions.
6728
6729         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6730         update the group info.  This makes the nndraft groups, for instance, go
6731         back to their old behaviour.
6732
6733         * gnus-sum.el (gnus-select-newsgroup): Indent.
6734
6735         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6736         in.
6737         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6738         nothing.
6739
6740         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6741         from methods that are denied.
6742
6743         * gnus-int.el (gnus-method-denied-p): New function.
6744
6745         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6746         store the password instead of netrc.
6747         (nnimap-open-connection): Don't error out when we can't make a
6748         connections.
6749
6750         * auth-source.el (auth-source-create): In the password prompt, say what
6751         we're querying for.  Also prompt for user name if that hasn't been
6752         given.
6753
6754         * nnimap.el (nnimap-with-process-buffer): Remove.
6755
6756 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6759         method when we're reading from the agent.
6760
6761         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6762
6763         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6764         that's probably most useful for users.
6765
6766         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6767         "failed" all the time.
6768
6769         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6770         ...)) with (with-current-buffer ... ).
6771
6772         * nntp.el (nntp-open-server): Return whether the open was successful or
6773         not.
6774
6775         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6776         select an unread unseen article first.
6777
6778         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6779         /etc/services, supply some sensible port defaults.
6780
6781         * dgnushack.el: Define netrc-credentials.
6782
6783 2010-09-17  Julien Danjou  <julien@danjou.info>
6784
6785         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6786
6787 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6788
6789         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6790         doesn't have any parameters.
6791
6792 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6795         only upcased checks.
6796
6797         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6798
6799         * nnimap.el (nnimap-open-shell-stream): New function.
6800         (nnimap-open-connection): Use it.
6801         (nnimap-transform-headers): Get the number of lines in each message.
6802         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6803         number of lines.
6804         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6805         problem.
6806
6807         * utf7.el (utf7-encode): Autoload.
6808
6809         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6810         to allow the mail splitting to not return a default group.  This is
6811         useful for nnimap, which will leave unmatched mail in the inbox.
6812
6813         * nnimap.el: Rewritten.
6814
6815         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6816         nnimap usage.
6817
6818         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6819         if the move is internal, so that nnimap can do fast internal moves.
6820
6821         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6822         data.
6823         (gnus-read-active-for-groups): Support finishing the early retrieval of
6824         data.
6825
6826         * gnus-range.el (gnus-range-nconcat): New function.
6827
6828         * gnus-int.el (gnus-finish-retrieve-group-infos)
6829         (gnus-retrieve-group-data-early): New functions.
6830
6831 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6832
6833         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6834         (nnrss-retrieve-groups):
6835         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6836         (pop3-quit): Use with-current-buffer.
6837
6838 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6841         instead of nnheader-accept-process-output.
6842
6843         * dgnushack.el (dgnushack-compile): Add comment.
6844
6845         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6846
6847         * gnus-html.el (gnus-html-schedule-image-fetching)
6848         (gnus-html-prefetch-images): Replace process-kill-without-query by
6849         gnus-set-process-query-on-exit-flag.
6850
6851 2010-09-16  Romain Francoise  <romain@orebokech.com>
6852
6853         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6854
6855 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6858         parameter to unintern is mandatory-ish in Emacs 24.
6859
6860         * gnus-html.el (gnus-html-schedule-image-fetching)
6861         (gnus-html-prefetch-images): Check for curl before using it.
6862
6863         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6864         depend on curl, which isn't essential.
6865
6866         * imap.el: Revert back to version
6867         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6868         seem problematic.
6869
6870 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6871
6872         * gnus-registry.el (gnus-registry-install-shortcuts):
6873         Explicitly pass `obarray' to `unintern' to avoid a warning.
6874
6875 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6876
6877         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6878         change.
6879
6880         * nnrss.el (nnrss-request-list): Remove this function and related
6881         functions, including the moreover stuff.
6882
6883 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * nnrss.el (nnrss-retrieve-groups): New function.
6886
6887 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6888
6889         * .dir-locals.el: Add no-byte-compile cookie.
6890
6891 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * time-date.el (format-seconds): Comment fix.
6894
6895         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6896         for back end that doesn't support request-scan.
6897
6898 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6901         then do request scans from the backends.
6902
6903         * netrc.el (netrc-credentials): New conveniency function.
6904
6905         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6906         avoid running a hook per line, since this takes a lot of time,
6907         profiling shows.
6908         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6909         directly if gnus-visual-p is true.
6910
6911 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6914         groups; replace mapcar with dolist which is a bit faster; pass groups
6915         info to gnus-read-active-file-1.
6916         (gnus-read-active-file-1): Scan only specified groups if the new
6917         optional arg `infos' is given.
6918
6919 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6922
6923         * pop3.el (pop3-movemail): Remove.
6924         (pop3-streaming-movemail): Rename to pop3-movemail.
6925
6926         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6927         don't restrict end-tag searches to the end of the line.
6928
6929 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6932         articles of every unchecked group to t, which means unknown since the
6933         server has never been opened.
6934
6935 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-html.el (gnus-html-show-alt-text): New command.
6938         (gnus-html-browse-image): Ditto.
6939         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6940         to browse the image directly.
6941         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6942         better.
6943
6944         * gnus-async.el (gnus-async-article-callback):
6945         Call `gnus-html-prefetch-images' unconditionally.
6946
6947         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6948         before feeding URLs to curl.
6949
6950 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6953         internal images as deletable by `W D D'.
6954
6955         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6956         (gnus-async-article-callback): Fix typo.
6957
6958 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959
6960         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6961         current line to work around bugs in the output from w3m.
6962
6963         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6964         for groups that want that.
6965
6966         * nntp.el (nntp-wait-for-string): Supply a timeout for
6967         accept-process-output to ensure progress.
6968
6969         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6970         level to get unread articles from, then use that for foreign groups,
6971         too.
6972
6973         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6974         confuses the rest of the function.
6975
6976         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6977         for the methods that support -retrieve-groups, too.
6978
6979         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6980
6981 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6984         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6985
6986         * pop3.el: Require cl when compiling.
6987         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6988
6989 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6992         that aren't going to be activated.
6993         (gnus-get-unread-articles): Fix up the last commit.
6994
6995         * gnus-html.el (gnus-article-html): Allow calling without specifying
6996         the handle.  In that case, dissect the buffer first.
6997
6998         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6999
7000         * nnimap.el (nnimap-open-connection): Revert the change that would look
7001         into authinfo for imaps instead of imap.
7002
7003         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7004         say that you don't want to call gnus-request-group with don-check, but
7005         do check the reponse.  This is for virtual groups only.
7006         (gnus-get-unread-articles): Count the archive groups as secondary, so
7007         that they're activated the same way as before.
7008
7009         * imap.el (imap-message-map): Removed optional buffer parameter, since
7010         no callers use it.
7011         (imap-message-get): Ditto.
7012         (imap-message-put): Ditto.
7013         (imap-mailbox-map): Ditto.
7014         (imap-mailbox-put): Ditto.
7015         (imap-mailbox-get): Ditto.
7016         (imap-mailbox-get): Revert last change for this function.
7017
7018         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7019         case-insensitively.
7020         (nnimap-debug): Remove.
7021
7022         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7023         callers to use `imap-fetch' instead.  According to the comments, this
7024         should be safe, since all other IMAP clients use the 1:* syntax.
7025         (imap-enable-exchange-bug-workaround): Remove.
7026         (imap-debug): Remove -- doesn't seem very useful.
7027
7028         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7029         mail from a file, and the file doesn't exist.
7030
7031         * imap.el (imap-log): New convenience function used throughout instead
7032         of repeating the same code all over the place.
7033
7034         * pop3.el (pop3-streaming-movemail): Return t for success.
7035
7036         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7037         .authinfo if we're using ssl connection.
7038
7039         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7040         already have if we're in a main Gnus `g' run.
7041
7042         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7043
7044 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7047
7048         * nnmh.el (nnmh-request-list-1): Bind `file'.
7049
7050         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7051         alias to set-process-query-on-exit-flag or process-kill-without-query.
7052         (pop3-open-server): Use it.
7053
7054 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7057         box to the Incoming file.  Fixes mistake in previous checkin.
7058
7059         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7060         request loop (for debugging purposes) removed.
7061
7062         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7063         culprit is more visible.
7064         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7065         (nnml-add-incremental-nov): New functions to do "incremental" nov
7066         updates, where we just append to the end of the existing nov files
7067         without reading/writing them in full.
7068
7069         * mail-source.el (mail-source-delete-crash-box): Really only check the
7070         incoming files once in a while.
7071
7072         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7073
7074         * mail-source.el (mail-source-delete-crash-box): Only check the
7075         incoming files for deletion once per day to save a lot of file
7076         accesses.
7077
7078         * pop3.el (pop3-logon): Fix up unbound variable typo.
7079
7080         * mail-source.el (pop3-streaming-movemail): Autoload.
7081
7082         * pop3.el (pop3-streaming-movemail):
7083         Respect pop3-leave-mail-on-server.
7084
7085         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7086         retrieval.
7087
7088         * pop3.el (pop3-process-filter): Remove unused function.
7089         (pop3-streaming-movemail, pop3-send-streaming-command)
7090         (pop3-wait-for-messages, pop3-write-to-file)
7091         (pop3-number-of-responses): New functions for streaming pop3
7092         retrieval.
7093
7094         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7095         come from no known methods.
7096         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7097         list.
7098
7099         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7100         message sizes.
7101         (pop3-movemail): Use erase-buffer instead of looping and deleting
7102         regions, which seems rather odd.
7103
7104         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7105         file once per `g' run.
7106
7107         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7108         directories.  This makes the draft queue directory work.
7109
7110         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7111         data from the backends, so that we only request the list of groups from
7112         each method once.  This should speed things up considerably.
7113
7114         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7115         detect that it's not implemented.
7116
7117         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7118         we actually do recurse down into the tree, but don't stat all leaf
7119         nodes.
7120
7121         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7122         then say so instead of bugging out.
7123
7124         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7125         files exist before trying to read them.
7126
7127         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7128         around <pre_int>.
7129
7130         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7131
7132         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7133
7134 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * mm-util.el (mm-image-load-path): Just return the image directories,
7137         not all directories in the path in addition to the image directories.
7138         (mm-image-load-path): Maintain a cache of the image directories so that
7139         the `g' command in Gnus doesn't have to stat dozens of directories each
7140         time.
7141
7142         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7143         (gnus-html-wash-tags): Add a new `i' command to insert images.
7144         (gnus-html-insert-image): New command and keystroke.
7145         (gnus-html-redisplay-with-images): New command and keystroke.
7146         (gnus-html-show-images): Rename command.
7147         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7148         spacers.
7149         (gnus-html-wash-tags): Decode entities at the end, so that entities
7150         inside the tags don't mess up the rest of the "parsing".
7151
7152         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7153         so that nnimap methods aren't agentized by default.  There's apparently
7154         many problems related to agent/imap behaviour.
7155
7156         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7157
7158         * gnus-html.el: Doc fix.
7159
7160 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7163         specifier-spec-list for Emacs 21.
7164
7165         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7166         glyph-width and glyph-height instead of display-graphic-p and
7167         image-size; make avoidance of displaying small images work for XEmacs.
7168
7169         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7170         for XEmacs.
7171
7172         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7173         of symbol that holds plist data.
7174         (gnus-process-plist): Remove plist of process after getting it.
7175
7176 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * message.el (message-generate-hashcash): Change default to
7179         'opportunistic if hashcash is installed.
7180
7181         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7182         (gnus-html-put-image): Only call image-size once, since it's somewhat
7183         time-consuming on remote X servers.
7184
7185 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7188         type on data, not a file name.
7189
7190         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7191         window-pixel-edges for Emacs 21.
7192
7193         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7194         decoded contents.
7195         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7196
7197 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7200         group line format, since it isn't very interesting.
7201
7202         * gnus-agent.el (gnus-agent-short-article),
7203         (gnus-agent-long-article): Increase values for these two variables,
7204         since most people are likely to have more network connection and
7205         storage than before.
7206
7207         * gnus.el (gnus-refer-article-method): Change default to 'current.
7208         When referring an article, the common behaviour is to refer it from the
7209         current select method, not the native select method.  The chances of
7210         the native select method having the message in question is rather slim
7211         these days.
7212
7213         * gnus-sum.el (gnus-auto-select-subject): Change default to
7214         `unseen-or-unread'.  I think it's likely that most people want to
7215         select an unseen article over a previously seen, but unread one.
7216
7217         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7218         means that in the article buffer none of the minor mode elements will
7219         be shown, usually, and this is not desirable in most cases.
7220
7221         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7222         that commands like `d' (and the like) go to the next line in the
7223         buffer, instead of the next unread article.  I think this is the
7224         behaviour that is most natural for most users.
7225         (gnus-single-article-buffer): Change default to nil, so that people can
7226         have as many article buffers open as they have summary buffer.  I think
7227         this is the most natural way for the groups to behave.
7228
7229         * message.el (message-generate-new-buffers): Change default to
7230         `unsent', so that all new message buffers start their names with the
7231         string "*unsent", and it's easier to find the buffers if you move from
7232         them.
7233
7234 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7237         small.  They're probably tracking images.
7238         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7239         (gnus-html-rescale-image): Yet another try at getting the image sizing
7240         right.
7241
7242         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7243         nntp-marks-file-name is nil.
7244
7245 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7246
7247         * gnus-html.el (gnus-html-wash-tags)
7248         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7249         Better logging.
7250
7251 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7254
7255         * gnus-html.el (gnus-html-wash-tags): Check the value of
7256         gnus-blocked-images in the summary buffer.
7257
7258 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7261
7262 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7265         like "a", it seems like.
7266         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7267         since it needs to be picked from the correct buffer.
7268
7269         * nnwfm.el: Remove.
7270
7271         * nnlistserv.el: Remove.
7272
7273 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7274
7275         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7276         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7277
7278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * nnkiboze.el: Remove.
7281
7282         * nndb.el: Remove.
7283
7284         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7285         alt text.
7286         (gnus-html-rescale-image): Try to get the rescaling logic right for
7287         images that are just wide and not tall.
7288
7289         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7290         overshadow variable bindings.
7291
7292 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * gnus-html.el (gnus-html-wash-tags)
7295         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7296         Add extra logging.
7297
7298 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299
7300         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7301         (gnus-max-image-proportion): New variable.
7302         (gnus-html-rescale-image): New function.
7303         (gnus-html-put-image): Rescale images.
7304
7305 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7306
7307         Fix up some byte-compiler warnings.
7308         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7309         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7310         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7311         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7312         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7313         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7314         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7315
7316 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-html.el (gnus-article-html): Decode contents by charset.
7319
7320 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7323         (gnus-html-frame-width, gnus-blocked-images)
7324         * message.el (message-prune-recipient-rules): Add custom version.
7325         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7326
7327         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7328         functions.
7329
7330         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7331         gnus-process-get.
7332
7333 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7334
7335         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7336         instead of lsub directly.
7337
7338 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * nnwarchive.el: Remove.
7341
7342         * gnus-soup.el: Remove.
7343
7344         * nnsoup.el: Remove.
7345
7346         * nnultimate.el: Remove.
7347
7348         * gnus-html.el (gnus-blocked-images): New variable.
7349
7350         * message.el (message-prune-recipients): New function.
7351         (message-prune-recipient-rules): New variable.
7352
7353         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7354         guess whether a long line is natural text or not.
7355
7356         * gnus-html.el (gnus-html-schedule-image-fetching):
7357         Use gnus-process-plist and friends for compatibility.
7358
7359 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7360
7361         * gnus-html.el: Require packages that define macros used in this file.
7362         (gnus-article-mouse-face): Declare to silence byte-compiler.
7363         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7364         process-get.
7365         (gnus-html-put-image): Use plist-get to avoid getf.
7366         (gnus-html-prefetch-images): Use with-current-buffer.
7367
7368 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * gnus-ems.el: Provide compatibility functions for
7371         gnus-set-process-plist.
7372
7373         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7374         header-line-format for XEmacs 21.4.
7375
7376         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7377         * gnus.el (gnus-valid-select-methods)
7378         * message.el (message-send-mail-partially-limit)
7379         * mm-decode.el (mm-text-html-renderer)
7380         * mml.el (mml-insert-mime-headers-always)
7381         * smiley.el (smiley-regexp-alist): Bump custom version.
7382
7383 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-html.el: require mm-url.
7386         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7387         with the url to `url'.
7388         (gnus-html-wash-tags): Support cid: URLs/images.
7389
7390 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7393         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7394         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7395
7396         * gnus-move.el: Remove file, since it doesn't really work.
7397
7398         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7399         UTF-8.  This seems to fix problems with some German web feeds.
7400
7401         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7402         at the top so that the proper colours are applied.
7403
7404         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7405         don't have dots in their names.
7406
7407         * gnus-art.el (gnus-article-view-part): Doc fix.
7408
7409         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7410         XEmacs-compatible.
7411         (gnus-html-put-image): Don't do images on non-graphic displays.
7412
7413         * nnslashdot.el: Remove this unused backend.
7414
7415         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7416         actions.
7417         (gnus-undo-register-1): Revert last change.
7418
7419         * gnus-group.el (gnus-group-completing-read): Protect against not
7420         having completion-styles bound.
7421
7422         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7423         make broken recipients happier.
7424
7425         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7426
7427         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7428         point parameter.
7429
7430         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7431
7432         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7433         completion-styles for group selection.
7434
7435 2009-02-04  Andreas Schwab  <schwab@suse.de>
7436
7437         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7438         headers and regexp-quote the match if necessary.
7439
7440 2009-03-24  Miles Bader  <miles@gnu.org>
7441
7442         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7443         the blinking smiley.
7444
7445 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7446
7447         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7448         blink smiley.
7449
7450 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7453         where the dribbel file lives exists.
7454
7455         * message.el (message-send-mail-partially-limit): Change the default to
7456         nil, since most people don't want this.
7457
7458         * mm-url.el (mm-url-decode-entities): Also decode entities like
7459         &#x3212.
7460
7461 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7462
7463         * gnus-sum.el (gnus-summary-idna-message):
7464         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7465         Hyperlink urls in docstrings with URL `...'.
7466
7467 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7468
7469         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7470         functions.
7471
7472 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7473
7474         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7475         say what the mouseover text should be.
7476
7477         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7478         version of the mm-w3m-safe-url-regexp variable to only download images
7479         in the groups where we want that to happen.
7480
7481         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7482
7483         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7484         easier debugging.
7485         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7486         big pictures in the article buffer.
7487
7488         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7489         gnus-article-html.
7490         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7491         w3m.
7492
7493         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7494
7495 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7498         which doesn't exist.
7499
7500         * message.el (message-inhibit-ecomplete): New variable to allow some
7501         function to inhibit ecomplete address storage.
7502         (message-resend): Disable ecomplete message storage when resending
7503         messages.
7504
7505         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7506
7507 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7510         Save excursion while copying, moving, and deleting articles in order to
7511         prevent the cursor from jumping to unforeseen place.
7512
7513 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * lpath.el: No need to bind bookmark-current-buffer,
7516         bookmark-yank-point and bookmark-make-record-function.
7517
7518 2010-08-17  Glenn Morris  <rgm@gnu.org>
7519
7520         * gnus-sync.el: Require gnus components whose functions are used.
7521
7522         * gnus-art.el (bookmark-make-record-function):
7523         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7524         Declare for compiler.
7525
7526         * mm-url.el (mml-compute-boundary): Autoload.
7527
7528 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7531
7532 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7533
7534         Typo fix "hoo4a" -> "hook".
7535
7536         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7537
7538 2010-08-14  Glenn Morris  <rgm@gnu.org>
7539
7540         * gnus-sync.el (gnus-sync): Fix defgroup version.
7541
7542 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7545
7546         * gnus-sync.el: Fix docs.
7547         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7548         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7549
7550 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7551
7552         Optimizations for gnus-sync.el.
7553
7554         * gnus-sync.el: Add docs about gnus-sync-backend
7555         possibilities.
7556         (gnus-sync-save): Remove unnecessary message.
7557         (gnus-sync-read): Optimize and show what groups were skipped.
7558
7559 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         Minor bug fixes for gnus-sync.el.
7562
7563         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7564         Don't read the sync on get-new-news.
7565
7566         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7567         quiet.
7568
7569         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7570         (fix typo).
7571
7572 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7573
7574         Make saving and restoring of hidden threads work with overlays.
7575         Patch applied by Ted Zlatanov.
7576
7577         * gnus-sum.el (gnus-hidden-threads-configuration)
7578         (gnus-restore-hidden-threads-configuration): Update to deal with text
7579         properties, rather than searching for a magic character.
7580
7581 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7582
7583         New gnus-sync.el library for synchronization of marks.
7584
7585         * gnus-sync.el: New library for synchronization of marks.
7586
7587         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7588         renamed from `gnus-registry-grep-in-list'.
7589
7590         * gnus-registry.el (gnus-registry-follow-group-p):
7591         Use `gnus-grep-in-list'.
7592
7593         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7594
7595 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7598         determining charset of text fails.
7599
7600 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * nnmail.el (nnmail-get-new-mail-1): Revert.
7603
7604         * nnml.el (nnml-active-number): Make sure names of newly created groups
7605         in nnml-group-alist are encoded.
7606
7607 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7610         containing non-ASCII characters in active file for nnml back end.
7611
7612 2010-07-24  David Engster  <dengste@eml.cc>
7613
7614         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7615         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7616
7617 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7618
7619         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7620         tag (Bug#6654).
7621
7622 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7625         the article buffer, not the summary buffer.
7626
7627 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7630         Emacs 23 as well.
7631
7632 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7635         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7636
7637 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7638
7639         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7640         Patch applied by Karl Fogel.
7641
7642         * gnus-sum.el (gnus-summary-bookmark-make-record):
7643         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7644
7645 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7646
7647         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7648         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7649         C-w still not working correctly from Article buffers; Thierry's
7650         patch to fix that will be applied after this.
7651
7652         * gnus-art.el (bookmark-make-record-function): New local variable.
7653
7654         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7655         article buffer.
7656         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7657
7658 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7659
7660         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7661         on changes in bookmark.el.
7662
7663 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7666         `no-log' instead of message not to log prompt string.
7667
7668 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7669
7670         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7671         the *other* type of HTML form submission.
7672
7673 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7674
7675         * auth-source.el (auth-source-pick): If choice does not contain a
7676         questioned keyword, set the check to t.
7677
7678 2010-06-12  Romain Francoise  <romain@orebokech.com>
7679
7680         * gnus-util.el (gnus-date-get-time): Move up before first use.
7681
7682 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7685         (gnus-article-edit-part): Bind it to make last part that is substituted
7686         or deleted visible.
7687         (gnus-mime-display-single): Buttonize part of which id equals to
7688         gnus-mime-buttonized-part-id.
7689
7690 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7691
7692         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7693         (gnus-dd-mmm): Use gnus-date-get-time.
7694         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7695         simplify logic.
7696         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7697         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7698
7699 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7700
7701         * auth-source.el (top): Autoload `secrets-list-collections',
7702         `secrets-create-item', `secrets-delete-item'.
7703         (auth-sources): Fix tag string.
7704         (auth-get-source, auth-source-retrieve, auth-source-create)
7705         (auth-source-delete): New defuns.
7706         (auth-source-pick): Rewrite in order to avoid 2 passes.
7707         (auth-source-forget-user-or-password): New parameter USERNAME.
7708         (auth-source-user-or-password): New parameters CREATE-MISSING and
7709         DELETE-EXISTING.  Retrieve password interactively, if needed.
7710
7711 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7712
7713         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7714         deleting unused directories when gnus-expert-user is t.
7715
7716 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7719         for each temp file when gnus-article-browse-delete-temp is ask.
7720
7721 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7722
7723         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7724         Replace Lisp calls to delete-backward-char by calls to delete-char.
7725
7726 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7727
7728         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7729
7730 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7731
7732         * password-cache.el (password-cache-remove): Fix docstring.
7733
7734 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7737         article unless decoding article to be saved.
7738
7739 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7742         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7743         generated within the mm-with-unibyte-current-buffer macro.
7744
7745 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7748         to nil when we're in a mml-preview buffer and no group is selected.
7749
7750 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7751
7752         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7753         when catching the `C-g'.  Reported by "Leo".
7754
7755 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * message.el (message-forward-make-body-plain)
7758         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7759         multibyte-string-p.
7760
7761         * lpath.el: Revert.
7762
7763 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * message.el (message-forward-make-body-mml): Assume original message
7766         is multibyte string; error on unibyte.
7767         (message-forward-make-body-plain): Ditto; don't add excessive newline
7768         in body end.
7769
7770         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7771
7772 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7773
7774         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7775         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7776
7777 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * mm-extern.el (mm-extern-url): Don't use
7780         mm-with-unibyte-current-buffer.
7781         (mm-extern-cache-contents): Use with-current-buffer instead of
7782         save-excursion + set-buffer.
7783
7784 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * mm-util.el (mm-emacs-mule): Remove.
7787
7788 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7789
7790         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7791         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7792         change.
7793
7794 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7797         bind the default value of enable-multibyte-characters to nil.
7798
7799 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * message.el (message-forward-make-body-plain)
7802         (message-forward-make-body-mml):
7803         Don't use mm-with-unibyte-current-buffer.
7804
7805 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7806
7807         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7808
7809 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7810
7811         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7812         (Bug#5592).
7813
7814 2010-05-07  Julien Danjou  <julien@danjou.info>
7815
7816         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7817         it to mm-pipe-part.
7818
7819         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7820         it is given.
7821
7822 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * binhex.el (binhex-decode-region-internal)
7825         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7826         (dns-query)
7827         * nnweb.el (nnweb-gmane-search)
7828         * pgg-parse.el (pgg-parse-armor)
7829         * pgg.el (pgg-verify-region)
7830         * sha1.el (sha1-string-external)
7831         * uudecode.el (uudecode-decode-region-internal)
7832         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7833         XEmacs.
7834
7835         * gnus-art.el (gnus-article-browse-html-parts)
7836         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7837         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7838         make-temp-file.
7839
7840         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7841         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7842         compiling.
7843
7844         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7845         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7846         XEmacs when compiling.
7847
7848         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7849         gnus-pick-mode-off-hook for XEmacs when compiling.
7850         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7851         gnus-binary-mode-off-hook for XEmacs when compiling.
7852
7853         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7854         Return nil if char-charset is not available.
7855
7856         * imap.el (imap-disable-multibyte)
7857         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7858         macros.
7859
7860         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7861         instead of encode-coding-string.
7862
7863         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7864         'xemacs) instead of mm-emacs-mule to switch function definitions.
7865         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7866
7867         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7868         bind temporary-file-directory for XEmacs;
7869         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7870         timer-set-function for XEmacs 21.4 and SXEmacs;
7871         bind timer-list for XEmacs 21.4 and SXEmacs;
7872         fbind char-charset and find-charset-region for non-Mule XEmacs;
7873         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7874         encode-coding-region and encode-coding-string for XEmacs having no
7875         file-coding feature.
7876
7877 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7878
7879         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7880
7881 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7884         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7885
7886 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7887
7888         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7889         alias `jka-compr-delete-temp-file' no longer exists.
7890
7891 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7892
7893         Use define-minor-mode in Gnus where applicable.
7894         * mml.el (mml-mode): Use define-minor-mode.
7895         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7896         (gnus-undo-mode): Use define-minor-mode.
7897         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7898         (gnus-dead-summary-mode): Use define-minor-mode.
7899         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7900         Initialize in declaration.
7901         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7902         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7903         (gnus-mailing-list-mode): Use define-minor-mode.
7904         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7905         (gnus-draft-mode): Use define-minor-mode.
7906         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7907         (gnus-dired-mode): Use define-minor-mode.
7908
7909 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7910
7911         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7912         handles on recursive mml-to-mime translation and check them for
7913         boundary delimiter collisions.  Reported by Greg Troxel.
7914
7915 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7918
7919 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7920
7921         * mm-util.el (mm-find-buffer-file-coding-system):
7922         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7923
7924 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7925
7926         * message.el (message-generate-headers): Record insertion of optional
7927         headers as well.  Otherwise the check to prevent repeated insertion of
7928         optional headers is a no-op.
7929
7930 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * smime.el: Don't mention CVS.
7933
7934         * nnrss.el (nnrss-fetch): Don't mention CVS.
7935
7936         * nnir.el: Don't mention CVS.
7937
7938 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7939
7940         * gnus-sum.el (gnus-summary-bookmark-make-record):
7941         Add `location' field.
7942
7943 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * lpath.el: Fbind bookmark-default-handler,
7946         bookmark-get-bookmark-record, bookmark-make-record-default,
7947         bookmark-prop-get for Emacs <23 and XEmacs.
7948
7949 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7950
7951         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7952         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7953         Use with-current-buffer to silence the byte-compiler.
7954         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7955         bother to require `gnus'.
7956         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7957
7958 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7959
7960         * gnus-sum.el (gnus-summary-bookmark-make-record)
7961         (gnus-summary-bookmark-jump): New functions.
7962         (gnus-summary-mode): Setup bookmark support.
7963
7964 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7965
7966         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7967         if set.
7968
7969 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7972         gnus-article-browse-html-save-cid-image; make it work recursively for
7973         forwarded messages as well.
7974         (gnus-article-browse-html-parts): Work when prefix arg is given.
7975         (gnus-article-browse-html-article): Doc fix.
7976
7977 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7978
7979         * message.el (message-default-mail-headers):
7980         (message-default-headers): Carry the value mail-default-headers over
7981         into message-default-mail-headers, rather than message-default-headers.
7982
7983 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7984
7985         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7986         charset.
7987
7988         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7989         charset into the <meta> tag when the article is encoded to utf-8.
7990
7991 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-art.el (gnus-article-browse-delete-temp-files):
7994         Delete directories as well.
7995         (gnus-article-browse-html-parts): Work for images that do not specify
7996         file names; delete temp directory when quitting; insert header at the
7997         right place; use file: scheme for image files.
7998
7999 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8000
8001         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8002         (gnus-article-browse-html-parts): Use it to make temporary cid image
8003         files in addition to html file so that browser may display them.
8004
8005 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8008
8009 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8012
8013 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * auth-source.el (auth-sources): Change default to be simpler.
8016         Explain about Secret Service API sources.  Improve Customize options.
8017         (auth-source-pick): Change to accept any number of search parameters.
8018         Implement fallbacks iteratively, not recursively.  Add scoring on the
8019         second pass and sort by score.  Call Secret Service API when needed.
8020         (auth-source-user-or-password): Use it.  Call Secret Service API
8021         directly when needed to get the user name and the password.
8022
8023 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8024
8025         * message.el (message-interactive): Doc fix.
8026         (message-qmail-inject-args): Reflow.
8027         (message-kill-to-signature): Fix typo in docstring.
8028
8029         * smiley.el (smiley-buffer): Fix typo in docstring.
8030
8031 2010-03-24  Glenn Morris  <rgm@gnu.org>
8032
8033         * mail-source.el (gnus-message): Declare.
8034         (mail-source-delete-old-incoming): Require gnus-util.
8035
8036 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8039
8040         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8041
8042         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8043         password-cache's default if it is not bound.
8044         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8045         password-cache-expiry's default if it is not bound.
8046
8047         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8048         available in Emacs 21.
8049
8050         * lpath.el: Suppress compiler warnings for:
8051         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8052         XEmacs;
8053         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8054         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8055         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8056
8057 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * auth-source.el (auth-sources): Fix up definition so extra parameters
8060         are always inline.
8061
8062 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8063
8064         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8065         wasn't updated after mismatch.  Clear cached mailbox info correctly
8066         when uidvalidity changes.
8067         (nnimap-group-prefixed-name): New function to avoid some code
8068         duplication.
8069         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8070         (nnimap-request-group): Use it.
8071         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8072         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8073         with many imap folders.  This is done by caching the group status from
8074         the imap server persistently in a group parameter `imap-status'.  (This
8075         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8076         but not persistently, so every Gnus startup was still very slow.)
8077
8078 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8079
8080         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8081         delete the extra newline.  Otherwise editing of :string and :number
8082         types don't work.
8083
8084 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8085
8086         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8087         secrets.el dependency.
8088         (auth-sources): Add optional user name.  Add secrets.el configuration
8089         choice (unused right now).
8090
8091 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8092
8093         * gnus-sum.el (gnus-summary-make-menu-bar):
8094         Let `gnus-registry-install-shortcuts' fill in the functions.
8095
8096         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8097         warnings.
8098         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8099         (gnus-registry-install-shortcuts): Populate and use it in a
8100         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8101
8102 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8103
8104         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8105         In-place substitutions for the group name encoding/decoding.
8106         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8107         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8108         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8109         (nnimap-update-unseen, nnimap-request-list)
8110         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8111         (nnimap-request-set-mark, nnimap-split-to-groups)
8112         (nnimap-split-articles, nnimap-request-newgroups)
8113         (nnimap-request-create-group, nnimap-request-accept-article)
8114         (nnimap-request-delete-group, nnimap-request-rename-group)
8115         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8116         `encoded-mbx' for consistency.
8117         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8118         variable `imap-current-mailbox'.
8119
8120         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8121         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8122
8123 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8124
8125         * pop3.el (pop3-display-message-size-flag): Display message size byte
8126         counts during POP3 download.
8127         (pop3-movemail): Use it.
8128         (pop3-list): Implement listing of available messages.
8129
8130 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8131
8132         * nnir.el (nnir-get-article-nov-override-function): New function to
8133         override the normal NOV retrieval.
8134         (nnir-retrieve-headers): Use it.
8135
8136 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8137
8138         * auth-source.el (netrc-machine-user-or-password): Autoload.
8139
8140 2010-03-19  Glenn Morris  <rgm@gnu.org>
8141
8142         Stop message.el from loading about 40 libraries it doesn't always need.
8143         The general approach is to autoload rather than require, and to
8144         require in the specific functions rather than the file.  (Bug#5642)
8145
8146         * gmm-utils.el: Don't require wid-edit.
8147         (widget-create-child-value, widget-convert, widget-default-get):
8148         Autoload.
8149
8150         * gnus-util.el: Don't require time-date, netrc.
8151         (message-fetch-field, gnus-group-name-decode): Declare rather than
8152         autoloading.
8153         (gnus-fetch-field): Require message.
8154         (gnus-decode-newsgroups): Require gnus-group.
8155
8156         * ietf-drums.el: Don't require time-date.
8157
8158         * message.el: Don't require hashcash, canlock, ecomplete.
8159         Do require mail-utils.  Require nnheader only when compiling.
8160         (smtpmail-default-smtp-server): Remove declaration.
8161         (message-send-mail-function): Check smtpmail-default-smtp-server
8162         is bound rather than requiring smtpmail.
8163         (message-auto-save-directory, message-insert-signature):
8164         Use expand-file-name rather than nnheader-concat.
8165         (nnheader-insert-file-contents): Autoload.
8166         (hashcash-wait-async): Declare.
8167         (message-send-mail): Only call gnus-setup-posting-charset if
8168         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8169         (message-send-mail-with-sendmail): Require sendmail.
8170         (canlock-password, canlock-password-for-verify): Declare.
8171         (message-canlock-password): Require canlock.
8172         (nnheader-get-report): Autoload.
8173         (gnus-setup-posting-charset): Declare.
8174         (message-send-news): Require gnus-msg.
8175         (message-make-references, message-make-in-reply-to): Use mail-header-id
8176         rather than the alias mail-header-message-id.
8177         (ecomplete-add-item, ecomplete-save): Declare.
8178         (message-put-addresses-in-ecomplete): Require ecomplete.
8179         (ecomplete-display-matches): Autoload.
8180
8181         * mm-decode.el: Don't require mailcap, gnus-util.
8182         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8183         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8184         Autoload.
8185         (mailcap-mime-extensions): Declare.
8186
8187         * mm-encode.el: Don't require mailcap.
8188         (mailcap-extension-to-mime): Autoload.
8189
8190         * mml-sec.el: Don't require password-cache.
8191
8192         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8193         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8194         (mml-minibuffer-read-type): Require mailcap.
8195         (mml-preview): Require gnus-msg.
8196
8197         * mml1991.el: Require password-cache.
8198         (password-cache-expiry): Remove declaration.
8199
8200         * mml2015.el: Require password-cache.
8201         (password-cache-expiry): Remove declaration.
8202
8203         * nneething.el (mailcap): Require mailcap.
8204
8205         * nnheader.el (declare-function): Add compatibility stub.
8206         (message-remove-header): Declare rather than autoload.
8207         (nnheader-replace-header): Require message.
8208
8209         * nnimap.el (declare-function): Add compatibility stub.
8210         (netrc-parse, netrc-machine-user-or-password): Declare.
8211         (nnimap-open-connection): Require netrc.
8212
8213         * nntp.el (declare-function): Add compatibility stub.
8214         (netrc-parse, netrc-machine, netrc-get): Declare.
8215         (nntp-send-authinfo): Require netrc.
8216
8217         * rfc2047.el: Don't require qp.
8218         (quoted-printable-encode-region, quoted-printable-decode-string):
8219         Autoload.
8220
8221         * sieve-mode.el: Don't require easymenu.
8222         (easy-menu-add-item): Autoload it.
8223
8224         * spam-stat.el (time-to-number-of-days): Autoload it.
8225
8226 2010-03-19  Glenn Morris  <rgm@gnu.org>
8227
8228         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8229
8230 2010-03-18  Glenn Morris  <rgm@gnu.org>
8231
8232         * hashcash.el (declare-function): Remove duplicate definition.
8233
8234 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8235
8236         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8237         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8238         value if any backslash escapes).
8239
8240 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8243         if it is available.  (bug#5647)
8244
8245         * lpath.el: Suppress compiler warning for coding-system-from-name for
8246         Emacs 21 and XEmacs.
8247
8248 2010-03-14  Juri Linkov  <juri@jurta.org>
8249
8250         * hmac-def.el:
8251         * hmac-md5.el:
8252         * netrc.el: Fix keywords.
8253
8254 2010-02-26  Glenn Morris  <rgm@gnu.org>
8255
8256         * message.el (message-send-mail-function): Change the default, so that
8257         it inherits from a customized send-mail-function.  (Bug#5643)
8258
8259 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8260
8261         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8262         shell-command-to-string signals an error (bug#5299).
8263
8264 2010-02-24  Glenn Morris  <rgm@gnu.org>
8265
8266         * message.el (message-smtpmail-send-it)
8267         (message-send-mail-with-mailclient): Doc fixes.
8268
8269 2010-02-16  Glenn Morris  <rgm@gnu.org>
8270
8271         * message.el (message-default-mail-headers): Change the default value
8272         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8273
8274 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8277         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8278
8279 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8280
8281         * time-date.el (date-to-time): Doc fix (Bug#5408).
8282
8283 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8284
8285         * message.el (message-mail): Just pass yank-action on to message-setup.
8286         (message-setup): Handle (FUN . ARGS) form of yank-action.
8287         (message-with-reply-buffer, message-widen-reply)
8288         (message-yank-original): Handle non-buffer values of
8289         message-reply-buffer (Bug#4080).
8290         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8291
8292 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8293
8294         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8295         Fix typo in docstring.
8296
8297 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8298
8299         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8300         response.
8301
8302 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8305
8306         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8307
8308         * message.el (message-check-news-header-syntax): Protect against a
8309         string that `rfc822-addresses' returns when parsing fails.
8310
8311 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8314         (gnus-previous-char-property-change): New functions.
8315
8316         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8317
8318 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8319
8320         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8321         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8322
8323 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8324
8325         * message.el (message-exchange-point-and-mark): Rework last change to
8326         avoid using optional arg of exchange-point-and-mark, for backward
8327         compatibility.
8328
8329 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8330
8331         * message.el (message-exchange-point-and-mark):
8332         Call exchange-point-and-mark with an argument rather than setting
8333         mark-active by hand (Bug#5175).
8334
8335 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * nntp.el (nntp-service-to-port): Work for service expressed with
8338         numeric string; replace [:digit:] with [0-9] for XEmacs.
8339
8340 2009-12-17  Glenn Morris  <rgm@gnu.org>
8341
8342         * gnus-group.el (gnus-bug-group-download-format-alist):
8343         Change emacs entry to debbugs.gnu.org.  Bump :version.
8344
8345 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8348
8349 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * message.el (message-info): Explain why we use `Info-goto-node'.
8352
8353 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8356
8357 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8358
8359         * message.el (message-completion-in-region): New compatibility function.
8360         (message-expand-group): Use it.
8361
8362 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8365         with no unread article should be listed if the 2nd arg `predicate' is
8366         given.
8367
8368 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8371
8372 2009-11-29  Juri Linkov  <juri@jurta.org>
8373
8374         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8375         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8376         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8377
8378 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8379
8380         * sha1.el (sha1-string-external): default-directory "/" in case
8381         otherwise non-existent.  process-connection-type pipe for touch of
8382         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8383
8384 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8385
8386         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8387         it's comms related and sgml-mode.el has "comm" on that basis too.
8388
8389 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8392         containing tspecial characters if they have been already quoted.
8393
8394 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8395
8396         * dns-mode.el (auto-mode-alist): Purecopy string.
8397
8398 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8399
8400         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8401
8402 2009-10-24  Glenn Morris  <rgm@gnu.org>
8403
8404         * gnus-art.el (help-xref-stack-item): Define for compiler.
8405
8406 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8407
8408         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8409
8410 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8413
8414 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8417         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8418
8419 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8422         (gnus-overlays-in): New alias to overlays-in.
8423
8424         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8425         gnus-overlay-get, and gnus-delete-overlay.
8426         (gnus-summary-show-thread): Make it work as well for systems in which
8427         next-single-char-property-change is not available.
8428         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8429
8430         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8431         (gnus-overlay-get): New alias to extent-property.
8432         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8433
8434         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8435         SXEmacs.
8436
8437         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8438         SXEmacs.
8439
8440 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8443
8444 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8445
8446         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8447         and XEmacs that don't have `remove-overlays'.
8448
8449 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8450
8451         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8452         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8453         selective display.  Use overlays instead.
8454
8455 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8456
8457         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8458
8459 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8460
8461         * spam-stat.el (spam-stat-load): Fix typo in message.
8462
8463 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8464
8465         * dig.el (dig-invoke): Fix typo in docstring.
8466         (query-dig): Reflow docstring.
8467
8468 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8469
8470         * gnus-art.el (gnus-article-encrypt-body):
8471         * message.el (message-check-recipients):
8472         * mm-util.el (mm-codepage-setup):
8473         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8474         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8475
8476 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8477
8478         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8479         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8480         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8481         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8482         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8483
8484 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8485
8486         * dig.el: Add "Keywords: comm", as per net-utils.el.
8487
8488 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8489
8490         * dig.el (dig-mode): Use define-derived-mode.
8491
8492 2009-09-19  Glenn Morris  <rgm@gnu.org>
8493
8494         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8495
8496 2009-09-18  Glenn Morris  <rgm@gnu.org>
8497
8498         * gnus-diary.el (gnus-diary-check-message):
8499         * message.el (message-insert-formatted-citation-line):
8500         * nnbabyl.el (top-level):
8501         * nndiary.el (nndiary-schedule):
8502         Fix typos in condition-case handlers.
8503
8504 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8507         configuration that provides the sole article window in a frame;
8508         position point correctly after deleting a part.
8509
8510 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8511
8512         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8513         (spam-resolve-registrations-routine): Use it to unregister articles
8514         that change status.
8515
8516 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8519         with XEmacs.
8520         (parse-time-string-chars): Use it.
8521
8522 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * imap.el (imap-interactive-login): Better messages.
8525         (imap-open): Fix bug with renamed buffer on reconnect.
8526         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8527         for easier debugging and cleaner code.  On successful (guessed based on
8528         server capabilities) secondary authentication, set imap-state
8529         correctly.
8530         (imap-last-authenticator): Define imap-last-authenticator as a variable
8531         to avoid warnings.
8532
8533 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * nnrss.el (nnrss-request-article): Remove binding of
8536         default-enable-multibyte-characters that has gotten needless by
8537         the 2007-07-13 change in rfc2047-encode-message-header.
8538
8539         * mml.el (mml-insert-multipart): Error on the message header.
8540         (mml-insert-part): Error on the message header; position point at
8541         the end of a MIME tag.
8542
8543 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * time-date.el (autoload): Expand define-obsolete-function-alias into
8546         defalias and make-obsolete for old Emacsen that Gnus supports.
8547         (with-no-warnings): Define it for old Emacsen.
8548         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8549         is available.
8550         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8551         float-time is available; suppress compile warning for time-to-seconds.
8552
8553         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8554         (gnus-float-time): Alias to float-time if it exists.
8555
8556         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8557         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8558         float-time is available; suppress compile warning for time-to-seconds.
8559
8560         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8561         XEmacs.
8562
8563 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8564
8565         * imap.el (imap-message-map): Docstring fix.
8566
8567 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8570         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8571         Add the optional argument `encoding' that overrides the default.
8572
8573         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8574         mm-encode-buffer.
8575
8576 2009-09-04  Glenn Morris  <rgm@gnu.org>
8577
8578         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8579         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8580         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8581         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8582         * mm-util.el (mm-with-unibyte-current-buffer)
8583         (mm-find-buffer-file-coding-system):
8584         * yenc.el (yenc-decode-region): Use default-value rather than
8585         default-enable-multibyte-characters.
8586
8587 2009-09-03  Glenn Morris  <rgm@gnu.org>
8588
8589         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8590         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8591         than default-enable-multibyte-characters.
8592
8593 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8594
8595         * gnus-art.el (gnus-article-read-summary-keys):
8596         Fix gnus-buffer-configuration's value temporarily used.
8597
8598 2009-09-02  Glenn Morris  <rgm@gnu.org>
8599
8600         * gnus-util.el (gnus-float-time): New function.
8601         * gnus-delay.el (gnus-delay-article):
8602         * gnus-sum.el (gnus-thread-latest-date):
8603         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8604         * nnspool.el (nnspool-request-newgroups):
8605         Use gnus-float-time rather than time-to-seconds.
8606         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8607
8608         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8609         (gnus-header-subject-face, gnus-header-newsgroups-face)
8610         (gnus-header-name-face, gnus-header-content-face):
8611         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8612         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8613         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8614         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8615         (gnus-cite-face-11):
8616         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8617         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8618         (gnus-server-closed-face, gnus-server-denied-face)
8619         (gnus-server-offline-face):
8620         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8621         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8622         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8623         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8624         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8625         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8626         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8627         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8628         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8629         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8630         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8631         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8632         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8633         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8634         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8635         (gnus-summary-high-undownloaded-face)
8636         (gnus-summary-low-undownloaded-face)
8637         (gnus-summary-normal-undownloaded-face)
8638         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8639         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8640         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8641         (gnus-splash-face):
8642         * message.el (message-header-to-face, message-header-cc-face)
8643         (message-header-subject-face, message-header-newsgroups-face)
8644         (message-header-other-face, message-header-name-face)
8645         (message-header-xheader-face, message-separator-face)
8646         (message-cited-text-face, message-mml-face):
8647         * sieve-mode.el (sieve-control-commands-face)
8648         (sieve-action-commands-face, sieve-test-commands-face)
8649         (sieve-tagged-arguments-face):
8650         * spam.el (spam-face):
8651         Mark face aliases with "-face" in the name as obsolete.
8652
8653 2009-09-01  Glenn Morris  <rgm@gnu.org>
8654
8655         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8656         than goto-line.
8657
8658 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8661         Don't move point if the command is invoked inside the message header.
8662
8663 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8664
8665         * imap.el (imap-send-command): Simplify.
8666         (imap-wait-for-tag): point-max -> buffer-size.
8667
8668 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8669
8670         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8671         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8672         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8673         * nnir.el (nnir-swish-e-index-file):
8674         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8675         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8676         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8677         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8678         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8679         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8680
8681 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8684         Don't save excursion.
8685
8686 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8687
8688         * nnheader.el (nnheader-find-file-noselect):
8689         * mm-util.el (mm-insert-file-contents):
8690         Use (default-value 'major-mode) instead of default-major-mode.
8691
8692 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8693
8694         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8695
8696 2009-08-26  Glenn Morris  <rgm@gnu.org>
8697
8698         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8699         than placing in files.el.
8700
8701 2009-08-25  Glenn Morris  <rgm@gnu.org>
8702
8703         * nnir.el (top-level): Don't require cl at run-time.
8704         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8705         Replace cl-function substitute with gnus-replace-in-string.
8706         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8707         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8708         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8709         simplified expansions.
8710
8711 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8712
8713         * dig.el (dig): Add autoload cookie.
8714
8715 2009-08-22  Glenn Morris  <rgm@gnu.org>
8716
8717         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8718         goto-line.
8719
8720 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8721
8722         * parse-time.el (parse-time-string-chars): Save match data.
8723
8724 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8725
8726         * parse-time.el (parse-time-string-chars): Compute using character
8727         classes, to handle non-ascii characters (Bug#3190).
8728
8729 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8732
8733         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8734         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8735         (gnus-mm-display-part, gnus-mime-display-single)
8736         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8737         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8738
8739         * gnus-sum.el
8740         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8741         (gnus-summary-move-article): Add expirable mark to articles copied or
8742         moved to group that has auto-expire turned on if the option is non-nil.
8743
8744 2009-07-24  Glenn Morris  <rgm@gnu.org>
8745
8746         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8747         Fix typo.  (Bug#3903)
8748
8749 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8752         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8753         that should not be used for draft articles.
8754         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8755         that has no concern in minor mode keys.
8756         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8757         Abolish.
8758
8759 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8762         article without making inquiry to a user for unknown encoding.
8763
8764         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8765         (nnmaildir--scan): Assume i-node and device number that file-attributes
8766         returns might be cons-cell.
8767
8768         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8769
8770         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8771
8772 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8773
8774         * auth-source.el: Remove docs now in auth.texi.  Don't use
8775         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8776         `auth-source-hide-passwords' and use them.
8777
8778 2009-07-15  Glenn Morris  <rgm@gnu.org>
8779
8780         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8781
8782 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8785         excessive whitespace from the default values of title and description.
8786
8787 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8790         mail-fetch-field to fetch Content-Description header in order to
8791         exclude newlines.
8792
8793 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8794
8795         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8796         format used by GnuPG 2.0.11.
8797
8798 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8801         to deleted part.
8802
8803 2009-05-30  David Engster  <dengste@eml.cc>
8804
8805         * nnmairix.el: Remove old documentation in the commentary block.
8806         (nnmairix-request-group): Do not update active file for nnml back ends.
8807         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8808         end so that overview files are ignored.
8809         (nnmairix-update-groups): Make updating the groups more robust by using
8810         marks.
8811         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8812         with dollar characters in message-id.
8813
8814 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8817         2008-12-25 in dns.el.
8818
8819 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8820
8821         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8822         could happen if the text is only composed of spaces and/or tabs.
8823
8824 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8825
8826         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8827         when sending a queued message to avoid extra mml tags.
8828
8829 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8832
8833 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8836         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8837         rmail-toggle-header for XEmacs;
8838         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8839
8840 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-dired.el: Remove autoload for gnus-setup-message.
8843         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8844         displaying Gnus logo; always use compose-mail.
8845
8846 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8849
8850 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8853         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8854         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8855         available.
8856         (gnus-nocem-epg-verify): New function.
8857
8858 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8861
8862 2009-02-15  Glenn Morris  <rgm@gnu.org>
8863
8864         * gnus-util.el (rmail-insert-rmail-file-header)
8865         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8866         autoloads.
8867         (rmail-default-rmail-file): Remove unnecessary declaration.
8868         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8869
8870 2009-02-14  Glenn Morris  <rgm@gnu.org>
8871
8872         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8873         variable (only used in gnus-util, which declares it anyway).
8874         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8875         which was only needed by gnus-art (changed to not use it any more).
8876         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8877         only used in gnus-util, which autoloads it itself.
8878         (rmail-update-summary): Fix autoload.
8879
8880         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8881         rather than rmail-output-to-rmail-file.
8882
8883 2009-02-07  Glenn Morris  <rgm@gnu.org>
8884
8885         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8886         autoload of function that no longer exists.
8887         (rmail-toggle-header): Declare.
8888         (message-forward-rmail-make-body): Handle mbox Rmail.
8889
8890 2009-01-31  Glenn Morris  <rgm@gnu.org>
8891
8892         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8893         2009-01-09 change.
8894
8895 2009-01-31  Dave Love  <fx@gnu.org>
8896
8897         * imap.el (imap-fetch-safe): Bind debug-on-error.
8898         (imap-debug): Add imap-fetch-safe.
8899
8900 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8901
8902         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8903         (auth-source-forget-all-cached): New convenience function.
8904         (auth-source-user-or-password): Accept list of modes or a single mode.
8905
8906         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8907         auth-source modes.
8908
8909         * netrc.el (netrc-machine-user-or-password): Use list of
8910         auth-source modes.
8911
8912         * nnimap.el (nnimap-open-connection): Use list of
8913         auth-source modes.
8914
8915         * nntp.el (nntp-send-authinfo): Use list of
8916         auth-source modes.
8917
8918 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8919
8920         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8921         now.
8922
8923 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8926         coding system in XEmacs; add a workaround for XEmacs.
8927
8928         * lpath.el: Fbind coding-system-aliasee.
8929
8930 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8933         of current-language-environment.
8934
8935 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8938         available at runtime.
8939
8940 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8943
8944 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8945
8946         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8947         the greatest positive fixnum value doesn't work under an XEmacs with
8948         bignum support; use the most-positive-fixnum constant instead,
8949         available since Emacs 21.1 with cl and XEmacs 21.1.
8950
8951 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8954         XEmacs gets not to work.
8955
8956 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * mm-util.el (mm-coding-system-priorities): Allow the value like
8959         "Japanese (UTF-8)" of current-language-environment.
8960
8961 2009-01-09  Glenn Morris  <rgm@gnu.org>
8962
8963         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8964         with last-command-event.
8965
8966 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8969         in the doc string.
8970
8971         * message.el (message-fix-before-sending): Amend comment.
8972
8973 2009-01-08  Dave Love  <fx@gnu.org>
8974
8975         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8976
8977 2009-01-07  David Engster  <dengste@eml.cc>
8978
8979         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8980         simplified server definitions by converting it via
8981         gnus-server-to-method.
8982
8983 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8986         parameter's operands.
8987
8988 2009-01-06  David Engster  <dengste@eml.cc>
8989
8990         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8991         primary select method (for gnus-group-mark-article-as-read).
8992
8993 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8994
8995         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8996         `(gnus)Face', not `(gnus)X-Face'.
8997
8998 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mm-util.el (mm-ucs-to-char): New function.
9001
9002         * mm-url.el (mm-url-decode-entities): Use it.
9003
9004         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9005         unicode-to-char.
9006
9007 2009-01-05  Dave Love  <fx@gnu.org>
9008
9009         * time-date.el: Require cl for `declare'.
9010
9011 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9014         Dave Love.
9015
9016 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * message.el (message-fix-before-sending): Add `eight-bit' to
9019         illegible-text check.
9020
9021 2009-01-03  Michael Olson  <mwolson@gnu.org>
9022
9023         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9024         `headers' is nil.  This can occur if the IMAP server does not have
9025         permissions to read messages from a folder, but can write new messages
9026         to the folder.
9027         (nnimap-request-article-part): Do not insert `data' if it is nil.
9028
9029         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9030         characters which will confuse `read', so skip past them.
9031
9032 2009-01-01  Dave Love  <fx@gnu.org>
9033
9034         * imap.el (imap-string-to-integer): Fix typo.
9035         (imap-fetch-safe): New function.
9036         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9037
9038         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9039
9040         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9041         (imap-parse-greeting): Fix doc strings.
9042         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9043         (imap-parse-flag-list): Make messages unique.
9044         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9045
9046         * nnimap.el: Fix author email.
9047         (nnimap-split-rule): Add FIXME comment.
9048         (nnimap-debug): Fix doc string.
9049
9050 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9053
9054 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9057         nslookup if resolv.conf isn't available.
9058         (dns-query): Rename from query-dns.
9059         (dns-query-cached): Rename from query-dns-cached.
9060
9061 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9064         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9065         to check if those variables exist (first appeared in Emacs 18.50).
9066
9067 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * mm-util.el (mm-line-number-at-pos): New function.
9070
9071         * spam-report.el (spam-report-process-queue): Use it.
9072
9073 2008-12-24  David Engster  <dengste@eml.cc>
9074
9075         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9076         parameters that haven't existed as variables as buffer-local variables.
9077
9078 2008-12-23  Dave Love  <fx@gnu.org>
9079
9080         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9081         cadar.
9082
9083         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9084         imap-starttls-p.
9085         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9086
9087 2008-12-22  Dave Love  <fx@gnu.org>
9088
9089         * imap.el: Fix author email.  Doc fixes.
9090         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9091         reply.
9092
9093 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * spam-report.el (spam-report-gmane-max-requests): New constant.
9096         (spam-report-gmane-wait): New variable.
9097         (spam-report-gmane-ham, spam-report-gmane-spam)
9098         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9099         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9100         the server.
9101
9102         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9103         Add explanations.
9104
9105         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9106         nnheader-accept-process-output and nnheader-read-timeout if available.
9107         (pop3-movemail): Use it.
9108
9109         * message.el (message-check-news-body-syntax): Fix signature check if
9110         there's an attachment.
9111
9112 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * mm-util.el: Add comments to the mm- emulating functions.
9115
9116 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9119         Reported by Stephen Berman <stephen.berman@gmx.net>.
9120
9121 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * mm-util.el (mm-substring-no-properties): New function.
9124         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9125         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9126         (mm-string-to-multibyte): Doc fix.
9127
9128         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9129
9130 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * mml.el (mml-attach-file): Strip text properties from file name.
9133         (Bug#1574)
9134
9135 2008-12-16  Glenn Morris  <rgm@gnu.org>
9136
9137         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9138
9139 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9142         knows since the charset specified might be a bogus alias that
9143         mm-charset-synonym-alist provides.
9144
9145 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9148         "ISO_8859-1".
9149
9150         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9151
9152 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * mm-util.el (mm-charset-eval-alist):
9155         Define it before mm-charset-to-coding-system.
9156         (mm-charset-to-coding-system): Add optional argument `silent';
9157         define it before mm-charset-override-alist.
9158         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9159         default value if it can be used in Emacs currently running;
9160         silence mm-charset-to-coding-system.
9161
9162 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9165         `allow-override' which says whether to use `mm-charset-override-alist'.
9166         (rfc2047-decode-encoded-words): Use it.
9167
9168         * mm-util.el (mm-charset-override-alist): Fix custom type;
9169         add `(gb2312 . gbk)' to choices.
9170
9171 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9174         fast.
9175
9176         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9177
9178         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9179
9180 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9181
9182         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9183         on links.
9184
9185         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9186
9187 2008-12-03  Lute Kamstra  <lute@gnu.org>
9188
9189         * sha1.el: Remove leading * from docstrings of defcustoms,
9190         deffaces, defconsts and defuns.
9191
9192 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9195         users' addresses that don't have domain parts.
9196         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9197         rather than message-narrow-to-head since there will be the message
9198         header separator.
9199
9200 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9201
9202         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9203         since the result is inserted in a unibyte buffer anyway.
9204         (nnimap-demule-use-string-to-multibyte): Remove.
9205         (nnimap-demule): Alias it to mm-string-to-multibyte.
9206
9207 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9210         variable for debugging bug#464 and bug#1174.
9211         (nnimap-demule): Use it.
9212
9213 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9216         score calculation correctly.
9217
9218 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9219
9220         * message.el (message-send-mail): Just set the buffer to unibyte
9221         rather than use mm-with-unibyte-current-buffer which does a lot more.
9222         (message-send-mail-partially): Don't bother with
9223         mm-with-unibyte-current-buffer since it's already been made unibyte by
9224         message-send-mail.
9225
9226 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9227
9228         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9229
9230 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9233
9234 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9237         require itself and to remove `with-no-warnings'.
9238
9239 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9240
9241         * starttls.el (starttls-any-program-available): Get the name of the
9242         available TLS layer program.
9243         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9244         well as the host name in the "opening" message.
9245
9246         * auth-source.el (auth-source-cache, auth-source-do-cache)
9247         (auth-source-user-or-password): Cache passwords and logins by default,
9248         allow override with `auth-source-do-cache'.
9249         (auth-source-forget-user-or-password): Allow users to remove cache
9250         entries if needed.
9251
9252 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9253
9254         * md4.el (md4-buffer): Fix typo in docstring.
9255         (md4, md4-64): Doc fixes.
9256         (md4-pack-int32): Reflow docstring.
9257
9258 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9259
9260         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9261         condition-case to only the forward-sexp call.
9262
9263 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9264
9265         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9266         quotes contained.  Make it more robust regardless by an extra
9267         condition-case wrapper.
9268
9269 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9272
9273 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * nnml.el (nnml-request-expire-articles): Check if the function set to
9276         `nnmail-expiry-target' returns the symbol `delete'.
9277
9278         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9279
9280         * nnmail.el (nnmail-expiry-target): Fix custom type.
9281
9282 2008-10-02  Glenn Morris  <rgm@gnu.org>
9283
9284         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9285         Silence compiler warning.
9286
9287 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9288
9289         * tls.el (open-tls-stream): Show the actual command being
9290         executed, instead of the format string.
9291
9292 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * lpath.el: Fbind codepage-setup for Emacs 23.
9295
9296 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9297
9298         * mml.el (mml-menu): Don't assume mml2015 is bound.
9299
9300 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9303         exists.
9304
9305 2008-09-27  Glenn Morris  <rgm@gnu.org>
9306
9307         * gnus-util.el (mail-header-remove-comments): Autoload it.
9308
9309 2008-09-27  Andreas Schwab  <schwab@suse.de>
9310
9311         * gnus-util.el (gnus-split-references): Strip comments.
9312         (gnus-parent-id): Likewise.
9313
9314 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * message.el (message-confirm-send): Fix version.
9317
9318 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * message.el (message-idna-to-ascii-rhs-1): Use
9321         mail-extract-address-components rather than mail-header-parse-addresses
9322         that is an alias by default to ietf-drums-parse-addresses that does not
9323         support non-ASCII names in headers' contents.
9324
9325 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9326
9327         * message.el (message-confirm-send): Fix variable documentation to
9328         avoid the "y/n" wording.
9329
9330 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9331
9332         * message.el (message-set-auto-save-file-name): Save to a different
9333         filename so multiple messages (especially drafts) can be recovered.
9334
9335 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9336
9337         * message.el (message-confirm-send): Add appropriate version.
9338
9339 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9340
9341         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9342         defvar.
9343
9344 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9345
9346         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9347         (mm-pkcs7-enveloped-magic): Ditto.
9348
9349 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9350
9351         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9352         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9353
9354 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9355
9356         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9357         default, it's better.
9358
9359 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9360
9361         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9362         summary line gnus-number property and ignore them (with a warning
9363         message).
9364
9365 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9368         macro caddr in the interactive form since it won't be expanded.
9369
9370 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9373         `charset'; fix name of function called recursively.
9374         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9375
9376 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9379         (gnus-mime-set-charset-parameters): New function.
9380         (gnus-mime-view-part-as-charset): Use it to correctly display part
9381         specifying wrong charset.
9382
9383 2008-09-08  David Engster  <dengste@eml.cc>
9384
9385         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9386         in completing-read for back end server.
9387
9388 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * message.el (message-confirm-send): New variable to confirm sending a
9391         message.
9392         (message-send): Use it.
9393
9394 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9397
9398 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9401
9402 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9403
9404         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9405         prevent tracking too many groups.
9406         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9407         Use it.
9408
9409 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9410
9411         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9412         moving point to the bottom of the window in order to avoid recentering.
9413
9414 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9417
9418         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9419         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9420         (gnus-article-beginning-of-window): Fix calculation.
9421
9422 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-msg.el (gnus-summary-supersede-article)
9425         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9426         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9427         message header.
9428
9429 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9430
9431         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9432         pending output coming after the status change.
9433
9434 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9435
9436         * message.el:
9437         * gnus-start.el:
9438         * gnus-registry.el: Remove VMS support.
9439
9440 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9443         macro.
9444         (rfc2104-hash): Use it.
9445
9446 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9449         (gnus-summary-sort-by-most-recent-date): New commands.
9450         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9451         and menu entries.
9452
9453 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9456         don't redisplay article for raw contents; remove plural articles stuff.
9457
9458         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9459         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9460         on gnus-summary-save-article; display results properly.
9461
9462 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * lpath.el: No need to fbind ns-focus-frame.
9465
9466 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9469
9470 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-art.el (gnus-summary-save-in-pipe):
9473         Consider gnus-save-all-headers.
9474
9475 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9476
9477         * gnus-util.el (ns-focus-frame): Remove declaration.
9478         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9479         like x.
9480
9481 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9482
9483         * rfc2104.el (rfc2104-zero): Delete defconst.
9484         (rfc2104-hex-alist): Likewise.
9485         (rfc2104-hex-to-int): Delete func.
9486         (rfc2104-hexstring-to-bitstring): Likewise.
9487         (rfc2104-nybbles): New defconst.
9488         (rfc2104-hash): Rewrite for speed.
9489
9490 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * tls.el (open-tls-stream): Make it work with the 2nd argument
9493         BUFFER that is a string but does not exist as a buffer object, as
9494         mentioned in the doc-string.
9495
9496 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9499         SXEmacs.
9500
9501 2008-07-16  Glenn Morris  <rgm@gnu.org>
9502
9503         * gnus-util.el (ns-focus-frame): Declare for compiler.
9504
9505 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9508         set as a group parameter.
9509         (gnus-summary-save-in-pipe): Work when it is called independently.
9510         (gnus-summary-pipe-to-muttprint): Don't modify
9511         gnus-summary-pipe-output-default-command.
9512
9513 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9514
9515         * message.el (message-send-mail-with-sendmail):
9516         Display the error message.
9517
9518 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-art.el (gnus-default-article-saver):
9521         Add gnus-summary-save-in-pipe to choices.
9522         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9523         gnus-summary-pipe-output-default-command as the default command.
9524         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9525         instead of gnus-last-shell-command.
9526
9527         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9528         New user option.
9529         (gnus-summary-muttprint-program): Mention the value will be changed.
9530         (gnus-summary-save-article): Force showing of all headers.
9531         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9532
9533 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9534
9535         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9536
9537 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9538
9539         * nnimap.el (nnimap-id):
9540         * sieve-manage.el (sieve-manage-open): Doc fixes.
9541
9542 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9543
9544         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9545         if available.
9546
9547 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9548
9549         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9550
9551         * nnkiboze.el (nnkiboze-generate-group):
9552         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9553
9554         * nnmairix.el: Require CL.
9555
9556 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * dgnushack.el: Autoload get-display-table and put-display-table for
9559         XEmacs 21.5.
9560
9561         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9562         21.4 and SXEmacs.
9563
9564 2008-06-15  David Engster  <dengste@eml.cc>
9565
9566         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9567
9568 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9569
9570         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9571         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9572         runtime choice under XEmacs.
9573
9574         * gnus-sum.el (gnus-summary-set-display-table):
9575         Use `gnus-put-display-table', `gnus-get-display-table',
9576         `gnus-set-display-table' for the display table, instead of `aset'.
9577
9578         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9579         Use `gnus-put-display-table', `gnus-get-display-table',
9580         `gnus-set-display-table' for the display table.
9581
9582 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * nnmairix.el: Add autoloads.
9585
9586 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * nnmairix.el (nnmairix-delete-recreate-group)
9589         (nnmairix-update-and-clear-marks): Fix error messages.
9590
9591 2008-06-14  David Engster  <dengste@eml.cc>
9592
9593         * nnmairix.el: Upgrade to version 0.6.
9594         (nnmairix-group-toggle-propmarks-this-group)
9595         (nnmairix-group-toggle-readmarks-this-group)
9596         (nnmairix-group-delete-recreate-this-group)
9597         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9598         (nnmairix-remove-tick-mark-original-article): New commands.
9599         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9600         (nnmairix-propagate-marks-to-nnmairix-groups)
9601         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9602         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9603         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9604         functions needed for marks propagation and manipulation of read marks.
9605         (nnmairix-update-groups): New function.
9606         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9607         (nnmairix-determine-original-group-from-registry)
9608         (nnmairix-determine-original-group-from-path)
9609         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9610         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9611         New helper functions.
9612         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9613         keystrokes for new commands.
9614         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9615         (nnmairix-request-group): Check allow-fast group parameter.
9616         (nnmairix-request-create-group): Set allow-fast group parameter if
9617         nnmairix-allowfast-default is set.
9618         (nnmairix-close-group): Propagate marks upon closing if needed.
9619         (nnmairix-group-toggle-threads-this-group): Use new.
9620         nnmairix-group-toggle-parameter helper function.
9621         (nnmairix-search): Better check for empty search result.
9622         (nnmairix-goto-original-article): Use new helper functions for
9623         determining original article.
9624         (nnmairix-show-original-article): Make sure message-id is in brackets.
9625         (nnmairix-call-mairix-binary): Change variable name.
9626         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9627         helper function.
9628         (nnmairix-widget-toggle-activate): Fix doc string.
9629
9630 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * nnir.el: Require edmacro when compiling with XEmacs.
9633         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9634         available in Emacs 21.
9635
9636 2008-06-11  Glenn Morris  <rgm@gnu.org>
9637
9638         * gnus-util.el (x-focus-frame):
9639         * gnus.el (image-size):
9640         * mm-decode.el (image-size): Declare.
9641
9642         * gnus-picon.el (declare-function): Add compat definition.
9643         (image-size): Declare.
9644
9645         * gnus-group.el (tool-bar-map):
9646         * gnus-sum.el (tool-bar-map): Define for compiler.
9647
9648         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9649
9650         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9651
9652         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9653         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9654         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9655         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9656         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9657         * sieve-manage.el, spam-report.el, spam.el:
9658         Remove unnecessary eval-and-compile of autoloads.
9659
9660 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9661
9662         * auth-source.el: Precise Tramp doc.
9663
9664 2008-06-07  Glenn Morris  <rgm@gnu.org>
9665
9666         * nnmairix.el: Remove unnecessary eval-when-compile.
9667
9668 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * lpath.el: Fbind propertize for XEmacs 21.4.
9671
9672 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * nnir.el: Move here from ../contrib.
9675
9676 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9677
9678         * gnus-util.el (gnus-read-shell-command): New function.
9679         * mm-decode.el (mm-pipe-part):
9680         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9681
9682 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9685
9686 2008-06-03  Glenn Morris  <rgm@gnu.org>
9687
9688         * pop3.el (nnheader-accept-process-output): Autoload it.
9689
9690 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9693         are not 2-digit hexadecimal characters that follow `%'s.
9694
9695 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * message.el (message-bogus-recipient-p): Fix type in doc string.
9698         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9699         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9700         Improve custom options.
9701         (message-bogus-recipient-p): Adjust accordingly.
9702
9703 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9704
9705         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9706         long-form month and day names.
9707
9708 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * dgnushack.el: Autoload debug, eudc-expand-inline and
9711         pgg-snarf-keys-region for XEmacs.
9712
9713         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9714
9715         * nnmairix.el: Require edmacro when compiling with XEmacs.
9716
9717 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9720         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9721
9722 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9723
9724         * auth-source.el: Add more docs.
9725
9726         * netrc.el (netrc-machine): Always match if the port is not given.
9727
9728 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9731         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9732         retrieval faster in some cases, but might make CPU usage larger.
9733         If this has any bad side effects, we might revert this change.
9734
9735         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9736         seems to make mail retrieval much, much faster.
9737         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9738         unconditionally.
9739
9740         * gnus-draft.el (gnus-group-send-queue):
9741         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9742
9743 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9746
9747         * message.el (message-bogus-address-regexp): Fix and improve custom
9748         type.
9749         (message-setup-hook): Add message-check-recipients as custom option.
9750
9751 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * message.el (message-cite-function): Remove bogus autoload which crept
9754         in during merge from v5-10.
9755
9756 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9757
9758         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9759
9760         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9761
9762         * auth-source.el: Preliminary Tramp docs.
9763         (auth-sources): Change the default auth-sources to use
9764         EPA .gpg files.
9765
9766 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9767
9768         * nntp.el: Autoload `auth-source-user-or-password'.
9769         (nntp-send-authinfo): Use it.
9770
9771         * nnimap.el: Autoload `auth-source-user-or-password'.
9772         (nnimap-open-connection): Use it.
9773
9774         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9775         for the gnus-message function.
9776         (auth-source-user-or-password): Use it.
9777
9778 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9779
9780         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9781         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9782         (rfc2104-hash): Use it.
9783
9784 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9785
9786         * gnus-art.el (gnus-article-toggle-truncate-lines):
9787         Don't use `iff' in docstring.
9788
9789 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9792
9793         * gnus-util.el (gnus-extract-address-component-name)
9794         (gnus-extract-address-component-email): Convenience functions around
9795         `gnus-extract-address-components'.
9796
9797         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9798         Use `gnus-extract-address-component-email' to fix bug of comparing full
9799         sender name to `user-mail-address'.
9800
9801 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9804         catch/throw to optimize.
9805         (gnus-registry-find-keywords): Just use member to find a keyword.
9806
9807 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9808
9809         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9810         is current before calling gnus-server-prepare.
9811         (gnus-server-setup-buffer, gnus-server-update-server)
9812         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9813
9814 2008-05-04  Juri Linkov  <juri@jurta.org>
9815
9816         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9817         (mailcap-file-default-commands): Use mailcap-replace-in-string
9818         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9819         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9820
9821 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9822
9823         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9824
9825 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9826
9827         * gnus.el: Bump version to 0.11.
9828
9829 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9830
9831         * gnus.el: No Gnus v0.10 is released.
9832
9833 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9836         hooks.
9837         (gnus-update-read-articles): Speed up non-marks-using users.
9838         (gnus-use-marks): Define gnus-use-marks.
9839         (gnus-propagate-marks): Rename variable to something more sensible.
9840
9841 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9842
9843         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9844         (gmm-image-load-path-for-library): Fix typos in docstrings.
9845         (gmm-message): Reflow docstring.
9846
9847 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9848
9849         * mail-source.el (mail-source-set-1, mail-source-bind):
9850         Move auth-source code out of the macro to clean it up and fix bugs.
9851
9852 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9853
9854         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9855         by sender if it's equal to user-mail-address, it's likely to be
9856         useless.
9857
9858         * mail-source.el (mail-source-bind): Don't use user or password if they
9859         are not bound.  Unintern them if they are nil.  Don't use server unless
9860         it's bound, and default it to empty string otherwise.
9861
9862 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9863
9864         * mail-source.el: Load auth-source.el.
9865         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9866         get user name or password, if auth-sources is set up.
9867
9868         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9869         strategy of splitting with parent.
9870         (gnus-registry-split-fancy-with-parent)
9871         (gnus-registry-post-process-groups): Use it and fix prior
9872         bug (returning a list as the split result).
9873
9874         * auth-source.el (auth-sources): Remove server parameter.
9875         (auth-source-pick, auth-source-user-or-password)
9876         (auth-source-user-or-password-imap)
9877         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9878         (auth-source-user-or-password-sftp)
9879         (auth-source-user-or-password-smtp): Remove server parameter.
9880
9881 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9882
9883         * smime.el (smime-sign-region, smime-encrypt-region)
9884         (smime-decrypt-region):
9885         Remove redundant calls to `generate-new-buffer-name'.
9886
9887 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9888
9889         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9890         Don't use QP for message/rfc822.
9891         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9892
9893 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9894
9895         * sieve-manage.el (sieve-string-bytes): Remove.
9896         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9897         correct byte-length only if the process's coding-system is the same as
9898         the one used internally by Emacs to represent strings.
9899
9900 2008-04-22  Juri Linkov  <juri@jurta.org>
9901
9902         * mailcap.el (mailcap-file-default-commands): New function.
9903
9904 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * message.el (message-signature-separator, message-cite-function):
9907         Change custom version.
9908
9909 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9910
9911         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9912         commands.
9913         (tls-checktrust): Ditto.
9914
9915 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * mm-decode.el (mm-display-external): Make temp file read-only.
9918
9919 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9922         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9923         `C-c C-f d'.
9924
9925 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9926
9927         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9928
9929 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus.el: Bump version to 0.9.
9932
9933 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus.el: No Gnus v0.8 is released.
9936
9937 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9938
9939         * mail-source.el (mail-source-value):
9940         Prefer fboundp to functionp so it works with macros as well.
9941
9942 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9943
9944         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9945         Fix last change in case the element is not even a symbol.
9946
9947 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9948
9949         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9950         Prefer fboundp to functionp so it works with macros as well.
9951
9952 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9953
9954         * auth-source.el: Add docs.
9955         (auth-sources): Modify format to support server.
9956         (auth-source-pick, auth-source-user-or-password)
9957         (auth-source-user-or-password-imap)
9958         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9959         (auth-source-user-or-password-sftp)
9960         (auth-source-user-or-password-smtp): Add server parameter.
9961
9962 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9963
9964         * gnus-registry.el: Initialize the registry when gnus-registry-install
9965         is t.
9966
9967 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * compface.el (uncompface): Make buffer unibyte.
9970
9971 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9972
9973         * mail-source.el (mail-source-value):
9974         Prefer fboundp to functionp so it works with macros as well.
9975
9976 2008-04-05  Glenn Morris  <rgm@gnu.org>
9977
9978         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9979
9980 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9981
9982         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9983         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9984
9985         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9986         multibyteness after rather than before erasing it.
9987
9988         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9989         mm-with-multibyte.
9990         (gnus-request-article-this-buffer): Make sure the proper decoding is
9991         used if gnus-original-article-buffer happens to be unibyte.
9992
9993         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9994         default-enable-multibyte-characters.
9995
9996         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9997         default-enable-multibyte-characters.
9998
9999         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10000
10001         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10002
10003 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10004
10005         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10006         Fix last change in case the element is not even a symbol.
10007
10008 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10009
10010         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10011         (imap-message-copyuid-1): Use it.
10012         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10013         J. Williams in
10014         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10015
10016         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10017         imap-enable-exchange-bug-workaround.
10018         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10019
10020 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10021
10022         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10023         a 100 byte status-checks into a 2-3MB transfer for each group.
10024         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10025         to enable bug workaround or not.
10026         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10027
10028 2008-03-31  Glenn Morris  <rgm@gnu.org>
10029
10030         * message.el (mml2015-use): Declare for compiler.
10031         (message-info): Require mml2015 when appropriate.
10032
10033 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10036         whitespace.
10037
10038 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10039
10040         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10041         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10042         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10043         (nntp-service-to-port): New function.
10044         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10045         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10046         (nntp-open-netcat-stream): New function.
10047         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10048
10049 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10050
10051         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10052
10053 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10054
10055         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10056
10057 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10058
10059         * dns.el (dns-write): Use set-buffer-multibyte.
10060
10061 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10062
10063         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10064
10065 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * message.el (message-signature-separator): Change default.
10068         Improve custom type.
10069         (message-cite-function): Change default to
10070         message-cite-original-without-signature.
10071
10072         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10073         toggle.
10074
10075         * message.el (message-check-news-body-syntax): Fix signature check.
10076         (message-setup-1): Mark buffer as unmodified _after_ running
10077         message-setup-hook and handling message-alternative-emails.
10078         (message-shorten-references): Be more strict when building list of
10079         valid references to comply with GNKSA.
10080
10081         * gnus-group.el (gnus-read-ephemeral-bug-group)
10082         (gnus-read-ephemeral-debian-bug-group)
10083         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10084
10085         * message.el (message-info): Don't use booleanp which isn't supported
10086         in Emacs 21 and XEmacs.
10087
10088 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10091         gnus-group-gmane-group-download-format.
10092         (gnus-group-read-ephemeral-gmane-group): Rename from
10093         gnus-group-read-ephemeral-gmane-group.
10094         (gnus-read-ephemeral-gmane-group-url): Rename from
10095         gnus-group-read-ephemeral-gmane-group-url.
10096         (gnus-bug-group-download-format-alist): New variable.
10097         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10098         (gnus-read-ephemeral-emacs-bug-group): New commands.
10099
10100 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10103         (gnus-visible-headers): Improve custom type.
10104
10105 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * mml.el (mml-menu): Add workarounds for XEmacs.
10108
10109         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10110         X-Boundary header.
10111
10112         * message.el (message-simplify-recipients): Fix previous commit.
10113
10114 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10115
10116         * mm-util.el (mm-set-buffer-multibyte): New function.
10117         * mm-decode.el (mm-copy-to-buffer): Use it.
10118
10119         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10120         Prefer fboundp to functionp so it works with macros as well.
10121
10122 2008-03-19  Glenn Morris  <rgm@gnu.org>
10123
10124         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10125         Accidentally removed in the sync process with Emacs.
10126
10127 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * message.el (message-alter-recipients-discard-bogus-full-name):
10130         New function.
10131         (message-alter-recipients-function): New variable.
10132         (message-get-reply-headers): Use it.
10133         (message-replace-header): New helper function.
10134         (message-recipients-without-full-name): New variable.
10135         (message-simplify-recipients): New command.
10136
10137         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10138
10139         * message.el (message-info): Handle EasyPG manual.
10140
10141         * mml.el (mml-menu): Add entry for EasyPG.
10142
10143 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10144
10145         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10146         parameter.
10147
10148         * message.el (message-disassociate-draft): Specify drafts group name
10149         fully.
10150
10151 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10152
10153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10154         Eliminate unnecessary duplicates from the match list.
10155
10156 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10159
10160         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10161
10162         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10163         args of `how-many' of which the XEmacs version doesn't take; declare
10164         Info-index-next as function.
10165
10166 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-score.el (gnus-score-headers): Fix handling of
10169         gnus-inhibit-slow-scoring.
10170
10171         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10172         string.
10173         (gnus-button-url-regexp): Improve handling of parenthesis.
10174         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10175         (gnus-button-handle-info-keystrokes): Handle index entries.
10176
10177 2008-03-15  Glenn Morris  <rgm@gnu.org>
10178
10179         * parse-time.el (parse-time-string): Simplify.
10180
10181 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10184         Incoming* files.
10185
10186 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10187
10188         * auth-source.el (auth-sources): Rename from auth-source-choices.
10189         (auth-source-pick): Use it.
10190
10191 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10192
10193         * binhex.el (binhex-decode-region-internal):
10194         * uudecode.el (uudecode-decode-region-internal):
10195         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10196         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10197         setting default-enable-multibyte-characters.
10198
10199 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10200
10201         * auth-source.el (auth-source-protocols)
10202         (auth-source-protocols-customize, auth-source-choices): Add and
10203         modified variable customizations and defaults.
10204         (auth-source-pick, auth-source-user-or-password)
10205         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10206         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10207         (auth-source-user-or-password-sftp)
10208         (auth-source-user-or-password-smtp): Use new variables and provide an
10209         interface to netrc.el.
10210
10211 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10214         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10215         Make sure the nntp port to specify is a string.
10216
10217 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10218
10219         * nntp.el: Use with-current-buffer.
10220         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10221         dubious mm-with-unibyte-current-buffer.
10222         (nntp-with-open-group-function): New function extracted from
10223         nntp-with-open-group macro.
10224         (nntp-with-open-group): Use the function, so it's easier to debug.
10225         Add indentation and debugging info.
10226         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10227         Recommend the use of the netcat alternatives.
10228
10229         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10230         Avoid mm-string-as-multibyte as well.
10231
10232         * nnweb.el (nnweb-insert-html):
10233         Remove use of nnheader-string-as-multibyte.
10234
10235         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10236         (nnheader-string-as-multibyte): Remove.
10237
10238         * mm-view.el: Use inhibit-read-only.
10239         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10240         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10241         or unibyte-string.
10242
10243         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10244         (mm-uu-yenc-extract): Use with-current-buffer.
10245
10246         * gnus-soup.el (gnus-soup-send-packet): Don't use
10247         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10248
10249         * nnmh.el: Use with-current-buffer.
10250         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10251         mm-string-as-multibyte on the output of mm-encode-coding-string.
10252
10253         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10254         (nnimap-request-move-article): Use with-current-buffer.
10255
10256         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10257         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10258         conversion uses string-make-unibyte rather than string-as-unibyte.
10259
10260         * gnus-msg.el: Use with-current-buffer.
10261
10262         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10263
10264 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10265
10266         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10267         string for caching if it is 'PIN.
10268
10269 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * lpath.el: Consider the case without Emacs/W3.
10272
10273 2008-03-08  Glenn Morris  <rgm@gnu.org>
10274
10275         * time-date.el (date-to-time, time-subtract, time-add)
10276         (safe-date-to-time): Doc fixes.
10277
10278 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * mail-source.el (mail-source-delete-old-incoming-confirm):
10281         Change default to nil.
10282         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10283
10284 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * lpath.el: Rearrange.
10287
10288         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10289         (gnus-article-goto-prev-page): Work for articles having ^L's.
10290
10291         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10292
10293         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10294
10295 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10296
10297         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10298         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10299         (gnus-bookmark-jump): Adjust some variable names.
10300
10301 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10302
10303         * auth-source.el: New package.
10304         (auth-source-choices): Add customization entry point variable.
10305
10306         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10307         bug.
10308
10309 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10310
10311         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10312         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10313         (gnus-registry-install-shortcuts): Rename from
10314         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10315         the `gnus-registry-mark-map' keymap dynamically from
10316         `gnus-registry-marks'.  The generated functions update the summary line
10317         when a registry mark is added or deleted, and will call
10318         `gnus-registry-install-p' (see the comments in the code).
10319         (gnus-registry-user-format-function-M): Use concat intelligently.
10320
10321         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10322         the registry mark functions.
10323
10324 2008-03-05  Glenn Morris  <rgm@gnu.org>
10325
10326         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10327         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10328         gnus-art.
10329         (top-level): No need to load own source when compiling.
10330
10331 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10334         Suggested by <chris.anderton@zetnet.co.uk>.
10335
10336 2008-03-04  Glenn Morris  <rgm@gnu.org>
10337
10338         * gnus-sum.el (top-level): No need to require gnus when compiling,
10339         since unconditionally required near start of file.
10340         (gnus-summary-display-while-building): Move definition before use.
10341
10342 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10343
10344         * gnus-registry.el (gnus-registry-user-format-function-M):
10345         Add formatting function.
10346
10347 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10348
10349         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10350         with plists.
10351         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10352         Use new format.
10353
10354 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10357         `where-is-internal' that returns a range of key sequences.
10358
10359 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10360
10361         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10362
10363         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10364         (gnus-summary-jump-to-group): Consider windows on other displayed
10365         frames as well.  Similar changes might be needed elsewhere, but that's
10366         the one I've bumped into during my use.
10367
10368         * nndoc.el (nndoc-oe-dbx-type-p):
10369         * gnus-msg.el (gnus-debug):
10370         * gnus-group.el (gnus-update-group-mark-positions):
10371         Use mm-string-to-multibyte.
10372
10373 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10376         doesn't handle NotDashEscaped.
10377
10378         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10379         (mml-dnd-attach-options): Fix typo in custom choice.
10380
10381         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10382         Change nndoc-article-type to mbox.
10383         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10384
10385         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10386         to nil, instead of html2text.
10387
10388         * imap.el (imap-debug): Add `imap-ping-server'.
10389
10390         * gnus-bookmark.el: Add FIXMEs.
10391
10392         * message.el (message-form-letter-separator)
10393         (message-send-form-letter-delay): New variables.
10394         (message-send-form-letter): Use them.  New command to send form
10395         letters.  Requested by Uwe Siart.
10396         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10397
10398 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * Update copyright years.
10401
10402 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         Sync from EMACS_22_BASE.
10405
10406         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10407
10408 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10409
10410         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10411         empty author.
10412
10413 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10414
10415         * gnus-registry.el (gnus-registry-marks): Add variable for
10416         customization of marks and their appearance.
10417         (gnus-registry-read-mark): Use it.
10418         (gnus-registry-do-marks): Add utility function to loop through
10419         `gnus-registry-marks'.
10420         (gnus-registry-install-shortcuts-and-menus): Add function to install
10421         shortcuts and menus.
10422         (gnus-registry-initialize): Use it.
10423         (gnus-registry-default-mark): Clarify documentation.
10424
10425 2008-02-29  Glenn Morris  <rgm@gnu.org>
10426
10427         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10428         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10429         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10430         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10431         Change defcustom :version from 23.0 to 23.1.
10432
10433 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10434
10435         * gnus-registry.el (gnus-registry-follow-group-p)
10436         (gnus-registry-post-process-groups): Add functions to aid registry
10437         splitting and improve logging.  Clarify behavior in function
10438         documentation.
10439         (gnus-registry-split-fancy-with-parent): Use them.
10440
10441 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10442
10443         * gnus-art.el: Use with-current-buffer.
10444
10445 2008-02-27  David Engster  <dengste@eml.cc>
10446
10447         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10448         Express real group name in the response.
10449
10450 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10453         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10454         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10455         autoload gnus-registry-fetch-group when compiling.
10456         (nnmairix-request-group-with-article-number-correction):
10457         Remove unreferenced argument passed to nnmairix-call-backend.
10458
10459 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10462         (mm-uu-extract): Improve face for low color ttys.
10463         Reported by Sascha Wilde.
10464
10465 2008-02-27  Glenn Morris  <rgm@gnu.org>
10466
10467         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10468         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10469         variables to defconsts.  Convert comments to doc-strings.
10470         (nnmairix-last-server, nnmairix-current-server): Convert from free
10471         variables to defvars.  Convert comments to doc-strings.
10472         (gnus-registry-fetch-group): Autoload.
10473         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10474         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10475         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10476         caddr.
10477         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10478         nnmairix-request-group-with-article-number-correction call.
10479         (nnmairix-fast, nnmairix-group): New, less general names, for free
10480         variables passed from nnmairix-request-group to
10481         nnmairix-request-group-with-article-number-correction.  Declare.
10482         (nnmairix-request-group-with-article-number-correction):
10483         Use nnmairix-fast, nnmairix-group rather than fast, group.
10484
10485 2008-02-26  David Engster  <dengste@eml.cc>
10486
10487         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10488         version 0.5.
10489
10490 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10491
10492         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10493         instead of making an extra function call.  Don't add the current group
10494         to articles only when they have the group.  Use
10495         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10496         Reported by David <de_bb@arcor.de>.
10497
10498 2008-02-24  Miles Bader  <miles@gnu.org>
10499
10500         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10501         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10502         (mm-find-mime-charset-region):
10503         * mm-bodies.el (mm-encode-body):
10504         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10505
10506 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10509         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10510
10511 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * mail-source.el (mail-source-delete-incoming): Change default.
10514         Supplement doc string.
10515
10516         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10517
10518 2008-02-14  Glenn Morris  <rgm@gnu.org>
10519
10520         * time-date.el (format-seconds): New function.
10521
10522 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * nnmail.el (nnmail-message-id-cache-file): Derive from
10525         `gnus-home-directory'.
10526
10527 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10530         Document negative prefix.
10531
10532         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10533
10534 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535
10536         * message.el (message-unsent-separator): Add the Exim bounce
10537         separator.
10538
10539 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10540
10541         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10542         list.
10543         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10544         recipient/signer list.
10545
10546 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * Makefile.in (datarootdir): Define.
10549         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10550         name that might contain whitespace.
10551
10552 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10555         fbound (Emacs 23 unicode), signal an error.
10556
10557 2008-02-08  Glenn Morris  <rgm@gnu.org>
10558
10559         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10560
10561 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10562
10563         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10564         ports to the calls to `netrc-machine-user-or-password' in addition to
10565         "imap" and "imaps".
10566
10567 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10568
10569         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10570
10571         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10572
10573 2008-02-01  Kenichi Handa  <handa@m17n.org>
10574
10575         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10576         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10577         (rfc2104-hash): Convert the result of concat to unibyte string.
10578
10579 2008-02-01  Dave Love  <fx@gnu.org>
10580
10581         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10582         coding-system-for-read.
10583         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10584
10585 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10588         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10589         <hanche@math.ntnu.no>.
10590
10591 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10594
10595         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10596
10597 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10598
10599         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10600         * message.el (message-beginning-of-line): Use featurep instead of bound
10601         tests in order to resolve conditionals at compile time.
10602
10603 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10604
10605         * mail-source.el (mail-sources): Add `group' choice.
10606
10607         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10608         parameter `in-group' to control into which group the articles go.
10609         Add treatment of `group' mail-source.
10610
10611 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10614
10615         * mm-decode.el (mm-dissect-buffer): Decode description.
10616
10617         * mml.el (mml-to-mime): Encode message header first.
10618
10619 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10622         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10623
10624         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10625         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10626
10627 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10628
10629         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10630
10631 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10634         prefix keys.
10635         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10636         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10637         gnus-xmas.el.
10638
10639         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10640         (gnus-xmas-article-describe-bindings): New function.
10641         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10642         gnus-xmas-article-describe-bindings.
10643
10644         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10645
10646 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10647
10648         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10649         Add new variables for article mark management.
10650         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10651         list of extra data entries which, when present, will indicate that the
10652         article ID should not be trimmed from the registry.
10653         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10654         functions.
10655         (gnus-registry-read-mark): New function to read a mark name from the
10656         user.
10657         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10658         (gnus-registry-set-article-mark-internal): New functions to add and
10659         remove marks.
10660         (gnus-registry-get-article-marks): New function to show the marks for
10661         an article, or retrieve them for further use.
10662
10663 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10666         keys when no argument is given.
10667
10668 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * imap.el (imap-ping-server): New variable.
10671         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10672         (imap-ping-server): Minor doc string fixes.
10673
10674 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10675
10676         * imap.el (imap-ping-server): New function.
10677         (imap-opened): Call imap-ping-server.
10678
10679 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-sum.el (gnus-article-sort-by-random)
10682         (gnus-thread-sort-by-random): Fix doc strings.
10683         Reported by jidanni@jidanni.org.
10684
10685 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (gnus-article-describe-bindings): New function.
10688         (gnus-article-read-summary-keys): Use it.
10689         (gnus-article-mode-map): Bind `C-h b' to it.
10690
10691 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10694         XEmacs.
10695         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10696         Protect against non-character events.
10697
10698         * lpath.el: Fbind map-keymap for Emacs 21.
10699
10700 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10703         New command.
10704         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10705         instead of END.  Change name of the temp file.
10706         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10707         customizable.
10708
10709 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10712         bind `S W' to gnus-article-wide-reply-with-original; set default
10713         binding to gnus-article-read-summary-send-keys.
10714         (gnus-article-read-summary-keys): Fix the order of keys; display
10715         continuation keys correctly in the echo area; describe bindings
10716         correctly when keys end with `C-h'.
10717         (gnus-article-read-summary-send-keys): New function.
10718         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10719         Work for gnus-article-read-summary-send-keys; display continuation keys
10720         correctly in the echo area.
10721         (gnus-article-reply-with-original): Ignore prefix argument.
10722         (gnus-article-wide-reply-with-original): New function.
10723
10724         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10725         Emacs 21.
10726
10727 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10730         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10731
10732 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10735         (gnus-group-read-ephemeral-gmane-group): New command.
10736
10737 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10738
10739         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10740
10741 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * message.el (message-send-mail-function): Increase custom version.
10744
10745         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10746         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10747
10748 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10749
10750         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10751         for the cases where imap-authenticate is called with a nil buffer
10752         parameter.
10753
10754 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10757         html parts correctly; support forwarded messages.
10758         (gnus-article-browse-html-article): Remove work buffers.
10759
10760         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10761         compiling.
10762         (netrc-bound-and-true-p): New macro.
10763         (netrc-parse): Use it instead of bound-and-true-p that is not available
10764         in XEmacs 21.4.
10765
10766 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10767
10768         * gnus-registry.el (gnus-registry-mark-article)
10769         (gnus-registry-article-marks): Add functionality to mark articles
10770         through the Gnus registry.
10771
10772         * encrypt.el: Clarify documentation for the new pgg method.
10773         (encrypt-file-alist): Add PGG option.
10774         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10775         functionality.  Abstract password key and messaging to external
10776         functions.
10777         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10778         (encrypt-message-method-and-cipher): Add new convenience external
10779         functions.
10780         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10781         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10782
10783         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10784         (netrc-parse): Use encrypt-file-alist to determine if
10785         encrypt-find-model or encrypt-insert-file-contents should be used.
10786
10787         * encrypt.el: Clarify documentation.  Load password-cache or
10788         password, whichever one is found first, instead of autoloading.
10789
10790 2007-12-19  Glenn Morris  <rgm@gnu.org>
10791
10792         * mml.el (message-options-set, message-narrow-to-head)
10793         (message-in-body-p, message-mail-p, message-encode-message-body):
10794         Autoload.
10795         (message-remove-header, message-narrow-to-headers-or-head)
10796         (message-subscribed-p, message-make-mail-followup-to)
10797         (message-position-on-field, message-news-p)
10798         (message-options-set-recipient, message-generate-headers)
10799         (message-sort-headers): Declare as functions.
10800
10801 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10804         convention in doc string.
10805
10806 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10809         title to html parts.
10810         (gnus-article-browse-html-article): Pass message header to it.
10811
10812         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10813
10814 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10817         or password compatible with XEmacs.
10818
10819 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10822         format document.
10823         (gnus-mime-delete-part): Don't write description line if empty.
10824         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10825
10826 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10827
10828         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10829         (gnus-summary-mark-read-and-unread-as-read)
10830         (gnus-summary-mark-current-read-and-unread-as-read)
10831         (gnus-summary-mark-unread-as-ticked): Doc fix.
10832         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10833
10834 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10837         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10838
10839 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10842         yes-or-no-p.
10843
10844 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * mm-decode.el (mm-add-meta-html-tag): New function.
10847         (mm-save-part-to-file, mm-pipe-part): Use it.
10848
10849         * gnus-art.el (gnus-article-browse-delete-temp-files):
10850         Use gnus-y-or-n-p instead of y-or-n-p.
10851         (gnus-article-browse-html-parts): Work with message/external-body; use
10852         mm-add-meta-html-tag.
10853
10854 2007-12-11  Glenn Morris  <rgm@gnu.org>
10855
10856         * gnus-cache.el: Require gnus-sum not just when compiling.
10857
10858         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10859
10860         * gnus-int.el (gnus-server-opened, gnus-status-message):
10861         Move definitions before use.
10862
10863         * mm-decode.el: Require gnus-util.
10864         (mm-remove-part): Only call delete-annotation on XEmacs.
10865
10866         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10867
10868         * nnmail.el: Require gnus-int.
10869
10870         * spam.el: Move `require's before `eval-when-compile's.
10871
10872         * gnus-ems.el (gnus-alive-p):
10873         * gnus-fun.el (message-goto-eoh):
10874         * gnus-util.el (gnus-group-name-decode):
10875         * mail-source.el (gnus-compress-sequence):
10876         * message.el (Info-goto-node, format-spec):
10877         * mm-bodies.el (message-options-get):
10878         * mm-decode.el (mm-view-pkcs7):
10879         * mm-util.el (gmm-write-region):
10880         * mml-smime.el (mml-compute-boundary)
10881         (gnus-completing-read-with-default):
10882         * mml.el (widget-button-press, gnus-make-hashtable):
10883         * mml1991.el (mm-decode-content-transfer-encoding)
10884         (mm-encode-content-transfer-encoding)
10885         (message-options-get, message-options-set):
10886         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10887         * nnfolder.el (gnus-request-group):
10888         * nnheader.el (ietf-drums-unfold-fws):
10889         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10890         * smime.el (gnus-run-mode-hooks):
10891         * spam-stat.el (gnus-message): Autoload.
10892
10893         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10894         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10895         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10896         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10897         Add declare-function compatibility definition.
10898
10899         * gnus-cache.el (nnvirtual-find-group-art):
10900         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10901         (gnus-add-image, gnus-add-wash-type):
10902         * gnus-group.el (nnkiboze-score-file):
10903         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10904         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10905         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10906         (message-tokenize-header, gnus-get-buffer-create)
10907         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10908         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10909         * gnus.el (gnus-group-decoded-name):
10910         * mail-source.el (imap-capability):
10911         * mm-bodies.el (message-options-set):
10912         * mm-decode.el (gnus-configure-windows):
10913         * mm-extern.el (message-goto-body):
10914         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10915         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10916         (epg-sub-key-validity, message-options-set):
10917         * mml.el (widget-event-point, gnus-configure-windows):
10918         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10919         * mml2015.el (epg-check-configuration, epg-configuration)
10920         (message-options-set):
10921         * nndb.el (nndb-request-article):
10922         * nnfolder.el (gnus-request-create-group):
10923         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10924         * nnmaildir.el (gnus-group-mark-article-read):
10925         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10926         * rfc1843.el (message-fetch-field):
10927         * spam.el (gnus-extract-address-components):
10928         Declare as functions.
10929
10930 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10933
10934         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10935
10936         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10937         bind show-trailing-whitespace for XEmacs.
10938
10939 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10942         new no-op macro for backward compatibility.
10943
10944         * imap.el (imap-string-to-integer): New function.
10945
10946 2007-12-09  Glenn Morris  <rgm@gnu.org>
10947
10948         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10949
10950         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10951         * message.el, mm-view.el, sieve-manage.el, smime.el:
10952         Add declare-function compatibility definition.
10953
10954         * gnus-art.el (w3-region, w3m-region, Info-menu):
10955         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10956         * gnus-sum.el (gnus-get-predicate):
10957         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10958         * message.el (mail-abbrev-in-expansion-header-p):
10959         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10960         (w3m-detect-meta-charset, w3m-region):
10961         * sieve-manage.el (password-read, password-cache-add)
10962         (password-cache-remove):
10963         * smime.el (password-read-and-add): Declare as functions.
10964
10965 2007-12-08  David Kastrup  <dak@gnu.org>
10966
10967         * gnus-sum.el (gnus-summary-simplify-subject-query):
10968         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10969         `message'.
10970
10971 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10974         it to bind idna-program, installation-directory, defined-colors, and
10975         face-attribute for XEmacs of the version that compiles defcustom forms.
10976
10977 2007-12-07  Glenn Morris  <rgm@gnu.org>
10978
10979         * gnus-art.el (article-make-date-line): Revert previous change.
10980
10981 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10984
10985 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10986
10987         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10988         Call gnus-add-to-range ranges only once with a prepared article-list.
10989
10990 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10991
10992         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10993         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10994         group names with backslashes.
10995         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10996
10997 2007-12-06  Deepak Goel  <deego3@gmail.com>
10998
10999         * gnus-art.el (article-make-date-line):
11000         * gnus-start.el (gnus-load):
11001         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11002
11003 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-art.el (gnus-use-idna)
11006         * gnus-start.el (gnus-site-init-file)
11007         * message.el (message-use-idna)
11008         * mm-uu.el (mm-uu-hide-markers)
11009         * smiley.el (smiley-style): Revert changes that suppress warnings.
11010
11011 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11014         specify charset to html source.
11015         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11016
11017 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11020         idna-program in order to suppress byte compile warning issued by XEmacs
11021         that came to byte compile the default value section of defcustom forms
11022         recently.
11023
11024         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11025         value of installation-directory.
11026
11027         * message.el (message-use-idna): Don't directly refer to the value of
11028         idna-program.
11029
11030         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11031
11032         * smiley.el (smiley-style): Don't directly call face-attribute.
11033
11034 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11037
11038         * gnus-dired.el: Reduce Gnus dependencies.
11039         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11040         Don't require.  Use autoloads instead.
11041         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11042         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11043         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11044         (gnus-dired-mode): Adjust doc string.
11045         (gnus-dired-mail-mode): New variable.
11046         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11047         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11048         (gnus-dired-mail-buffers): New function.  Return mail or message
11049         composition buffers.
11050         (gnus-dired-attach): Use it.
11051         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11052         NO-DECODE.
11053         (gnus-dired-print): Use `gnus-print-buffer' depending on
11054         `gnus-dired-mail-mode'.
11055
11056 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * rfc2047.el (rfc2047-encoded-word-regexp)
11059         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11060         explaining what regexp patterns are for.
11061
11062 2007-12-04  Glenn Morris  <rgm@gnu.org>
11063
11064         * password.el: Move to password-cache.el.
11065
11066         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11067         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11068         * mml-smime.el (password-read, password-cache-add)
11069         (password-cache-remove):
11070         No need to autoload, since mml-sec requires password.
11071
11072         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11073         * message.el (gnus-extract-address-components):
11074         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11075
11076         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11077         password.
11078
11079 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * mailcap.el: Reduce dependencies.
11082         (mail-header-parse-content-type): Autoload.
11083         (mailcap-delete-duplicates): New alias.
11084         (mailcap-mime-info): Add optional argument NO-DECODE.
11085         (mailcap-mime-types): Use mailcap-delete-duplicates.
11086
11087         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11088
11089 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11090
11091         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11092         (imap-parse-status): Upcase status-att for servers that sends them
11093         lower-case (e.g., MS Exchange 2007).
11094
11095 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11098         function.
11099
11100         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11101         (gnus-uu-yenc-article): New function.
11102
11103         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11104
11105         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11106
11107 2007-12-02  Glenn Morris  <rgm@gnu.org>
11108
11109         * binhex.el (binhex): New custom group.
11110         (binhex-decoder-program, binhex-decoder-switches)
11111         (binhex-use-external): Move to the binhex custom group.
11112
11113         * uudecode.el (uudecode): New custom group.
11114         (uudecode-decoder-program, uudecode-decoder-switches)
11115         (uudecode-use-external): Move to the uudecode custom group.
11116
11117         * netrc.el (top-level): Don't load `encrypt' features.
11118         (netrc-parse): Don't use encrypt.
11119         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11120
11121         * encrypt.el: Remove file.
11122
11123 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11126         matches on patches.
11127
11128         * gnus-art.el (gnus-article-browse-html-article):
11129         Mention `mm-text-html-renderer' in the doc string.
11130
11131         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11132         string.  Add comments.
11133
11134         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11135         if rhs is ASCII.
11136
11137 2007-12-01  Glenn Morris  <rgm@gnu.org>
11138
11139         * mail-source.el (top-level): Require format-spec before
11140         eval-when-compile.
11141
11142 2007-11-30  Glenn Morris  <rgm@gnu.org>
11143
11144         * encrypt.el: Require password, rather than autoloading password-read.
11145
11146 2007-11-29  Glenn Morris  <rgm@gnu.org>
11147
11148         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11149         (sasl-make-client, sasl-next-step, sasl-step-data)
11150         (sasl-step-set-data): Declare as functions.
11151
11152 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11155
11156 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11157
11158         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11159         certs should be verified and what is to be done in the event of a
11160         verification failure.
11161
11162         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11163         caller can indicate whether the cache should be disregarded for this
11164         call.  This way the result of the call is reproducible at all times and
11165         can be considered a canonical server name for the supplied method.
11166         (gnus-agent-method-p): Canonicalize server names by pushing their
11167         method through `gnus-method-to-server' using the no-cache argument.
11168
11169         * gnus-srvr.el (gnus-server-insert-server-line):
11170         Call `gnus-method-to-server' with `no-cache' argument.
11171
11172         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11173         gnus-agent-possibly-synchronize-flags as this should be called when the
11174         server is actually being opened.
11175         (gnus-agent-possibly-synchronize-flags)
11176         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11177         flags file of an agentized server to the latter function.
11178
11179         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11180         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11181         after a connection has been established successfully.
11182
11183 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-art.el (article-display-face): Force to display face if called
11186         interactively; check if gnus-article-x-face-too-ugly matches author.
11187         (article-display-x-face): Display face even if From header is missing
11188         as article-display-face does.
11189
11190 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11191
11192         * hashcash.el (message-narrow-to-headers-or-head)
11193         (message-fetch-field, message-goto-eoh)
11194         (message-narrow-to-headers): Declare as functions.
11195
11196 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * mail-source.el (mail-sources): Default to fetch from file for
11199         compatibility with default of nnmail-spool-file.
11200
11201 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11204         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11205         to look for encoded word that should be encoded again.
11206         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11207         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11208         encoding pattern.
11209         (rfc2047-decode-region): Switch strict regexp and loose one according
11210         to rfc2047-allow-irregular-q-encoded-words.
11211
11212 2007-11-25  Romain Francoise  <romain@orebokech.com>
11213
11214         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11215
11216 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * tls.el (tls-program): Provide more custom choices from
11219         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11220         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11221
11222 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11225         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11226
11227         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11228         `nnmail-spool-file'.
11229
11230         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11231         `nnmail-spool-file'.
11232
11233         * gnus-move.el (gnus-change-server): Ditto.
11234
11235         * gnus-kill.el (gnus-batch-score): Ditto.
11236
11237         * gnus-cache.el (gnus-jog-cache): Ditto.
11238
11239         * gnus-msg.el (gnus-summary-reply):
11240         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11241
11242 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11245         version.  Minor improvement to doc strings.
11246         (tls-program): Add comment.
11247
11248 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11249
11250         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11251         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11252         mismatch between the hostname provided in the certificate and the name
11253         of the host connnecting to.
11254         (open-tls-stream): Use them.  Check certificates against trusted root
11255         certificates.
11256
11257 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * gnus-cache.el (gnus-cache-generate-nov-databases):
11260         Use nnml-generate-nov-databases-directory instead of
11261         nnml-generate-nov-databases-1.
11262
11263 2007-11-24  Glenn Morris  <rgm@gnu.org>
11264
11265         * message.el (message-tool-bar-retro): Update for rename
11266         mail_send.xpm->mail-send.xpm.
11267
11268 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11271         `smime-ldap-search' for Emacs 22 and up.
11272
11273 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11274
11275         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11276
11277         * message.el (message-send-mail-function): Fix error convention.
11278         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11279         (message-widen-reply, message-send-mail, message-talkative-question)
11280         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11281         (message-clone-locals, message-send-news): Use with-current-buffer.
11282         (message-insert-or-toggle-importance): Remove unused var `valid'.
11283         (message-make-references): Remove unused var `new-references'.
11284         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11285
11286 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11287
11288         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11289         (spam-split-symbolic-return-positive): Reflow docstring.
11290         (spam-backends, spam-summary-exit-behavior)
11291         (spam-mark-ham-unread-before-move-from-spam-group)
11292         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11293         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11294         (spam-clear-cache, spam-backend-check, spam-install-backend)
11295         (spam-install-statistical-backend, spam-list-of-processors)
11296         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11297         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11298         (spam-check-crm114, spam-initialize, spam-unload-hook):
11299         Fix typos in docstrings.
11300
11301 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11304         been checked if they have never been read and those group levels are
11305         higher than the one that a user specified.
11306
11307 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11310         foreign groups unless a group level is specified by a user.
11311         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11312
11313 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * message.el (message-send-mail-function): Require sendmail.
11316
11317 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * message.el (message-send-mail-function): Check for smtpmail too.
11320
11321         * utf7.el (utf7-encode, utf7-decode): Use coding system
11322         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11323
11324         * message.el (message-send-mail-function): New function.
11325         (message-send-mail-function): Set default using
11326         message-send-mail-function.  Adjust doc string.
11327         (message-send-mail-with-mailclient): New function.
11328
11329 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11330
11331         * smime.el (from):
11332         * rfc2047.el (message-posting-charset):
11333         * qp.el (mm-use-ultra-safe-encoding):
11334         * pop3.el (parse-time-months):
11335         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11336         * nnml.el (files):
11337         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11338         (jka-compr-compression-info-list, ange-ftp-path-format)
11339         (efs-path-regexp):
11340         * nndiary.el (files):
11341         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11342         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11343         (epg-digest-algorithm-alist, inhibit-redisplay)
11344         (password-cache-expiry):
11345         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11346         (pgg-output-buffer, password-cache-expiry):
11347         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11348         (efs-path-regexp):
11349         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11350         (inhibit-redisplay):
11351         * mm-uu.el (file-name, start-point, end-point, entry)
11352         (gnus-newsgroup-name, gnus-newsgroup-charset):
11353         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11354         (latin-unity-ucs-list):
11355         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11356         (mm-uu-binhex-decode-function):
11357         * message.el (gnus-message-group-art, gnus-list-identifiers)
11358         (rmail-enable-mime-composing, gnus-local-organization)
11359         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11360         (gnus-read-active-file, facemenu-add-face-function)
11361         (facemenu-remove-face-function, gnus-article-decoded-p)
11362         (tool-bar-mode):
11363         * mail-source.el (display-time-mail-function):
11364         * gnus-util.el (nnmail-pathname-coding-system)
11365         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11366         (gnus-original-article-buffer, gnus-user-agent)
11367         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11368         (xemacs-codename, sxemacs-codename, emacs-program-version):
11369         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11370         * gnus-start.el (gnus-agent-covered-methods)
11371         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11372         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11373         (gnus-newsgroup-headers, gnus-group-list-mode)
11374         (gnus-group-mark-positions, gnus-newsgroup-data)
11375         (gnus-newsgroup-unreads, nnoo-state-alist)
11376         (gnus-current-select-method, mail-sources)
11377         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11378         (nnmail-spool-file, gnus-cache-active-hashtb):
11379         * gnus-mh.el (mh-lib-progs):
11380         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11381         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11382         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11383         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11384         (gnus-group-buffer):
11385         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11386         (font-lock-set-defaults):
11387         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11388         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11389         (gnus-summary-post-menu, total-parts, type, condition, length):
11390         * gnus-agent.el (gnus-agent-read-agentview):
11391         * flow-fill.el (show-trailing-whitespace):
11392         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11393         eval-and-compile wrappers for byte compiler pacifiers.
11394
11395         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11396         (mm-display-inline-fontify): Check for featurep 'xemacs not
11397         extent-list.
11398
11399         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11400         itimer-list.
11401         (mm-create-image-xemacs): Only do something for XEmacs.
11402         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11403
11404         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11405
11406         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11407         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11408
11409 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11410
11411         * nnimap.el (nnimap-split-download-body):
11412         * gnus-demon.el (gnus-demon):
11413         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11414
11415 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11418         New macros.
11419         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11420         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11421         copy data from unibyte buffer to multibyte current buffer.
11422         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11423         to copy data from unibyte current buffer to multibyte buffer.
11424         (nntp-make-process-buffer): Make process buffer unibyte.
11425
11426         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11427
11428 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11429
11430         * pop3.el (pop3-open-server): Accept and process data more robustly at
11431         connexion start to avoid spurious "POP SSL connexion failed" errors.
11432
11433 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11436         read group names.
11437
11438 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11441
11442 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11445         (nnmail-save-active): Use a unibyte buffer when saving active file,
11446         which may contain non-ASCII group names.
11447
11448         * nnml.el (nnml-request-group): Decode group names in messages.
11449
11450 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * message.el (message-citation-line-function)
11453         (message-insert-formatted-citation-line): Fix spelling of
11454         `message-insert-formated-citation-line'.
11455
11456 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11459
11460 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11463         nnmail-pathname-coding-system.
11464
11465         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11466         that a user enters; decode group names in messages.
11467
11468         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11469
11470 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11473
11474         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11475
11476         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11477         risky local variable.
11478
11479         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11480
11481 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11482
11483         * encrypt.el: Improve documentation to fix function name typo.
11484         Reported by Daiki Ueno <ueno@unixuser.org>.
11485
11486 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11489         even if the point is not in the last page of an article.
11490         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11491         back to the previous page.
11492
11493 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11496
11497 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11500
11501 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11502
11503         * message.el (message-check-news-body-syntax):
11504         Avoid mm-string-as-multibyte.
11505         (message-hide-headers): Don't assume (point-min)==1.
11506
11507 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * message.el (message-remove-blank-cited-lines): Fix if remove is
11510         given.
11511         (message-bogus-address-regexp): New variable.
11512         (message-bogus-recipient-p): New function.
11513         (message-check-recipients): New command.
11514         (message-syntax-checks): Add `bogus-recipient'.
11515         (message-fix-before-sending): Add `bogus-recipient'.
11516
11517         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11518         (gnus-treat-body-boundary): Don't test window-system.
11519
11520 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11521
11522         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11523
11524 2007-10-28  Miles Bader  <miles@gnu.org>
11525
11526         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11527         at compile-time too.
11528
11529 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * gnus-msg.el (gnus-message-setup-hook):
11532         Add `message-remove-blank-cited-lines' to options.
11533
11534 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * message.el (message-remove-blank-cited-lines): New function.
11537         Suggested by Karl Plästerer.
11538
11539 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11542         mapc.
11543
11544         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11545         (top-level): Use mapc to set functions to be traced for debugging.
11546
11547         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11548         called for effect with while loop.
11549
11550         * message.el (message-talkative-question): Replace mapcar called for
11551         effect with mapc.
11552
11553         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11554         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11555         called for effect with dolist.
11556
11557         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11558
11559         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11560         gnus-extra-headers and nnmail-extra-headers.
11561
11562         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11563         called for effect with dolist.
11564         (top-level): Use mapc to set functions to be traced for debugging.
11565
11566         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11567         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11568         dolist.
11569
11570         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11571         Replace mapcar called for effect with mapc.
11572         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11573         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11574         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11575         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11576
11577         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11578         remove-if that's a cl function.
11579
11580         * webmail.el (webmail-debug): Replace mapcar called for effect with
11581         dolist.
11582
11583         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11584         with mapc.
11585
11586 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11589         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11590         with while loop.
11591
11592         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11593         functions from article-* functions.
11594         (gnus-multi-decode-header): Replace mapcar called for effect with
11595         dolist.
11596
11597         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11598         (gnus-bookmark-show-details): Replace mapcar called for effect with
11599         while loop.
11600
11601         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11602         called for effect with while loop.
11603
11604         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11605         with dolist.
11606
11607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11608         Replace mapcar called for effect with dolist.
11609
11610         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11611
11612         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11613         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11614         Replace mapcar called for effect with dolist.
11615         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11616         mapc.
11617
11618         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11619         Replace mapcar called for effect with dolist.
11620         (gnus-topic-list): Replace mapcar called for effect with mapc.
11621
11622         * gnus.el: Use mapc instead of mapcar to add autoloads.
11623
11624 2007-10-23  Richard Stallman  <rms@gnu.org>
11625
11626         * gnus-group.el (gnus-group-highlight): Mark as risky.
11627
11628 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus.el (gnus-server-to-method): Return method found first in
11631         gnus-newsrc-alist.
11632
11633         * gnus-art.el (gnus-article-highlight-signature)
11634         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11635         button overlay without the front stickiness.
11636
11637 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11638
11639         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11640         overview buffer needed a catch to receive its throw.
11641         (gnus-agent-flush-cache): Declare as interactive to make this function
11642         easier to use.
11643
11644 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11647         `next-line'.
11648
11649 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11652         exclude address matching message-dont-reply-to-names.
11653
11654 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-util.el (gnus-string<): New function.
11657
11658         * gnus-sum.el (gnus-article-sort-by-author)
11659         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11660
11661 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11664         the frame-focus tag is set in gnus-buffer-configuration.
11665
11666 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11669         the front stickiness.
11670
11671 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11674         url pattern; remove duplicate one.
11675         (gnus-article-extend-url-button): New function.
11676         (gnus-article-add-buttons): Use it.
11677         (gnus-button-push): Use concatenated url that it makes.
11678
11679 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11680
11681         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11682
11683 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11684
11685         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11686         Don't hardcode point-min==1.
11687
11688 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11691         Fix comment about "iso8859-1".
11692
11693 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11694
11695         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11696         ones returned from the verify-function.
11697
11698         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11699         Call mml2015-extract-cleartext-signature if extraction failed.
11700
11701 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11702
11703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11704         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11705         failed.
11706
11707 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11710
11711 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11714         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11715         recommends to use EasyPG instead of PGG.
11716
11717         * pgg.el: Revert to revision 6.23.2.16.
11718
11719         * pgg-def.el: Revert to revision 6.6.2.14.
11720
11721         * pgg-gpg.el: Revert to revision 6.23.2.34.
11722
11723 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11724
11725         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11726         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11727         thread for both the null and zero (kill/expire thread) universal prefix
11728         cases.
11729         (gnus-summary-expire-thread): Add new function to expire a thread,
11730         using gnus-summary-kill-thread.
11731         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11732         shortcuts for gnus-summary-expire-thread.
11733         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11734         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11735
11736 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11737
11738         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11739         extras value, so an extras entry can be deleted.
11740         (gnus-registry-delete-extra-entry): Use it.
11741         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11742         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11743         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11744         storage through the gnus-registry, and provide an appropriate API for
11745         it.
11746
11747 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11750         Suggested by Leo <sdl.web@gmail.com>.
11751
11752         * gnus.el: Do.
11753
11754 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11757         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11758
11759         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11760
11761         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11762         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11763
11764 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11767         newline.
11768         (nnmbox-request-accept-article): Don't change article in source buffer;
11769         narrow to header to use message-fetch-field rather than
11770         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11771         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11772         as delimiters; make sure article ends with newline.
11773         (nnmbox-delete-mail): Correct last position of article to be deleted;
11774         ignore X-Gnus-Newsgroup header in article body.
11775         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11776         positions; make sure article ends with newline.
11777
11778         * message.el (message-display-abbrev): Don't infloop when a user
11779         inserts SPC in the beginning of header.
11780
11781         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11782         coding-system-for-read and coding-system-for-write for XEmacs having no
11783         file-coding feature.
11784
11785         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11786
11787 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11788
11789         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11790         list of groups not followed by default.  Fix type to be regexp.
11791         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11792
11793 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11794
11795         * hmac-def.el (define-hmac-function): Switch from old-style to
11796         new-style backquotes.
11797
11798         * md4.el (md4-make-step): Likewise.
11799
11800 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11803         raw-text coding system when saving .newsrc file, which may contain
11804         non-ASCII group names.
11805
11806 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-cus.el (gnus-score-extra): New widget.
11809         (gnus-score-extra-convert): New function.
11810         (gnus-score-customize): Use it for Extra.
11811
11812 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11813
11814         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11815         (mml2015-mailcrypt-clear-verify): Use it.
11816         (mml2015-gpg-clear-verify): Use it.
11817         (mml2015-pgg-clear-verify): Use it.
11818         (mml2015-epg-clear-verify): Replace the current part with the output
11819         from GnuPG; don't extract the plaintext by itself.
11820
11821         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11822         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11823         mml2015-clear-verify-function; don't touch the armor headers or
11824         dash-escaped text here.
11825
11826 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11829         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11830         parts, or application/octet-stream as a last resort.
11831         (gnus-mime-view-part-as-type): Don't toggle display.
11832         (gnus-mime-view-part-as-charset): Don't turn off display before
11833         querying charset.
11834
11835         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11836         stuff to undisplayer function in Emacs.
11837         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11838
11839         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11840         text/calendar parts.
11841
11842 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11845         decoding text/calendar parts.
11846
11847         * message.el (message-forward-make-body-mime): Always mark body as
11848         having no illegible text; remove signed-or-encrypted argument.
11849         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11850
11851         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11852         (mml-generate-mime-1): Don't encode body if it is specified to be in
11853         raw form; don't make buffer be unibyte when inserting multibyte string.
11854
11855 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11856
11857         * sha1.el: Fix up comment style.
11858         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11859         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11860
11861         * hex-util.el: Fix up comment style.
11862         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11863
11864         * gnus-salt.el: Use with-current-buffer.
11865         (gnus-pick-setup-message): Fix long-standing typo.
11866
11867 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * imap.el (imap-logout-timeout): New variable.
11870         (imap-logout, imap-logout-wait): New functions.
11871         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11872
11873         * nnimap.el (nnimap-logout-timeout): New server variable.
11874         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11875         nnimap-logout-timeout.
11876
11877         * gnus-art.el (gnus-article-summary-command-nosave)
11878         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11879
11880 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus.el (gnus-maximum-newsgroup): New variable.
11883
11884         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11885         according to gnus-maximum-newsgroup.
11886
11887         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11888         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11889         Limit the range of articles according to gnus-maximum-newsgroup.
11890
11891 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11892
11893         * gnus-art.el (gnus-sticky-article): Fix problems described in
11894         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11895         Don't perform gnus-configure-windows here; reuse existing sticky
11896         article buffer.
11897
11898         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11899         it doesn't exist in gnus-article-mode.
11900
11901 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11904         (gnus-agent-decoded-group-name): New function.
11905         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11906         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11907
11908 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11909
11910         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11911         Add binding for gnus-sticky-article.
11912         (gnus-summary-exit): Don't kill sticky article buffers.
11913
11914         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11915         article buffer.
11916         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11917         (gnus-kill-sticky-article-buffers): New commands.
11918
11919 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * nntp.el (nntp-xref-number-is-evil): New server variable.
11922         (nntp-find-group-and-number): If it is non-nil, don't trust article
11923         numbers in the Xref header.
11924
11925 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-agent.el (gnus-agent-read-group): New function.
11928         (gnus-agent-flush-group, gnus-agent-expire-group)
11929         (gnus-agent-regenerate-group): Use it.
11930         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11931         nnmail-pathname-coding-system.
11932
11933 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11936
11937         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11938         that are unread as unread, and also as selected so that information of
11939         marks having been changed by a user may be updated when exiting group.
11940
11941 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11944
11945 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11948         calculated ignoring signature parts to gnus-treat-article.
11949
11950 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11953         a point here in order to keep the window start.
11954         (gnus-insert-mime-security-button): Make a button overlay without the
11955         front stickiness.
11956         (gnus-mime-display-security): Goto the end of a button.
11957
11958         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11959
11960 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11963         group-name-at-point.
11964         (gnus-group-completing-read): New function that offers decoded
11965         non-ASCII group names for completion.
11966         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11967         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11968         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11969         (gnus-group-fetch-control): Use it.
11970         (gnus-fetch-group): Use group-name-at-point for the initial value
11971         rather than the default value; use gnus-alive-p.
11972
11973         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11974         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11975         (gnus-summary-post-news): Use gnus-group-completing-read.
11976
11977         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11978         (gnus-read-move-group-name): Decode group name for completion.
11979
11980 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11983         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11984         Yamaoka slightly modified the code).
11985
11986 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11989         (nnmail-split-incoming): Bind it.
11990
11991         * nnml.el (nnml-group-name-charset): New function.
11992         (nnml-decoded-group-name): Use it; don't decode group name if
11993         nnmail-group-names-not-encoded-p is non-nil.
11994         (nnml-encoded-group-name): New function.
11995         (nnml-group-pathname): Inline nnml-decoded-group-name.
11996         (nnml-request-expire-articles): Decode group name in message.
11997         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11998         nnmail-pathname-coding-system.
11999         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12000         not decoded ones according to nnmail-group-names-not-encoded-p.
12001         (nnml-generate-active-info): Use nnml-encoded-group-name.
12002
12003 2007-08-08  Glenn Morris  <rgm@gnu.org>
12004
12005         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12006         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12007         doc-strings and comments.
12008
12009 2007-07-25  Glenn Morris  <rgm@gnu.org>
12010
12011         * Relicense all FSF files to GPLv3 or later.
12012
12013 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-sum.el (gnus-summary-move-article):
12016         Make gnus-summary-respool-article work.
12017
12018 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12021         string.
12022
12023 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12024
12025         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12026         that should be ignored when comparing distant RSS articles with local
12027         ones.
12028         (nnrss-make-hash-index): New function.  Create a hash index according
12029         to the ignored fields.
12030         (nnrss-check-group): Use it.
12031
12032 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12035
12036         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12037
12038         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12039         the new optional argument ENCODED is non-nil.
12040         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12041         coding system for encoding group name.
12042         (gnus-group-make-rss-group): Pass un-encoded group name to
12043         gnus-group-make-group.
12044         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12045         encoded.
12046
12047         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12048         Encode group name to which articles are moved or copied.
12049         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12050         coding system for encoding Newsgroup, Followup-To and Xref headers.
12051
12052         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12053         marks; use nnheader-file-coding-system to write a file.
12054         (nnagent-retrieve-headers): Bind file-name-coding-system to
12055         nnmail-pathname-coding-system.
12056
12057         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12058
12059         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12060         (nnml-request-article, nnml-request-create-group)
12061         (nnml-request-rename-group, nnml-find-id)
12062         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12063         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12064         (nnml-save-marks): Use nnml-group-pathname instead of
12065         nnmail-group-pathname.
12066
12067         (nnml-request-create-group, nnml-request-expire-articles)
12068         (nnml-request-move-article, nnml-request-delete-group)
12069         (nnml-deletable-article-p, nnml-possibly-create-directory)
12070         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12071         (nnml-open-marks): Bind file-name-coding-system to
12072         nnmail-pathname-coding-system.
12073
12074         (nnml-request-article): Pass server argument to nnml-find-group-number.
12075         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12076         Pass server argument to nnml-possibly-create-directory.
12077         (nnml-request-accept-article): Pass server argument to
12078         nnml-active-number and nnml-save-mail.
12079         (nnml-find-group-number): Pass server argument to nnml-find-id.
12080         (nnml-request-update-info): Pass server argument to
12081         nnml-marks-changed-p.
12082
12083         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12084         (nnml-save-mail, nnml-active-number): Add server argument.
12085
12086         (nnml-request-delete-group): Warn if group is missing.
12087         (nnml-get-nov-buffer): Decode group name.
12088         (nnml-generate-active-info): Encode group name.
12089         (nnml-open-marks): Decode group name in messages.
12090
12091 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12094         if it is not specified.
12095         (gnus-article-pipe-part, gnus-article-save-part)
12096         (gnus-article-interactively-view-part, gnus-article-copy-part)
12097         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12098         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12099         (gnus-article-replace-part, gnus-article-delete-part)
12100         (gnus-article-view-part-as-type): Pass raw prefix argument to
12101         gnus-article-part-wrapper.
12102
12103 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-agent.el (gnus-agent-save-active):
12106         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12107
12108         * gnus-cache.el (gnus-cache-save-buffers)
12109         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12110         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12111         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12112         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12113         (gnus-cache-generate-active, gnus-cache-rename-group)
12114         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12115         (gnus-cache-update-overview-total-fetched-for):
12116         Bind file-name-coding-system to nnmail-pathname-coding-system.
12117         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12118         New variables.
12119         (gnus-cache-decoded-group-name): New function.
12120         (gnus-cache-file-name): Use it.
12121         (gnus-cache-generate-active): Use non-decoded group name for active.
12122
12123         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12124         right place.
12125         (gnus-write-active-file): Don't break non-ASCII group names.
12126
12127         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12128         nnmail-pathname-coding-system.
12129
12130         * lpath.el: Bind default-file-name-coding-system,
12131         file-name-coding-system and language-info-alist for XEmacs.
12132
12133         * gnus-uu.el (gnus-uu-decode-save): Typo.
12134
12135 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12138
12139 2007-07-14  David Kastrup  <dak@gnu.org>
12140
12141         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12142         finishing actions if we did not edit the article.
12143
12144 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12147         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12148         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12149         (gnus-agent-flush-group, gnus-agent-flush-cache)
12150         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12151         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12152         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12153         (gnus-agent-regenerate-group)
12154         (gnus-agent-update-files-total-fetched-for)
12155         (gnus-agent-update-view-total-fetched-for):
12156         Bind file-name-coding-system to nnmail-pathname-coding-system.
12157         (gnus-agent-group-pathname): Don't encode file names by
12158         nnmail-pathname-coding-system.
12159         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12160         coding-system-for-write instead of buffer-file-coding-system to
12161         gnus-agent-file-coding-system.
12162
12163         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12164         Decode group name.
12165
12166         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12167
12168         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12169         (gnus-read-newsrc-el-file): Make group names unibyte.
12170
12171         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12172         nnmail-pathname-coding-system.
12173
12174         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12175         (nnrss-request-delete-group): Bind file-name-coding-system to
12176         nnmail-pathname-coding-system.
12177         (nnrss-read-server-data, nnrss-read-group-data):
12178         Bind file-name-coding-system correctly.
12179         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12180
12181         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12182         (nntp-server-to-method-cache): New variable.
12183         (nntp-group-pathname): New function that decodes non-ASCII group names.
12184         (nntp-possibly-create-directory, nntp-marks-changed-p)
12185         (nntp-save-marks, nntp-open-marks): Use it.
12186         (nntp-possibly-create-directory, nntp-open-marks):
12187         Bind file-name-coding-system to nnmail-pathname-coding-system.
12188         (nntp-open-marks): Decode group names when bootstrapping marks.
12189
12190         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12191         Newsgroups and Folowup-To headers.
12192
12193 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12196         (gnus-server-closed-face, gnus-server-denied-face)
12197         (gnus-server-offline-face): Remove variable.
12198         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12199
12200         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12201         of modifying message-stack directly for XEmacs.
12202
12203         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12204         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12205         if the coding-system argument is nil for XEmacs.
12206
12207         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12208         mm-charset-override-alist.
12209
12210         * rfc2047.el: Don't require base64; require rfc2045 for the function
12211         rfc2045-encode-string.
12212         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12213         to quote the parameter value.
12214
12215 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12218         form in gnus-group-name-charset-method-alist.
12219
12220         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12221         overrides the default layout edit-form.
12222
12223         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12224
12225         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12226
12227 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12230         as unfetched articles.
12231
12232 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12235
12236 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12239         original back end that keeps marks in the local system.
12240
12241 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12244         arg of pop-to-buffer for XEmacs.
12245         (gnus-article-read-summary-keys): Ditto; don't restore window
12246         configuration if summary command ends up with neither article buffer
12247         nor summary buffer; describe bindings if summary keys end with C-h.
12248
12249 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * message.el (message-fix-before-sending): Skip raw message part to be
12252         forwarded while checking illegible text.
12253         (message-forward-make-body-mime, message-forward-make-body):
12254         Mark signed or encrypted raw message as having no illegible text.
12255
12256 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12259         (gnus-message-with-timestamp-1): New macro.
12260         (gnus-message-with-timestamp): New function.
12261         (gnus-message): Use them.
12262
12263         * nnheader.el (nnheader-message): Use them.
12264
12265 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12268         .newsrc.eld file.
12269
12270 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-agent.el (gnus-agent-fetch-headers)
12273         (gnus-agent-retrieve-headers):
12274         Bind gnus-decode-encoded-address-function to identity.
12275
12276         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12277         available also when the server returns simply a dot.
12278
12279         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12280
12281 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12284
12285 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-ems.el (gnus-x-splash): Make it work.
12288
12289         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12290         from being used.
12291
12292         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12293
12294 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12297         4th and the 5th arguments.
12298
12299         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12300         the front stickiness.
12301         (gnus-article-summary-command-nosave): Correct the order of the
12302         arguments passed to pop-to-buffer.
12303         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12304         summary command ends up with the article buffer.
12305
12306         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12307         the same faces.
12308
12309 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12310
12311         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12312
12313 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12314
12315         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12316         * gnus-sum.el (gnus-summary-highlight):
12317         * pgg.el (pgg-sign-region, pgg-sign):
12318         * mail-source.el (mail-source-delete-old-incoming-confirm):
12319         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12320
12321 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-art.el (gnus-mime-view-part-externally)
12324         (gnus-mime-view-part-internally): Fix predicate function passed to
12325         completing-read.
12326
12327         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12328
12329         * gnus.el (gnus-update-message-archive-method): Add :version.
12330
12331 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus.el (gnus-update-message-archive-method): New variable.
12334
12335         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12336         according to gnus-message-archive-method if
12337         gnus-update-message-archive-method is non-nil.
12338
12339 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12342         Suggested by Loic Dachary <loic@dachary.org>.
12343         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12344
12345 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * message.el (message-pop-to-buffer): Add switch-function argument.
12348         (message-mail): Pass switch-function argument to it.
12349
12350 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12353         Improve doc string.
12354
12355 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12358         (gnus-header-content)
12359         * gnus-cite.el (gnus-cite-10)
12360         * gnus-srvr.el (gnus-server-closed)
12361         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12362         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12363         (gnus-group-mail-3-empty, gnus-group-mail-low)
12364         (gnus-group-mail-low-empty, gnus-splash)
12365         * message.el (message-header-to, message-header-cc)
12366         (message-header-subject, message-header-other, message-header-name)
12367         (message-header-xheader, message-separator, message-cited-text)
12368         (message-mml): Lighten colors of faces used for dark background.
12369
12370 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12371
12372         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12373         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12374
12375 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * message.el (message-narrow-to-headers-or-head):
12378         Ignore mail-header-separator in the body.
12379
12380 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12383         same as window size.
12384
12385 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12386
12387         * message.el (message-font-lock-keywords): Use message-header-xheader
12388         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12389         ahead of the anything pattern, to get it recognised.
12390
12391 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12394         spam.el loads uses it in the compiled defadvice form.
12395
12396 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12397
12398         * gnus-sum.el (gnus-articles-to-read)
12399         (gnus-summary-insert-old-articles): Don't truncate group name for
12400         `read-string'.
12401
12402         * gnus-util.el (gnus-limit-string): Delete this function.
12403
12404         * gnus-sum.el (gnus-simplify-subject-fully):
12405         Use `truncate-string-to-width' instead.
12406
12407 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12408
12409         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12410         Tell if, on summary exit, the next group has to be selected.
12411         (gnus-summary-exit): Use it.
12412
12413 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12416         non-break space.
12417
12418 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12421         Check if group is not a directory.
12422         (nnfolder-request-expire-articles): Don't delete articles if the target
12423         group is not available.
12424
12425         * nnml.el (nnml-request-create-group): Properly check if group is not a
12426         file.
12427         (nnml-request-expire-articles): Don't delete articles if the target
12428         group is not available.
12429
12430         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12431         Don't quote characters that are within parentheses.
12432
12433 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12436         (gnus-handle-ephemeral-exit): Select article according to it.
12437
12438 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * message.el (message-insert-formated-citation-line): Remove newline.
12441         (message-citation-line-format): Add final \n here so that the user can
12442         avoid a blank line.
12443
12444 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12445
12446         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12447         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12448         Update lanl/arXiv support.
12449
12450 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus.el: Bump version number.
12453
12454 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * gnus.el (gnus-version-number): Bump version.
12457
12458 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12459
12460         * gnus.el: No Gnus v0.6 is released.
12461
12462 2007-04-27  Didier Verna  <didier@xemacs.org>
12463
12464         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12465         * gmm-utils.el (gmm-regexp-concat): ... here.
12466         * message.el: Don't require 'gnus-util.
12467         (message-dont-reply-to-names): Handle name change above.
12468         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12469
12470 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12473         since the initial value varies according to the system.
12474
12475 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12478
12479 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12480
12481         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12482
12483 2007-04-24  Didier Verna  <didier@xemacs.org>
12484
12485         Improve the type of gnus-ignored-from-addresses.
12486         * gnus-util.el (gnus-orify-regexp): New function.
12487         * message.el (gnus-util): Require it.
12488         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12489         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12490         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12491
12492 2007-04-24  Didier Verna  <didier@xemacs.org>
12493
12494         * gnus-sum.el:
12495         * gnus-utils.el: Fix some trailing whitespaces.
12496
12497 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12500         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12501         article's Message-ID; refer parent article in summary buffer.
12502
12503         * message.el (message-bounce): Call mime-to-mml.
12504
12505         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12506         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12507         optimize and/or forms properly.
12508
12509 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12512         URL.
12513
12514 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12517
12518 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12521         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12522         displayed of multipart/alternative part if it is invoked from summary
12523         buffer.
12524
12525         * mm-view.el (mm-inline-text-html-render-with-w3m)
12526         (mm-inline-text-html-render-with-w3m-standalone)
12527         (mm-inline-render-with-function): Use mail-parse-charset by default.
12528
12529 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12530
12531         * parse-time.el (parse-time-string-chars): Check if CHAR
12532         is less than the length of parse-time-syntax.
12533
12534 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12537         from gnus-newsgroup-processable.
12538
12539 2007-04-16  Didier Verna  <didier@xemacs.org>
12540
12541         * gnus-msg.el (gnus-configure-posting-styles):
12542         Handle message-signature-directory properly with :file syntax.
12543         Reported by "Leo".
12544
12545 2007-04-11  Didier Verna  <didier@xemacs.org>
12546
12547         New user option: message-signature-directory.
12548         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12549         * message.el (message-insert-signature): Ditto.
12550         * message.el (message-signature-file): Doc update.
12551         * message.el (message-signature-directory): New.
12552
12553 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-msg.el (gnus-inews-yank-articles):
12556         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12557
12558 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * message.el (message-yank-original): Make sure cited text ends with
12561         newline; don't exchange point and mark.
12562
12563 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12564
12565         * tls.el (open-tls-stream): Properly handle case where there
12566         is no associated buffer.
12567
12568 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12569
12570         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12571         message-yank-original, make sure (< mark TEXT point).
12572
12573 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * message.el (message-fill-column): New variable.
12576         (message-mode): Use it.  Add comment on a possible new hook.
12577
12578         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12579         (nnmail-get-new-mail): Reformat.
12580
12581         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12582
12583         * gmm-utils.el: Fix Commentary.
12584         (gmm-tool-bar-from-list): Fix typo in doc string.
12585
12586 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12587
12588         * message.el (message-yank-original): Don't switch point and mark
12589         unnecessarily to put point and mark as documented.
12590
12591 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12594         from the message heads.
12595
12596 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12597
12598         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12599         article buffer does not have a window.  This may not be the best
12600         solution but is certainly better than setting the start of the null,
12601         that is the current, window.
12602
12603 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12606         (gnus-draft-setup): Run it.
12607
12608         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12609         gnus-score-fast-scoring.  Allow regexp.
12610         (gnus-score-headers): Use it.
12611
12612         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12613         XEmacs.
12614
12615         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12616         string.
12617         (gnus-button-alist): Also catch `<f1> k ...'.
12618         (gnus-treat-display-x-face): Fix doc string.
12619
12620 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12621
12622         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12623         evaluation of gnus-extended-version to ensure correct generation of the
12624         User-Agent header when message-generate-headers-first is used.
12625
12626 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12627
12628         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12629         hashcash-path is nil.  Don't call callback with incorrect number of
12630         parameters if val is 0.
12631
12632 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12633
12634         * message.el (message-required-news-headers):
12635         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12636
12637 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12638
12639         * tls.el (open-tls-stream): In handshake-waiting loop,
12640         don't wait more if there is output available to process.
12641
12642 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12643
12644         * tls.el (tls-program): Doc fix.
12645
12646 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * message.el (message-generate-new-buffers): Change the meaning of the
12649         nil value; add `standard' to the choices; treat t as `unique'; improve
12650         doc string.
12651         (gnus-select-frame-set-input-focus): Autoload.
12652         (message-buffer-name): Search for the existing message buffer if
12653         message-generate-new-buffers is nil or `standard'; treat the value t of
12654         message-generate-new-buffers as `unique'.
12655         (message-pop-to-buffer): Raise the frame already displaying the message
12656         buffer; clear the echo area after querying.
12657         (message-setup): Pass the `continue' argument to compose-mail.
12658         (message-mail): Prefer `switch-function' if it is given; search for the
12659         existing message buffer if the `continue' argument is non-nil; pass
12660         continue and switch-function arguments to compose-mail by way of
12661         message-setup.
12662         (message-mail-other-window): Adjust argument of message-setup.
12663         (message-mail-other-frame): Ditto.
12664
12665 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12668         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12669         to turn font-lock on when turning gnus-message-citation-mode on.
12670
12671 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12672
12673         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12674         (mml-smime-function-alist): New variable; add epg as the backend.
12675         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12676         mml-smime- functions instead.
12677         * mm-view.el: Require smime.
12678
12679 2007-03-05  Didier Verna  <didier@xemacs.org>
12680
12681         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12682         instead of just inheritance for posting styles.
12683         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12684
12685 2007-02-24  Chris Moore  <dooglus@gmail.com>
12686
12687         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12688         * pgg-pgp.el (pgg-pgp-encrypt-region):
12689         * pgg-gpg.el (pgg-gpg-encrypt-region):
12690         Check pgg-encrypt-for-me if no other recipients.
12691
12692 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12693
12694         * tls.el (tls-certtool-program): Fix custom type.
12695
12696 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12699         and point-at-eol instead of line-(beginning|end)-position.
12700
12701         * assistant.el (assistant-parse-buffer): Ditto.
12702
12703         * netrc.el (netrc-parse-services): Ditto.
12704
12705 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12706
12707         * mml2015.el (mml2015-epg-find-usable-key): New function.
12708         (mml2015-epg-sign): Use it.
12709         (mml2015-epg-encrypt): Use it.
12710
12711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * message.el (message-make-in-reply-to): Quote name containing
12714         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12715         if there are special characters.  Reported by NAKAJI Hiroyuki
12716         <nakaji@jp.freebsd.org>.
12717
12718 2007-02-27  Didier Verna  <didier@xemacs.org>
12719
12720         Include the group parameters as well as the topic ones in the
12721         inheritance filter process.
12722         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12723         argument GROUP-PARAMS-LIST.
12724         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12725
12726 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * nntp.el (nntp-never-echoes-commands)
12729         (nntp-open-connection-functions-never-echo-commands): New variables.
12730         (nntp-send-command): Use them.
12731
12732 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12733
12734         * mml2015.el (mml2015-epg-verify): Simplify.
12735
12736 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * mml.el (mml-content-disposition-alist): New user option.
12739         (mml-content-disposition): New function.
12740         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12741         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12742
12743 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12744
12745         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12746         verification.
12747
12748 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12749
12750         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12751         articles posted in the last 24 hours.
12752
12753 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12754
12755         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12756
12757 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12758
12759         * nntp.el (nntp-send-command): Don't wait for echoes when
12760         nntp-open-ssl-stream is used.
12761
12762 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12765         (gnus-message-add-citation-keywords)
12766         (gnus-message-remove-citation-keywords): Remove.
12767         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12768         directly, make the variables in font-lock-defaults buffer-local, add
12769         gnus-message-citation-keywords to them and then update the value of
12770         font-lock-keywords.
12771
12772 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * message.el (message-cite-original-1): Don't call
12775         gnus-article-highlight-citation.
12776
12777         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12778         citations; fix line count.
12779
12780 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12783         (gnus-message-add-citation-keywords)
12784         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12785         versions of font-lock-add-keywords and font-lock-remove-keywords to
12786         work with XEmacs correctly.
12787
12788 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * gnus-cite.el (gnus-cite-face-list): Set the values of
12791         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12792         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12793         (gnus-message-cite-prefix-regexp): New variable.
12794         (gnus-message-search-citation-line): Use it; protect against long
12795         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12796         the 0th match data for Emacs.
12797         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12798         (gnus-message-add-citation-keywords): Append keywords rather than
12799         prepending; emulate font-lock-add-keywords if it is not available.
12800         (gnus-message-remove-citation-keywords):
12801         Emulate font-lock-remove-keywords if it is not available.
12802
12803         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12804
12805         * message.el (message-cite-prefix-regexp): Set the value of
12806         gnus-message-cite-prefix-regexp.
12807
12808 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12809
12810         * nnweb.el (nnweb-google-parse-1): Update parser.
12811
12812 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12813
12814         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12815
12816 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12817
12818         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12819         regexp.
12820
12821 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12824         string-to-multibyte.
12825         (uudecode-decode-region-internal): Use it.
12826
12827         * lpath.el: Fbind string-as-multibyte for XEmacs.
12828
12829 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12832         Fix custom choice.
12833
12834         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12835
12836 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12837
12838         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12839
12840         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12841         `write-region' to respect `mm-inhibit-file-name-handlers'.
12842
12843 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12844
12845         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12846         Use gnus-home-directory instead of "~/" or "$HOME".
12847
12848 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12851         to mention filename.
12852         Add comments at beginning regarding usage.
12853         (encrypt-write-file-contents): Change interactive so a string is
12854         acceptable.  If the file has no associated model, show an error instead
12855         of a nonsense prompt.
12856
12857 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12858
12859         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12860         Thanks to Yoshihiko Yamada for kind notification of this typo.
12861
12862 2007-01-12  Kenichi Handa  <handa@m17n.org>
12863
12864         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12865         multibyte buffer.
12866
12867 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * gnus-score.el (gnus-score-fast-scoring): New variable.
12870         (gnus-score-headers): Use it.
12871
12872         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12873
12874         * message.el (message-cite-original-1):
12875         Call gnus-article-highlight-citation if requested.
12876         (message-make-from): Allow name and address as optional arguments.
12877
12878         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12879
12880         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12881         bugs to doc string.
12882         (gnus-button-alist): Add mid\\|message-id.
12883         (gnus-button-fetch-group): Extend for use in
12884         `browse-url-browser-function'.
12885         (gnus-button-url-regexp): Try to catch paired parentheses like in
12886         Wikipedia URLs.
12887
12888         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12889         Suggested by Simon Krahnke <overlord@gmx.li>.
12890
12891 2007-01-13  Romain Francoise  <romain@orebokech.com>
12892
12893         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12894         Update copyright.
12895
12896 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12897
12898         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12899
12900 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12901
12902         * gnus-registry.el (gnus-registry-unfollowed-groups)
12903         (gnus-registry-split-fancy-with-parent): Fix documentation.
12904
12905 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12906
12907         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12908         from nnweb groups.
12909
12910 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12911
12912         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12913         Xref urls.  Erase buffer before requesting head.
12914
12915         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12916
12917 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12920         customizable.
12921
12922 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12923
12924         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12925         no signing key is found.
12926         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12927         no encrypting and/or signing key is found.
12928
12929 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12932
12933 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12934
12935         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12936         headers read from disk with the ones newly found in the current search.
12937         This should no longer cause problems, because the article numbers in
12938         Gmane's `nov.php' output are ignored since the previous change.
12939
12940 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12941
12942         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12943
12944 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12947         replace-regexp-in-string; bind url-version; fbind display-images-p and
12948         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12949         find-face and set-itimer-function for Emacs; bind itimer-list for
12950         Emacs.
12951
12952         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12953
12954 2007-01-01  Romain Francoise  <romain@orebokech.com>
12955
12956         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12957
12958 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12959
12960         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12961         `define-minor-mode' macro definition expanded properly.
12962         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12963         exclude it there.
12964
12965         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12966         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12967         `fboundp' test.
12968         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12969         This is OK to autoload in (S)XEmacs now.
12970
12971 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12972
12973         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12974         keystroke.
12975         (gnus-summary-limit-to-singletons): Fix typo.
12976
12977         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12978         else fails.
12979
12980 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12981
12982         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12983         docstring.
12984
12985         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12986         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12987         (gnus-summary-insert-dormant-articles): Fix typo in message.
12988
12989 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12992         nil for XEmacs.
12993         (gnus-message-citation-mode): Don't autoload in XEmacs.
12994
12995         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12996
12997 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12998
12999         * nnimap.el (nnimap-expunge-search-string):
13000         Mention nnimap-search-uids-not-since-is-evil in docstring.
13001
13002 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * spam.el: Revert to make-obsolete-variable because
13005         define-obsolete-variable-alias is not supported in Emacs 21.
13006
13007         * spam.el (spam-ifile-path, spam-ifile-database-path)
13008         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13009         make-obsolete-variable.
13010         (spam-bsfilter-path, spam-bsfilter-program)
13011         (spam-spamassassin-path, spam-spamassassin-program)
13012         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13013         Don't use "path" inappropriately.
13014         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13015         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13016         variable names.
13017
13018 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13019
13020         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13021         summary buffer.
13022
13023         * password.el (password-cache-remove): Use clear-string to burn
13024         password, if available.
13025
13026 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13029
13030         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13031
13032         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13033         (gnus-message-highlight-citation): Move defcustom here from
13034         gnus-cite.el.
13035         (gnus-message-citation-mode): Autoload.
13036
13037         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13038         checks to make it compile with XEmacs.
13039         (gnus-message-citation-mode): New minor mode.
13040         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13041         (gnus-message-highlight-citation): New variables.
13042         (gnus-message-search-citation-line)
13043         (gnus-message-add-citation-keywords)
13044         (gnus-message-remove-citation-keywords)
13045         (turn-on-gnus-message-citation-mode)
13046         (turn-off-gnus-message-citation-mode): New functions.
13047
13048 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13049
13050         * gnus-cite.el: Enable highlighting of different citation levels in
13051         message-mode.
13052
13053 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * message.el (message-make-fqdn): Fix comment.
13056         (message-bogus-system-names): Add ".local".
13057
13058         * spam.el (spam-ifile-path, spam-ifile-program)
13059         (spam-ifile-database-path, spam-ifile-database)
13060         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13061         Don't use "path" inappropriately.
13062         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13063         strings.
13064         (spam-check-ifile, spam-ifile-register-with-ifile)
13065         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13066         Use new variable names.
13067
13068         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13069         (gnus-treat-display-smileys): Simplify using
13070         gnus-image-type-available-p.
13071
13072         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13073         available.
13074
13075         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13076         Use `display-images-p' if available.
13077
13078 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13081         one after turning on the buffer's multibyteness instead of decoding
13082         them directly in the unibyte buffer that causes unexpected conversion
13083         in Emacs 23 (unicode).
13084
13085 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13086
13087         * message.el (message-generate-hashcash): Fix custom type.
13088
13089 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13092
13093 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13096         disconnect icons.  Add help text.
13097
13098 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13099
13100         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13101         negated to be consistent with the others we handle.
13102
13103 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13106         version of gnus-summary-buffer to something, so that we can use two
13107         article buffers at the same time.
13108
13109 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13110
13111         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13112         trigger all the extra headers.
13113         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13114         sorting.
13115
13116 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13117
13118         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13119         solid groups.
13120
13121 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13122
13123         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13124
13125 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * legacy-gnus-agent.el: Add Copyright notice.
13128
13129 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13130
13131         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13132
13133 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13134
13135         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13136
13137         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13138         to make it work reliably in CVS Emacs.
13139         (gnus-summary-limit-strange-charsets-predicate)
13140         (gnus-summary-limit-to-predicate): New functions.
13141
13142 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13143
13144         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13145         specifying array size.
13146         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13147         array if it is too small.
13148         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13149         (gnus-sort-threads-loop): New function.
13150
13151 2006-12-06  Chris Moore  <dooglus@gmail.com>
13152
13153         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13154         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13155
13156 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13157
13158         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13159         options.
13160
13161 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13162
13163         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13164         DOS-ing the recipient.
13165
13166         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13167         the headers when creating the mapping to avoid mismappings.
13168         (nnweb-gmane-create-mapping): Always nix out old mapping.
13169
13170 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13173         and mm-verify-option to never.
13174
13175 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * message.el (message-signed-or-encrypted-p): New function.
13178         (message-forward-make-body): Use it.
13179
13180         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13181         Replace encode-coding-string with mm-encode-coding-string.
13182
13183 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * nneething.el (nneething-decode-file-name):
13186         Replace decode-coding-string with mm-decode-coding-string.
13187
13188         * gnus-int.el (gnus-open-server): Say failed server's name.
13189
13190 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13191
13192         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13193         strings to a single string.  Quote `errors-file-name'.
13194         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13195         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13196         Adjust calls.  Use `shell-quote-argument'.
13197
13198 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13199
13200         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13201         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13202
13203         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13204         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13205         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13206         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13207         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13208         (gnus-subscribe-newsgroup, gnus-1):
13209         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13210         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13211         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13212         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13213
13214 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13215
13216         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13217         keystroke.
13218         (gnus-summary-limit-to-bodies): Implement headersp.
13219
13220 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13223
13224 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13227
13228 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13229
13230         * message.el (message-generate-hashcash): Expand range of values to
13231         include `opportunistic'.
13232         (message-send-mail): Use it.
13233
13234 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13235
13236         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13237         and comment it.
13238
13239         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13240
13241 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-util.el (gnus-extract-address-components): Improve comment.
13244
13245 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-util.el (gnus-extract-address-components): Work with address in
13248         which the name portion contains @.
13249
13250         * lpath.el: Fbind custom-autoload.
13251
13252 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * gnus.el (gnus-start): Move custom group up.
13255         (gnus-select-method): Don't autoload, but make it available for
13256         `customize-variable'.
13257         (gnus-getenv-nntpserver): Don't autoload.
13258
13259 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13262
13263 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * message.el (message-sendmail-extra-arguments): New variable.
13266         (message-send-mail-with-sendmail): Use it.
13267
13268 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13271         mm-with-unibyte-current-buffer to make string unibyte.
13272
13273         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13274         mm-string-as-multibyte.
13275
13276 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13277
13278         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13279         Reported by Werner Koch <wk@gnupg.org>.
13280
13281 2006-11-14  Daiki Ueno  <ueno@p360>
13282
13283         * mml2015.el: Autoload epa-select-keys when compiling.
13284
13285 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13286
13287         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13288         message-options.
13289         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13290
13291 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13292
13293         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13294         EasyPG (< 0.0.6).
13295         (mml2015-always-trust): New user option.
13296         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13297         prompt.
13298
13299 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * nntp.el (nntp-authinfo-force): New variable.
13302         (nntp-send-authinfo): Use it.
13303
13304 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13307         decode encoded words.  Improve prompt.  Add comment about forwarding.
13308         (message-replacement-char): Move up.
13309
13310 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13311
13312         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13313         instead of gnus-intersection because arguments of gnus-sorted-nunion
13314         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13315
13316 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13319         (message-simplify-subject-functions):
13320         Enable message-strip-subject-encoded-words by default.
13321
13322 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * message.el (message-strip-subject-encoded-words): New function.
13325         (message-simplify-subject-functions): New variable.
13326         (message-simplify-subject): Use it.  Fix typo in doc string.
13327         Support message-strip-subject-encoded-words.
13328
13329 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13330
13331         * gnus-diary.el (gnus-diary-delay-format-function):
13332         * nndiary.el (nndiary-reminders):
13333         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13334
13335 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * gnus-art.el (article-hide-boring-headers): Fetch date from
13338         gnus-original-article-buffer to avoid problems with localized date
13339         strings.
13340
13341 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13344
13345 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13348         New variables.
13349         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13350         (mm-charset-synonym-alist): Move some entries to
13351         mm-codepage-iso-8859-list.
13352         (mm-charset-synonym-alist, mm-charset-override-alist):
13353         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13354
13355 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13358
13359 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13362         with Emacs 21 and XEmacs.
13363
13364 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13365
13366         * spam.el (spam-parse-address): New function for better parsing,
13367         catching errors, etc.
13368         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13369
13370 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * mm-view.el: Add interactive arg to html2text autoload.
13373
13374 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13377
13378 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13381         New variables.
13382         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13383         (mm-charset-synonym-alist): Move some entries to
13384         mm-codepage-iso-8859-list.
13385
13386         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13387
13388 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * message.el (message-citation-line-format)
13391         (message-insert-formated-citation-line): Fix implementation of %E, %N
13392         and %n according to the doc string.
13393
13394 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13395
13396         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13397         Use car-safe to avoid bad parses.
13398
13399 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13402         names.
13403
13404         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13405
13406 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13409         header.
13410
13411         * message.el (message-draft-headers): Add Date.
13412         (message-headers-to-generate): Fix typo in docstring.
13413
13414         * nndraft.el (nndraft-required-headers): New variable.
13415         (nndraft-generate-headers): Use it.
13416
13417         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13418
13419 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * gnus-registry.el (gnus-registry-wash-for-keywords)
13422         (gnus-registry-find-keywords): New functions to allow easy searching of
13423         articles that are in the registry.
13424
13425 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13428         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13429         Reported by Damien Elmes <damien@repose.cx>.
13430
13431 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * gnus.el (gnus-mime): Remove unused custom group.
13434
13435 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13436
13437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13438         "blank line" when searching for end of armor headers.
13439
13440 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gmm-utils.el (gmm-write-region): Fix variable name.
13443
13444 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13445
13446         * gmm-utils.el (gmm-write-region): New function based on compatibility
13447         code from `mm-make-temp-file'.
13448
13449         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13450
13451         * nnmaildir.el (nnmaildir--update-nov)
13452         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13453         Use `gmm-write-region'.
13454
13455 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13458         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13459
13460         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13461
13462         * message.el (message-replacement-char): New variable.
13463         (message-fix-before-sending): Use it.
13464         (message-simplify-subject): New function to remove duplicate code.
13465         (message-reply, message-followup): Use it.
13466
13467         * gnus-sum.el (gnus-summary-make-menu-bar):
13468         Clarify gnus-summary-limit-to-articles.
13469
13470 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * gnus-util.el (gnus-with-local-quit): New macro.
13473
13474         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13475
13476 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13479         ignore non-string data.
13480
13481 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13482
13483         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13484         non-string data (needs to be done in the registry too).
13485
13486 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13487
13488         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13489         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13490         (gnus-registry-split-fancy-with-parent)
13491         (gnus-registry-fetch-simplified-message-subject-fast)
13492         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13493         Remove text properties on ingress into the registry and when it's saved.
13494         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13495         registry from entries with no groups.
13496
13497 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13498
13499         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13500         function to remove string properties.
13501
13502 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * gmm-utils.el (gmm): Adjust custom version.
13505
13506         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13507         Adjust custom version.
13508
13509         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13510
13511 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * gnus-art.el (gnus-insert-prev-page-button)
13514         (gnus-insert-next-page-button): Simplify.  Reformat.
13515
13516 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13517
13518         * gnus-art.el (gnus-insert-prev-page-button)
13519         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13520
13521 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13522
13523         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13524
13525 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13526
13527         * gnus-art.el (gnus-insert-mime-button)
13528         (gnus-insert-mime-security-button):
13529         Apply gnus-article-button-face to MIME and security buttons.
13530
13531 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13534         readable.
13535
13536 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13539
13540 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13541
13542         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13543         `browse-url-of-file' instead of `browse-url'.
13544
13545 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13546
13547         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13548         regexp.  Articles containing quotation were cut prematurely.
13549
13550 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * message.el (message-cite-original-1): Use nobody by default for the
13553         value of From header.
13554         (message-reply): Ditto.
13555
13556 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13557
13558         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13559         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13560         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13561
13562 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13565         mails in the doc string.  Add some URLs in comment.
13566         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13567
13568 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13571         backslashes handling and the way to find boundaries of quoted strings.
13572
13573 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13574
13575         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13576         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13577         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13578         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13579
13580 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13583         doc string.
13584         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13585
13586 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * lpath.el: Fbind epg-check-configuration.
13589
13590 2006-09-06  Simon Josefsson  <jas@extundo.com>
13591
13592         * mml2015.el (mml2015-use): Doc fix, mention epg.
13593
13594 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13595
13596         * mml2015.el (mml2015-use): Default to epg, if available.
13597
13598 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13599
13600         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13601         message-sender.
13602         (mml1991-epg-encrypt): Ditto.
13603         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13604         message-sender.
13605         (mml2015-epg-encrypt): Ditto.
13606
13607 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13608
13609         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13610         several common directories.
13611
13612 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13613
13614         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13615         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13616
13617 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-art.el (article-decode-encoded-words): Make it fast.
13620
13621 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13624
13625         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13626         in quoted string into `\'.
13627
13628 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13631         Use standard-syntax-table.
13632
13633 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-art.el (gnus-decode-address-function): New variable.
13636         (article-decode-encoded-words): Use it to decode headers which are
13637         assumed to contain addresses.
13638         (gnus-mime-delete-part): Remove useless `or'.
13639
13640         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13641         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13642         (gnus-nov-parse-line): Use it to decode From header.
13643         (gnus-get-newsgroup-headers): Ditto.
13644         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13645
13646         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13647         (mail-decode-encoded-address-string): New alias.
13648
13649         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13650         New function.
13651         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13652         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13653         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13654         (rfc2047-decode-string): Ditto.
13655         (rfc2047-decode-address-region): New function.
13656         (rfc2047-decode-address-string): New function.
13657
13658 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * message.el (message-caesar-buffer-body): Allow rotating headers.
13661
13662         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13663
13664         * message.el (message-insert-formated-citation-line): Fix %f.
13665         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13666
13667 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13670         (gnus-bookmark-mouse-available-p): New macro.
13671         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13672         (gnus-bookmark-bmenu-show-infos): Use it.
13673         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13674         (gnus-bookmark-bmenu-hide-infos): Ditto.
13675         (gnus-bookmark-remove-properties): New function.
13676         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13677         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13678         (gnus-bookmark-write-file): Bind coding-system-for-write.
13679         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13680         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13681         group before selecting it.
13682         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13683         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13684         quit-window if it is not available; use gnus-mouse-2 and bind it to
13685         gnus-bookmark-bmenu-select-by-mouse.
13686         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13687         (gnus-bookmark-bmenu-select-by-mouse): New function.
13688
13689 2006-08-13  Romain Francoise  <romain@orebokech.com>
13690
13691         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13692         space.
13693
13694 2006-08-10  Romain Francoise  <romain@orebokech.com>
13695
13696         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13697         (dns-mode-soa-auto-increment-serial): New user option.
13698         (dns-mode-soa-maybe-increment-serial): New function.
13699         (dns-mode): Add the latter to `write-contents-functions'.
13700
13701 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * compface.el (uncompface): Use binary rather than raw-text-unix.
13704
13705 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * compface.el (uncompface): Make sure the eol conversion doesn't take
13708         place when communicating with the external programs.
13709         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13710
13711 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13714
13715 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13716
13717         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13718         Make it more robust by parsing author and date independently.
13719
13720 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13723
13724 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13725
13726         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13727         first matching secret key.
13728         (mml2015-epg-encrypt): Ditto.
13729
13730         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13731         first matching secret key.
13732         (mml1991-epg-encrypt): Ditto.
13733
13734         * mml2015.el (mml2015-encrypt-to-self): New user option.
13735         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13736         mml2015-epg-encrypt-to-self is set.
13737
13738         * mml1991.el (mml1991-encrypt-to-self): New variable.
13739         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13740         mml1991-epg-encrypt-to-self is set.
13741
13742         * mml2015.el (mml2015-signers): New user option.
13743         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13744         (mml2015-epg-encrypt): Allow to select signing keys.
13745
13746         * mml1991.el (mml1991-signers): New variable.
13747         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13748         (mml1991-epg-encrypt): Allow to select signing keys.
13749
13750 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * nnheader.el (nnheader-insert-head): Make it work even if the file
13753         uses CRLF for the line-break code.
13754
13755 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13756
13757         * mml2015.el: Require mml-sec instead of password.
13758         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13759         (mml2015-cache-passphrase): Inherit the default value from
13760         mml-secure-cache-passphrase.
13761         (mml2015-passphrase-cache-expiry): Inherit the default value from
13762         mml-secure-passphrase-cache-expiry.
13763
13764         * mml1991.el: Require mml-sec instead of password.
13765         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13766         (mml1991-cache-passphrase): Inherit the default value from
13767         mml-secure-cache-passphrase.
13768         (mml1991-passphrase-cache-expiry): Inherit the default value from
13769         mml-secure-passphrase-cache-expiry.
13770
13771         * mml-sec.el: Require password.
13772         (mml-secure-verbose): New user option.
13773         (mml-secure-cache-passphrase): New user option.
13774         (mml-secure-passphrase-cache-expiry): New user option.
13775
13776 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13777
13778         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13779         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13780         andreas@altroot.de (Andreas Vögele).
13781
13782         FIXME: Use `tiny change'?
13783
13784 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13785
13786         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13787         workaround for the url package included with Emacs.
13788
13789         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13790
13791 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13794         correctly.  This fixes a bug caused by the 2006-05-12 change.
13795
13796 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13797
13798         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13799         some information about the error when saying that the `bogus' mail
13800         group will be used.
13801
13802 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13805         string.
13806
13807 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13808
13809         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13810
13811 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13812
13813         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13814
13815 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13816
13817         * mml1991.el (mml1991-function-alist): Add epg.
13818         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13819         (mml1991-epg-encrypt): New functions.
13820
13821 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13822
13823         * mml2015.el (mml2015-verbose): New variable.
13824         (mml2015-cache-passphrase): Ditto.
13825         (mml2015-passphrase-cache-expiry): Ditto.
13826         (mml2015-function-alist): Add epg.
13827         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13828         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13829         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13830         New functions.
13831
13832 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13833
13834         * message.el (message-cite-original-1): Preserve region when removing
13835         quoted text due to X-No-Archive in order to avoid bogus attribution
13836         when citing multiple messages.
13837
13838 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13839
13840         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13841         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13842
13843 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * gnus-diary.el (gnus-user-format-function-d)
13846         (gnus-user-format-function-D): Autoload.
13847
13848         * imap.el (Commentary): Fix typo.
13849
13850         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13851         2006-04-22 contribution.
13852
13853 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13854
13855         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13856         It didn't really fix the bogosity I'm seeing with solid web groups.
13857
13858 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13859
13860         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13861         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13862         created using server names.  If we use the feature without declaring
13863         it, Gnus does not properly manage server and group state.
13864
13865         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13866         bound.
13867
13868 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13869
13870         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13871         looking up the method using GROUP's prefix before inventing a new one.
13872         It is used on killed/unknown groups in various places where returning
13873         an all-new method isn't expected by the caller.
13874
13875         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13876         and match semantics of gnus-group-real-prefix.
13877
13878 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * nnmail.el (nnmail-broken-references-mailers): New variable.
13881         (nnmail-ignore-broken-references): New function generalizing
13882         nnmail-fix-eudora-headers.
13883         (nnmail-fix-eudora-headers): Now obsolete.
13884
13885         * gnus-art.el (gnus-button-handle-custom):
13886         Support `customize-apropos*'.
13887
13888 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13889
13890         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13891
13892         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13893         articles.
13894
13895 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * message.el (message-cite-reply-above): New variable.
13898         (message-yank-original): Use it.
13899
13900 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13903
13904 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13907         as read.
13908
13909         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13910
13911 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13914         (gnus-bookmark-default-file): Use gnus-directory.
13915         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13916         Remove "*" in doc string.
13917         (gnus-bookmark-write-file): Simplify.
13918         (gnus-bookmark-maybe-sort-alist): Use `when'.
13919         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13920         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13921         Add FIXME about Emacs 21 and XEmacs compatibility.
13922         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13923         compatibility.
13924         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13925         compatibility.
13926         (gnus-bookmark-menu-heading): Fix version.
13927
13928 2006-06-19  Bastien Guerry  <bzg@altern.org>
13929
13930         * gnus-bookmark.el: New file.
13931
13932 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * message.el (message-syntax-checks): Doc fix.
13935
13936 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13937
13938         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13939         unsubscribed groups as if they were killed ones.  It causes duplicate
13940         entries in gnus-newsrc-alist.
13941
13942 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * message.el (message-syntax-checks): Doc fix.
13945         (message-send-mail): Add check for continuation headers.
13946         (message-check-news-header-syntax): Fix regexp used to check for
13947         continuation headers.
13948
13949 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13952
13953 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13956
13957 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13960         default-truncate-lines.
13961
13962 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13965         to fill the utf-8 entry.
13966
13967         * lpath.el: Fbind unicode-precedence-list.
13968
13969 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13970
13971         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13972
13973 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13974
13975         * gnus-agent.el (directory-files-and-attributes): Move all the way
13976         forward (the third and final move).
13977         (gnus-agent-read-agentview): Trap reconstruction errors due to
13978         nonexistent directory.  Handle by returning nil.
13979
13980 2006-05-30  Didier Verna  <didier@xemacs.org>
13981
13982         * message.el (message-dont-reply-to-names): Update the custom type.
13983         * message.el (message-dont-reply-to-names): New defsubst: potentially
13984         convert a list of regexps into a single one.
13985         * message.el (message-get-reply-headers): Use it.
13986         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13987
13988 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-agent.el (directory-files-and-attributes): Move forward.
13991
13992 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * gnus-ml.el (gnus-mailing-list-subscribe)
13995         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13996         (gnus-mailing-list-message): Fix doc strings.
13997
13998 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13999
14000         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14001         of doing it manually.
14002
14003 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14004
14005         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14006         comment.
14007
14008 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14009
14010         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14011         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14012         (gnus-agent-read-local): All symbols allocated in my-obarray.
14013         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14014         (gnus-agent-regenerate-group): Check numeric names to see if they are
14015         messages or groups.
14016         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14017         better way of do this...)
14018
14019         * gnus-cache.el (gnus-agent-total-fetched-for):
14020         Ignore 'dummy.group' (there should be a better way of do this...)
14021
14022 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14025         (gnus-saved-headers): Ditto.
14026         (gnus-default-article-saver): Mention functions may have properties.
14027         (gnus-article-save): Override gnus-save-all-headers and
14028         gnus-saved-headers by :headers property which saver function may have.
14029         (gnus-summary-save-in-file): Add :headers property.
14030         (gnus-summary-write-to-file): Ditto.
14031
14032         * gnus-sum.el (gnus-summary-save-article): Bind
14033         gnus-prompt-before-saving to t when saving many articles in a file;
14034         always show all headers.
14035
14036         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14037
14038 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14041         marks.
14042
14043         * message.el (message-indent-citation): Add optional arguments to allow
14044         using it outside of message buffers.
14045
14046         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14047         (gnus-article-treat-unfold-headers): Use it.
14048         (gnus-article-truncate-lines): New variable.
14049         (gnus-article-mode): Use it.
14050         (gnus-article-toggle-truncate-lines): New function.
14051
14052         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14053         Add gnus-article-toggle-truncate-lines.
14054
14055         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14056         coding system in XEmacs, use binary.
14057
14058 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14061         after-load-alist.
14062
14063         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14064         this function should save decoded articles.
14065         (gnus-summary-write-to-file): Use property to specify this function
14066         should save decoded articles and specify gnus-summary-save-in-file
14067         should be used to save articles other than the first one when saving
14068         many articles.
14069         (gnus-summary-save-body-in-file): Use property to specify this
14070         function should save decoded articles.
14071         (gnus-summary-write-body-to-file): Use property to specify this
14072         function should save decoded articles and specify
14073         gnus-summary-save-body-in-file should be used to save articles other
14074         than the first one when saving many articles.
14075
14076         * gnus-sum.el (gnus-summary-save-article): Simplify.
14077
14078 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-art.el (gnus-default-article-saver):
14081         Add gnus-summary-write-body-to-file.
14082         (gnus-article-save-coding-system): Don't use coding system object
14083         in XEmacs.
14084         (gnus-read-save-file-name): Add optional `dir-var' argument which
14085         specifies directory in which files are saved; work even if optional
14086         `variable' argument is not specified.
14087         (gnus-summary-write-to-file): Read file name.
14088         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14089         (gnus-summary-write-body-to-file): New function.
14090
14091         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14092         (gnus-summary-local-variables): Add it.
14093         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14094         (gnus-summary-save-article): Remove optional `decode' argument;
14095         determine whether to decode articles by the value of
14096         gnus-default-article-saver; when saving many files using
14097         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14098         it first and use gnus-summary-save-in-file or
14099         gnus-summary-save-body-in-file thereafter unless
14100         gnus-prompt-before-saving is always; move point to article which
14101         will be saved.
14102         (gnus-summary-save-article-file): Revert.
14103         (gnus-summary-write-article-file): Revert.
14104         (gnus-summary-save-article-body-file): Revert.
14105         (gnus-summary-write-article-body-file): New function.
14106
14107 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-art.el (gnus-default-article-saver): Doc fix.
14110         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14111         from gnus-summary-save-article-coding-system, and default to a
14112         certain coding system.
14113         (gnus-output-to-file): Add coding cookie and encode text according
14114         to gnus-article-save-coding-system; don't use mm-append-to-file.
14115
14116         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14117         gnus-art.el and rename to gnus-article-save-coding-system.
14118         (gnus-summary-save-article): Require gnus-art; don't show all
14119         headers if it decodes articles; don't add coding cookie here;
14120         don't bind mm-text-coding-system-for-write.
14121         (gnus-summary-save-article-file): Save decoded articles.
14122         (gnus-summary-write-article-file): When saving many files, use
14123         gnus-summary-write-to-file first and gnus-summary-save-in-file
14124         thereafter unless gnus-prompt-before-saving is always.
14125         (gnus-summary-save-article-body-file): Save decoded articles.
14126
14127         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14128
14129 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * nnrss.el (nnrss-check-group): Bind hash-index.
14132
14133 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14134
14135         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14136         its hash index.  Store this hash in `nnrss-group-data'.
14137         (nnrss-read-group-data): Update accordingly.
14138
14139 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14142         entry.
14143
14144         * gnus-sum.el (gnus-summary-make-menu-bar):
14145         Add gnus-article-browse-html-article.
14146
14147 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14148
14149         * gnus-sum.el (gnus-summary-mime-map):
14150         Add gnus-article-browse-html-article.
14151
14152         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14153
14154 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14155
14156         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14157         suitable coding systems in customize.
14158
14159 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14160
14161         * mail-source.el (mail-sources): Fix custom type.
14162
14163 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14166         (gnus-summary-expire-articles-now): Shorten prompt.
14167
14168         * gmm-utils.el (wid-edit): Require.
14169         (defun-gmm): Rename from `gmm-defun-compat'.
14170         (gmm-image-search-load-path): Use it.
14171         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14172
14173 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * gnus-sum.el (gnus-summary-save-article-coding-system):
14176         New variable.
14177         (gnus-summary-save-article): Add optional `decode' argument.
14178         If it is set and gnus-summary-save-article-coding-system is non-nil,
14179         save decoded article.
14180         (gnus-summary-write-article-file): Save decoded article if
14181         gnus-summary-save-article-coding-system is non-nil.
14182
14183         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14184         type.
14185
14186 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14189
14190 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14193         first to test gnus-single-article-buffer which may be buffer-local.
14194
14195         * gnus-sum.el (gnus-summary-setup-buffer):
14196         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14197         group; make gnus-article-buffer, gnus-article-current, and
14198         gnus-original-article-buffer always buffer-local.
14199         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14200         group.
14201         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14202
14203 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * nnml.el (nnml-request-compact-group): Compressed files might not
14206         have .gz extension.
14207
14208 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14209
14210         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14211         (mm-copy-to-buffer): Use with-current-buffer.
14212         (mm-display-part): Simplify.
14213         (mm-inlinable-p): Add optional arg `type'.
14214
14215 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14216
14217         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14218         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14219         Try harder to show the attachment internally or externally using
14220         gnus-mime-view-part-as-type.
14221
14222 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * message.el (message-from-style, message-signature-separator)
14225         (message-user-organization-file, message-send-mail-function)
14226         (message-citation-line-function, message-yank-prefix)
14227         (message-indent-citation-function, message-signature)
14228         (message-signature-file, message-signature-insert-empty-line):
14229         Remove autoloads.
14230
14231         * gnus-art.el (gnus-buttonized-mime-types):
14232         Remove "multipart/signed".  Revert 2006-04-26 change.
14233
14234 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14235
14236         * gnus.el (gnus-version-number): Bump version.
14237
14238 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14239
14240         * gnus.el: No Gnus v0.5 is released.
14241
14242 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14243
14244         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14245         fetching articles by message-id.
14246
14247 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14248
14249         * message.el (hashcash): Require hashcash as normal.
14250
14251         * ecomplete.el (ecomplete-highlight-match-line):
14252         Use point-at-eol.
14253         (ecomplete-highlight-match-line): Use `highlight', because that
14254         face exists in both Emacs and XEmacs.
14255
14256         * message.el (message-display-abbrev): Use point-at-bol.
14257
14258         * mail-source.el: Don't require timer/timer-funcs.
14259
14260         * gnus-async.el: Ditto.
14261
14262         * password.el: Ditto.
14263
14264         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14265
14266         * mm-url.el: Ditto.
14267
14268         * gnus-xmas.el: Don't require timer-funcs.
14269
14270         * mm-util.el: Require timer/timer-funcs.
14271
14272 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14273
14274         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14275         Close.
14276
14277 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14280         unibyte after clear-decrypt function runs.
14281
14282         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14283         returns as a unibyte string.
14284
14285 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * lpath.el: Revert.
14288
14289         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14290         (pgg-gpg-process-sentinel): Revert.
14291
14292         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14293         (pgg-pgp-lookup-key): Revert.
14294
14295         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14296         (pgg-pgp5-lookup-key): Revert.
14297
14298         * pgg.el (pgg-fetch-key): Revert.
14299
14300 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * lpath.el: Fbind string-as-multibyte for XEmacs.
14303
14304         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14305         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14306         (mml1991-pgg-encrypt): Ditto.
14307
14308         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14309         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14310         a multibyte buffer.
14311
14312         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14313         (pgg-pgp-lookup-key): Ditto.
14314
14315         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14316         (pgg-pgp5-lookup-key): Ditto.
14317
14318         * pgg.el (pgg-fetch-key): Ditto.
14319
14320 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * message.el (message-user-organization-file): Check several
14323         locations of the organization file.
14324
14325         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14326         Add gnus-article-view-part-as-type.
14327
14328         * gnus-art.el (gnus-article-view-part-as-type): New function.
14329
14330         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14331         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14332
14333         * mml.el: Simplify autoload.
14334         (mml-mode): defvar dnd-protocol-alist instead of using
14335         symbol-value.
14336         (mml-default-directory): New variable.
14337         (mml-minibuffer-read-file): Use it.
14338         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14339
14340         * message.el (message-citation-line-format): New variable.
14341         (message-insert-formated-citation-line): New function.
14342         (message-citation-line-function):
14343         Add `message-insert-formated-citation-line' to custom type.
14344
14345         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14346         to doc string.
14347
14348         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14349         depending on mm-verify-option.
14350
14351 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14354         binding pgg-* variables; reimplement the section which prevents
14355         MIME header from being signed.
14356         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14357         pgg-text-mode; remove a blank line at the top of body.
14358
14359         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14360         lines at the top of body; use gnus-newsgroup-charset if there's no
14361         Charset header.
14362
14363 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * message.el (message-self-insert-commands): Doc fix.
14366
14367         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14368         (mm-uu-pgp-encrypted-test): Ditto.
14369         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14370         between header and body; return application/pgp-encrypted handle
14371         if decryption failed; decode decrypted body by charset.
14372
14373         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14374         element match to application/pgp-*.
14375
14376 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14377
14378         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14379         HTML.
14380
14381 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14382
14383         * mail-source.el (mail-source-call-script): Message the error
14384         string.
14385
14386 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14387
14388         * gnus-util.el (gnus-byte-compile): Use it.
14389
14390 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14391
14392         * gnus-util.el (kill-empty-logs): New function.
14393
14394 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14395
14396         * message.el (message-mail-alias-type): Doc fix.
14397         (message-mail-alias-type-p): New function.
14398         (message-send): Use it.
14399         (message-mode): Ditto.
14400         (message-strip-forbidden-properties): Ditto.
14401
14402         * ecomplete.el (ecomplete-database-file-coding-system):
14403         New variable.
14404         (ecomplete-save): Use it.
14405         (ecomplete-setup): Use it.
14406
14407 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * message.el (message-self-insert-commands): New variable.
14410         (message-strip-forbidden-properties): Use it.
14411
14412 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14415         that doesn't make XEmacs choke.
14416
14417 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * gnus-util.el (gnus-replace-in-string):
14420         Prefer replace-regexp-in-string over of replace-in-string.
14421
14422 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-util.el (gnus-select-frame-set-input-focus):
14425         Use select-frame-set-input-focus if it is available in XEmacs; use
14426         definition defined in Emacs 22 for old Emacsen.
14427
14428         * dgnushack.el: Autoload unmorse-region for XEmacs.
14429
14430         * lpath.el: Bind cursor-in-non-selected-windows and
14431         select-frame-set-input-focus for XEmacs.
14432
14433 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14436
14437 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * gnus-registry.el (gnus-registry-cache-save): Remove text
14440         properties when saving via the temp buffer.
14441
14442 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * message.el (message-generate-hashcash): Honor custom type.
14445
14446 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14447
14448         * message.el (message-generate-hashcash): Default to non-nil when
14449         hashcash is found.
14450
14451         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14452         (gnus-refer-thread-limit): Increase default to 500.
14453
14454         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14455
14456         * flow-fill.el (fill-flowed): Allow delete-space.
14457
14458 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14461         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14462         Remove autoloads.
14463
14464 2006-04-18  Simon Josefsson  <jas@extundo.com>
14465
14466         * message.el (message-generate-hashcash): Default to.
14467
14468 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14471         concatenating segments rather than before concatenating them.
14472
14473 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14476
14477 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14478
14479         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14480
14481         * message.el (message-forward-make-body-plain):
14482         Allow message-forward-ignored-headers to be a list.
14483         (message-remove-ignored-headers): Factor out into function.
14484         (message-forward-make-body-mml): Use it.
14485
14486         * imap.el (imap-quote-specials): New function.
14487         (imap-login-auth): Quote specials.
14488
14489         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14490         (rfc2231-parse-string): Allow concatanation of parameters that
14491         aren't contiguous.  The test case is
14492           (mail-header-parse-content-type "message/external-body;
14493             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14494             access-type=LOCAL-FILE;
14495             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14496
14497 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14498
14499         * nntp.el (nntp-accept-process-output): Return the value of
14500         `nnheader-accept-process-output'.
14501
14502 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14503
14504         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14505         (gnus-button-alist): Recognize more diff formats.
14506         (gnus-button-patch): Strip directory.
14507
14508 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14511         Emacs 22 when setting focus.
14512
14513 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14514
14515         * gnus-art.el (gnus-article-treat-types): Do treatment of
14516         text/x-verbatim parts.
14517         (gnus-button-patch): New command.
14518
14519         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14520         addresses that contain invalid characters.
14521
14522 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14523
14524         * message.el (message-put-addresses-in-ecomplete):
14525         Use gnus-replace-in-string.
14526         (message-is-yours-p): Use the more correct
14527         mail-header-parse-address instead of
14528         mail-extract-address-components.
14529         (message-put-addresses-in-ecomplete): Fix typo.
14530
14531         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14532         keystroke.
14533
14534         * gnus-art.el (gnus-treatment-function-alist): Change order of
14535         newsgroups/generic header folding to avoid double-folding.
14536
14537         * message.el (message-hidden-headers): Add X-Draft-From.
14538
14539         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14540         New command.
14541         (gnus-summary-repeat-search-article-backward): New command.
14542
14543         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14544         groups in the parent topic.
14545
14546 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14547
14548         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14549         (spam-extra-header-to-number): Return the CRM114 number as a
14550         number instead of a string.
14551
14552 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14553
14554         * gnus-art.el (gnus-face-properties-alist): Move here from
14555         gnus-fun.
14556
14557         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14558
14559 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * message.el (message-strip-forbidden-properties): Only display on
14562         self-insert-command.
14563
14564         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14565         reindent.
14566         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14567
14568 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14569
14570         * smiley.el (smiley-style): Fix typo.
14571
14572 2006-03-23  Kenichi Handa  <handa@m17n.org>
14573
14574         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14575         instead of set-buffer-multibyte.
14576
14577 2006-03-23  Kenichi Handa  <handa@m17n.org>
14578
14579         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14580         buffer and then decode the buffer text if necessary.
14581         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14582         first, and after mm-encode-body, change the buffer to unibyte.
14583
14584 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14585
14586         * hashcash.el (hashcash-insert-payment-async-2):
14587         Use message-goto-eoh instead of doing it manually.
14588         (mail-add-payment): Use message-narrow-to-header instead of trying
14589         to do the same itself.
14590
14591         * message.el (message-hidden-headers): Add Face.
14592
14593         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14594         reparenting code.
14595         (gnus-summary-reparent-children): Refactored out code.
14596         (gnus-summary-thread-map): New keystroke.
14597         (gnus-summary-reparent-children): Make into command.
14598
14599         * smiley.el (smiley-style): Default to `medium' if using a large
14600         font.
14601
14602         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14603         does it itself.
14604
14605         * message.el (message-point-in-header-p): Simplify definition.
14606
14607 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14608
14609         * nnagent.el (nnagent-request-set-mark): Silence log file
14610         writing.
14611         (nnagent-request-set-mark): Use write-region instead of
14612         append-to-file.
14613
14614         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14615         strange select method.
14616
14617         * ecomplete.el (ecomplete-display-matches): Get highlightling
14618         right.
14619         (ecomplete-display-matches): Use literals.
14620         (ecomplete-display-matches): Disable message logging.
14621
14622         * message.el (message-display-abbrev): Small optimization.
14623
14624         * ecomplete.el (ecomplete-display-matches): Allow automatic
14625         display.
14626
14627         * message.el (message-strip-forbidden-properties):
14628         Display abbrevs.
14629         (message-display-abbrev): Get automatic display right.
14630
14631         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14632         keystrokes.
14633
14634 2006-04-13  Romain Francoise  <romain@orebokech.com>
14635
14636         TODO: Backport to v5-10!
14637
14638         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14639         Move here (and rename) from gnus-registry.el.
14640
14641         * gnus-registry.el: Require gnus-util.
14642         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14643
14644 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14645
14646         * gnus-group.el (gnus-group-catchup-current):
14647         Change if-then-else-if-then-else into cond.
14648         (gnus-group-catchup): Indent.
14649         (group-name-at-point): New function.
14650         (gnus-fetch-group): Provide default from thing at point.
14651
14652 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14653
14654         * message.el (message-display-abbrev): Fix regexp.
14655
14656         * ecomplete.el (ecomplete-highlight-match-line):
14657         Reimplement choosing.
14658         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14659         dead variables.
14660
14661         * message.el (message-newline-and-indent): Remove debugging.
14662         (message-display-abbrev): Use new implementation.
14663
14664 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14665
14666         * gnus-art.el (gnus-article-mode):
14667         Set cursor-in-non-selected-windows to nil.
14668
14669         * smiley.el: Revert previous change.
14670         (smiley-data-directory): defvar it before using it in the
14671         defcustom of `smiley-style'.
14672
14673 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14674
14675         * message.el (message-newline-and-indent): New function.
14676
14677         * ecomplete.el: Implement more bits.
14678
14679         * message.el (message-put-addresses-in-ecomplete): Clean up the
14680         string.
14681
14682         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14683
14684         * gnus-sum.el (gnus-summary-save-parts):
14685         Bind gnus-summary-save-parts-counter and use it to make unique file
14686         names.
14687
14688         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14689
14690         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14691         parameter to say whether to actually parse the individual
14692         addresses.
14693
14694         * message.el (message-put-addresses-in-ecomplete): New function.
14695         (ecomplete): Require.
14696         (message-mail-alias-type): Add ecomplete as an option.
14697
14698 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14699
14700         * flow-fill.el (fill-flowed): Remove trailing space from blank
14701         quoted lines.
14702
14703 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14704
14705         * smiley.el (smiley-style): Move definition later to avoid a
14706         compilation warning.
14707
14708 2006-04-12  Kenichi Handa  <handa@m17n.org>
14709
14710         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14711         buffer and then decode the buffer text if necessary.
14712         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14713         first, and after mm-encode-body, change the buffer to unibyte.
14714         Use mm-disable-multibyte instead of set-buffer-multibyte.
14715
14716 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14719         Content-Type header instead of Content-Disposition header.
14720         (gnus-mime-inline-part): Ditto.
14721         (gnus-mime-view-part-as-charset): Ignore charset that the part
14722         specifies.
14723
14724         * mm-decode.el (mm-display-part): Work with external parts and
14725         usual parts similarly.
14726
14727         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14728         instead of gnus-display-mime.
14729
14730         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14731         instead of with-temp-buffer.
14732
14733         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14734         tag to summarized topics part in order to encode non-ASCII text.
14735
14736 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * smiley.el (smiley-style): New variable.
14739         (smiley-directory): New function.
14740         (smiley-data-directory): Derive from `smiley-style' using
14741         `smiley-directory'.
14742         (smiley-regexp-alist): Add new entries.
14743
14744         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14745         (gnus-article-browse-delete-temp): Add :version.
14746
14747 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14748
14749         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14750         the sieve region.
14751
14752 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14753
14754         * gnus.el (gnus-version-number): Bump version.
14755
14756 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * gnus.el: No Gnus v0.4 is released.
14759
14760 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14761
14762         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14763         layout.
14764
14765         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14766         unknown charset.
14767
14768         * message.el (message-header-synonyms): Add Original-To to the
14769         default.
14770
14771         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14772         optional parameter.
14773
14774 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * gnus-fun.el (gnus): Require it for gnus-directory.
14777
14778 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14781
14782 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14783
14784         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14785
14786 2006-04-05  Simon Josefsson  <jas@extundo.com>
14787
14788         * password.el (password-reset): New function.
14789
14790 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14791
14792         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14793         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14794
14795 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14796
14797         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14798         Some whitespace was matched into the url, which broke browsing hits
14799         > 100 when mm-url-use-external was nil.
14800
14801 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14804         Check gnus-extra-headers for 'Newsgroups.
14805
14806         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14807         bound.
14808
14809 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14810
14811         * pgg-gpg.el: Clean up process buffers every time gpg processes
14812         complete.
14813
14814 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14817         doc string.
14818
14819 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14820
14821         * pgg-gpg.el (pgg-gpg-process-filter)
14822         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14823
14824         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14825         lines, temporary fix.
14826
14827 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14830
14831 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14832
14833         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14834         default-enable-multibyte-characters.  This reverts the change from
14835         revision 6.17 which is no longer necessary because the passphrase
14836         is sent separately now.  GnuPG messages are unreadable under
14837         multibyte locales with default-enable-multibyte-characters set to
14838         nil.
14839
14840 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * message.el (message-tool-bar-gnome): Move "spell".
14843
14844 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14847         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14848         instead.
14849
14850 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14851
14852         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14853         Improve newsgroups handling for NNTP overviews which don't include
14854         Newsgroups.
14855
14856 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14857
14858         * message.el (message-resend): Bind message-generate-hashcash to nil.
14859
14860 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14861
14862         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14863         when searching for already-paid recipients.
14864
14865 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14866
14867         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14868         passphrases when it is not needed.
14869         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14870         passphrase stuff from gpg, should only be necessary when you use
14871         gpg with a smartcard.
14872
14873 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * mml.el (mml-insert-mime): Ignore cached contents of
14876         message/external-body part.
14877
14878         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14879         (mm-insert-part): Ditto.
14880
14881 2006-03-23  Simon Josefsson  <jas@extundo.com>
14882
14883         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14884         Reiner.
14885         (pgg-gpg-use-agent-p): Use it again.
14886
14887 2006-03-23  Simon Josefsson  <jas@extundo.com>
14888
14889         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14890         older emacsen.
14891         (pgg-gpg-use-agent-p): Don't use it.
14892
14893 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14896         if we can.
14897
14898 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14899
14900         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14901         (pgg-gpg-update-agent): New function.
14902         (pgg-gpg-use-agent-p): New function.
14903         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14904         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14905         (pgg-gpg-sign-region): Use it.
14906
14907 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14910         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14911
14912 2006-03-21  Simon Josefsson  <jas@extundo.com>
14913
14914         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14915         <wilde@sha-bang.de>.
14916         (pgg-gpg-use-agent): New variable.
14917         (pgg-gpg-process-region): Use it.
14918         (pgg-gpg-encrypt-region): Likewise.
14919         (pgg-gpg-encrypt-symmetric-region): Likewise.
14920         (pgg-gpg-decrypt-region): Likewise.
14921         (pgg-gpg-sign-region): Likewise.
14922         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14923
14924 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14927
14928         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14929         Add comment on version.
14930
14931 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * smiley.el: Add missing test smiley.
14934
14935 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * mm-decode.el (mm-with-part): New macro.
14938         (mm-get-part): Use it; work with message/external-body as well.
14939         (mm-save-part): Treat name and filename equally.
14940
14941         * mm-extern.el (mm-extern-cache-contents): New function.
14942         (mm-inline-external-body): Use it; force the part to be displayed;
14943         move undisplayer added to the cached handle to the parent.
14944
14945         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14946         (gnus-mime-view-part-as-type): Work with message/external-body.
14947
14948         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14949
14950 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14953         images in image-load-path.  [Sync with image.el, revision 1.60, in
14954         Emacs.]
14955
14956 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14959         path rather than symbol.  Always return list of directories.
14960         Guarantee that image directory comes first.  [Sync with image.el,
14961         revision 1.59, in Emacs.]
14962
14963         * message.el (message-make-tool-bar): Adjust to new API of
14964         `gmm-image-load-path-for-library'.
14965
14966         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14967
14968         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14969
14970 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14971
14972         * gnus-art.el (gnus-article-only-boring-p):
14973         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14974         intangible text.
14975         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14976
14977 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14980         Use `defun' instead of `gmm-defun-compat'.
14981
14982 2006-03-14  Simon Josefsson  <jas@extundo.com>
14983
14984         * message.el (message-unique-id): Don't use message-number-base36
14985         if (user-uid) is a float.
14986         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14987
14988 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14991
14992         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14993         empty line between a part and a message part.
14994
14995 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * smiley.el: Add more test smileys.
14998         (smiley-data-directory, smiley-regexp-alist)
14999         (gnus-smiley-file-types): Fix doc strings.
15000         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15001         adding new elements.
15002         (smiley-mouse-map): Unused code.  Make it a comment.
15003
15004 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15007         scan latest NoCeM messages instead of old ones.
15008         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15009         delimiters that are recently used.
15010         (gnus-nocem-load-cache): Add autoload cookie.
15011
15012         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15013
15014         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15015         level which is larger than gnus-use-nocem is specified.
15016
15017         * gnus-group.el (gnus-group-get-new-news): Ditto.
15018
15019 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * gnus-util.el (gnus-tool-bar-update): New function.
15022
15023         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15024         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15025
15026         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15027
15028         * gnus-group.el (gnus-group-redraw-when-idle)
15029         (gnus-group-redraw-check): Remove.
15030         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15031
15032 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15035         if optional last element is specified in splits (FIELD VALUE...).
15036
15037 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15040         to gmm-image-load-path-for-library.  Call with no-error argument.
15041         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15042
15043         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15044
15045         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15046
15047         * gmm-utils.el (gmm-image-load-path): Remove alias.
15048
15049 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * gmm-utils.el (gmm-image-load-path): Add alias.
15052
15053         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15054         nnml-generate-nov-databases-1.
15055         (nnml-generate-nov-databases): Use it.
15056         (nnml-generate-nov-databases-directory): Document no-active
15057         argument.
15058
15059         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15060         directory if path is t.  Add no-error.
15061
15062         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15063         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15064
15065         * gnus-art.el (gnus-article-browse-delete-temp-files):
15066         Simplify resetting gnus-article-browse-html-temp-list.
15067
15068         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15069         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15070         Add example to docstring.  Rename local variables.  Move error
15071         checks to default case in cond and simplify.
15072
15073 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15076         handle is multipart when calling it recursively.
15077         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15078
15079 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15080
15081         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15082         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15083
15084 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15087         is loaded.
15088
15089         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15090         loaded.
15091
15092 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15095         to "Emacs 23 (unicode)" in doc string.
15096
15097         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15098         "Emacs 23 (unicode)" in comment.
15099
15100 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15103
15104         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15105         characters 160 through 255 in Emacs 23.
15106
15107 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15110         gnus-article-browse-html-temp.
15111         (gnus-article-browse-delete-temp): Make it customizable.
15112         Add `file'.  Adjust doc string.
15113         (gnus-article-browse-delete-temp-files): Add argument.
15114         Allow query for each file.  Adjust doc string.
15115         (gnus-article-browse-html-parts):
15116         Add `gnus-article-browse-delete-temp-files' to
15117         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15118
15119 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15120
15121         * gnus-art.el (gnus-article-browse-html-temp)
15122         (gnus-article-browse-delete-temp): New variables.
15123         (gnus-article-browse-delete-temp-files): New function.
15124         (gnus-article-browse-html-parts): Use it.
15125
15126 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15129
15130         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15131         string.
15132
15133         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15134         gnus-summary-insert-new-articles when unplugged.
15135         Remove gnus-summary-search-article-forward.
15136
15137         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15138         display-visual-class instead of display-color-cells.
15139
15140 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * dgnushack.el: Autoload customize-group for XEmacs.
15143
15144         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15145         message/* containing non-ASCII text properly.
15146
15147 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * message.el: Require gmm-utils, remove autoloads.
15150         (message-tool-bar): Set default based on
15151         gmm-tool-bar-style.
15152         (message-tool-bar-gnome): Add gmm-customize-mode.
15153
15154         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15155         gmm-tool-bar-style.
15156         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15157
15158         * gnus-group.el (gnus-group-tool-bar): Set default based on
15159         gmm-tool-bar-style.
15160         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15161
15162         * gmm-utils.el (gmm-image-directory): Rename variable from
15163         gmm-image-load-path.
15164         (gmm-image-load-path): Use gmm-image-directory.
15165         (gmm-customize-mode): New function.
15166         (gmm-tool-bar-style): New variable.
15167
15168         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15169         gnus-group-redraw-line-number.
15170         (gnus-group-redraw-check): Simplify.
15171         (gnus-group-tool-bar-update): Remove redraw check.
15172         (gnus-group-make-tool-bar): Add redraw check.
15173
15174 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15175
15176         * gnus-art.el (gnus-button): Add missing parentheses.
15177
15178 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * lpath.el: Fbind line-number-at-pos.
15181
15182 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15185
15186 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-art.el (gnus-button): New face.
15189         (gnus-article-button-face): Use it.
15190
15191         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15192         Add gnus-summary-next-page.  Re-order.
15193
15194         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15195         next-node are now included.
15196         (gnus-group-redraw-line-number): New internal variable.
15197         (gnus-group-redraw-check): Helper function for updating the tool
15198         bar.
15199         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15200
15201         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15202
15203         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15204         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15205         Use it to match format of Spamassassin 3.0 and later.
15206         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15207         (spam-check-bogofilter)
15208         (spam-bogofilter-register-with-bogofilter): Fix args of
15209         `gnus-error' calls.
15210
15211 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15214         unnecessary interaction when sending queued mails.
15215         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15216
15217 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15220         first or last are nil.
15221
15222 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15223
15224         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15225
15226 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15227
15228         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15229
15230 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15231
15232         * dns.el (query-dns): Protect more against buggy tcp output.
15233
15234 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15237         nov.php.
15238
15239 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15240
15241         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15242         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15243         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15244         output on the server side.
15245         (nnweb-google-create-mapping): Update regexps and add some
15246         progress indication.
15247
15248 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * gnus-group.el (gnus-group-tool-bar-gnome):
15251         Fix gnus-agent-toggle-plugged.  Re-order icons.
15252         (gnus-group-tool-bar-gnome):
15253         Add gnus-group-{prev,next}-unread-group.
15254         (gnus-group-tool-bar-gnome): Re-order icons.
15255
15256         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15257         Move gnus-summary-insert-new-articles.
15258
15259         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15260         Fix comments.
15261
15262         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15263         also available in Emacs 21.3.
15264
15265         * message.el (message-fix-before-sending): Change "Emacs 22" to
15266         "Emacs 23 (unicode)" in comment.
15267
15268         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15269         "Emacs 23 (unicode)" in comment.
15270
15271         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15272         comment.
15273         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15274
15275         * mm-view.el (mm-fill-flowed): Add :version.
15276
15277 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15280         and load-path.
15281
15282 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * message.el: Autoload gmm-image-load-path.
15285         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15286         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15287         consitency.
15288
15289         * gmm-utils.el (gmm-image-load-path): Also search in
15290         "../etc/images".  Don't set gmm-image-load-path if we don't find
15291         the image.
15292
15293 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gmm-utils.el (gmm-image-load-path): Don't make
15296         `gmm-image-load-path' include subdirectories which the second arg
15297         `image' might specify.
15298
15299         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15300         subdirectory to icon file names.
15301
15302         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15303
15304 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15305
15306         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15307         gmm-image-load-path calls.
15308
15309         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15310
15311         * message.el (message-make-tool-bar): Ditto.
15312
15313         * mml.el (mml-preview): Add comment concerning tool bar icons.
15314
15315         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15316         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15317
15318         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15319         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15320
15321         * message.el (message-tool-bar-gnome): Use new icon names.
15322         (message-make-tool-bar): Use `gmm-image-load-path'.
15323
15324         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15325         New functions from MH-E.
15326         (gmm-image-load-path): New variable from MH-E.
15327         (gmm-image-load-path): New function from MH-E.  Add arguments
15328         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15329         *-image-load-path-called-flag.
15330
15331 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15332
15333         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15334
15335 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15336
15337         * nnimap.el (nnimap-request-move-article): Change folder back to
15338         source group before deleting.
15339
15340 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15343
15344         * gnus-art.el (mm-url-insert-file-contents-external):
15345         Autoload mm-url.
15346
15347         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15348
15349 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15352         coding system which mm-charset-to-coding-system returns for a
15353         given charset is valid.
15354
15355 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15356
15357         * html2text.el (html2text-remove-tag-list):
15358         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15359
15360 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15361
15362         * gnus-cus.el: Revert 2005-10-17 change.
15363
15364 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (article-strip-banner):
15367         Call article-really-strip-banner only when the regexp match is made.
15368
15369 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-art.el (article-strip-banner):
15372         Use gnus-extract-address-components instead of
15373         mail-header-parse-addresses to make it work with non-ASCII text;
15374         remove mail-encode-encoded-word-string.
15375
15376         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15377         values which are surrounded with \"...\"; make it never cause a
15378         Lisp error; give up parsing of parameters if it failed in
15379         extracting type.
15380
15381 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15382
15383         * smime.el (smime-cert-by-ldap-1): Fix bug where
15384         `smime-ldap-search' returns results without userCertificates.
15385
15386 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15389
15390 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * spam.el (spam-check-spamassassin-headers): Adapt format for
15393         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15394         <ari@mbf.ocn.ne.jp>.
15395         (spam-list-of-processors): Add spam-use-gmane.
15396
15397 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15400         make-temp-file; make it work with XEmacs as well.
15401
15402         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15403         mm-make-temp-file.
15404
15405         * mm-decode.el (mm-display-external): Use the 3rd arg of
15406         mm-make-temp-file.
15407         (mm-create-image-xemacs): Ditto.
15408
15409 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15412         with message-narrow-to-headers.
15413         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15414         (gnus-draft-check-draft-articles): New function.
15415         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15416
15417 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * gnus-art.el (gnus-article-browse-html-parts):
15420         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15421         Don't use suffix argument for mm-make-temp-file for Emacs 21
15422         compatibility.  Remove useless `format'.
15423
15424 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15425
15426         * nnweb.el (nnweb-google-wash-article): Update regexps.
15427         (nnweb-group-alist): Use defvoo instead of defvar.
15428
15429 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15432         re-loading nn* modules.
15433
15434 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15437         for `tool-bar-mode' and don't check it's default-value.
15438
15439         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15440
15441         * message.el (message-make-tool-bar): Ditto.
15442
15443         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15444         `substring'.  Shorten tmp-file name.
15445
15446         * gnus.el: Remove bogus comment.
15447
15448 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15449
15450         * gnus-art.el (gnus-article-browse-html-parts): New function.
15451         (gnus-article-browse-html-article): New function for viewing html
15452         articles with a browser.
15453
15454 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15455
15456         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15457         in elisp.
15458         (pgg-gpg-encrypt-symmetric-region): Ditto.
15459         (pgg-gpg-sign-region): Ditto.
15460
15461         * pgg-def.el (pgg-text-mode): New variable.
15462
15463         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15464         (mml2015-pgg-encrypt): Ditto.
15465
15466         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15467         (mml1991-pgg-encrypt): Ditto.
15468
15469 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * nnfolder.el (nnfolder-insert-newsgroup-line):
15472         Use message-make-date instead of current-time-string.
15473
15474         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15475         to gnus-decoded which mm-uu might set.
15476
15477 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15480         don't decode quoted parameters; remove misimported Emacs code.
15481         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15482         (rfc2231-decode-encoded-string): Don't use split-string which
15483         behaves differently according to Emacs version; use
15484         mm-decode-coding-region to convert charset to coding-system.
15485         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15486         (rfc2231-encode-string): Remove misimported Emacs code.
15487
15488 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15491         when calling mail-header-parse-content-type.
15492         (article-de-quoted-unreadable): Ditto.
15493         (article-de-base64-unreadable): Ditto.
15494         (article-wash-html): Ditto.
15495
15496         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15497         calling mail-header-parse-content-type and
15498         mail-header-parse-content-disposition.
15499         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15500         mail-header-parse-content-type.
15501
15502         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15503         insert charset and format parameters; encode description after
15504         inserting it to buffer.
15505         (mml-insert-parameter): Fold lines properly even if a parameter is
15506         segmented into two or more lines; change the max column to 76.
15507
15508         * rfc1843.el (rfc1843-decode-article-body): Don't use
15509         ignore-errors when calling mail-header-parse-content-type.
15510
15511         * rfc2231.el (rfc2231-parse-string): Return at least type if
15512         possible; don't cause an error even if it fails in parsing of
15513         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15514         (rfc2231-encode-string): Don't break lines at the beginning, leave
15515         it to mml-insert-parameter.
15516
15517         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15518         calling mail-header-parse-content-type.
15519
15520 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * spam-report.el (spam-report-gmane-use-article-number):
15523         Improve doc string.
15524         (spam-report-gmane-internal): Check if a suitable header was found
15525         in the article.
15526
15527 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15530         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15531
15532 2006-02-05  Romain Francoise  <romain@orebokech.com>
15533
15534         Update copyright notices of all files in the gnus directory.
15535
15536 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15537
15538         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15539
15540 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15543         segmented lines of parameter value to cope with Thunderbird 1.5
15544         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15545         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15546         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15547
15548 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15549
15550         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15551         parts.
15552
15553 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15554
15555         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15556         there's only one active file for all servers.
15557         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15558         solid groups.  Gnus might have used a FAST request to select the group.
15559         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15560         and nnweb-search redundantly in the active file.
15561         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15562         (nnweb-request-create-group): Don't use ARGS.
15563         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15564         initialisations.  Let nnoo do the work.
15565
15566 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15569         Say the part has been decoded.
15570
15571         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15572
15573 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15574
15575         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15576         mailcap-viewer-test-cache when there's no 'test clause, since that
15577         will invert the meaning of a "nil" test previously determined by
15578         mailcap-mailcap-entry-passes-test.
15579
15580 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15583         compiling.
15584
15585         * gnus-sum.el: Ditto.
15586
15587         * message.el: Don't bind tool-bar-map when compiling.
15588
15589 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15592
15593 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15594
15595         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15596         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15597         current Google Groups.
15598
15599 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15602         and tool-bar-mode.
15603
15604         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15605         and tool-bar-mode.
15606
15607         * message.el (message-tool-bar-update): Simplify.
15608         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15609
15610         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15611         gnus-summary-buffer.
15612         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15613         gnus-summary-reply.
15614
15615         * gmm-utils.el (gmm): Add :version.
15616
15617 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * Makefile.in (clean): New rule.
15620         (distclean): Use it.
15621
15622 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15623
15624         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15625         Don't autoload.
15626
15627 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gmm-utils.el (gmm-verbose): Add :group.
15630
15631 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * message.el: Change some comments WRT tool-bars.
15634
15635         * gnus-sum.el (gnus-summary-tool-bar)
15636         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15637         (gnus-summary-tool-bar-zap-list): New variables.
15638         (gnus-summary-make-tool-bar): Complete rewrite using
15639         `gmm-tool-bar-from-list'.
15640
15641         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15642         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15643         New variables.
15644         (gnus-group-make-tool-bar): Complete rewrite using
15645         `gmm-tool-bar-from-list'.
15646         (gnus-group-tool-bar-update): New function.
15647
15648         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15649
15650 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15653         is dissected into a single part of which the type is the same as
15654         the given one; decode charset.
15655
15656 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15657
15658         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15659         into alists as symbol not string, since that's what
15660         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15661         look for.
15662
15663 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15666         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15667
15668         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15669
15670 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15673         (gnus-xmas-mime-security-button-menu): New function.
15674
15675         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15676         (gnus-mime-security-button-menu): New definition.
15677         (gnus-mime-security-button-map): Use them.
15678         (gnus-mime-security-button-menu): New function.
15679         (gnus-insert-mime-security-button): Addition to help echo.
15680         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15681         (gnus-mime-security-pipe-part): New functions.
15682
15683         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15684         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15685
15686         * mm-decode.el (mm-handle-set-disposition): Remove.
15687         (mm-handle-set-description): Remove.
15688
15689 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15692         (mm-w3m-standalone-supports-m17n-p): New function.
15693         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15694         w3m usage.
15695
15696         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15697         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15698
15699 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * message.el (message-tool-bar-zap-list):
15702         Use gmm-tool-bar-zap-list as custom type.
15703         (message-tool-bar-update): New function.
15704         (message-tool-bar, message-tool-bar-gnome)
15705         (message-tool-bar-retro): Add message-tool-bar-update.
15706         (message-tool-bar-gnome): Add flyspell-buffer.
15707
15708         * gnus-util.el (gnus-error): Describe `args'.
15709
15710         * gmm-utils.el (gmm-error): Describe `args'.
15711         (gmm-tool-bar-zap-list): New widget.
15712         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15713
15714 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15717         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15718         the number of recursive calls.
15719
15720         * mm-decode.el (mm-handle-set-disposition): New macro.
15721         (mm-handle-set-description): New macro.
15722
15723 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15726         encoding.
15727
15728 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * message.el (message-tool-bar-zap-list, message-tool-bar)
15731         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15732         (message-tool-bar-local-item-from-menu): Remove.
15733         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15734         (message-make-tool-bar): New function.
15735         (message-mode): Use `message-make-tool-bar'.
15736
15737         * gmm-utils.el: New file.
15738         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15739         (gmm-lazy): New widget copied from `nnmail.el'.
15740         (gmm-tool-bar-from-list): New function for creating customizable
15741         tool bars.
15742         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15743         output.
15744         (gmm): Add :prefix to defgroup.
15745
15746 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15747
15748         * gmm-utils.el (gmm-widget-p): New function.
15749
15750 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * mml.el (mml-attach-file): Describe `description' in doc string.
15753         (mml-menu): Add Emacs MIME manual and PGG manual.
15754
15755 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15756
15757         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15758
15759 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15760
15761         * nntp.el (nntp-end-of-line): Doc fix.
15762
15763 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15764
15765         * imap.el (imap-open): Handle case where buffer is a buffer
15766         object.
15767
15768 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15769
15770         * gnus-delay.el (gnus-delay): Don't autoload.
15771         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15772         to be re-loaded when customizing the `gnus-delay' group.
15773
15774 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15775
15776         * message.el (message-insert-citation-line): Use newlines.
15777
15778 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15779
15780         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15781         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15782         these routines, so the passphrase can be managed externally and
15783         passed in to the system.
15784         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15785         pgg-add-passphrase-to-cache function.
15786
15787         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15788         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15789         these routines, so the passphrase can be managed externally and
15790         passed in to the system.
15791         (pgg-pgp5-sign-region): Use new name of
15792         pgg-add-passphrase-to-cache function.
15793
15794 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15795
15796         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15797         part of the decoded armor to find the key-identifier.
15798         (pgg-gpg-lookup-key-owner): New function to return the
15799         human-readable identifier of a key owner.
15800         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15801         itself.
15802         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15803         the key value) if we have a key and can match it against a secret
15804         key.  Also, added a note pointing out fact that the prompt only
15805         indicates the first matching key.
15806
15807         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15808         pgg-decrypt-region.
15809         (pgg-add-passphrase-to-cache): Rename from
15810         `pgg-add-passphrase-cache' to reduce confusion (all callers
15811         changed).
15812         (pgg-remove-passphrase-from-cache): Rename from
15813         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15814         changed).
15815         (pgg-read-passphrase, pgg-add-passphrase-cache)
15816         (pgg-remove-passphrase-cache): Add informative docstrings.
15817         (pgg-decrypt): Convey provided passphrase in subordinate call to
15818         pgg-decrypt-region.
15819
15820 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15821
15822         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15823         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15824         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15825         'passphrase' argument, so the passphrase can be managed externally
15826         and then passed in to the system.
15827
15828         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15829         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15830         so the passphrase cache can be used reliably with identifiers
15831         besides a pgp packet's key id.
15832
15833         * pgg-gpg.el (pgg-gpg-encrypt-region)
15834         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15835         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15836         these routines, so the passphrase can be managed externally and
15837         passed in to the system.
15838
15839         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15840         'notruncate' argument, so the passphrase cache can be used
15841         reliably with identifiers besides a pgp packet's key id.
15842
15843 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15844
15845         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15846         symmetric encryption.
15847         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15848         encrypted session key.
15849         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15850         message ask for the passphrase in a proper way.
15851
15852         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15853         New user commands for symmetric encryption.
15854
15855 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15858
15859         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15860
15861 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15862
15863         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15864
15865 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * mm-decode.el (mm-inlined-types): Add application/pgp.
15868         (mm-automatic-display): Ditto.
15869
15870         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15871         part as text.
15872
15873 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * nnrss.el: Update copyright.
15876         (nnrss-opml-import): Query whether to subscribe to each entry.
15877
15878         * gnus-art.el:
15879         * gnus-sum.el:
15880         * gnus-xmas.el:
15881         * messagexmas.el:
15882         * mm-uu.el:
15883         * mm-view.el: Update copyright.
15884
15885 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * message.el (message-info): New function.
15888         (message-mode-menu): Add it.
15889         Update copyright.
15890
15891         * ChangeLog: Fix and update copyright.
15892
15893 2006-01-13  Romain Francoise  <romain@orebokech.com>
15894
15895         * message.el (message-forward-subject-name-subject): Prefer the
15896         address to 'nowhere' if the sender has no name.
15897         Fix typo.  Update copyright year.
15898
15899 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-art.el (article-wash-html):
15902         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15903         (gnus-article-wash-html-with-w3m-standalone): New function.
15904
15905         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15906         mm-inline-text-html-render-with-w3m-standalone.
15907         (mm-text-html-washer-alist): Map w3m-standalone to
15908         gnus-article-wash-html-with-w3m-standalone.
15909         (mm-inline-text-html-render-with-w3m-standalone): New function.
15910
15911 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15914         Improve LaTeX.
15915
15916 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15919         (nnrss-request-article): Render text/plain parts as HTML.
15920
15921         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15922         the buffer.
15923
15924 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15927         custom definition of `gnus-posting-styles'.
15928
15929         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15930         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15931
15932 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15935         Use nntp for bug archive.
15936
15937 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15940         parts.
15941         (nnrss-normalize-date): New function converts ISO 8601 date into
15942         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15943         (nnrss-check-group): Use it.
15944
15945 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15948
15949         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15950         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15951         (nnrss-insert-w3): Ditto.
15952
15953 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15956         the articles to be forwarded including the case where neither a
15957         number of articles nor a region is specified.
15958
15959 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * nnrss.el (nnrss-request-article): Fix last change; fill
15962         text/plain parts.
15963
15964 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15967         in text/plain part.
15968         (nnrss-check-group): Don't add excessive newline to dc:subject.
15969
15970 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15971
15972         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15973         article.
15974
15975 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15978         (nnml-use-compressed-files, nnml-save-mail): Support other
15979         comression programs such as bzip2.
15980
15981 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15982
15983         * dns.el (query-dns): Make sure we check the buffer size before
15984         removing tcp headers.
15985
15986 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15989         remove MIME buttons associated with multipart/alternative parts.
15990         (gnus-mime-display-alternative): Tag buttons using `article-type'
15991         text property.
15992
15993         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15994         associated with multipart/alternative parts.
15995
15996         * gnus-art.el (gnus-signature-separator): Fix custom type.
15997
15998         * mm-decode.el (mm-inlined-types): Fix custom type.
15999         (mm-keep-viewer-alive-types): Ditto.
16000         (mm-automatic-display): Ditto.
16001         (mm-attachment-override-types): Ditto.
16002         (mm-inline-override-types): Ditto.
16003         (mm-automatic-external-display): Ditto.
16004
16005 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * spam-report.el (spam-report-user-mail-address)
16008         (spam-report-user-agent): New variables.
16009         (spam-report-url-ping-plain): Use spam-report-user-agent.
16010
16011 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16012
16013         * gnus-art.el (gnus-button-handle-custom): Do not just use
16014         `customize-apropos' for any "M-x customize-*" button but the
16015         function called for.  Accept both the function name and its
16016         argument in order to achieve this.
16017         (gnus-button-alist): Remove support for "custom:" URL's.
16018         Pass function name to `gnus-button-handle-custom' in case of "M-x
16019         customize-*" buttons.
16020
16021 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16024         multipart/alternative and add xref to mm-discouraged-alternatives
16025         in doc string.
16026
16027         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16028         gnus-buttonized-mime-types in doc string.
16029
16030 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16033         Suggest image/.* in the doc string.
16034
16035 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16038         message-marks (Debian bug #342521).
16039
16040 2005-12-12  Simon Josefsson  <jas@extundo.com>
16041
16042         * password.el (password-read-from-cache): Add.
16043         (password-read): Use it.
16044
16045 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * rfc2047.el (rfc2047-charset-to-coding-system):
16048         Recognize us-ascii as a MIME charset.
16049
16050         * mm-bodies.el (mm-decode-content-transfer-encoding):
16051         Protect against the case where the 2nd arg TYPE is nil.
16052
16053 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * pop3.el (pop3-stream-type): Fix custom version.
16056
16057         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16058
16059 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16060
16061         * mm-decode.el (mm-display-external): Add missing cdr.
16062
16063 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16066         RFC1524) if it is in mailcap or add a suffix according to
16067         mailcap-mime-extensions when generating a temp filename; postpone
16068         deleting a temp file for 2 seconds for some wrappers, shell
16069         scripts, and so on, which might exit right after having started a
16070         viewer command as a background job.
16071
16072 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         * nntp.el (nntp-marks-directory): Fix custom group.
16075
16076         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16077         steps when < 10.
16078
16079         * gnus-start.el (gnus-no-server-1):
16080         Mention `gnus-level-default-subscribed' in doc string.
16081
16082 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16083
16084         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16085         parens.
16086
16087 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-xmas.el (gnus-use-toolbar): Revert.
16090         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16091         gnus-use-toolbar is default.
16092
16093         * messagexmas.el (message-use-toolbar): Revert.
16094         (message-setup-toolbar): Use global default-toolbar if
16095         message-use-toolbar is default.
16096
16097 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16100         according to default-toolbar-visible-p.
16101
16102         * messagexmas.el (message-use-toolbar): Ditto.
16103
16104 2005-11-26  Dave Love  <fx@gnu.org>
16105
16106         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16107         (tls-program, tls-success): Provide openssl alternative.
16108
16109         * starttls.el: Doc fixes.
16110         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16111         SERVICE to PORT.
16112
16113         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16114         port null or service name.
16115         (starttls-negotiate): Autoload.
16116
16117 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * message.el (message-kill-to-signature): Fix interactive spec.
16120
16121 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * pop3.el (pop3-open-server): Recognize a string as a service name.
16124
16125 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16126
16127         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16128
16129 2005-11-23  Dave Love  <fx@gnu.org>
16130
16131         Add pop3s, pop3/starttls.
16132
16133         * pop3.el (pop3-authentication-scheme): Clarify doc.
16134         (open-tls-stream, starttls-open-stream): Autoload.
16135         (pop3-stream-type): New.
16136         (pop3-open-server): Use it.
16137
16138         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16139         for POP.
16140         (mail-source-keyword-map): Add :stream for POP.
16141         (mail-source-fetch-pop): Use pop3-stream-type.
16142
16143 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16146         of current-time-string.
16147
16148 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16149
16150         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16151         date header.
16152
16153 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16154
16155         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16156         it can seriously impact performance as it bypasses the agent's
16157         local caches.
16158
16159 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16160
16161         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16162         must be explicitly online rather than "not explicitly offline" for
16163         its flags to be synchronized.
16164
16165         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16166         that gnus-uu-unmark-thread will function correctly.
16167
16168         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16169         1024K is instead displayed as 1M.
16170
16171 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16172
16173         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16174
16175 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16176
16177         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16178
16179 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16180
16181         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16182         error message to display actual error condition.
16183         (gnus-agent-save-local): Avoid saving symbols that are bound to
16184         nil as they simply result in a warning message in
16185         gnus-agent-read-local.
16186
16187 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16190         rather than make-variable-buffer-local for file-precious-flag.
16191
16192 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16193
16194         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16195         for duplicates which are removed.  The invalid sort check then
16196         triggers a rescan after the sort as sorting may have moved
16197         duplicate entries such that they can be cheaply detected.
16198
16199 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16202
16203 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16204
16205         * gnus-agent.el (gnus-agent-article-alist-save-format):
16206         Change internal variable to a custom variable.  Change default value
16207         from compressed(2) to uncompressed(1).
16208         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16209         support for uncompressed agentview files.  Taken together, reading
16210         the agentview file should now be 6-7 times faster.
16211
16212 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16213
16214         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16215         as a buffer-local variable.  This avoids creating truncated
16216         dribble files as a result of a hang up, eg.
16217
16218 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16219
16220         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16221         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16222         XEmacs.
16223
16224 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * gnus-start.el (gnus-start-draft-setup):
16227         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16228
16229         * gnus.el (gnus-splash): Change custom group.
16230         (gnus-group-get-parameter, gnus-group-parameter-value):
16231         Describe allow-list argument.
16232
16233         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16234         string.
16235
16236 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * gnus-art.el (gnus-default-article-saver): Add user-defined
16239         `function' to custom type.
16240
16241 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16242
16243         * imap.el (imap-open): Handle case where buffer is a buffer
16244         object.
16245
16246 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16249         long lines.
16250         (gnus-cache-delete-group): Wrap doc strings.
16251
16252         * gnus-agent.el (gnus-agent-rename-group)
16253         (gnus-agent-delete-group): Wrap doc strings.
16254
16255 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * messagexmas.el (message-use-toolbar): Change the valid values
16258         into default, top, bottom, left, and right.
16259         (message-toolbar-thickness): New variable.
16260         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16261         well.
16262         (message-setup-toolbar): Make it work.
16263
16264         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16265         (gnus-use-toolbar): Change the valid values into default, top,
16266         bottom, left, and right.
16267         (gnus-toolbar-thickness): New variable.
16268         (gnus-xmas-setup-toolbar): New function.
16269         (gnus-xmas-setup-group-toolbar): Use it.
16270         (gnus-xmas-setup-summary-toolbar): Use it.
16271
16272 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * gnus-start.el (gnus-1): Add "native" to
16275         gnus-predefined-server-alist.
16276
16277         * gnus.el (gnus-method-to-server): Don't add "native" to the
16278         lists here, because that leads to problems when
16279         gnus-select-method is bound.
16280
16281 2005-11-09  Simon Josefsson  <jas@extundo.com>
16282
16283         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16284         use (not sort-by-date) instead.
16285
16286 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16287
16288         * gnus-delay.el (gnus-delay-group): Don't autoload.
16289         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16290         to be re-loaded when customizing the `gnus-delay' group.
16291
16292 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16293
16294         * message.el: Revert last changes.
16295         (message-insert-citation-line): Use newlines.
16296
16297 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16298
16299         * message.el (message-courtesy-message)
16300         (message-mark-insert-begin, message-mark-insert-end)
16301         (message-elide-ellipsis, message-cancel-message)
16302         (message-add-header, message-change-subject)
16303         (message-cross-post-followup-to-header)
16304         (message-cross-post-insert-note, message-reduce-to-to-cc)
16305         (message-widen-reply, message-delete-not-region)
16306         (message-kill-to-signature, message-insert-signature)
16307         (message-insert-importance-high, message-insert-importance-low)
16308         (message-insert-or-toggle-importance)
16309         (message-insert-disposition-notification-to)
16310         (message-indent-citation, message-yank-original)
16311         (message-cite-original-without-signature, message-cite-original)
16312         (message-insert-citation-line, message-position-on-field)
16313         (message-fix-before-sending, message-send-mail-partially)
16314         (message-send-mail, message-send-mail-with-sendmail)
16315         (message-send-mail-with-qmail, message-send-news)
16316         (message-check-news-header-syntax, message-generate-headers)
16317         (message-insert-courtesy-copy, message-fill-address)
16318         (message-fill-header, message-shorten-references)
16319         (message-setup-1, message-cancel-news)
16320         (message-forward-make-body-plain, message-forward-make-body-mime)
16321         (message-forward-make-body-mml, message-encode-message-body)
16322         (message-forward-make-body-digest-plain)
16323         (message-forward-make-body-digest-mime)
16324         (message-use-alternative-email-as-from): Insert `hard-newline'
16325         instead of ordinary newlines.
16326
16327 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * message.el (message-generate-headers): Downcase the argument
16330         given to message-check-element.
16331
16332 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16333
16334         * nntp.el (nntp-authinfo-rejected): New error condition.
16335         (nntp-wait-for): Use new error condition to signal authentication
16336         error.
16337         (nntp-retrieve-data): Rethrow new error condition to break out of
16338         recursive call to nntp-send-authinfo.
16339
16340 2005-11-08  Romain Francoise  <romain@orebokech.com>
16341
16342         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16343         (gnus-summary-exit-map): Bind to `Z p'.
16344         (gnus-summary-make-menu-bar): Add menu item.
16345
16346 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16347
16348         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16349         (gnus-treat-*): Add `first' in all doc strings.
16350
16351         * gnus-group.el (gnus-group-compact-group): Fix typo.
16352
16353 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus.el (gnus-parameters-case-fold-search): New variable.
16356         (gnus-parameters-get-parameter): Use it.
16357
16358         * gnus-score.el (gnus-home-score-file): Doc fix.
16359
16360 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16361
16362         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16363
16364 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * mm-util.el (mm-special-display-p): New function.
16367
16368         * mml.el (mml-preview): Use it; doc fix.
16369
16370 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16371
16372         * imap.el (imap-open): Handle case where buffer is a buffer object.
16373
16374 2005-10-29  Romain Francoise  <romain@orebokech.com>
16375
16376         * message.el (message-fix-before-sending): Fix comment.
16377
16378 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16379
16380         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16381
16382 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16383
16384         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16385         Used in gnus-score.el.
16386
16387 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16390
16391 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16394         whitespace removed in revision 7.8.  Use concatenated string to
16395         protect trailing whitespace.
16396
16397 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16398
16399         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16400         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16401         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16402         Courier IMAP ("some version from 2004").  Mostly based on similar
16403         code in the same function.
16404
16405 2005-10-26  Didier Verna  <didier@xemacs.org>
16406
16407         * gnus-group.el (gnus-group-compact-group): Invalidate original
16408         article buffer.
16409         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16410         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16411         NOV database and in article itself.
16412         Invalidate article backlog.
16413
16414 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16417
16418 2005-10-26  Simon Josefsson  <jas@extundo.com>
16419
16420         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16421         part of 2004-07-25 change.
16422
16423 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * message.el (message-display-completion-list): New function.
16426         (message-expand-group): Use it; make sure the Completions buffer
16427         is modifiable.
16428 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16429
16430         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16431         user-mail-name is an empty string.
16432
16433 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16434
16435         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16436         depending on gnus-score-decay-constant.
16437
16438         * encrypt.el (encrypt-insert-file-contents)
16439         (encrypt-write-file-contents): Don't use `gnus-message'.
16440
16441         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16442         arguments.
16443         (mm-uu-type-alist): Add message-marks and insert-marks.
16444         Pass arguments to mm-uu-verbatim-marks-extract.
16445         (mm-uu-hide-markers): New variable.
16446         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16447
16448         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16449         (gnus-convert-image-to-face-command): Use "convert" by default to
16450         allow other input image formats.
16451         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16452         accordingly.
16453
16454 2005-10-23  Simon Josefsson  <jas@extundo.com>
16455
16456         * imap.el (imap-gssapi-program): Align command line parameters
16457         with latest GNU SASL.
16458         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16459
16460 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16461
16462         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16463         HTML.
16464         (nnslashdot-request-article): Ditto.
16465
16466         * lpath.el (featurep): Add nobreak-char-display.
16467
16468 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16469
16470         * mail-source.el (mail-source-fetch-pop): Require pop3.
16471         (mail-source-check-pop): Ditto.
16472
16473 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16476         errors.
16477
16478 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16481         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16482
16483         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16484
16485         * mm-bodies.el (mm-decode-string):
16486         Call `mm-charset-to-coding-system' with allow-override argument.
16487
16488 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16491         (rfc2047-charset-to-coding-system): New function.
16492         (rfc2047-decode-encoded-words): New function.
16493         (rfc2047-decode-region): Use them.
16494         (rfc2047-decode-cte): Remove.
16495         (rfc2047-parse-and-decode): Remove.
16496         (rfc2047-decode): Remove.
16497
16498 2005-10-15  Kenichi Handa  <handa@m17n.org>
16499
16500         * rfc2047.el (rfc2047-decode-cte): New function.
16501         (rfc2047-decode-region): Change the way to decode successive
16502         encoded-words: decode B- or Q-encoding in each encoded-word,
16503         concatenate them, and decode it as charset.
16504
16505 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * lpath.el: Fbind codepage-setup for XEmacs.
16508
16509 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16510
16511         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16512         widget-move-and-invoke.
16513         (gnus-custom-mode): Use gnus-custom-map.
16514
16515 2005-10-15  Bill Wohler  <wohler@newt.com>
16516
16517         * message.el (message-tool-bar-map): Rename image file from
16518         mail_send to mail/send.
16519
16520 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16521
16522         * message.el (message-expand-group): Pass the common
16523         prefix substring of completion to `display-completion-list'.
16524
16525 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * mml-sec.el (mml-secure-method): New internal variable.
16528         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16529         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16530         New functions using mml-secure-method.
16531
16532         * mml.el (mml-mode-map): Add key bindings for those functions.
16533         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16534         Harder <harder@myrealbox.com>.
16535         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16536         Goto end of message if point is the headers of the message.
16537
16538         * message.el (message-in-body-p): New function.
16539
16540         * assistant.el: Autoload gnus-util and netrc.
16541
16542         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16543         Use `mm-charset-override-alist' only when decoding.
16544
16545         * mm-bodies.el (mm-decode-body):
16546         Call `mm-charset-to-coding-system' with allow-override argument.
16547
16548         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16549         `filename' from Content-Disposition if Content-Type doesn't
16550         provide `name'.
16551         (gnus-mime-view-part-as-type): Set default instead of
16552         initial-input.
16553
16554 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16555
16556         * format-spec.el (format-spec): Propagate text properties of % spec.
16557
16558 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-art.el (gnus-treat-predicate): Add `first'.
16561
16562 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16565         (mm-charset-override-alist): New variable.
16566         (mm-charset-to-coding-system): Use it.
16567         (mm-codepage-setup): New helper function.
16568         (mm-charset-eval-alist): New variable.
16569         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16570         Warn about unknown charsets.
16571
16572         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16573
16574 2005-10-04  David Hansen  <david.hansen@gmx.net>
16575
16576         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16577         (nnrss-check-group): Ditto.
16578
16579 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16582         Rename x-gnus-verbatim to x-verbatim.
16583         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16584
16585         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16586         x-verbatim.
16587
16588         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16589
16590         * gnus-util.el (gnus-remove-duplicates): Remove.
16591
16592         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16593         instead of gnus-remove-duplicates.
16594
16595         * message.el (message-remove-duplicates): Remove.
16596         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16597         message-remove-duplicates.
16598
16599         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16600         available, else use implementation from `delete-dups'.
16601
16602         * message.el (message-insert-expires): New function.
16603         (message-mode-map): Add key binding.
16604         (message-mode-field-menu): Add menu entry.
16605         (message-mode): Document it.
16606         (message-make-expires-date): Use `message-make-date'.
16607
16608 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16609
16610         * message.el (message-make-expires-date): New function.
16611
16612 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * Makefile.in (list-installed-shadows): New entry.
16615         (install): Use it.
16616         (remove-installed-shadows): New entry.
16617
16618         * dgnushack.el (dgnushack-default-load-path): New variable.
16619         (dgnushack-find-lisp-shadows): New function.
16620         (dgnushack-remove-lisp-shadows): New function.
16621
16622 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * Makefile.in (install-el-elc): New entry.
16625         (install): Use it so that .el files are necessarily installed.
16626
16627 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16630
16631 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16632
16633         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16634         function rather than the diff-mode.el package.
16635         (mm-display-external): Use with-current-buffer.
16636         (mm-viewer-completion-map, mm-viewer-completion-map):
16637         Move initialization inside declaration.
16638
16639 2005-09-29  Simon Josefsson  <jas@extundo.com>
16640
16641         * spam.el: Load hashcash when compiling, to avoid warnings.
16642         Don't autoload mail-check-payment.
16643         (spam-check-hashcash): Define unconditionally, since hashcash.el
16644         is part of Gnus now.  Ignore errors from payment checking.
16645
16646 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16647
16648         * message.el (message-bold-region, message-unbold-region):
16649         Rename from `bold-region' and `unbold-region'.
16650
16651         * message.el: Remove useless autoloads.
16652
16653 2005-09-28  Simon Josefsson  <jas@extundo.com>
16654
16655         * message.el (message-use-idna): Default to t.
16656         (message-use-idna): Test whether encoding works too.  Doc fix.
16657
16658 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * nntp.el (nntp-warn-about-losing-connection): Remove.
16661
16662 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16665         customizable.  Change default value.
16666         (mm-uu-diff-groups-regexp): Change default value.
16667         (mm-uu-type-alist): Add doc string.
16668         (mm-uu-configure): Add doc string.  Make it interactive.
16669         (mm-uu-tex-groups-regexp): New variable.
16670         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16671         (mm-uu-type-alist): Add LaTeX documents.
16672         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16673         of "text/verbatim".
16674         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16675
16676         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16677         instead of "text/verbatim".
16678
16679         * message.el (message-mark-inserted-region)
16680         (message-mark-insert-file): Use slrn style marks when called with
16681         prefix argument.
16682
16683 2005-09-27  Simon Josefsson  <jas@extundo.com>
16684
16685         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16686
16687 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16688
16689         * message.el (message-remove-duplicates): New function.
16690         Implementation borrowed from `gnus-remove-duplicates'.
16691         (message-idna-to-ascii-rhs): Also encode idna addresses in
16692         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16693         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16694         only ask about the same idna domain once per header and also tell
16695         in what header to replace the idna domain.
16696
16697         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16698         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16699         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16700         a header is decoded and not just the last one.
16701
16702 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16705         has been decoded.
16706
16707         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16708         (mm-insert-part): Don't modify text if it has been decoded.
16709
16710         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16711         decoded.
16712
16713         * mm-view.el (mm-inline-text): Don't strip text props unless
16714         decoding enriched or richtext parts.
16715
16716 2005-09-25  Romain Francoise  <romain@orebokech.com>
16717
16718         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16719         * gnus-start.el (gnus-subscribe-interactively):
16720         * gnus-uu.el (gnus-uu-grab-articles):
16721         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16722         space.
16723
16724 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16725
16726         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16727         * mm-view.el (mm-view-pkcs7-decrypt):
16728         * gnus-sum.el (gnus-summary-limit-to-extra)
16729         (gnus-summary-respool-article, gnus-read-move-group-name):
16730         * gnus-score.el (gnus-summary-increase-score):
16731         * gnus-util.el (gnus-completing-read-with-default):
16732         * gnus-art.el (gnus-read-save-file-name)
16733         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16734         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16735         * message.el (message-check-news-header-syntax):
16736         Follow convention for reading with the minibuffer.
16737
16738 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * spam-report.el (spam-report-url-ping-plain):
16741         Use gnus-extended-version as User-Agent.
16742
16743         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16744         default value is nil.
16745
16746         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16747         (mm-uu-verbatim-marks-extract): New function.
16748         (mm-uu-extract): New face.
16749         (mm-uu-copy-to-buffer): Use it.
16750
16751         * spam-report.el (spam-report-gmane-ham): Rename from
16752         `spam-report-gmane-unspam'.
16753         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16754         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16755
16756         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16757         Autoload.
16758         (spam-report-gmane-unregister-routine):
16759         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16760
16761 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16762
16763         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16764         (spam-report-gmane-unregister-routine): Add support for gmane
16765         unregistration.
16766
16767         * spam-report.el (spam-report-gmane-unspam)
16768         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16769         (spam-report-gmane): Change to take a single article and do unspam
16770         registration.
16771
16772 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * mm-url.el (mm-url-decode-entities): Fix regexp.
16775
16776 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16779         default to nil, to be able to use Gnus at all.  If the default
16780         switches to something else, then the function should be fixed not
16781         be exceedingly slow.
16782
16783 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16784
16785         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16786         fail hard.
16787
16788         * spam-report.el: Add better Keywords line.
16789
16790         * spam.el: Add Maintainer and better Keywords line.
16791
16792 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-art.el (gnus-article-replace-part)
16795         (gnus-mime-replace-part): New functions.
16796         (gnus-mime-action-alist, gnus-mime-button-commands)
16797         (gnus-mime-save-part-and-strip): Add file argument.
16798         (gnus-article-part-wrapper): Add interactive argument.
16799
16800         * gnus-sum.el (gnus-summary-mime-map):
16801         Add `gnus-article-replace-part'.
16802
16803 2005-09-19  Didier Verna  <didier@xemacs.org>
16804
16805         The nnml compaction feature:
16806         * nnml.el (nnml-request-compact-group): New function.
16807         * nnml.el (nnml-request-compact): New function.
16808         * gnus-int.el (gnus-request-compact-group): New function.
16809         * gnus-int.el (gnus-request-compact): New function.
16810         * gnus-group.el (gnus-group-compact-group): New function.
16811         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16812         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16813         * gnus-srvr.el (gnus-server-compact-server): New function.
16814         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16815         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16816
16817 2005-09-18  Deepak Goel  <deego@gnufans.org>
16818
16819         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16820         format spec.
16821
16822 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16825
16826 2005-09-15  Romain Francoise  <romain@orebokech.com>
16827
16828         * message.el (message-fill-paragraph): Clarify docstring.
16829
16830 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-art.el (gnus-mime-display-part): Protect against broken
16833         MIME messages.
16834
16835 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16838         before parsing header.
16839
16840 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16841
16842         * html2text.el (html2text-replace-list): Add new entities.
16843
16844 2005-09-11  Romain Francoise  <romain@orebokech.com>
16845
16846         * message.el (message-alternative-emails): Improve docstring.
16847         (message-setup-1): Call `message-use-alternative-email-as-from'
16848         after `message-setup-hook' to give it precedence over posting
16849         styles, etc.
16850         (message-use-alternative-email-as-from): Add docstring.
16851         Remove the original From header if present.
16852
16853         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16854         (nnml-save-mail): Use it.
16855
16856         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16857         articles.  Add new argument `silent'.
16858         (gnus-uu-mark-all): Report the total number of marked articles.
16859
16860 2005-09-10  Romain Francoise  <romain@orebokech.com>
16861
16862         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16863         (gnus-uu-mark-series): Likewise.
16864
16865 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * spam-report.el (spam-report-gmane): Fix generation of spam
16868         report URL.
16869
16870 2005-09-10  Simon Josefsson  <jas@extundo.com>
16871
16872         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16873         t, based on discussion on the ding list with Robert Epprecht
16874         <epprecht@solnet.ch>.
16875
16876 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * spam-report.el (spam-report-gmane): Make it work without
16879         X-Report-Spam header.  Gmane now only provides Archived-At.
16880         This is only used if `spam-report-gmane-use-article-number' is nil.
16881         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16882
16883         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16884         make `gnus-summary-sort-by-recipient' work with threading.
16885
16886         * nnweb.el (nnweb-google-wash-article): Print a message if article
16887         is not available.
16888
16889 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16890
16891         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16892         change.  Decode text/* parts content before displaying.
16893
16894 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16897
16898 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16901
16902         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16903         url-package-name, url-package-version,
16904         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16905         w3m-display-inline-images, and w3m-minor-mode-map.
16906
16907 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16908
16909         * message.el (message-tab-body-function): Fix mismatched custom type.
16910
16911         * gnus.el (gnus-group-change-level-function): Ditto.
16912
16913         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16914
16915         * gnus-art.el (gnus-signature-limit)
16916         (gnus-article-mime-part-function): Ditto.
16917
16918 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * mml.el (mml-mode): Silence the byte compiler.
16921
16922         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16923         using `(sit-for 0)' before moving the point to the specified part;
16924         skip unbuttonized parts.
16925         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16926         return to the summary window if gnus-auto-select-part is non-nil.
16927
16928 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16931         New variables.
16932         (mml-dnd-attach-file, mml-mode): Use them.
16933
16934         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16935         Make fetching article by MID work again for Google Groups.
16936         Add FIXME concerning gnus-group-make-web-group.
16937
16938         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16939         Don't depend on Gnus by using mail-extract-address-components if
16940         gnus-extract-address-components is not bound.
16941
16942 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943
16944         * gnus-art.el (gnus-mime-display-security): Don't display the
16945         signature, but only the signed part.
16946
16947 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16950
16951         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16952         list, not listp.
16953
16954 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16955
16956         * mm-encode.el (mm-encode-content-transfer-encoding):
16957         Likewise when encoding.
16958
16959         * mm-bodies.el (mm-decode-content-transfer-encoding):
16960         De-canonicalize CRLF for all text content types, not just
16961         text/plain.
16962
16963 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16966         valid article; point arrow and cursor at the MIME button.
16967
16968 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16971         Suggested by Dan Christensen <jdc@uwo.ca>.
16972
16973         * mm-decode.el (mm-save-part): Enable change of prompt.
16974
16975 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16976
16977         * gnus-msg.el (gnus-inews-add-send-actions):
16978         Make `message-post-method' lambda parameter ARG `&optional'.
16979
16980 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * gnus-sum.el (gnus-summary-mime-map):
16983         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16984         gnus-article-jump-to-part.
16985
16986         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16987         (gnus-article-edit-part): Use it.
16988         (gnus-article-part-wrapper): Add no-handle argument.
16989         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16990         New functions.
16991
16992 2005-08-29  Romain Francoise  <romain@orebokech.com>
16993
16994         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16995         docstring.
16996         (gnus-face-from-file): Likewise.
16997
16998 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17001         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17002         non-nil.
17003         (gnus-auto-select-part): New variable.
17004         (gnus-article-jump-to-part): New function.
17005         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17006         (gnus-mime-delete-part): Allow selecting specified part after
17007         deleting or stripping parts.
17008         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17009         part if argument is bogus.
17010
17011 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17012
17013         * gnus-art.el (w3m-minor-mode-map):
17014         * gnus-spec.el (gnus-newsrc-file-version):
17015         * gnus-util.el (nnmail-active-file-coding-system)
17016         (gnus-original-article-buffer, gnus-user-agent):
17017         * gnus.el (gnus-ham-process-destinations)
17018         (gnus-parameter-ham-marks-alist)
17019         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17020         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17021         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17022         * mm-decode.el (gnus-current-window-configuration):
17023         * mm-extern.el (gnus-article-mime-handles):
17024         * mm-url.el (url-current-object, url-package-name)
17025         (url-package-version):
17026         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17027         (smime-keys, w3m-cid-retrieve-function-alist)
17028         (w3m-current-buffer, w3m-display-inline-images)
17029         (w3m-minor-mode-map):
17030         * mml-smime.el (gnus-extract-address-components):
17031         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17032         (gnus-newsrc-hashtb, message-default-charset)
17033         (message-deletable-headers, message-options)
17034         (message-posting-charset, message-required-mail-headers)
17035         (message-required-news-headers):
17036         * mml1991.el (mc-pgp-always-sign):
17037         * mml2015.el (mc-pgp-always-sign):
17038         * nnheader.el (nnmail-extra-headers):
17039         * rfc1843.el (gnus-decode-encoded-word-function)
17040         (gnus-decode-header-function, gnus-newsgroup-name):
17041         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17042
17043 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17044
17045         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17046         the end of the date treatments.
17047
17048 2005-08-15  Simon Josefsson  <jas@extundo.com>
17049
17050         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17051         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17052         Capello and Romain Francoise.
17053         (pgg-fetch-key-function): Remove, not used?
17054         (pgg-insert-url-with-w3): Require url, to get
17055         url-insert-file-contents regardless of where it is defined.
17056
17057 2005-08-13  Romain Francoise  <romain@orebokech.com>
17058
17059         * message.el (message-cite-original-1): New function.
17060         (message-cite-original): Use it.
17061         (message-cite-original-without-signature): Ditto.
17062
17063 2005-08-08  Romain Francoise  <romain@orebokech.com>
17064
17065         * message.el (message-yank-empty-prefix): New variable.
17066         (message-indent-citation): Use it.
17067         (message-cite-original-without-signature): Respect X-No-Archive.
17068
17069 2005-08-08  Simon Josefsson  <jas@extundo.com>
17070
17071         * pgg.el: Autoload url-insert-file-contents instead of loading
17072         w3/url.
17073         (pgg-insert-url-with-w3): Don't load url here.
17074
17075 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17076
17077         * message.el (message-kill-to-signature): Don't insert newline at
17078         bol.
17079         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17080
17081 2005-08-06  Romain Francoise  <romain@orebokech.com>
17082
17083         * message.el (message-user-fqdn): Fix typo in docstring.
17084
17085 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17086
17087         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17088
17089         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17090
17091 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * mm-bodies.el (mm-encode-body): Use coding system rather than
17094         charset to encode text.
17095
17096         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17097         number of charsets if utf-8 is available (XEmacs).
17098
17099 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17102         taken from `gnus-button-mid-or-mail-regexp'.
17103         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17104         (gnus-button-alist): Improve regexp for domain part of the MIDs
17105         for news:localpart@domain buttons.
17106         (gnus-button-ctan-directory-regexp): Update.
17107
17108 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * sieve-manage.el (sieve-manage-interactive-login):
17111         Use make-local-variable rather than make-variable-buffer-local.
17112         (sieve-manage-open): Ditto.
17113         (sieve-manage-authenticate): Ditto.
17114
17115         * mml.el (mml-generate-mime-1): Make the content type default to
17116         text/plain if the filename is not specified.
17117
17118 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17121         instead of insert-buffer.
17122
17123         * message.el (message-yank-original): Ditto; set the mark at the
17124         end of the yanked message.
17125
17126 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17129         lines to scroll rather than to stop it.
17130
17131         * mml.el (mml-generate-default-type): Add doc string.
17132         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17133         default to application/octet-stream when determining the content
17134         type if it is not specified for the part or the mml contents; add
17135         a comment about mml-generate-default-type.
17136
17137 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17140         make it default to application/octet-stream when determining the
17141         content type if it is not specified for the external contents.
17142
17143 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17146         segmented parameter but also other parameters might be there.
17147
17148 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * mm-decode.el (mm-display-external): Delete temp file, directory
17151         and buffer immediately if the external process is exited.
17152
17153 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17156         fewer lines than that of scroll-margin.
17157         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17158
17159 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-art.el (gnus-article-next-page): Revert.
17162         (gnus-article-beginning-of-window): New macro.
17163         (gnus-article-next-page-1): Use it.
17164         (gnus-article-prev-page): Ditto.
17165         (gnus-article-edit-part): Use insert-buffer-substring instead of
17166         insert-buffer.
17167         (gnus-article-edit-exit): Ditto.
17168
17169         * gnus-util.el (gnus-beginning-of-window): Remove.
17170         (gnus-end-of-window): Remove.
17171
17172         * lpath.el: Don't bind header-line-format and scroll-margin.
17173
17174 2005-07-25  Simon Josefsson  <jas@extundo.com>
17175
17176         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17177         to have the url package without w3.  Reported by Daiki Ueno
17178         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17179
17180 2005-07-20  Didier Verna  <didier@xemacs.org>
17181
17182         * gnus-diary.el: Remove the description comment (nndiary is now
17183         properly documented in the Gnus manual).
17184         Fix the spelling of "Back End".
17185         * nndiary.el: Ditto.
17186         Fix the copyright notice.
17187
17188 2005-07-18  Romain Francoise  <romain@orebokech.com>
17189
17190         * gnus-sum.el (gnus-summary-to-prefix)
17191         (gnus-summary-newsgroup-prefix): New variables.
17192         (gnus-summary-from-or-to-or-newsgroups): Use them.
17193
17194 2005-07-17  Romain Francoise  <romain@orebokech.com>
17195
17196         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17197         space as it's generally not especially interesting to the user.
17198
17199 2005-07-16  Romain Francoise  <romain@orebokech.com>
17200
17201         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17202         nil to avoid prompting and file modification if one of the
17203         messages at the top of the nnfolder file contains a copyright
17204         notice.
17205         Update copyright notice.
17206
17207         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17208         instead of `current-time-string' as the latter creates a time
17209         string that is not RFC 2822 compliant (it lacks the zone).
17210         Update copyright notice.
17211
17212 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17213
17214         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17215         for text/rtf.  Display default in prompt.  Pass default for M-n.
17216
17217         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17218
17219 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17220
17221         * gnus-msg.el (gnus-button-mailto):
17222         Remove save-selected-window-window hackery because it relies on
17223         save-selected-window internals.
17224
17225 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17228         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17229         (gnus-article-prev-page): Ditto.
17230
17231         * gnus-util.el (gnus-beginning-of-window): New function.
17232         (gnus-end-of-window): New function.
17233
17234         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17235
17236 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17237
17238         * gnus-score.el (gnus-score-edit-all-score):
17239         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17240         gnus-message.
17241
17242 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17243
17244         * gnus-msg.el (gnus-button-mailto):
17245         Remove save-selected-window-window hackery because it relies on
17246         save-selected-window internals.
17247
17248 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17251         add-minor-mode.
17252         (gnus-binary-mode): Ditto.
17253
17254         * gnus-topic.el (gnus-topic-mode): Ditto.
17255
17256 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17257
17258         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17259         (gnus-article-prev-page): Take scroll-margin into consideration.
17260
17261 2005-07-04  Lute Kamstra  <lute@gnu.org>
17262
17263         Update FSF's address in GPL notices.
17264
17265 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17266
17267         * gnus.el (gnus-exit):
17268         * gnus-group.el (gnus-group-icons):
17269         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17270
17271         * gnus-nocem.el (gnus-nocem):
17272         * message.el (message-various, message-buffers, message-sending)
17273         (message-interface, message-forwarding, message-insertion)
17274         (message-headers, message-news, message-mail):
17275         * pgg-gpg.el (pgg-gpg):
17276         * pgg-parse.el (pgg-parse):
17277         * pgg-pgp.el (pgg-pgp):
17278         * pgg-pgp5.el (pgg-pgp5):
17279         * pop3.el (pop3): Finish `defgroup' description with period.
17280
17281 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-art.el (article-display-face): Improve the efficiency.
17284         (article-display-x-face): Ditto; remove grey x-face stuff.
17285
17286 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * gnus-art.el (article-display-face): Correct the position in
17289         which Faces are inserted.
17290
17291 2005-06-29  Didier Verna  <didier@xemacs.org>
17292
17293         * gnus-art.el (article-display-face): Display faces in correct
17294         order.
17295
17296 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17299         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17300         (gnus-nocem-check-article): Fetch the Type header.
17301         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17302         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17303         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17304         make sure gnus-nocem-hashtb is initialized.
17305         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17306         (gnus-nocem-unwanted-article-p): Ditto.
17307
17308         * pgg.el (pgg-verify): Return the verification result.
17309
17310 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17311
17312         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17313         is ascii.
17314
17315 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17316
17317         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17318         `show-nonbreak-escape'.
17319
17320 2005-06-23  Lute Kamstra  <lute@gnu.org>
17321
17322         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17323
17324         * dig.el (dig-mode):
17325         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17326
17327 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17328
17329         * nnimap.el (nnimap-split-download-body): Fix spellings.
17330
17331 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17332
17333         * gnus-art.el (gnus-article-encrypt-body):
17334         * gnus-cus.el (gnus-score-customize):
17335         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17336         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17337
17338 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17339
17340         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17341         header by looking for magic "MII" at the beginnig.
17342
17343 2005-06-16  Miles Bader  <miles@gnu.org>
17344
17345         * gnus-xmas.el (gnus-xmas-group-startup-message):
17346         Use renamed gnus-splash face.
17347
17348         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17349         (assistant-field-face): New backward-compatibility alias for renamed
17350         face.
17351         (assistant-render-text): Use renamed assistant-field face.
17352
17353         * spam.el (spam): Remove "-face" suffix from face name.
17354         (spam-face): New backward-compatibility alias for renamed face.
17355         (spam-face, spam-initialize): Use renamed spam face.
17356
17357         * message.el (message-header-to, message-header-cc)
17358         (message-header-subject, message-header-newsgroups)
17359         (message-header-other, message-header-name)
17360         (message-header-xheader, message-separator, message-cited-text)
17361         (message-mml): Remove "-face" suffix from face names.
17362         (message-header-to-face, message-header-cc-face)
17363         (message-header-subject-face, message-header-newsgroups-face)
17364         (message-header-other-face, message-header-name-face)
17365         (message-header-xheader-face, message-separator-face)
17366         (message-cited-text-face, message-mml-face):
17367         New backward-compatibility aliases for renamed faces.
17368         (message-font-lock-keywords): Use renamed message faces.
17369
17370         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17371         (sieve-test-commands, sieve-tagged-arguments):
17372         Remove "-face" suffix from face names.
17373         (sieve-control-commands-face, sieve-action-commands-face)
17374         (sieve-test-commands-face, sieve-tagged-arguments-face):
17375         New backward-compatibility aliases for renamed faces.
17376         (sieve-control-commands-face, sieve-action-commands-face)
17377         (sieve-test-commands-face, sieve-tagged-arguments-face):
17378         Use renamed sieve faces.
17379
17380         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17381         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17382         (gnus-group-news-3-empty, gnus-group-news-4)
17383         (gnus-group-news-4-empty, gnus-group-news-5)
17384         (gnus-group-news-5-empty, gnus-group-news-6)
17385         (gnus-group-news-6-empty, gnus-group-news-low)
17386         (gnus-group-news-low-empty, gnus-group-mail-1)
17387         (gnus-group-mail-1-empty, gnus-group-mail-2)
17388         (gnus-group-mail-2-empty, gnus-group-mail-3)
17389         (gnus-group-mail-3-empty, gnus-group-mail-low)
17390         (gnus-group-mail-low-empty, gnus-summary-selected)
17391         (gnus-summary-cancelled, gnus-summary-high-ticked)
17392         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17393         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17394         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17395         (gnus-summary-low-undownloaded)
17396         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17397         (gnus-summary-low-unread, gnus-summary-normal-unread)
17398         (gnus-summary-high-read, gnus-summary-low-read)
17399         (gnus-summary-normal-read, gnus-splash):
17400         Remove "-face" suffix from face names.
17401         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17402         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17403         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17404         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17405         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17406         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17407         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17408         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17409         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17410         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17411         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17412         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17413         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17414         (gnus-summary-normal-ticked-face)
17415         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17416         (gnus-summary-normal-ancient-face)
17417         (gnus-summary-high-undownloaded-face)
17418         (gnus-summary-low-undownloaded-face)
17419         (gnus-summary-normal-undownloaded-face)
17420         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17421         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17422         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17423         (gnus-splash-face):
17424         New backward-compatibility aliases for renamed faces.
17425         (gnus-group-startup-message): Use renamed gnus faces.
17426
17427         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17428         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17429         (gnus-server-agent): Remove "-face" suffix from face names.
17430         (gnus-server-agent-face, gnus-server-opened-face)
17431         (gnus-server-closed-face, gnus-server-denied-face)
17432         (gnus-server-offline-face):
17433         New backward-compatibility aliases for renamed faces.
17434         (gnus-server-agent-face, gnus-server-opened-face)
17435         (gnus-server-closed-face, gnus-server-denied-face)
17436         (gnus-server-offline-face): Use renamed gnus faces.
17437
17438         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17439         Remove "-face" suffix from face names.
17440         (gnus-picon-xbm-face, gnus-picon-face):
17441         New backward-compatibility aliases for renamed faces.
17442
17443         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17444         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17445         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17446         (gnus-cite-11): Remove "-face" suffix from face names.
17447         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17448         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17449         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17450         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17451         New backward-compatibility aliases for renamed faces.
17452         (gnus-cite-attribution-face, gnus-cite-face-list)
17453         (gnus-article-boring-faces): Use renamed gnus faces.
17454
17455         * gnus-art.el (gnus-signature, gnus-header-from)
17456         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17457         (gnus-header-content): Remove "-face" suffix from face names.
17458         (gnus-signature-face, gnus-header-from-face)
17459         (gnus-header-subject-face, gnus-header-newsgroups-face)
17460         (gnus-header-name-face, gnus-header-content-face):
17461         New backward-compatibility aliases for renamed faces.
17462         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17463
17464         * gnus-sum.el (gnus-summary-selected-face)
17465         (gnus-summary-highlight): Use renamed gnus faces.
17466         * gnus-group.el (gnus-group-highlight): Likewise.
17467
17468 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17469
17470         * gnus-sieve.el (gnus-sieve-article-add-rule):
17471         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17472         * spam-stat.el (spam-stat-buffer-change-to-spam)
17473         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17474
17475         * message.el (message-is-yours-p):
17476         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17477
17478 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * mm-view.el (mm-inline-text): Withdraw the last change.
17481
17482 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17485         executing enriched-decode.
17486
17487 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17490         charset of tar files.
17491
17492 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17493
17494         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17495
17496 2005-06-04  Lute Kamstra  <lute@gnu.org>
17497
17498         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17499         information is never recorded.
17500
17501 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17502
17503         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17504
17505 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * pop3.el (pop3-apop): Run md5 in the binary mode.
17508
17509         * starttls.el (starttls-set-process-query-on-exit-flag):
17510         Use eval-and-compile.
17511
17512 2005-05-31  Simon Josefsson  <jas@extundo.com>
17513
17514         * smime.el (smime-replace-in-string): Define.
17515         (smime-cert-by-ldap-1): Use it.
17516
17517 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-art.el (article-display-x-face): Replace
17520         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17521
17522         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17523         set-process-query-on-exit-flag or process-kill-without-query.
17524
17525         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17526         loop instead of replace-regexp.
17527
17528         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17529         instead of process-kill-without-query if it is available.
17530
17531         * lpath.el: Fbind ldap-search-entries.
17532
17533         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17534         instead of find-file-hooks if it is available.
17535
17536         * mml1991.el: Bind pgg-default-user-id when compiling.
17537
17538         * mml2015.el: Bind pgg-default-user-id when compiling.
17539
17540         * nndraft.el (nndraft-request-associate-buffer):
17541         Use write-contents-functions instead of write-contents-hooks if it is
17542         available.
17543
17544         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17545         instead of find-file-hooks if it is available.
17546
17547         * nntp.el (nntp-open-connection): Replace
17548         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17549         (nntp-open-ssl-stream): Ditto.
17550         (nntp-open-tls-stream): Ditto.
17551
17552         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17553         set-process-query-on-exit-flag or process-kill-without-query.
17554         (starttls-open-stream-gnutls): Use it instead of
17555         process-kill-without-query.
17556         (starttls-open-stream): Ditto.
17557
17558 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17559
17560         * smime.el (smime-cert-by-ldap-1): Don't use
17561         replace-regexp-in-string.
17562
17563 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17564
17565         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17566
17567         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17568         in PEM format.  Adjust to the XEmacs compatibility.
17569
17570 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17571
17572         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17573         by `string-to-number'.
17574         * gnus-agent.el (gnus-agent-regenerate-group)
17575         (gnus-agent-fetch-articles): Ditto.
17576         * gnus-art.el (gnus-button-fetch-group): Ditto.
17577         * gnus-cache.el (gnus-cache-generate-active)
17578         (gnus-cache-articles-in-group): Ditto.
17579         * gnus-group.el (gnus-group-set-current-level)
17580         (gnus-group-insert-group-line): Ditto.
17581         * gnus-score.el (gnus-score-set-expunge-below)
17582         (gnus-score-set-mark-below, gnus-summary-score-effect)
17583         (gnus-summary-score-entry): Ditto.
17584         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17585         (gnus-soup-pack): Ditto.
17586         * gnus-spec.el (gnus-xmas-format): Ditto.
17587         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17588         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17589         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17590         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17591         * nndb.el (nndb-get-remote-expire-response): Ditto.
17592         * nndiary.el (nndiary-parse-schedule-value)
17593         (nndiary-string-to-number, nndiary-request-replace-article)
17594         (nndiary-request-article): Ditto.
17595         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17596         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17597         * nneething.el (nneething-make-head): Ditto.
17598         * nnfolder.el (nnfolder-request-article)
17599         (nnfolder-retrieve-headers): Ditto.
17600         * nnheader.el (nnheader-file-to-number): Ditto.
17601         * nnkiboze.el (nnkiboze-request-article): Ditto.
17602         * nnmail.el (nnmail-process-unix-mail-format)
17603         (nnmail-process-babyl-mail-format): Ditto.
17604         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17605         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17606         (nnmh-request-create-group, nnmh-request-list-1)
17607         (nnmh-request-group, nnmh-request-article): Ditto.
17608         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17609         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17610         * nnsoup.el (nnsoup-make-active): Ditto.
17611         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17612         * nntp.el (nntp-find-group-and-number)
17613         (nntp-retrieve-headers-with-xover): Ditto.
17614         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17615         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17616         (pgg-format-key-identifier): Ditto.
17617         * pop3.el (pop3-last, pop3-stat): Ditto.
17618         * qp.el (quoted-printable-decode-region): Ditto.
17619
17620         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17621         of concat.
17622
17623 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17626
17627         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17628
17629         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17630
17631         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17632
17633         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17634
17635         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17636
17637         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17638         (gnus-carpal-mode): Ditto.
17639
17640         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17641         (gnus-browse-mode): Ditto.
17642
17643         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17644
17645         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17646
17647 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17648
17649         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17650
17651 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-util.el (gnus-run-mode-hooks): New function.
17654
17655         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17656
17657         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17658         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17659
17660 2005-05-27  Lute Kamstra  <lute@gnu.org>
17661
17662         * dns-mode.el (dns-mode): Specify customization group.
17663
17664 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17665
17666         * gnus-agent.el (gnus-agent-make-mode-line-string):
17667         Use mode-line-highlight as mouse-face.
17668
17669 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * canlock.el (canlock): Change the parent group to news.
17672
17673         * deuglify.el (gnus-outlook-deuglify): Add :group.
17674
17675         * dig.el (dig): Add :group.
17676
17677         * dns-mode.el (dns-mode): Add :group.
17678
17679         * encrypt.el (encrypt): Add :group.
17680
17681         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17682         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17683         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17684         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17685         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17686
17687         * gnus-diary.el (gnus-diary): Add :group.
17688
17689         * gnus.el (gnus-group-news-1-face): Add :group.
17690         (gnus-group-news-1-empty-face): Ditto.
17691         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17692         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17693         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17694         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17695         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17696         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17697         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17698         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17699         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17700         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17701         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17702         (gnus-summary-high-ticked-face): Ditto.
17703         (gnus-summary-low-ticked-face): Ditto.
17704         (gnus-summary-normal-ticked-face): Ditto.
17705         (gnus-summary-high-ancient-face): Ditto.
17706         (gnus-summary-low-ancient-face): Ditto.
17707         (gnus-summary-normal-ancient-face): Ditto.
17708         (gnus-summary-high-undownloaded-face): Ditto.
17709         (gnus-summary-low-undownloaded-face): Ditto.
17710         (gnus-summary-normal-undownloaded-face): Ditto.
17711         (gnus-summary-high-unread-face): Ditto.
17712         (gnus-summary-low-unread-face): Ditto.
17713         (gnus-summary-normal-unread-face): Ditto.
17714         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17715         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17716
17717         * hashcash.el (hashcash): New custom group.
17718         (hashcash-default-payment): Add :group.
17719         (hashcash-payment-alist): Ditto.
17720         (hashcash-default-accept-payment): Ditto.
17721         (hashcash-accept-resources): Ditto.
17722         (hashcash-path): Ditto.
17723         (hashcash-extra-generate-parameters): Ditto.
17724         (hashcash-double-spend-database): Ditto.
17725         (hashcash-in-news): Ditto.
17726
17727         * message.el (message-minibuffer-local-map): Add :group.
17728
17729         * netrc.el (netrc): Add :group.
17730
17731         * sieve-manage.el (sieve-manage-log): Add :group.
17732         (sieve-manage-default-user): Diito.
17733         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17734         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17735         (sieve-manage-authenticators): Ditto.
17736         (sieve-manage-authenticator-alist): Ditto.
17737         (sieve-manage-default-port): Ditto.
17738
17739         * sieve-mode.el (sieve-control-commands-face): Add :group.
17740         (sieve-action-commands-face): Ditto.
17741         (sieve-test-commands-face): Ditto.
17742         (sieve-tagged-arguments-face): Ditto.
17743
17744         * smime.el (smime): Add :group.
17745
17746         * spam-report.el (spam-report): Add :group.
17747
17748         * spam.el (spam, spam-face): Add :group.
17749
17750 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17753         return \n.\n.\n at the end of articles.  Protect against that.
17754         (nntp-with-open-group): Allow debugging.
17755
17756         * nnheader.el (mail-header-set-extra): Make into a function
17757         because I just could't understand how to quote the list properly.
17758
17759         * dns.el (query-dns-cached): New function.
17760
17761 2005-05-26  Lute Kamstra  <lute@gnu.org>
17762
17763         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17764
17765 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17768
17769         * gnus-art.el: Don't autoload mail-extract-address-components.
17770
17771         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17772         eval-and-compile to evaluate it.
17773
17774         * hashcash.el: Don't autoload executable-find.
17775
17776         * nndb.el: Don't declare the nndb back end two or more times; don't
17777         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17778
17779         * nntp.el: Autoload format-spec instead of format; use
17780         eval-and-compile to evaluate autoload forms.
17781
17782 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17783
17784         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17785
17786 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17787
17788         * gnus.el (gnus-version-number): Bump version.
17789
17790 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17791
17792         * gnus.el: No Gnus v0.3 is released.
17793
17794 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17795
17796         * lpath.el (featurep): Bind show-nonbreak-escape.
17797
17798 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-art.el (gnus-article-edit-part): Disable undo.
17801
17802 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17805         gnus-article-date-lapsed-new-header is t if date timer is active;
17806         skip headers in which the original date value is empty.
17807         (gnus-article-save-original-date): Redefine it as a macro.
17808         (gnus-display-mime): Use it.
17809
17810 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-art.el (article-date-ut): Support converting date in
17813         forwarded parts as well.
17814         (gnus-article-save-original-date): New function.
17815         (gnus-display-mime): Use it.
17816
17817 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17818
17819         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17820         enclosure element of <item>.
17821
17822 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17823
17824         * message.el (message-kill-buffer-query): Rename from
17825         `message-kill-buffer-query-if-modified'.  Add :version.
17826
17827 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17830         window layout.
17831
17832 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * mml.el: Autoload dnd when compiling.
17835
17836 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17839         x-dnd-*.
17840
17841 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * qp.el (quoted-printable-encode-region): Save excursion.
17844
17845 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17846
17847         * message.el (message-kill-buffer-query-if-modified): Add new variable
17848         so the user can kill a modified message buffer quickly.
17849         (message-kill-buffer): Use it.
17850
17851 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * lpath.el: Fbind display-time-event-handler; don't fbind
17854         string-to-multibyte.
17855
17856         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17857
17858 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17861         contained in text because xml.el decodes entities) with LFs.
17862
17863 2005-04-11  Lute Kamstra  <lute@gnu.org>
17864
17865         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17866         differently.
17867
17868 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17869
17870         * mm-util.el (mm-detect-coding-region): Typo.
17871
17872 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17875
17876 2005-04-06  Deepak Goel  <deego@gnufans.org>
17877
17878         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17879         user-function allow user modifications of the scores.
17880         (spam-stat-score-buffer-user): New function, to allow
17881         user-computed modifications to the score.
17882         (spam-stat-score-buffer-user-functions): List of additional
17883         scoring functions.
17884         (spam-stat-error-holder): Global temporary error holder.
17885         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17886         variable.
17887
17888 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17889
17890         * gnus-registry.el (gnus-registry-clean-empty-function)
17891         (gnus-registry-trim, gnus-registry-fetch-groups)
17892         (gnus-registry-delete-group): Groups that match
17893         `gnus-registry-ignored-groups' are removed from the registry
17894         entries, not just ignored for splitting.  This helps clean up the
17895         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17896         to get all the groups a message ID is in.
17897
17898         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17899         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17900         (spam-stat-score-buffer-user-functions): Add :number custom type.
17901
17902 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17905         argument in XEmacs.
17906
17907         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17908         (nnrss-request-group): Decode group name first.
17909         (nnrss-request-article): Make a text/plain article if mml-to-mime
17910         failed.
17911         (nnrss-get-encoding): Return a compatible encoding according to
17912         nnrss-compatible-encoding-alist.
17913         (nnrss-find-el): Use consp instead of listp.
17914         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17915
17916 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17919         which Emacs 20 doesn't support.
17920         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17921
17922 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17925         silence the byte compiler inside the defun.
17926
17927         * gnus-demon.el (parse-time-string): Add autoload.
17928
17929         * gnus-delay.el (parse-time-string): Add autoload.
17930
17931         * gnus-art.el (parse-time-string): Add autoload.
17932
17933         * nnultimate.el (parse-time): Require for `parse-time-string'.
17934
17935 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17938
17939         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17940
17941         * smime.el (smime-ldap-host-list): Add :version.
17942
17943 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17946         pass it to `gnus-browse-read-group'.
17947         (gnus-browse-read-group): Add NUMBER argument and pass it to
17948         `gnus-group-read-ephemeral-group'.
17949
17950         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17951         argument and pass it to `gnus-group-read-group'.
17952
17953 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17954
17955         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17956         mm-xemacs-find-mime-charset-1 if we have the mule feature
17957         available at runtime.
17958
17959 2005-03-25  Werner Lemberg  <wl@gnu.org>
17960
17961         * nnmaildir.el: Replace `illegal' with `invalid'.
17962
17963 2005-03-23  Lute Kamstra  <lute@gnu.org>
17964
17965         * time-date.el: Add comment on time value formats.
17966         Don't require parse-time.
17967         (with-decoded-time-value): New macro.
17968         (encode-time-value): New function.
17969         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17970         (days-to-time): Return a valid time value when arg is huge.
17971         (time-since): Use time-subtract.
17972         (time-to-number-of-days): Use time-to-seconds.
17973
17974 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17975
17976         * gnus-start.el (gnus-display-time-event-handler):
17977         Check display-time-timer at runtime rather than only at load time
17978         in case display-time-mode is turned off in the mean time.
17979
17980 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17983         used.
17984
17985         * nneething.el (nneething-map-file-directory): Derive from
17986         `gnus-directory'.
17987
17988         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17989         the To/Cc button.
17990
17991 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17992
17993         * nnmaildir.el (nnmaildir-request-accept-article):
17994         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17995
17996 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17997
17998         * gnus-async.el: Require timer-funcs at compile time when in
17999         XEmacs for `run-with-idle-timer'.
18000
18001 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18002
18003         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18004         autoloaded function.
18005
18006 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18007
18008         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18009
18010 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18011
18012         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18013
18014 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18015
18016         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18017         Add gnus-expert-user to default.
18018
18019 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18020
18021         * nnimap.el (nnimap-open-server): Ditto.
18022
18023         * imap.el (imap-authenticate): Fix typo.
18024
18025 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18026
18027         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18028         buffer (since IMAP server might return FETCH response out of
18029         order, and the nntp buffer must be sorted).
18030
18031 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18032
18033         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18034         comparison on string.
18035
18036         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18037         (gnus-agent-score): Rename category keywords to match gnus-cus.
18038         (gnus-agent-summary-fetch-series): Modify to protect against
18039         gnus-agent-summary-fetch-group clearing processable flags.
18040         (gnus-agent-synchronize-group-flags): Update live group buffer as
18041         synchronization may occur due to the user toggle the plugged
18042         status.
18043         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18044         successfully downloaded.
18045         (gnus-agent-expire-group-1): Avoid using markers when the overview
18046         is in ascending order; greatly improves performance.
18047         (gnus-agent-regenerate-group):
18048         Use gnus-agent-synchronize-group-flags to reset read status in both
18049         gnus and server.
18050         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18051
18052 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18053
18054         * message.el: Don't autoload former message-utils variables.
18055         (message-strip-subject-trailing-was): Change doc string.
18056
18057         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18058         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18059         (nnweb-google-search): Add "hl=en" here.
18060         (nnweb-google-parse-1, nnweb-google-create-mapping):
18061         Don't hardcode URL.
18062
18063 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * message.el (message-get-reply-headers, message-followup):
18066         Mention related variables `message-use-followup-to' and
18067         `message-use-mail-followup-to', in the information buffer.
18068
18069         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18070         of broken groups(-beta).google.com.
18071
18072 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18073
18074         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18075         parameter to invoked gnus-request-move-article; remove the
18076         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18077         all at once instead of once per article.
18078         (gnus-summary-remove-process-mark): Accept a list of articles as
18079         well as a single article for processing.
18080
18081         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18082         parameter.
18083
18084         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18085
18086         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18087
18088         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18089         parameter.
18090
18091         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18092         parameter.
18093
18094         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18095         parameter and remove the gnus-sum-hint-move-is-internal variable.
18096
18097         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18098         parameter.
18099
18100         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18101         parameter.
18102
18103         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18104         parameter.
18105
18106         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18107
18108         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18109         parameter.
18110
18111         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18112         parameter.
18113
18114 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18115
18116         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18117         a more conservative way.
18118
18119 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18120
18121         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18122         buffer, so it moves the window's cursor.
18123
18124 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18125
18126         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18127         `mm-dissect-multipart' and receive the from field as an (optional)
18128         argument from `mm-dissect-multipart'.
18129         (mm-dissect-multipart): Receive the from field as an argument and
18130         pass it on when we call `mm-dissect-buffer' on MIME parts.
18131         Fixes verification/decryption of signed/encrypted MIME parts.
18132
18133 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18134
18135         * gnus-sum.el (gnus-summary-move-article):
18136         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18137         whatever it calls (right now, only nnimap-request-move article
18138         respects it).
18139
18140         * nnimap.el (nnimap-request-move-article):
18141         When gnus-sum-hint-move-is-internal is set, don't do the extra
18142         nnimap-request-article.
18143
18144 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18147
18148         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18149         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18150
18151         * gnus-sum.el (gnus-summary-caesar-message):
18152         Apply `gnus-treat-article' after rotation.
18153
18154         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18155         doc string.
18156
18157 2005-02-22  Simon Josefsson  <jas@extundo.com>
18158
18159         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18160         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18161         <arne@arnested.dk>.
18162         (encrypt): Add password-cache and password-cache-expiry as group
18163         members.
18164
18165 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18166
18167         * smime.el (smime-ldap-host-list): Doc fix.
18168         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18169         cache) password.
18170         (smime-sign-region): Use it.
18171         (smime-decrypt-region): Use it.
18172         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18173         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18174         fails.
18175         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18176         certificate from DER to PEM format rather than calling openssl.
18177
18178         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18179
18180         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18181         for signing/encryption.
18182
18183         * mml.el (mml-parse-1): Use them.
18184
18185 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18186
18187         * nnrss.el (nnrss-verbose): Remove.
18188         (nnrss-request-group): Use `nnheader-message' instead.
18189
18190 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18191
18192         * nnrss.el (nnrss-verbose): New variable.
18193         (nnrss-request-group): Make it say nnrss is requesting a group.
18194
18195 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18196
18197         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18198         Handle news URL with given port correctly.
18199
18200 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18203         containing special characters.
18204
18205         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18206
18207         * mml.el (mime-to-mml): Ditto.
18208
18209         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18210         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18211         (rfc2047-decode-region): Quote decoded words containing special
18212         characters when rfc2047-quote-decoded-words-containing-tspecials
18213         is non-nil.
18214
18215 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18216
18217         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18218
18219         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18220
18221 2005-02-15  Simon Josefsson  <jas@extundo.com>
18222
18223         * nnimap.el (nnimap-debug): Doc fix.
18224
18225         * imap.el (imap-debug): Doc fix.
18226
18227 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18230
18231 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18232
18233         * gnus.el (spam-contents): Improve docs for spam-contents
18234         parameter in its variable incarnation.
18235
18236 2005-02-14  Simon Josefsson  <jas@extundo.com>
18237
18238         * smime-ldap.el: Use require instead of load-library for ldap.
18239         (smime-ldap-search): Indent.
18240         (smime-ldap-search-internal): Shorten line.
18241
18242         * smime.el (smime-cert-by-dns): Add doc-string.
18243         (smime-cert-by-ldap-1): Indent.
18244
18245         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18246         mml-smime-get-dns-ldap.
18247         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18248
18249 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18250
18251         * smime.el: Require smime-ldap.
18252         (smime-ldap-host-list): New variable.
18253         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18254
18255         * mml-smime.el (mml-smime-encrypt-query): New function.
18256         (mml-smime-encrypt-query): Use it.
18257
18258         * smime-ldap.el: New file.
18259
18260 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18263
18264 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18265
18266         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18267         argument in doc string.  Make query for type more clear.
18268
18269 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18270
18271         * gnus.el (gnus-group-startup-message): Search for gnus images in
18272         etc/images/gnus.
18273         * mm-util.el (mm-image-load-path): Likewise.
18274         * smiley.el (smiley-data-directory): Search for smilies in
18275         etc/images/smilies.
18276
18277 2005-02-09  Kim F. Storm  <storm@cua.dk>
18278
18279         Change Emacs release version from 21.4 to 22.1 throughout.
18280         Change Emacs development version from 21.3.50 to 22.0.50.
18281
18282 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18285
18286         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18287         non-Mule XEmacs as well.
18288         (mm-decompress-buffer): Signal an error intentionally if it does
18289         not decompress compressed data because auto-compression-mode is
18290         disabled.
18291
18292 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18293
18294         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18295         an ID in the registry even if it has no groups.
18296
18297 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18300         merge it into mm-decompress-buffer.
18301         (gnus-mime-copy-part): Use the MIME part charset, the value which
18302         a user specified or gnus-newsgroup-charset for decoding, like
18303         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18304         save-buffer what was used.  Suggested by Kevin Ryde
18305         <user42@zip.com.au>.
18306         (gnus-mime-inline-part): Allow the name parameter as well as the
18307         filename parameter; force decompressing of compressed data; always
18308         display contents being not decoded as unibyte.
18309
18310         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18311         as well as the filename parameter.
18312
18313         * mm-util.el (mm-decompress-buffer):
18314         Merge gnus-mime-jka-compr-maybe-uncompress.
18315         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18316         of compressed data.
18317
18318 2005-02-08  Simon Josefsson  <jas@extundo.com>
18319
18320         * imap.el (imap-log): Doc fix.
18321
18322 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18325         the coding cookies; decompress compressed parts.
18326
18327         * mml.el (mml-generate-mime-1): Add the charset parameter according
18328         to the value which a user specified manually or the coding cookie.
18329
18330         * mm-util.el (mm-string-to-multibyte): New function.
18331         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18332         (mm-coding-system-to-mime-charset): New function.
18333         (mm-decompress-buffer): New function.
18334         (mm-find-buffer-file-coding-system): New function.
18335
18336         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18337         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18338         parts.
18339
18340 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18341
18342         * mm-view.el (mm-display-inline-fontify): Decode a part according
18343         to the charset parameter.
18344
18345 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18348         prefix arg is neither nil nor a number, as info specifies.
18349
18350 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18353         timestamps.
18354
18355 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18356
18357         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18358         groups error checking and notify user.
18359
18360 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18361
18362         * message.el (message-send-mail-function): Check existence of
18363         sendmail-program first before using default value
18364         `message-send-mail-with-sendmail'.  Otherwise use more generic
18365         `smtpmail-send-it'.
18366
18367 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * nntp.el (nntp-request-update-info): Always return nil.
18370
18371 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18372
18373         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18374
18375 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18376
18377         * message.el (message-beginning-of-line): Change the behavior when
18378         invoked between BOL and : so that it first moves backward.
18379
18380 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18383         article buffer when editing of the article is discarded.
18384         (gnus-article-prepare): Revert.
18385
18386 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus-art.el (gnus-article-prepare):
18389         Remove message-strip-forbidden-properties from the local hook.
18390
18391 2005-01-27  Simon Josefsson  <jas@extundo.com>
18392
18393         * password.el (password-cache-add): Only start one timer per key.
18394         Reported by Derek Atkins <warlord@MIT.EDU>.
18395
18396 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18397
18398         * run-at-time.el: Remove.  It is no longer needed as
18399         timer-funcs.el in the xemacs-base package has a working version of
18400         `run-at-time'.
18401
18402         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18403
18404         * password.el: Require timer-funcs instead of run-at-time in
18405         XEmacs.
18406         Remove `password-run-at-time' macro.
18407         (password-cache-add): Use `run-at-time' instead of
18408         `password-run-at-time'.
18409
18410         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18411         Remove `nnheader-cancel-function-timers' alias,
18412         `cancel-function-timers' exists in XEmacs in timer-funcs.
18413
18414         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18415         for `run-with-idle-timer'.
18416
18417         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18418         for `run-at-time'.
18419
18420         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18421         for `with-timeout'.
18422
18423         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18424         the same as for XEmacs 21.4.
18425         No need to ignore `run-with-idle-timer', this function exists in
18426         XEmacs now in timer-funcs.el in the xemacs-base package.
18427         (dgnushack-compile): No need to delete
18428         run-at-time.el from the list of files to compile because it
18429         doesn't exist anymore.
18430
18431 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18434         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18435
18436 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18437
18438         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18439         sensitively.
18440
18441 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18442
18443         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18444
18445 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18448         which will be inserted according to the multibyteness of a buffer
18449         rather than the type of contents.  Suggested by ARISAWA Akihiro
18450         <ari@mbf.ocn.ne.jp>.
18451
18452         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18453         of string which old xml.el may return rather than a string.
18454
18455 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18458
18459 2005-01-16  Simon Josefsson  <jas@extundo.com>
18460
18461         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18462         idn/idna.el isn't available.
18463         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18464         <michael@waxrat.com>.
18465
18466         * hashcash.el: Remove non-FSF copyright header.
18467
18468         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18469         (hashcash-generate-payment): Use it.
18470         (hashcash-generate-payment-async): Use it.
18471
18472 2005-01-15  Simon Josefsson  <jas@extundo.com>
18473
18474         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18475         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18476
18477         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18478         gnus-summary-idna-message.
18479         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18480         (gnus-summary-idna-message): New function.
18481
18482 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18485         gnus-novice-user.
18486
18487 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * nnrss.el (nnrss-request-delete-group): Delete entries in
18490         nnrss-group-alist as well.
18491         (nnrss-save-server-data): Insert newline.
18492
18493 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus.el (gnus-user-agent): Use list of symbols instead of
18496         symbols.  Display full version number for (S)XEmacs.
18497         Optionally display (S)XEmacs codename.
18498
18499         * gnus-util.el (gnus-emacs-version): Update for new
18500         `gnus-user-agent'.
18501
18502         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18503         Gnus version.
18504
18505 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18508         which is unreadable in some setups.
18509
18510 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-spec.el (gnus-update-format-specifications): Flush the
18513         group format spec cache if it doesn't support decoded group names.
18514
18515 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18516
18517         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18518         Allow to apply decay on score files matching a regexp.
18519
18520 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18523         compatibility in %g and %c.
18524
18525 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18528         name for only %g and %c.
18529         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18530         of gnus-tmp-group to decoded group name.
18531         (gnus-group-make-rss-group): Exclude `/'s from group names.
18532
18533 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * nnrss.el (nnrss-get-encoding): Fix regexp.
18536
18537 2004-12-27  Simon Josefsson  <jas@extundo.com>
18538
18539         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18540         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18541         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18542
18543 2004-12-17  Kim F. Storm  <storm@cua.dk>
18544
18545         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18546
18547         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18548
18549 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18550
18551         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18552
18553 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * nnrss.el: Require rfc2047 and mml.
18556         (nnrss-file-coding-system): New variable.
18557         (nnrss-format-string): Redefine it as an inline function.
18558         (nnrss-decode-group-name): New function.
18559         (nnrss-string-as-multibyte): Remove.
18560         (nnrss-retrieve-headers): Decode group name; don't use
18561         nnrss-format-string.
18562         (nnrss-request-group): Decode group name.
18563         (nnrss-request-article): Decode group name; allow a Message-ID as
18564         well as an article number; don't use nnrss-format-string; encode a
18565         Message-ID string which may contain non-ASCII characters; use
18566         mml-to-mime to compose a MIME article.
18567         (nnrss-request-expire-articles): Decode group name.
18568         (nnrss-request-delete-group): Decode group name.
18569         (nnrss-fetch): Clarify error message.
18570         (nnrss-read-server-data): Use insert-file-contents instead of load;
18571         bind file-name-coding-system; use multibyte buffer.
18572         (nnrss-save-server-data): Bind coding-system-for-write to the
18573         value of nnrss-file-coding-system; bind file-name-coding-system;
18574         add coding cookie.
18575         (nnrss-read-group-data): Use insert-file-contents instead of load;
18576         bind file-name-coding-system; use multibyte buffer.
18577         (nnrss-save-group-data): Bind coding-system-for-write to the
18578         value of nnrss-file-coding-system; bind file-name-coding-system.
18579         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18580         make it work with non-ASCII text.
18581         (nnrss-find-el): Make it work with old xml.el as well.
18582
18583 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18584
18585         * nnrss.el (nnrss-get-encoding): New function.
18586         (nnrss-fetch): Use unibyte buffer initially; bind
18587         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18588         decode contents according to the encoding attribute.
18589         (nnrss-save-group-data): Add coding cookie.
18590         (nnrss-mime-encode-string): New function.
18591         (nnrss-check-group): Use it to encode subject and author.
18592
18593 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18594
18595         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18596         imaginary variable.
18597
18598 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18601         correctly even if there are wide characters.
18602
18603 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18604
18605         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18606         downcased symbol names; make a new cache instead of reusing
18607         bbdb-hashtable.
18608
18609 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18612         concatenating segments rather than before concatenating them.
18613         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18614
18615         * message.el (message-get-reply-headers): Bind `extra'.
18616
18617 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * message.el (message-extra-wide-headers): New variable.
18620         (message-get-reply-headers): Use it.
18621
18622 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18625         (gnus-agent-group-pathname): Ditto.
18626
18627         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18628
18629         * gnus-group.el (gnus-group-make-group): Decode group name.
18630         (gnus-group-make-rss-group): Register the group data after opening
18631         the nnrss group.
18632
18633 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18634
18635         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18636         by expiry now get marked as read.
18637
18638 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18641
18642 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18643
18644         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18645         unify Latin characters in XEmacs.
18646         (mm-find-mime-charset-region): Use it.
18647
18648 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * gnus-util.el (gnus-delete-directory): New function.
18651
18652         * gnus-agent.el (gnus-agent-delete-group): Use it.
18653
18654         * gnus-cache.el (gnus-cache-delete-group): Use it.
18655
18656 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18659         names.
18660
18661 2004-12-16  Simon Josefsson  <jas@extundo.com>
18662
18663         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18664
18665 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18668
18669         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18670         (gnus-group-set-current-level): Decode group name.
18671
18672 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18673
18674         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18675         failed.
18676
18677 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * gnus-group.el (gnus-group-delete-group): Decode group name.
18680         (gnus-group-make-rss-group): Encode group name.
18681         (gnus-group-catchup-current): Decode group name.
18682         (gnus-group-kill-group): Decode group name.
18683
18684 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18685
18686         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18687
18688 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * gnus-group.el (gnus-group-make-rss-group):
18691         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18692
18693         * gnus-start.el (gnus-setup-news): Honor user's setting to
18694         gnus-message-archive-method.  Suggested by Lute Kamstra
18695         <lute@gnu.org>.
18696
18697 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18698
18699         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18700         global counterparts of the buffer-local variables.
18701
18702 2004-11-16  Romain Francoise  <romain@orebokech.com>
18703
18704         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18705         counterparts of the buffer-local variables.
18706
18707 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18708
18709         * message.el (message-forbidden-properties): Fix typo in doc
18710         string.
18711
18712 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18713
18714         * gnus-util.el (gnus-replace-in-string): Add doc string.
18715
18716         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18717         to avoid problems when splitting mails with many recipients.
18718
18719 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18720
18721         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18722         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18723
18724 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18725
18726         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18727         if there is no hashtable in memory or file modification time is
18728         newer than cached timestamp.
18729
18730 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18731
18732         * gnus-sum.el (gnus-summary-limit-to-recipient):
18733         Implement not-matching option.
18734
18735 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18738         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18739         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18740         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18741         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18742         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18743
18744 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * message.el (message-forward-make-body-mml): Remove headers
18747         according to message-forward-ignored-headers if a message is decoded.
18748
18749 2004-12-02  Romain Francoise  <romain@orebokech.com>
18750
18751         * message.el (message-forward-make-body-plain): Always remove
18752         headers according to message-forward-ignored-headers.
18753
18754 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18755
18756         * spam.el (spam-summary-prepare-exit): Remove the
18757         gnus-summary-limit pop for now, it has problems with ham marks for
18758         me.
18759
18760 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18763         correctly.
18764
18765 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18766
18767         * format-spec.el (format-spec): Message the char.
18768
18769 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * gnus-art.el (gnus-split-methods): Reformat comments.
18772
18773         * spam.el (spam-summary-prepare-exit): Remove article limits
18774         before exiting the summary buffer.
18775
18776 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18779         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18780
18781         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18782         order to silence the byte compiler.
18783
18784         * spam.el: Fix the way to silence the byte compiler, which
18785         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18786         bbdb-search-simple, spam-BBDB-register-routine,
18787         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18788         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18789         spam-stat-buffer-is-spam, spam-stat-load,
18790         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18791         spam-stat-save and spam-stat-split-fancy.
18792
18793 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18796         which may confuse users.
18797         (canlock-password-for-verify): Ditto.
18798
18799         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18800
18801         * gnus-art.el (gnus-emphasis-alist): Ditto.
18802
18803         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18804
18805         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18806
18807         * gnus-start.el (gnus-save-killed-list): Ditto.
18808
18809         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18810         (gnus-sum-thread-tree-root): Ditto.
18811         (gnus-sum-thread-tree-false-root): Ditto.
18812         (gnus-sum-thread-tree-single-indent): Ditto.
18813
18814         * message.el (message-courtesy-message): Ditto.
18815         (message-archive-note): Ditto.
18816         (message-subscribed-address-file): Ditto.
18817         (message-user-fqdn): Ditto.
18818
18819         * spam-report.el (spam-report-gmane-regex): Ditto.
18820
18821         * spam.el (spam-blackhole-good-server-regex): Ditto.
18822
18823 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * mml.el (mml-preview): Widen the message buffer before copying
18826         the contents to the preview buffer; sort headers before previewing.
18827
18828         * message.el (message-hidden-headers): Fix the way to avoid a bug
18829         in the `repeat' widget in Emacs 21.3 or earlier.
18830
18831 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * message.el (message-hidden-headers): Default to "^References:".
18834         Improve customization type.  Suggested by Reiner Steib
18835         <Reiner.Steib@gmx.de>.
18836
18837 2004-11-25  Romain Francoise  <romain@orebokech.com>
18838
18839         * message.el (message-strip-forbidden-properties): Remove check for
18840         obsolete `message-hidden' text property, hidden headers are not
18841         accessible in the buffer anymore.
18842
18843 2004-11-22  Romain Francoise  <romain@orebokech.com>
18844
18845         * message.el (message-header-format-alist): Add `From' in list
18846         so that it can be sorted.
18847         (message-fix-before-sending): Widen and sort headers before
18848         sending.
18849         (message-hide-headers): Use narrowing to hide headers by moving
18850         them to the top of the buffer and narrowing to the region
18851         underneath.
18852
18853 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18854
18855         * message.el (message-strip-forbidden-properties):
18856         Bind buffer-read-only (etc) to nil.
18857
18858 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18861         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18862
18863 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18864
18865         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18866
18867 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18868
18869         * dns.el (query-dns): Use sit-for to time instead of
18870         accept-process-output, since that doesn't seem to work on udp
18871         sockets.
18872
18873 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18876
18877 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18878
18879         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18880         doc string.  Improve doc string.
18881
18882 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * nntp.el (nntp-request-update-info): Return nil if
18885         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18886         may not call gnus-activate-group which uselessly issues the GROUP
18887         commands for all nntp groups and wastes time.  Reported by Romain
18888         Francoise <romain@orebokech.com>.
18889
18890         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18891
18892 2004-11-15  Simon Josefsson  <jas@extundo.com>
18893
18894         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18895         headers separately.
18896         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18897         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18898
18899 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18900
18901         * gnus-start.el (gnus-convert-old-newsrc):
18902         Assign legacy-gnus-agent to 5.10.7.
18903
18904 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18905
18906         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18907         start of the lines.
18908
18909 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18910
18911         * hashcash.el (hashcash-default-payment): Change default to 20.
18912         (hashcash-default-accept-payment): Change default to 20.
18913         (hashcash-process-alist): New variable.
18914         (hashcash-generate-payment-async): Add.
18915         (hashcash-already-paid-p): Add.
18916         (hashcash-insert-payment): Don't generate payments twice.
18917         (hashcash-insert-payment-async): Add.
18918         (hashcash-insert-payment-async-2): Add.
18919         (hashcash-cancel-async): Add.
18920         (hashcash-wait-async): Add.
18921         (hashcash-processes-running-p): Add.
18922         (hashcash-wait-or-cancel): Add.
18923         (mail-add-payment): New optional argument.  Conditionally start
18924         asynchronous calculation.
18925         (mail-add-payment-async): Add.
18926
18927         * message.el (message-send-mail): Wait for asynchronous hashcash
18928         results.  Don't clobber existing X-Hashcash headers.
18929         (message-setup-1): Call mail-add-payment-async when
18930         message-generate-hashcash is non-nil.
18931
18932 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18933
18934         * message.el (message-use-alternative-email-as-from): Examine the
18935         From header as well; use message-make-from in order to include a
18936         user's full name.
18937
18938 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18941         default; improve customization type.
18942         (gnus-emphasis-custom-with-format): New macro.
18943         (gnus-emphasis-custom-value-to-external): New function.
18944         (gnus-emphasis-custom-value-to-internal): New function.
18945
18946 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * dns.el (query-dns): Resolve reverse addresses.
18949
18950 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951
18952         * gnus-group.el (gnus-group-get-new-news): Use it.
18953
18954         * gnus-start.el (gnus-check-reasonable-setup): New function.
18955
18956 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18959         "Args out of range" error.  Reported by Arnaud Giersch
18960         <arnaud.giersch@free.fr>.
18961
18962 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18963
18964         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18965
18966 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18967
18968         * spam.el (spam group): Add :version.
18969
18970         * pgg-def.el (pgg group): Add :version.
18971
18972 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * gnus-art.el (gnus-article-edit-article): Don't associate the
18975         article buffer with a draft file.  This is a temporary measure
18976         against the 2004-08-22 change to gnus-article-edit-mode.
18977
18978 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18981         (html2text-format-tags): Remove unused variable `attr'.
18982
18983 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18986
18987         * tls.el (tls-process-connection-type, tls-success)
18988         (tls-certtool-program): Add :version.
18989
18990         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18991         (starttls-extra-arguments, starttls-process-connection-type)
18992         (starttls-connect, starttls-failure, starttls-success): Add :version.
18993
18994         * spam-stat.el (spam-stat): Add :version.
18995
18996         * sieve.el (sieve): Add :version.
18997
18998         * sha1.el (sha1): Add :version.
18999         (sha1-use-external): Remove redundant version.
19000
19001         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19002         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19003         (nnmail-split-fancy-match-partial-words)
19004         (nnmail-split-lowercase-expanded): Add :version.
19005
19006         * nndiary.el (nndiary): Add :version.
19007
19008         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19009
19010         * mml-sec.el (mml-default-sign-method)
19011         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19012         Add :version.
19013
19014         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19015
19016         * mm-url.el (mm-url-use-external, mm-url-program)
19017         (mm-url-arguments): Add :version.
19018
19019         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19020         (mm-attachment-file-modes, mm-decrypt-option)
19021         (mm-w3m-safe-url-regexp): Add :version.
19022
19023         * message.el (message-cite-prefix-regexp)
19024         (message-sendmail-envelope-from, message-minibuffer-local-map)
19025         (message-user-fqdn, message-completion-alist): Add :version.
19026
19027         * gnus-win.el (gnus-configure-windows-hook)
19028         (gnus-use-frames-on-any-display): Add :version.
19029
19030         * gnus-art.el (gnus-article-address-banner-alist)
19031         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19032         (gnus-treat-from-picon, gnus-treat-mail-picon)
19033         (gnus-treat-x-pgp-sig): Add :version.
19034
19035         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19036         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19037         (gnus-summary-article-delete-hook)
19038         (gnus-summary-display-while-building): Add :version.
19039
19040         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19041         (gnus-get-top-new-news-hook): Add :version.
19042
19043         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19044         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19045
19046         * gnus-registry.el (gnus-registry): Add :version.
19047
19048         * gnus-spec.el (gnus-use-correct-string-widths)
19049         (gnus-make-format-preserve-properties): Add :version.
19050
19051         * gnus.el (gnus-group-charter-alist)
19052         (gnus-group-fetch-control-use-browse-url)
19053         (gnus-install-group-spam-parameters): Add :version.
19054
19055         * gnus-diary.el (gnus-diary): Add :version.
19056
19057         * gnus-delay.el (gnus-delay): Add :version.
19058
19059         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19060         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19061         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19062         Add :version.
19063
19064         * gnus-agent.el (gnus-agent-max-fetch-size)
19065         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19066         (gnus-agent-prompt-send-queue): Add :version.
19067
19068         * deuglify.el (gnus-outlook-deuglify): Add :version.
19069
19070         * html2text.el: Beautify code.  Improve doc strings.
19071         Some checkdoc cleanup.
19072         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19073
19074 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19075
19076         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19077
19078 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19079
19080         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19081         when package is loaded.
19082
19083         * spam.el (spam-summary-score-preferred-header): Add global preference
19084         for people who want to override the default SpamAssassin over
19085         Bogofilter preference (when both are set).
19086         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19087         (spam-user-format-function-S):
19088         Check spam-summary-score-preferred-header.
19089         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19090         (spam-user-format-function-S): Format the score correctly.
19091
19092 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19095         signature file.  Suggested by Manoj Srivastava
19096         <srivasta@golden-gryphon.com>.
19097
19098         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19099         iso-2022-jp even in the Japanese language environment.
19100         Suggested by Jason Rumney <jasonr@gnu.org>.
19101
19102 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19105         use the same characters as the dummy marks; make it free from
19106         getting affected by the language environment.
19107         (gnus-summary-read-group-1): Update mark positions only when the
19108         format spec is updated.
19109
19110         * gnus-spec.el (gnus-update-format-specifications): Return a list
19111         of updated types.
19112
19113 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19116         of boundp to check if display-warning is available.
19117
19118 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19119
19120         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19121
19122 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * nnspool.el (nnspool-spool-directory): Use news-path if the
19125         news-directory variable is not bound.
19126
19127         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19128         function instead of display-warning if it is not available.
19129
19130 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19131
19132         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19133         v5-10: Use `point-at-bol'.
19134
19135 2004-10-26  Simon Josefsson  <jas@extundo.com>
19136
19137         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19138         <chenggao@gmail.com>.
19139
19140 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19143         instead.
19144
19145 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19146
19147         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19148         to remove a server from the nnimap-server-buffer-alist.
19149         (nnimap-open-connection, nnimap-close-server): Use it.
19150
19151         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19152
19153 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19156         running the major-mode function.
19157
19158 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19161         dummy marks in the right way.
19162
19163 2004-10-18  David Edmondson  <dme@dme.org>
19164
19165         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19166         excessively.
19167
19168 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19169
19170         * gnus-util.el (gnus-split-references): Accept a nil references
19171         string and go on blissfully.
19172
19173         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19174         cases where the references string is non-nil but has no references.
19175
19176         * encrypt.el: Add autoload tags.
19177
19178         * spam.el (spam-resolve-registrations-routine): Remove article
19179         from unregistration list too.  Reported by David Hanak
19180         <dhanak@isis.vanderbilt.edu>
19181
19182 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19185         nil.  Change custom type.
19186
19187 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19188
19189         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19190
19191         * gnus-sum.el (gnus-summary-move-article): Use it.
19192
19193 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19194
19195         * encrypt.el: Add autoload cookies.
19196
19197         * spam.el (spam-backend-article-list-property)
19198         (spam-backend-get-article-todo-list)
19199         (spam-backend-put-article-todo-list)
19200         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19201         Resolve registrations separately.
19202         (spam-register-routine): Format comments.
19203         (spam-unregister-routine, spam-register-routine): Always call with
19204         specific-articles, no default list.
19205         (spam-summary-prepare-exit): Use the spam-classifications function.
19206
19207         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19208         gnus-encrypt.el.
19209
19210         * encrypt.el: Copied from gnus-encrypt.el.
19211
19212         * gnus-encrypt.el: Commented that it's obsolete.
19213
19214 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19217         (gnus-score-save): Use it.
19218
19219         * message.el (message-bury): Use `window-dedicated-p'.
19220
19221 2004-10-15  Simon Josefsson  <jas@extundo.com>
19222
19223         * pop3.el (top-level): Don't require nnheader.
19224         (pop3-read-timeout): Add.
19225         (pop3-accept-process-output): Add.
19226         (pop3-read-response, pop3-retr): Use it.
19227
19228 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * spam.el (spam-register-routine): Move comment.
19231         (spam-verify-bogofilter): Use 'unknown for the initial
19232         spam-bogofilter-valid state, not 'never.
19233
19234         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19235         for netrc-machine.
19236
19237         * nnimap.el (nnimap-open-connection):
19238         Use netrc-machine-user-or-password.
19239
19240 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19241
19242         * gnus-registry.el (gnus-registry-unload-hook):
19243         Set as a variable with add-hook.
19244
19245         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19246         of news-path.
19247
19248         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19249
19250         * spam.el: Delete duplicate `provide'.
19251         (spam-unload-hook): Set as a variable with add-hook.
19252
19253 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19254
19255         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19256         in the doc string.
19257
19258         * message.el (message-ignored-news-headers)
19259         (message-ignored-supersedes-headers)
19260         (message-ignored-resent-headers)
19261         (message-forward-ignored-headers): Improve custom type.
19262
19263 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * message.el (message-tokenize-header): Fix 2004-09-06 change
19266         which used point-min in the wrong place.
19267
19268 2004-10-12  Simon Josefsson  <jas@extundo.com>
19269
19270         * tls.el (tls-certtool-program): New variable.
19271         (tls-certificate-information): New function, based on
19272         ssl-certificate-information.
19273
19274 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * compface.el: Move the version of ELisp-based uncompface program
19277         to the contrib directory because of the copyright problem.
19278
19279 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19280
19281         * message.el (message-kill-buffer): Raise the current frame.
19282
19283 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19284
19285         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19286
19287         * gnus.el (message-y-or-n-p): Autoload.
19288
19289         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19290         (pop3-password-required, pop3-authentication-scheme)
19291         (pop3-leave-mail-on-server): Make customizable.
19292         (pop3): New custom group.
19293         (pop3-retr): Remove `sleep-for' statements.
19294         Suggested by Dave Love <fx@gnu.org>.
19295
19296         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19297         Windows/DOS.
19298
19299         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19300         (imap-parse-body): Fix incorrect use of `assert'.
19301         Suggested by Dave Love <fx@gnu.org>.
19302
19303         * mml.el (mml-minibuffer-read-disposition): Require match.
19304         Suggested by Dave Love <fx@gnu.org>.
19305
19306 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19307
19308         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19309         doc string.
19310
19311 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19314
19315 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19316
19317         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19318         instead of calling `mm-insert-inline', to decode text/* parts
19319         before displaying them.
19320
19321 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * mm-uu.el (mm-uu-text-plain-type): New variable.
19324         (mm-uu-pgp-signed-extract-1): Use it.
19325         (mm-uu-pgp-encrypted-extract-1): Use it.
19326         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19327         bind mm-uu-text-plain-type with that value.
19328         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19329         mm-uu-dissect.
19330
19331 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * gnus-group.el (gnus-update-group-mark-positions):
19334         * gnus-sum.el (gnus-update-summary-mark-positions):
19335         * message.el (message-check-news-body-syntax):
19336         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19337         of string-as-multibyte.
19338
19339 2004-10-05  Juri Linkov  <juri@jurta.org>
19340
19341         * gnus-group.el (gnus-update-group-mark-positions):
19342         * gnus-sum.el (gnus-update-summary-mark-positions):
19343         * message.el (message-check-news-body-syntax):
19344         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19345         8-bit unibyte values to a multibyte string for search functions.
19346
19347 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19350         (mm-uu-dissect-text-parts): New function.
19351
19352         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19353         dissect text parts.
19354
19355         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19356         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19357
19358         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19359
19360         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19361         Use gnus-current-topics instead of gnus-current-topic.
19362
19363 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19364
19365         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19366
19367 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19370         where approriate.
19371
19372         * nnml.el (nnml-generate-active-info): do.
19373
19374         * nndiary.el (nndiary-generate-active-info): do.
19375
19376         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19377         (gnus-topic-move): do.
19378
19379         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19380         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19381
19382         * gnus-srvr.el (gnus-server-prepare)
19383         (gnus-server-open-all-servers): do.
19384
19385         * gnus-msg.el (gnus-summary-cancel-article)
19386         (gnus-summary-resend-message)
19387         (gnus-summary-mail-crosspost-complaint): do.
19388
19389         * gnus-move.el (gnus-change-server): do.
19390
19391         * gnus-group.el (gnus-group-unmark-all-groups)
19392         (gnus-group-set-current-level): do.
19393
19394 2004-10-04  Simon Josefsson  <jas@extundo.com>
19395
19396         * message.el (message-generate-hashcash): Doc fix.
19397
19398 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19399
19400         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19401         avoid infinite recursion via gnus-get-function.
19402
19403 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19404
19405         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19406
19407         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19408
19409         * nnmail.el (nnmail-split-history): do.
19410
19411         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19412         (nnml-request-delete-group): do.
19413
19414         * nnslashdot.el (nnslashdot-read-groups): do.
19415
19416         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19417         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19418
19419         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19420         (nnspool-sift-nov-with-sed): Use last.
19421         (nnspool-retrieve-headers-with-nov): Use mapc.
19422         (nnspool-request-newgroups): Use dolist.
19423         (nnspool-request-group): Use last.
19424
19425         * nntp.el (nntp-read-server-type): Use dolist.
19426
19427         * nnvirtual.el (nnvirtual-create-mapping)
19428         (nnvirtual-update-read-and-marked): Use dolist.
19429         (nnvirtual-convert-headers): Simplify.
19430
19431 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19432
19433         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19434         Add support for sync'ing tick marks.
19435
19436 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19439         there's no visible header.
19440
19441 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19442
19443         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19444         When necessary, pass full group name to gnus-request-set-marks.
19445
19446 2004-10-01  Simon Josefsson  <jas@extundo.com>
19447
19448         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19449         acroread.
19450
19451 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19452
19453         * spam-report.el (spam-report-gmane): Fix interactive.
19454
19455         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19456
19457         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19458         when writing file.
19459         (gnus-agent-synchronize-flags): Don't default to being
19460         interactive.
19461
19462 2004-09-30  Simon Josefsson  <jas@extundo.com>
19463
19464         * message.el (message-generate-hashcash): Add.
19465         (message-send-mail): Use it, call mail-add-payment.
19466
19467 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19468
19469         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19470
19471 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19472
19473         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19474         gnus-requst-update-info with explicit code to sync the in-memory
19475         info read flags with the marks being sync'd to the backend.
19476
19477         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19478
19479 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19480
19481         * spam.el (spam-verify-bogofilter): Add new function.
19482         (spam-check-bogofilter)
19483         (spam-bogofilter-register-with-bogofilter): Use it.
19484         (spam-verify-bogofilter): Add small fixes.
19485
19486 2004-09-28  Simon Josefsson  <jas@extundo.com>
19487
19488         * hashcash.el (hashcash-generate-payment): Revert.
19489
19490 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19491
19492         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19493         Use gnus-extract-references instead of gnus-split-references.
19494
19495         * gnus-util.el (gnus-extract-references): Add new function, analogous
19496         to gnus-split-references but extracts only the message-ID without
19497         anything extra.
19498
19499         * hashcash.el (hashcash-generate-payment)
19500         (hashcash-check-payment): Do the right thing if hashcash-path is
19501         nil (because the hashcash program could not be found).
19502
19503         * spam.el (spam-use-hashcash): Remove comment.
19504
19505 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19506
19507         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19508         (gnus-cache-enter-article, gnus-cache-remove-article)
19509         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19510
19511         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19512
19513         * gnus-art.el (article-hide-boring-headers)
19514         (article-translate-strings, article-display-face)
19515         (gnus-article-mime-match-handle-first)
19516         (gnus-article-highlight-headers)
19517         (gnus-article-add-buttons-to-head): do.
19518
19519 2004-09-27  Simon Josefsson  <jas@extundo.com>
19520
19521         * hashcash.el: New version, from
19522         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19523         ../contrib/.
19524
19525 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19528
19529 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19530
19531         * gnus-dup.el (gnus-dup-open): Use mapc.
19532         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19533
19534         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19535         Reported by Stefan Wiens <s.wi@gmx.net>.
19536
19537         * gnus.el (gnus-shutdown): Use dolist.
19538
19539         * gnus-undo.el (gnus-undo): Use mapc.
19540
19541         * nnrss.el (nnrss-generate-active): do.
19542
19543         * message.el (message-cite-original-without-signature)
19544         (message-cite-original): Use mapc.
19545         (message-do-actions, message-make-forward-subject): Use dolist.
19546
19547 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19548
19549         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19550         deletion to remove entire duplicate line.  Fixes merged article
19551         number bug.
19552
19553 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19554
19555         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19556         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19557         first ask if you want to open a server and then, even when you
19558         responded with no, asking if you want to synchronize the server's
19559         flags.
19560         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19561         multi-line expressions.
19562         (gnus-agent-synchronize-group-flags): New internal function.
19563         Updates marks in memory (in the info structure) AND in the
19564         backend.
19565
19566         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19567
19568         * nnagent.el (nnagent-request-set-mark):
19569         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19570         method, to ensure that synchronization updates marks in the
19571         backend and in the info (in memory) structure.
19572
19573 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19576         convention fully; don't miss the root article of a thread; make
19577         the X-Draft-From header with correct article numbers.
19578
19579 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19580
19581         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19582         unless plugged.  Disable the agent so that an open failure causes
19583         an error.
19584
19585         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19586         Revert 2004-09-21 change.  The backend must be opened while
19587         synchronizing flags even when the backend stores the flags
19588         locally.
19589
19590 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19591
19592         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19593         in `header' match.  Reported by Svend Tollak Munkejord.
19594
19595         * message.el (message-cite-original): Fix use of
19596         `message-cite-articles-with-x-no-archive'.
19597
19598 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19599
19600         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19601         (gnus-window-to-buffer): Ditto.
19602
19603         * mml.el (mml-preview-buffer): New variable.
19604         (mml-preview): Manage window layout with gnus-buffer-configuration.
19605
19606         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19607         X-Draft-From header even if those articles aren't quoted.
19608
19609 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19610
19611         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19612         (gnus-request-set-mark, gnus-request-update-mark): Use new
19613         g-s-t-u-l-m to decide to use backend even when unplugged.
19614
19615 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19618         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19619
19620 2004-09-20  Simon Josefsson  <jas@extundo.com>
19621
19622         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19623         "utf-16-le".
19624
19625 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19626
19627         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19628
19629 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19630
19631         * uudecode.el (uudecode-use-external): Add :version.
19632
19633         * smime.el (smime-CA-file, smime-encrypt-cipher)
19634         (smime-dns-server): Add :version.
19635
19636         * smiley.el (gnus-smiley-file-types): Add :version.
19637
19638         * sha1.el (sha1-use-external): Add :version.
19639
19640         * pgg-def.el (pgg-query-keyserver): Add :version.
19641
19642         * nnmail.el (nnmail-fancy-expiry-targets)
19643         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19644         Add :version.
19645
19646         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19647         (nnimap-retrieve-groups-asynchronous): Add :version.
19648         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19649
19650         * mml.el (mml-content-disposition-parameters)
19651         (mml-insert-mime-headers-always): Add :version.
19652
19653         * mm-util.el (mm-coding-system-priorities): Add :version.
19654
19655         * mm-decode.el (mm-inline-text-html-with-images)
19656         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19657         (mm-verify-option): Add :version.
19658         (mm-text-html-renderer): Change :version.
19659
19660         * message.el (message-fcc-externalize-attachments)
19661         (message-required-headers, message-draft-headers)
19662         (message-subject-trailing-was-query)
19663         (message-subject-trailing-was-ask-regexp)
19664         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19665         (message-mark-insert-end, message-archive-header)
19666         (message-archive-note, message-cross-post-default)
19667         (message-cross-post-note, message-followup-to-note)
19668         (message-cross-post-note-function, message-use-mail-followup-to)
19669         (message-subscribed-address-functions)
19670         (message-subscribed-address-file, message-subscribed-addresses)
19671         (message-subscribed-regexps, message-allow-no-recipients)
19672         (message-yank-cited-prefix, message-signature-insert-empty-line)
19673         (message-hidden-headers, message-hierarchical-addresses)
19674         (message-mail-user-agent, message-use-idna)
19675         (message-valid-fqdn-regexp)
19676         (message-strip-special-text-properties, message-header-synonyms)
19677         (message-beginning-of-line, message-tab-body-function): Add :version.
19678         (message-insert-canlock, message-wide-reply-confirm-recipients):
19679         Change :version.
19680
19681         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19682         and :version.
19683         (mail-source-delete-old-incoming-confirm)
19684         (mail-source-movemail-program): Add :version.
19685
19686         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19687         (gnus-agent-cache, gnus-agent): Change :version.
19688
19689         * gnus-util.el (gnus-use-byte-compile): Change :version.
19690
19691         * gnus-sum.el (gnus-summary-make-false-root-always)
19692         (gnus-summary-default-high-score)
19693         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19694         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19695         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19696         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19697         (gnus-sum-thread-tree-single-indent)
19698         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19699         (gnus-sum-thread-tree-leaf-with-other)
19700         (gnus-sum-thread-tree-single-leaf): Add :version.
19701         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19702         (gnus-article-loose-mime): Change :version.
19703
19704         * gnus-start.el (gnus-backup-startup-file)
19705         (gnus-save-startup-file-via-temp-buffer): Add :version.
19706
19707         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19708         (gnus-server-offline-face): Add :version.
19709
19710         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19711
19712         * gnus-msg.el (gnus-gcc-externalize-attachments)
19713         (gnus-debug-files, gnus-debug-exclude-variables)
19714         (gnus-discouraged-post-methods): Change :version.
19715         (gnus-confirm-mail-reply-to-news)
19716         (gnus-confirm-treat-mail-like-news): Add :version.
19717
19718         * gnus-int.el (gnus-server-unopen-status): Add :version.
19719
19720         * gnus-group.el (gnus-group-jump-to-group-prompt)
19721         (gnus-large-ephemeral-newsgroup)
19722         (gnus-fetch-old-ephemeral-headers): Add :version.
19723
19724         * gnus-fun.el (gnus-x-face-directory)
19725         (gnus-convert-pbm-to-x-face-command)
19726         (gnus-convert-image-to-x-face-command)
19727         (gnus-convert-image-to-face-command): Add :version.
19728
19729         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19730
19731         * gnus-cite.el (gnus-cite-blank-line-after-header)
19732         (gnus-article-boring-faces): Add :version.
19733
19734         * gnus-art.el (gnus-buttonized-mime-types)
19735         (gnus-inhibit-mime-unbuttonizing)
19736         (gnus-treat-display-face)
19737         (gnus-treat-body-boundary): Change :version.
19738         (gnus-body-boundary-delimiter, gnus-picon-databases)
19739         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19740         (gnus-treat-date-english, gnus-treat-fold-headers)
19741         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19742         (gnus-treat-mail-picon, gnus-treat-wash-html)
19743         (gnus-article-encrypt-protocol)
19744         (gnus-use-idna, gnus-article-over-scroll)
19745         (gnus-mime-display-multipart-alternative-as-mixed)
19746         (gnus-mime-display-multipart-related-as-mixed)
19747         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19748         (gnus-ctan-url, gnus-button-ctan-handler)
19749         (gnus-button-handle-ctan-bogus-regexp)
19750         (gnus-button-ctan-directory-regexp)
19751         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19752         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19753         (gnus-button-man-level, gnus-button-emacs-level)
19754         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19755
19756         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19757         (gnus-agent-go-online): Change :version.
19758         (gnus-agent-expire-unagentized-dirs)
19759         (gnus-agent-auto-agentize-methods): Add :version.
19760
19761         * flow-fill.el (fill-flowed-display-column)
19762         (fill-flowed-encode-column): Add :version.
19763
19764         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19765         (gnus-outlook-deuglify-unwrap-max)
19766         (gnus-outlook-deuglify-cite-marks)
19767         (gnus-outlook-deuglify-unwrap-stop-chars)
19768         (gnus-outlook-deuglify-no-wrap-chars)
19769         (gnus-outlook-deuglify-attrib-cut-regexp)
19770         (gnus-outlook-deuglify-attrib-verb-regexp)
19771         (gnus-outlook-deuglify-attrib-end-regexp)
19772         (gnus-outlook-display-hook): Add :version.
19773
19774         * binhex.el (binhex-use-external): Add :version.
19775
19776 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19779         and `invisible'.
19780
19781 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19782
19783         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19784         in gnus-registry-trim.
19785
19786 2004-09-13  Simon Josefsson  <jas@extundo.com>
19787
19788         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19789
19790         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19791
19792         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19793         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19794         <yamaoka@jpl.org>.
19795         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19796         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19797         <yamaoka@jpl.org>.
19798
19799         * sieve.el (sieve-manage-mode): Ditto.
19800
19801 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19804
19805 2004-09-11  Simon Josefsson  <jas@extundo.com>
19806
19807         * dns-mode.el: Add.
19808
19809         * mm-view.el (mm-display-dns-inline): Add.
19810
19811         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19812         (mm-automatic-display): Ditto.
19813
19814         * mailcap.el (mailcap-mime-data): Add text/dns.
19815         (mailcap-mime-extensions): Map .soa to text/dns.
19816
19817 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19818
19819         * gnus-art.el (article-decode-mime-words, article-babel)
19820         (gnus-article-highlight-signature, gnus-article-add-buttons)
19821         (gnus-signature-toggle): Remove unnecessary bindings of
19822         `inhibit-read-only' inherited from v5.10 merge.
19823
19824 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * nntp.el (nntp): New customization group.
19827         (nntp-authinfo-file): Add customization group.
19828
19829         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19830
19831         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19832
19833         * gnus.el (to-address, to-list, subscribed)
19834         (large-newsgroup-initial): Ditto.
19835
19836         * flow-fill.el (fill-flowed-display-column)
19837         (fill-flowed-encode-column): Ditto.
19838
19839 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19840
19841         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19842         Use point-min rather than 1.
19843         (message-send-mail): Use buffer-size rather than point-max.
19844
19845         * gnus-sum.el (gnus-summary-search-article-forward):
19846         Signal a specific `search-failed' rather than a generic `error'.
19847
19848         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19849         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19850         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19851
19852 2004-09-10  Simon Josefsson  <jas@extundo.com>
19853
19854         * nndb.el (require): Remove tcp and duplicate cl.
19855
19856 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * gnus-agent.el (directory-files-and-attributes): Move forward.
19859
19860 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19861
19862         * gnus-agent.el (directory-files-and-attributes):
19863         Optionally defined to support XEmacs.
19864
19865 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19866
19867         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19868         to avoid run-time CL dependencies.
19869         (gnus-agent-unfetch-articles): New function.
19870         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19871         article numbers even when local .overview file is missing.
19872         (gnus-agent-read-article-number): New function.  Only accepts
19873         27-bit article numbers.
19874         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19875         Use gnus-agent-read-article-number.
19876         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19877         from backend while recognizing that article numbers in .overview
19878         must be valid.
19879         (gnus-agent-update-files-total-fetched-for):
19880         Use directory-files-and-attributes to improve performance.
19881         * gnus-int.el (gnus-request-move-article):
19882         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19883         improve performance.
19884
19885         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19886         some users confused by references to .newsrc when they only have a
19887         .newsrc.eld file.
19888         (gnus-convert-mark-converter-prompt)
19889         (gnus-convert-converter-needs-prompt): Fix use of property list.
19890         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19891         New function.  Used internally to only display 'gnus converting
19892         files' message when actually necessary.
19893
19894         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19895         methods now autoloaded.
19896
19897 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19898
19899         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19900         identifiers.
19901
19902 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19903
19904         * gnus-picon.el: Fix indentation and closing parenthesis.
19905
19906 2004-09-01  Simon Josefsson  <jas@extundo.com>
19907
19908         * message.el (message-canlock-generate): Require sha1, not
19909         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19910         to require within a function.  Sadly, if sha1.el isn't loaded, the
19911         let binding in m-c-g will hide the defcustom definition, which is
19912         bad.)
19913
19914         * canlock.el: Require sha1, not sha1-el.
19915
19916         * message.el: Don't autoload sha1 (there is a autoload cookie in
19917         sha1.el).
19918
19919         * sha1-el.el: Rename to sha1.el.
19920
19921 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19922
19923         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19924
19925 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19926
19927         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19928
19929 2004-08-30  Kim F. Storm  <storm@cua.dk>
19930
19931         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19932
19933         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19934         Add :group 'nnimap.
19935
19936 2004-08-30  Andreas Schwab  <schwab@suse.de>
19937
19938         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19939         ?* and ?\;.
19940
19941         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19942         and ?\' to symbol instead of whitespace.
19943
19944 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19947
19948         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19949         instead of re-search-forward.
19950
19951         * gnus-uu.el (gnus-uu-save-article): Ditto.
19952         (gnus-uu-post-encode-uuencode): Ditto.
19953
19954         * html2text.el (html2text-clean-list-items): Ditto.
19955         (html2text-clean-dtdd): Ditto.
19956         (html2text-format-tags): Ditto.
19957
19958         * message.el (message-send-mail-with-sendmail): Fix regexp.
19959         (message-fill-field-general): Use search-forward instead of
19960         re-search-forward.
19961         (unbold-region): Ditto.
19962
19963         * nnrss.el (nnrss-request-article): Ditto.
19964
19965         * nnslashdot.el (nnslashdot-request-article): Ditto.
19966
19967         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19968
19969         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19970         "Unrecognized menu descriptor" error in XEmacs.
19971
19972 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19973
19974         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19975         parent article of a sparse article in the thread hashtb.
19976
19977 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19978
19979         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19980         (nnmail-expand-newtext): Lowercase expanded entries if
19981         nnmail-split-lowercase-expanded is non-nil.
19982
19983 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19986
19987         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19988         of gnus-tmp-news-method into string under XEmacs.  It will be
19989         passed to gnus-correct-length which takes only a string argument.
19990
19991 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19992
19993         * gnus-util.el (gnus-bind-print-variables): New macro.
19994         (gnus-prin1): Use it.
19995         (gnus-prin1-to-string): Use it.
19996         (gnus-pp): New function.
19997         (gnus-pp-to-string): New function.
19998
19999         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20000         Replace pp-to-string with gnus-pp-to-string.
20001         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20002         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20003         * gnus-msg.el (gnus-debug): Ditto.
20004         * gnus-score.el (gnus-score-save): Ditto.
20005         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20006         gnus-pp-to-string.
20007         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20008         with gnus-pp.
20009         * score-mode.el (gnus-score-pretty-print): Ditto.
20010         * webmail.el (webmail-debug): Ditto.
20011
20012 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * gnus-art.el (article-display-face, article-display-x-face):
20015         Use buffer-read-only.
20016
20017 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-art.el (article-hide-list-identifiers):
20020         Bind inhibit-read-only as t.
20021
20022 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20023
20024         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20025
20026 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20027
20028         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20029         (gnus-narrow-to-page): Don't assume point-min == 1.
20030         (gnus-article-edit-mode): Derive from message-mode.
20031
20032         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20033         point-min == 1.
20034
20035         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20036         Disable incorrect use of `assert'.
20037
20038         * message.el (message-mode): Set comment-start-skip.
20039
20040
20041 2004-08-22  Sam Steingold  <sds@gnu.org>
20042
20043         * pop3.el (pop3-leave-mail-on-server): New user variable.
20044         (pop3-movemail): Delete mail only when it is nil.
20045
20046 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20049
20050         * mml.el (mml-preview): Use `pop-to-buffer'.
20051
20052         * message.el (message-goto-mail-followup-to): Insert after "To".
20053         (message-carefully-insert-headers): Add comment.
20054
20055         * gnus.el: Remove unused variable `gnus-article-check-size'.
20056
20057         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20058
20059         * gnus-art.el (gnus-button-alist):
20060         Improve `gnus-button-handle-library' entry.
20061
20062 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20063
20064         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20065         Use downcase, since XEmacs capitalizes error messages differently.
20066
20067 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20068
20069         * nntp.el: Add (require 'gnus) due to reference to
20070         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20071
20072 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20073
20074         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20075         Bind `mm-fill-flowed'.
20076
20077         * mm-decode.el (mm-dissect-singlepart): Check it.
20078
20079 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20080
20081         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20082         'imap' for netrc parsing.
20083
20084 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20085
20086         * mailcap.el (mailcap-mime-data): Mark as risky.
20087
20088 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20091         may be included in the encoded word.
20092         (rfc2047-encode): Don't append a space if the encoded word
20093         includes close parenthesis.
20094
20095 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20098         of text within parentheses.
20099
20100 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20101
20102         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20103         (gnus-encrypt-write-file-contents): Make the password key the file
20104         name PLUS the cipher, not just the cipher.  Also remove failed
20105         passwords from the cache.
20106
20107 2004-08-06  Simon Josefsson  <jas@extundo.com>
20108
20109         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20110         Doc fix.
20111
20112 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20115         LWSP.
20116
20117 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20118
20119         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20120         Try to append in-reply-to: data to the references: header.
20121
20122         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20123         (netrc-parse): Use gnus-encrypt.el functions.
20124
20125         * gnus-encrypt.el: Add new file for encryption support; currently
20126         does only a few GPG ciphers and an internal XOR cipher.
20127
20128         * password.el: Add comments on using password-read-and-add.
20129         (password-read-and-add): Add function to read and add the
20130         password to the cache at once.
20131
20132 2004-07-28  Simon Josefsson  <jas@extundo.com>
20133
20134         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20135         parameter (but don't use it, for now).
20136
20137         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20138         instead of hard coding to nil.
20139
20140 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20143         as mm-inline-image-xemacs does.
20144
20145 2004-07-26  Simon Josefsson  <jas@extundo.com>
20146
20147         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20148         Revert part of 2004-07-17 change below.
20149
20150 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20153         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20154
20155 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20156
20157         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20158         quotes that actually start with ">" at the beginning of the
20159         lines.
20160
20161 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * rfc2047.el (rfc2047-encode-region): Fix last change.
20164         (rfc2047-encode-parameter): Remove useless concat.
20165
20166 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20169         encode special characters; fix some kind of misconfigured headers;
20170         signal a real error if debug-on-quit or debug-on-error is non-nil.
20171         (rfc2047-encode-max-chars): New variable.
20172         (rfc2047-encode-1): Use it.
20173         (rfc2047-encode-parameter): New function.
20174
20175         * mml.el (mml-insert-parameter): Remove an excessive space.
20176
20177 2004-07-17  Simon Josefsson  <jas@extundo.com>
20178
20179         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20180         Kai Grossjohann <kai@emptydomain.de>.
20181         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20182         (gnus-group-make-menu-bar): Ditto.
20183
20184         * gnus-util.el (gnus-group-server): Add.
20185
20186 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20187
20188         * message.el (message-clone-locals): Clone sendmail and smtp
20189         variables.
20190
20191 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * rfc2047.el (rfc2047-encode-region): Fix last change.
20194
20195 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20198         characters as non-special.
20199
20200 2004-07-09  Simon Josefsson  <jas@extundo.com>
20201
20202         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20203         Users will lose all flag changes made while unplugged with
20204         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20205         good default.  See numerous reports on ding mailing list.
20206
20207 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20208
20209         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20210         add generate-head-function and generate-article-function to the
20211         rfc822-forward entry.
20212         (nndoc-rfc822-forward-generate-article): New function.
20213         (nndoc-rfc822-forward-generate-head): New function.
20214
20215         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20216
20217 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20218
20219         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20220         respect display group parameter and gnus-summary-expunge-below.
20221         (gnus-articles-to-read): Remove unused reference to display group
20222         parameter.
20223
20224 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20225
20226         * nnheader.el (nnheader-uniquify-message-id): New experimental
20227         variable.
20228         (nnheader-nov-read-message-id): Use it.
20229
20230         * spam-report.el (spam-report-gmane): Add interactive.
20231
20232 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * mm-encode.el (mm-content-transfer-encoding-defaults):
20235         Use qp-or-base64 for the application/* types.
20236
20237 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20238
20239         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20240
20241 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20242
20243         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20244         trim value.
20245
20246 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20247
20248         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20249         New macro and function.
20250         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20251
20252 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20255         after-load-alist.
20256
20257 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20258
20259         * gnus-group.el (gnus-group-get-new-news-this-group):
20260         Don't update info that isn't there.
20261
20262 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20263
20264         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20265         entry.
20266
20267 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * mm-view.el (mm-inline-render-with-function): Use multibyte
20270         buffer; decode html source by charset.
20271
20272         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20273
20274         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20275         Mule-UCS is loaded under XEmacs.
20276         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20277
20278 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20279
20280         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20281
20282 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * mm-util.el (mm-coding-system-p): Return a coding-system.
20285         (mm-mime-mule-charset-alist): Use shift_jis instead of
20286         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20287         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20288         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20289         instead of japanese-shift-jis and iso-latin-1 respectively in
20290         order to share the default value with both Emacs and XEmacs-mule.
20291         (mm-mule-charset-to-mime-charset):
20292         Make mm-coding-system-priorities effective.
20293         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20294         while predicating of candidates upon the priorities.
20295
20296 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20297
20298         * gnus-sum.el (gnus-summary-make-menu-bar):
20299         Add gnus-uu-invert-processable.
20300
20301         * gnus.el: Autoload gnus-uu-invert-processable.
20302
20303 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * mm-util.el (mm-with-multibyte-buffer): New macro.
20306
20307         * rfc2047.el (rfc2047-encode-string): Use it.
20308         (rfc2047-encode-region): Move point to the end of the region after
20309         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20310
20311 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20314         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20315
20316 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20319         (gnus-cite-parse): Ignore quoted envelope From_.
20320         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20321
20322 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20323
20324         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20325         invalid addresses.
20326
20327 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20328
20329         * spam.el: Change section markers, revise TODO list.
20330         (spam-backends): Make new master list of all installed backends.
20331         (spam-summary-exit-behavior): Add new variable to determine how
20332         messages moves are done at summary exit.
20333         (spam-move-spam-nonspam-groups-only)
20334         (spam-process-ham-in-nonham-groups)
20335         (spam-process-ham-in-spam-groups): Remove variables, the
20336         spam-summary-exit-behavior variable should be used to manage this
20337         behavior.
20338         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20339         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20340         and spam-old-spam-articles.
20341         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20342         Add empty variables, placeholders for the backends they represent.
20343         (spam-set-difference): Move, unchanged.
20344         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20345         unless the user has a processor variable.
20346         (spam-classifications, spam-classification-valid-p)
20347         (spam-backend-properties, spam-backend-property-valid-p)
20348         (spam-backend-function-type-valid-p)
20349         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20350         (spam-report-articles-gmane, spam-report-articles-resend):
20351         Remove functions, they are not needed.
20352         (spam-install-backend-super, spam-backend-list)
20353         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20354         (spam-backend-function, spam-backend-ham-registration-function)
20355         (spam-backend-spam-registration-function)
20356         (spam-backend-ham-unregistration-function)
20357         (spam-backend-spam-unregistration-function)
20358         (spam-backend-statistical-p, spam-backend-mover-p)
20359         (spam-install-backend-alias, spam-install-checkonly-backend)
20360         (spam-install-mover-backend, spam-install-nocheck-backend)
20361         (spam-install-backend, spam-install-statistical-backend)
20362         (spam-install-statistical-checkonly-backend): Add backend installation
20363         support.
20364         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20365         (spam-group-processor-p): Use the new backend code and respect the
20366         summary exit behavior.
20367         (spam-mark-spam-as-expired-and-move-routine): Remove.
20368         (spam-summary-prepare): Change to use the new spam-old-articles
20369         variable.
20370         (spam-copy-or-move-routine, spam-copy-spam-routine)
20371         (spam-move-spam-routine, spam-copy-ham-routine)
20372         (spam-move-ham-routine): Add code to copy/move ham or spam.
20373         (spam-fetch-field-fast): Improve doc and code, plus allow the
20374         'number request.
20375         (spam-list-of-checks, spam-list-of-statistical-checks):
20376         Remove variables.
20377         (spam-split, spam-find-spam): Use the new backend code.
20378         (spam-registration-functions): Remove variable.
20379         (spam-unregister-routine): Add convenience wrapper.
20380         (spam-log-undo-registration, spam-register-routine)
20381         (spam-log-processing-to-registry)
20382         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20383         where possible.
20384         (spam-check-gmane-xref, spam-check-regex-headers)
20385         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20386         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20387         (spam-check-bogofilter-headers, spam-check-spamoracle)
20388         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20389         (spam-check-crm114-headers): Use the spam-split-group that
20390         spam-split prepares, no need to determine it every time.
20391
20392         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20393         to the nnheader-parse-naked-head call.
20394
20395         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20396
20397         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20398         the nnheader-nov-read-message-id call.
20399
20400 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20401
20402         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20403         gnus-activate-group twice.  Suggested by Markus Peter
20404         <warp@spin.de>.
20405
20406 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * gnus-art.el (gnus-article-time-format): Exchange the order of
20409         day and month in the default value; fix customization type.
20410         (article-date-ut): Use add-text-properties.
20411         (article-make-date-line): Use message-make-date instead of
20412         current-time-string.
20413
20414         * message.el (message-fetch-field): Don't use set-text-properties.
20415         (message-make-date): Simplify.
20416
20417         * messagexmas.el (message-xmas-make-date): New function.
20418         (message-xmas-redefine): Defalias message-make-date to it.
20419
20420 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20423         (rfc2047-encode-region): Treat text within parentheses as special;
20424         show the original text when error has occurred.
20425
20426         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20427         already-computed method to gnus-activate-group.
20428
20429         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20430         same select-methods identical Lisp objects.
20431
20432         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20433         object when modifying the info.
20434
20435 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20438         gnus-opened-servers since it has never been opened with the new
20439         configuration yet.
20440
20441 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20444         arg to nnheader-generate-fake-message-id.
20445
20446 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20447
20448         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20449         number and build a fake message ID localized to a group and
20450         article number (so it's repeatable from that point on).
20451         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20452         ID format.
20453
20454         * gnus-sum.el (gnus-get-newsgroup-headers):
20455         Call nnheader-generate-fake-message-id with the article number.
20456
20457 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20458
20459         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20460         end-of-buffer.
20461
20462 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20463
20464         * message.el (message-ignored-supersedes-headers): Add Approved.
20465
20466 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20469         goto-char.
20470         (rfc2047-encode): Fold the line before encoding.
20471
20472 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20473
20474         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20475         folding -- not all headers can be folded, and this should be done
20476         by the message composition mode.  Probably.  I think.
20477
20478 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20481         fast.
20482
20483         * gnus-ems.el (gnus-remove-image): Don't use
20484         message-text-with-property; remove only the image found first.
20485
20486         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20487         found first.
20488
20489 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20490
20491         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20492
20493 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * message.el (message-text-with-property): Make it fast and accept
20496         optional arguments.
20497         (message-strip-forbidden-properties): Use it.
20498         (message-fix-before-sending): Follow the m-t-w-p change.
20499
20500         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20501
20502 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * gnus-art.el (article-hide-headers): Don't change the buffer
20505         mistakenly when performing mml-preview even if
20506         gnus-single-article-buffer is nil.
20507
20508 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20509
20510         * message.el (message-expand-name-databases): New user option.
20511         (message-expand-name): Use it.
20512
20513 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20514
20515         * spam.el (spam-report-articles-resend)
20516         (spam-report-resend-register-routine): Allow ham reporting.
20517         (spam-report-resend-register-ham-routine): Add wrapper.
20518         (spam-registration-functions): Add ham resending functions.
20519         (spam-list-of-processors): Add ham resend processor.
20520
20521         * gnus.el (ham-resend-to): Add new group parameter.
20522         (spam-process): Add ham resend option.
20523
20524         * spam-report.el (spam-report-resend): Allow reporting ham.
20525         (spam-report-resend-ham): Add wrapper.
20526
20527 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20528
20529         * message.el (message-cite-articles-with-x-no-archive):
20530         New variable.
20531         (message-cite-original): Use it.
20532
20533 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20534
20535         * message.el (message-cite-original): Respect X-No-Archive.
20536
20537 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * gnus-art.el (article-hide-headers): Refer to the values for
20540         gnus-ignored-headers and gnus-visible-headers in the summary
20541         buffer since a user may have set them as group parameters.
20542
20543 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20544
20545         * assistant.el (assistant-node-name): Add convenience function.
20546         (assistant-render-text, assistant-render-node): Add error handling,
20547         plus handle multiple next nodes.
20548         (assistant-find-next-node): Comment out for now.
20549         (assistant-find-next-nodes): Add function, returns list of next
20550         nodes.
20551
20552 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20553
20554         * mail-source.el (mail-source-directory): Fix doc-string.
20555
20556 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20557
20558         * assistant.el (assistant-render-text, assistant-eval): Add :set
20559         widget type, which is different because it takes and returns a
20560         list.  Much hilarity ensues.
20561
20562 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20563
20564         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20565
20566         * gnus-group.el (gnus-group-get-new-news-this-group):
20567         Add doc-string.
20568
20569         * gnus-start.el (gnus-activate-group): Add doc-string.
20570
20571 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20572
20573         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20574
20575 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20576
20577         * assistant.el (assistant-render-text): Try to add a :set
20578         widget, more to come.
20579
20580         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20581         strings.
20582         (spam-report-articles-resend)
20583         (spam-register-routine): Do registration iff any articles warrant
20584         it.
20585         (spam-summary-prepare-exit): Change log message for nil group
20586         destinations.
20587
20588 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20589
20590         * spam.el (spam-report-resend-register-routine):
20591         Allow spam-report-resend-to to be a group parameter or a global value.
20592
20593 2004-05-26  Simon Josefsson  <jas@extundo.com>
20594
20595         * starttls.el: Merge with my GNUTLS based starttls.el.
20596         (starttls-gnutls-program, starttls-use-gnutls)
20597         (starttls-extra-arguments, starttls-process-connection-type)
20598         (starttls-connect, starttls-failure, starttls-success):
20599         New variables.
20600         (starttls-program, starttls-extra-args): Doc fix.
20601         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20602         New functions.
20603         (starttls-negotiate, starttls-open-stream):
20604         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20605         function if it is set.
20606
20607 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20608
20609         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20610         structured fields.
20611
20612 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20615
20616 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20617
20618         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20619         Add variable.
20620         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20621         assigning the spam-mark to new messages.
20622
20623 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20624
20625         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20626
20627 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20628
20629         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20630
20631         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20632         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20633         default.
20634
20635 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20636
20637         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20638         correct data.
20639
20640 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20641
20642         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20643         (spam-group-processor-p): Fix function.
20644         (spam-group-processor-multiple-p)
20645         (spam-group-spam-processor-report-gmane-p)
20646         (spam-group-spam-processor-report-resend-p)
20647         (spam-group-spam-processor-bogofilter-p)
20648         (spam-group-spam-processor-blacklist-p)
20649         (spam-group-spam-processor-ifile-p)
20650         (spam-group-ham-processor-ifile-p)
20651         (spam-group-spam-processor-spamoracle-p)
20652         (spam-group-spam-processor-crm114-p)
20653         (spam-group-ham-processor-bogofilter-p)
20654         (spam-group-spam-processor-stat-p)
20655         (spam-group-ham-processor-stat-p)
20656         (spam-group-ham-processor-whitelist-p)
20657         (spam-group-ham-processor-BBDB-p)
20658         (spam-group-ham-processor-spamoracle-p)
20659         (spam-group-ham-processor-copy-p): Remove functions with some
20660         prejudice against unneeded code.
20661         (spam-report-articles-resend)
20662         (spam-report-resend-register-routine): Allow the group/topic
20663         spam-resend-to value to override spam-report-resend-to.
20664         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20665         properly now.
20666
20667         * gnus.el (spam-resend-to): Add group/topic parameter.
20668         (spam-process): Move the OBSOLETE processors to the end of the
20669         choices.
20670
20671 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20672
20673         * spam-report.el (spam-report-resend-to, spam-report-resend):
20674         Start with resend-to set to nil, and then ask the user if necessary.
20675         (spam-report-resend): spam-report-resend takes a list of articles, not
20676         separate article numbers.
20677
20678 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20679
20680         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20681         addition to emacs-w3m.
20682
20683 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20684
20685         * assistant.el (assistant-authinfo-data): New function.
20686         (assistant-eval): Eval for entire assistant.
20687
20688         * netrc.el (netrc-services-file): New variable.
20689         (netrc-parse-services): New function.
20690         (netrc-find-service-name): New function.
20691         (netrc-find-service-number): New function.
20692         (netrc-port-equal): New function.
20693         (netrc-machine): Use it.
20694
20695         * nnimap.el (nnimap-open-connection): Use netrc.
20696
20697         * gnus-util.el (gnus-netrc-get): Remove aliases.
20698
20699         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20700
20701         * assistant.el (wid-edit): Fix compilation.
20702
20703         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20704
20705 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20706
20707         * gnus-util.el (gnus-set-file-modes): New function.  (small
20708         patch).
20709
20710 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20711
20712         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20713
20714         * assistant.el (assistant-render-node): Fix up rendering and
20715         read-only text.
20716         (assistant-render-node): Reset.
20717         (assistant-make-read-only): Not sticky.
20718
20719 2004-05-20  Danny Siu  <dsiu@adobe.com>
20720
20721         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20722         centered even when gnus-auto-center-summary is t.
20723
20724 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20725
20726         * dns.el (dns-get-txt-answer): New function.
20727         (dns-read-txt): Ditto.
20728         (query-dns): Use it.
20729
20730 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20733         active for foreign groups even if the group level is higher than
20734         the specified value.
20735
20736 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20737
20738         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20739         non-active groups.
20740
20741         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20742
20743 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20744
20745         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20746
20747 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20748
20749         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20750         (spam-crm114-header, spam-crm114-spam-switch)
20751         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20752         (spam-crm114-positive-spam-header)
20753         (spam-crm114-database-directory, spam-list-of-processors)
20754         (spam-group-spam-processor-crm114-p)
20755         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20756         (spam-generic-score, spam-list-of-checks)
20757         (spam-list-of-statistical-checks, spam-registration-functions)
20758         (spam-check-crm114-headers, spam-crm114-score)
20759         (spam-check-crm114, spam-crm114-register-with-crm114)
20760         (spam-crm114-register-spam-routine)
20761         (spam-crm114-unregister-spam-routine)
20762         (spam-crm114-register-ham-routine)
20763         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20764         From asjo@koldfront.dk (Adam Sjøgren).
20765
20766         * gnus.el: Add spam-use-crm114.
20767
20768         * spam.el (spam-list-of-processors, spam-registration-functions):
20769         Add spam-use-resend.
20770         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20771         (spam-report-articles-gmane): Add doc fix.
20772         (spam-report-articles-resend, spam-report-resend-register-routine):
20773         Add wrappers around spam-report-resend-to.
20774
20775         * spam-report.el (spam-report-resend-to, spam-report-resend):
20776         Add support for resending spam.
20777         (spam-report-gmane): Fix line length >80.
20778
20779         * gnus.el (spam-process): Add spam-use-resend.
20780
20781 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20782
20783         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20784         number of processed spam messages.
20785         (spam-ham-copy-or-move-routine): Return the number of processed
20786         ham messages.
20787         (spam-summary-prepare-exit): Use the above values to decide
20788         whether status messages shouled be displayed.
20789
20790 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20793         `rfc2047-encoding-function-alist' in order to avoid conflicting
20794         with the old version.
20795         (rfc2047-encode-region): Concatenate words containing non-ASCII
20796         characters in structured fields; don't encode space-delimited
20797         ASCII words even in unstructured fields; don't break words at
20798         char-category boundaries.
20799         (rfc2047-encode-1): New function.
20800         (rfc2047-encode): Use it; encode text so that it occupies the
20801         maximum width within 76-column; work correctly on Q encoding for
20802         iso-2022-* charsets.
20803         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20804         sure not to break a line just after the header name.
20805         (rfc2047-b-encode-region): Remove.
20806         (rfc2047-b-encode-string): New function.
20807         (rfc2047-q-encode-region): Remove.
20808         (rfc2047-q-encode-string): New function.
20809
20810         * mm-util.el (mm-replace-in-string): New function.
20811
20812 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20813
20814         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20815         Really get it right.
20816         (gnus-inews-make-draft): Really.
20817
20818 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20819
20820         * nnmh.el (nnmh-request-list-1): Don't check the link count
20821         before descending.  (small patch)
20822
20823 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20824
20825         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20826         stuff.
20827
20828         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20829         Match on real group name.
20830
20831         * gnus-art.el (gnus-signature-limit): Doc fix.
20832
20833         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20834
20835         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20836
20837 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20838
20839         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20840         isn't a string.
20841
20842 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20843
20844         * gnus-draft.el (gnus-draft-send):
20845         Bind rfc2047-encode-encoded-words.
20846
20847         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20848         (rfc2047-encodable-p): Say that =? needs encoding.
20849         (rfc2047-encode-encoded-words): New variable.
20850
20851         * gnus-group.el (gnus-group-select-group): Doc fix.
20852
20853         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20854
20855         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20856         to nil.
20857
20858         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20859
20860         * nnheader.el (nnheader-get-lines-and-char): New function.
20861
20862 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20863
20864         * gnus-msg.el (gnus-summary-followup-with-original):
20865         Document yanking of region when active.
20866
20867 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20868
20869         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20870         groups if the group level is higher than the specified value.
20871
20872 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20873
20874         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20875         (gnus-group-jump-to-group): Add prefix argument using
20876         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20877         non-active group.
20878
20879         * compface.el (uncompface): Be verbose when changing
20880         `uncompface-use-external'.
20881
20882         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20883         handle manual section.
20884
20885 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20886
20887         * gnus-art.el (gnus-button-alist): Revert previous change.
20888
20889 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20892
20893 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20894
20895         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20896         whether backend can accept message.
20897
20898         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20899
20900 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20901
20902         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20903         Avoid creating directory when nntp-marks-is-evil is true.
20904         Reported by Reiner Steib.
20905
20906 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20907
20908         * gnus-picon.el (gnus-picon-style): New variable.
20909         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20910         (gnus-picon-transform-address): Support `gnus-picon-style'.
20911         From Jesper Harder <harder@ifa.au.dk>.
20912
20913 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20914
20915         * message.el (message-fill-field): Return point.
20916         (message-generate-headers): Go to end of field.
20917
20918         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20919         stuff for non-living groups.
20920
20921 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20922
20923         * gnus-art.el (gnus-article-followup-with-original)
20924         (gnus-article-reply-with-original): gnus-mark-active-p ->
20925         gnus-region-active-p.
20926
20927 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20928
20929         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20930         only when there is spam or ham to be processed.
20931
20932 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20933
20934         * mail-source.el (mail-source-delete-crash-box): Refactor.
20935         (mail-source-fetch): Use it.
20936         (mail-source-fetch-file): Ditto.
20937         (mail-source-fetch-directory): Run postscript in loop.
20938         (mail-source-fetch-pop): Delete.
20939         (mail-source-fetch-maildir): Ditto.
20940         (mail-source-fetch-imap): Ditto.
20941
20942         * imap.el (imap-authenticators): Comment out sasl.
20943
20944         * message.el (message-skip-to-next-address): New function.
20945         (message-fill-header-address): Refactor.
20946         (message-fill-address): Use it.
20947         (message-delete-address): Use it.
20948         (message-fill-header-general): Refactor.
20949         (message-fill-field-address): Rename.
20950         (message-narrow-to-field): Find the start of the header.
20951         (message-header-format-alist): Don't pre-fill.
20952         (message-fill-header): Remove.
20953         (message-insert-header): New function.
20954         (message-shorten-references): Use it.
20955
20956         * rfc2047.el (rfc2047-field-value): Strip props.
20957
20958         * mail-parse.el (mail-header-make-address): New alias.
20959
20960         * ietf-drums.el (ietf-drums-make-address): New function.
20961
20962         * imap.el: Add compiler directives.
20963
20964         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20965
20966         * gnus-art.el (article-decode-idna-rhs): Don't use
20967         message-idna-inside-rhs-p.
20968
20969 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20970
20971         * message.el (message-idna-inside-rhs-p): Remove.
20972         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20973
20974         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20975         false positives.
20976
20977 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20978
20979         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20980
20981 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20982
20983         * nneething.el (nneething-file-name): Don't create spurious
20984         files.
20985
20986         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20987         (gnus-inews-do-gcc): Remove sleep.
20988
20989         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20990         part under point.
20991
20992         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20993         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20994
20995 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20996
20997         * spam.el (spam-summary-prepare-exit): Fix (length).
20998
20999 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21000
21001         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21002         as expired without moving it" message when there are spam
21003         messages left.
21004
21005 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21006
21007         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21008         header is not nil.
21009
21010 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21011
21012         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21013         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21014         (nntp-marks-changed-p): New arg SERVER.
21015         (nntp-request-update-info): Adjust caller.
21016
21017 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21018
21019         * nntp.el (nntp-save-marks): Pass missing arg.
21020
21021 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21022
21023         * nntp.el: Support marks.
21024         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21025         (nntp-marks-modtime, nntp-marks-directory): New variables.
21026         (nntp-request-set-mark, nntp-request-update-info)
21027         (nntp-possibly-create-directory, nntp-marks-changed-p)
21028         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21029         New functions.
21030
21031 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21032
21033         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21034         (gnus-xmas-redefine): Rename.
21035
21036         * gnus-score.el (gnus-score-insert-help):
21037         Use gnus-select-lowest-window.
21038
21039         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21040         appt-select-lowest-window and rename to gnus-select-lowest-window.
21041
21042         * gnus.el: do.
21043
21044 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21045
21046         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21047         encodings of MIME-encoded words, in order to improve
21048         interoperability with several broken MUAs.
21049
21050 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21051
21052         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21053         tags, only when charsets are not specified in headers.
21054         (mm-inline-text-html-render-with-w3m): Ditto.
21055
21056         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21057         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21058
21059 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21060
21061         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21062         instead of MIME-decoded from fields when checking
21063         `gnus-article-address-banner-alist'.
21064
21065 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21066
21067         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21068         description rather than subject.
21069
21070 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21071
21072         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21073
21074 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21075
21076         * gnus.el (gnus-version-number): Bump.
21077
21078 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21079
21080         * gnus.el: No Gnus v0.2 is released.
21081
21082 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21083
21084         * gnus-agent.el (gnus-agent-read-agentview):
21085         Inline gnus-uncompress-range.
21086
21087 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21088
21089         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21090         `exec-installed-p'.
21091
21092 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21093
21094         * gnus.el (spam-process, spam-autodetect-methods):
21095         Add bsfilter and bsfilter-headers.
21096
21097         * spam.el (spam-bsfilter): New customize group.
21098         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21099         (spam-bsfilter-header, spam-bsfilter-probability-header)
21100         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21101         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21102         (spam-bsfilter-database-directory): New options.
21103         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21104         (spam-list-of-statistical-checks, spam-registration-functions):
21105         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21106         (spam-bsfilter-score): New command.
21107         (spam-check-bsfilter-headers, spam-check-bsfilter)
21108         (spam-bsfilter-register-with-bsfilter)
21109         (spam-bsfilter-register-spam-routine)
21110         (spam-bsfilter-unregister-spam-routine)
21111         (spam-bsfilter-register-ham-routine)
21112         (spam-bsfilter-unregister-ham-routine): New functions.
21113         (spam-generic-score): Support bsfilter; Accept an optional argument
21114         to recalcurate spam score even if scoring header has already been
21115         added.
21116         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21117         optional argument to recalcurate spam score even if scoring header
21118         has already been added.
21119
21120 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21121
21122         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21123         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21124         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21125         link is missing.
21126
21127 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21128
21129         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21130         (html2text-get-attr): Rewrite.
21131
21132         * message.el (message-setup-1): Remove redundant put-text-property
21133         on mail-header-separator.
21134
21135 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21136
21137         * gnus-registry.el (gnus-registry-cache-whitespace)
21138         (gnus-registry-action, gnus-registry-spool-action)
21139         (gnus-registry-split-fancy-with-parent): Change message levels
21140         from 5 to 3 or 7, as needed.
21141
21142         * spam.el (spam-summary-prepare-exit)
21143         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21144         (spam-split, spam-find-spam, spam-log-undo-registration)
21145         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21146         level from 5 to 6.
21147
21148 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21151         2004-03-04 change).
21152
21153 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21154
21155         * sieve-manage.el (sieve-manage-open):
21156         * nnweb.el (nnweb-insert-html):
21157         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21158         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21159         * nnspool.el (nnspool-request-group):
21160         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21161         * nnml.el (nnml-request-update-info):
21162         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21163         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21164         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21165         (nnimap-request-set-mark):
21166         * nnfolder.el (nnfolder-request-update-info):
21167         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21168         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21169         * gnus-uu.el (gnus-uu-find-articles-matching):
21170         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21171         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21172         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21173         * gnus-nocem.el (gnus-nocem-scan-groups):
21174         * gnus-int.el (gnus-start-news-server):
21175         * gnus-group.el (gnus-group-make-kiboze-group)
21176         (gnus-group-browse-foreign-server):
21177         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21178         Use mapc when appropriate.
21179
21180 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21181
21182         FIXME: Make separate entries for each person.
21183
21184         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21185         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21186         <shields@msrl.com>:
21187
21188         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21189         may need for spam sorting and scoring.
21190         (spam-user-format-function-S): Add user format function suitable for
21191         general use.
21192         (spam-article-sort-by-spam-status): Add sorting function for summary
21193         sorting.
21194         (spam-extra-header-to-number): Add function to get a score from a
21195         header.
21196         (spam-summary-score): Add function to get a numeric score from the
21197         headers.
21198         (spam-generic-score): Fix function doc, was in wrong place.
21199         (spam-initialize): Take symbols when it's run, and install the
21200         extra headers that spam-necessary-extra-headers thinks we need.
21201
21202 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21203
21204         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21205         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21206
21207 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21208
21209         * gnus-sum.el (gnus-set-global-variables)
21210         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21211         (gnus-article-get-xrefs, gnus-summary-best-group)
21212         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21213         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21214         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21215         Use with-current-buffer.
21216
21217 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21218
21219         * spam.el (spam-summary-prepare-exit): Simplify logic.
21220         (spam-fetch-article-header): Read the article header if it's not
21221         available.
21222         (spam-list-articles): Simplify logic.
21223         (spam-filelist-register-routine): Fix bug with unregister-list.
21224
21225         * gnus-registry.el: Fix comments at beginning.
21226
21227 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21228
21229         * message.el (message-cater-to-broken-inn): Remove.
21230         (message-shorten-references): Make sure the total folded length of
21231         References is shorter than 998 characters to cater to a bug in INN
21232         2.3.  Also, don't pretend that references aren't folded -- this
21233         hasn't worked for a while.
21234
21235 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21236
21237         * gnus-agent.el (gnus-agentize):
21238         gnus-agent-send-mail-real-function no longer set to current value
21239         of message-send-mail-function but rather a lambda that calls
21240         message-send-mail-function.  The change makes the agent real-time
21241         responsive to user changes to message-send-mail-function.
21242
21243 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21244
21245         * legacy-gnus-agent.el
21246         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21247         help from Florian Weimer <fw@deneb.enyo.de>
21248
21249 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * nnmail.el (nnmail-cache-insert): Revert last change.
21252
21253 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * nnmail.el (nnmail-cache-insert): Always check whether
21256         nnmail-cache-ignore-groups matches a group name.
21257
21258 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21259
21260         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21261         (spam-find-spam, spam-log-processing-to-registry)
21262         (spam-log-registered-p, spam-log-unregistration-needed-p)
21263         (spam-log-undo-registration): Use gnus-message instead of
21264         gnus-error, none of these errors are fatal.
21265
21266         * gnus-registry.el (gnus-registry-clean-empty-function)
21267         (gnus-registry-clean-empty): Remove only empty entries without
21268         extra data.
21269
21270 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21271
21272         * spam-stat.el (spam-stat-buffer-change-to-spam)
21273         (spam-stat-buffer-change-to-non-spam): Change (error) to
21274         (gnus-message 8) invocation.
21275
21276 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21277
21278         * nntp.el (nntp-via-netcat-command): New variable.
21279         (nntp-via-netcat-switches): New variable.
21280         (nntp-open-via-rlogin-and-netcat): New function.
21281         (nntp-open-connection-function): Doc fix.
21282         (nntp-telnet-command): Doc fix.
21283         (nntp-end-of-line): Doc fix.
21284         (nntp-via-rlogin-command): Doc fix.
21285         (nntp-via-user-name): Doc fix.
21286         (nntp-via-address): Doc fix.
21287
21288 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21289
21290         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21291         error in Emacs 21.1.
21292
21293 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21296
21297 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21298
21299         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21300         (gnus-agent-with-refreshed-group): New macro.
21301         (gnus-agent-rename-group): New function.
21302         (gnus-agent-delete-group): New function.
21303         (gnus-agent-save-group-info): Use gnus-command-method when
21304         `method' parameter is nil.  Don't write nil entries into the
21305         active file.
21306         (gnus-agent-get-group-info): New function.
21307         (gnus-agent-fetch-articles):
21308         Use gnus-agent-update-files-total-fetched-for to increment disk space
21309         used.
21310         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21311         Use gnus-agent-update-view-total-fetched-for to increment disk space
21312         used.
21313         (gnus-agent-get-local): Add optional parameters to avoid calling
21314         gnus-group-real-name and gnus-find-method-for-group.
21315         (gnus-agent-set-local): Delete stored entry if either min, or max,
21316         are nil.
21317         (gnus-agent-fetch-session): Reworded error/quit messages.
21318         On quit, use gnus-agent-regenerate-group to record existance of any
21319         articles fetched to disk before the quit occurred.
21320         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21321         gnus-agent-update-view-total-fetched-for, and
21322         gnus-agent-update-files-total-fetched-for to decrement disk space
21323         used.
21324         (gnus-agent-retrieve-headers):
21325         Use gnus-agent-update-view-total-fetched-for to increment disk space
21326         used.
21327         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21328         with gnus-agent-update-files-total-fetched-for to decrement disk
21329         space and fresh group buffer.
21330         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21331         (gnus-agent-need-update-total-fetched-for): New variable.
21332         (gnus-agent-update-files-total-fetched-for): New function.
21333         (gnus-agent-update-view-total-fetched-for): New function.
21334         (gnus-agent-total-fetched-for): New function.
21335
21336         * gnus-cache.el (gnus-cache-save-buffers):
21337         Use gnus-cache-update-overview-total-fetched-for to change disk space
21338         used by this group.
21339         (gnus-cache-possibly-enter-article):
21340         Use gnus-cache-update-file-total-fetched-for to increment disk space
21341         used by this group.
21342         (gnus-cache-possibly-remove-article):
21343         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21344         used by this group.
21345         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21346         (gnus-cache-rename-group): New function.
21347         (gnus-cache-delete-group): New function.
21348         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21349         (gnus-cache-need-update-total-fetched-for): New variable.
21350         (gnus-cache-with-refreshed-group): New macro.
21351         (gnus-cache-update-file-total-fetched-for): New function.
21352         (gnus-cache-update-overview-total-fetched-for): New function.
21353         (gnus-cache-rename-group-total-fetched-for): New function.
21354         (gnus-cache-delete-group-total-fetched-for): New function.
21355         (gnus-cache-total-fetched-for): New function.
21356
21357         * gnus-group.el: Require gnus-sum and autoload functions to
21358         resolve warnings when gnus-group.el compiled alone.
21359         (gnus-group-line-format): Documented new %F.
21360         (size of Fetched data) group line format; identifies disk space
21361         used by agent and cache.
21362         (gnus-group-line-format-alist): Defined new F format.
21363         (gnus-total-fetched-for): New function.
21364         (gnus-group-delete-group): No longer update
21365         gnus-cache-active-altered as gnus-request-delete-group now keeps
21366         the cache in sync.
21367         (gnus-group-list-active): Let the agent store a server's active
21368         list if currently plugged.
21369
21370         * gnus-int.el (gnus-request-delete-group):
21371         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21372         local disk in sync with the server.
21373         (gnus-request-rename-group):
21374         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21375         local disk in sync with the server.
21376
21377         * gnus-start.el (gnus-get-unread-articles):
21378         Cosmetic simplification to logic.
21379
21380         * gnus-util.el (gnus-rename-file): New function.
21381
21382 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21383
21384         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21385
21386 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21387
21388         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21389         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21390
21391 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21392
21393         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21394         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21395
21396 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21397
21398         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21399
21400 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21401
21402         * spam.el (spam-set-difference): Add function to replace
21403         gnus-set-difference in spam.el.
21404         (spam-summary-prepare-exit): Use spam-set-difference.
21405
21406 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21407
21408         * gnus-registry.el (gnus-registry-cache-file): Update to use
21409         gnus-dribble-directory OR gnus-home-directory OR ~.
21410         (gnus-registry-split-fancy-with-parent): Fix doc.
21411
21412 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21413
21414         * message.el (message-exchange-point-and-mark):
21415         Use message-mark-active-p.  Suggested by Jesper Harder
21416         <harder@ifa.au.dk>.
21417
21418 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21419
21420         * message.el (message-exchange-point-and-mark): Don't activate
21421         region if it was inactive.  Suggested by Hiroshi Fujishima
21422         <pooh@nature.tsukuba.ac.jp>.
21423
21424 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * gnus-art.el (article-display-face): Display Faces in the same
21427         order as X-Faces.
21428
21429 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21430
21431         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21432
21433 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21434
21435         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21436         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21437         (gnus-article-mime-hierarchy): Remove.
21438         (gnus-article-mime-hierarchy-next): Remove.
21439         (gnus-article-mode): Revert 2004-03-19 change.
21440         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21441         (gnus-insert-mime-button): Revert 2004-03-19 change.
21442         (gnus-mime-accumulate-hierarchy): Remove.
21443         (gnus-mime-enter-multipart): Remove.
21444         (gnus-mime-leave-multipart): Remove.
21445         (gnus-mime-display-part): Revert 2004-03-19 change.
21446         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21447
21448         * mml.el (mml-preview): Revert 2004-03-19 change.
21449
21450 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21451
21452         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21453
21454 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21457         t while entering a file name using the mm-with-multibyte macro.
21458         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21459
21460         * mm-util.el (mm-with-multibyte): New macro.
21461
21462 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21463
21464         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21465         New user option.
21466         (gnus-mime-multipart-functions): Doc and customization fix.
21467         (gnus-article-mime-hierarchy): New variable.
21468         (gnus-article-mime-hierarchy-next): New variable.
21469         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21470         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21471         gnus-article-mime-hierarchy-next to nil.
21472         (gnus-insert-mime-button): Show hierarchy numbers.
21473         (gnus-mime-accumulate-hierarchy): New function.
21474         (gnus-mime-enter-multipart): New function.
21475         (gnus-mime-leave-multipart): New function.
21476         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21477         (gnus-mime-display-alternative): Show hierarchy numbers.
21478
21479         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21480         gnus-article-mime-hierarchy-next to nil.
21481
21482 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21483
21484         * dns.el: Don't require gnus-xmas.
21485
21486 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21487
21488         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21489         inline PGP.
21490         (mml-menu): Disable mml-quote-region if mark is inactive.
21491
21492 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21493
21494         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21495         when the group's active is not available.
21496
21497 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21500         error.
21501
21502 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21503
21504         * imap.el (imap-store-password): New variable.
21505         (imap-interactive-login): Use it.
21506         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21507
21508 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21509
21510         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21511         window-start and hscroll to summary window.
21512
21513 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21514
21515         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21516         conversion message to newsrc-dribble when an actual conversion is
21517         performed.
21518
21519 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21520
21521         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21522
21523 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21524
21525         * mm-decode.el (mm-complicated-handles): New function reviving
21526         former definition of mm-multiple-handles.
21527
21528         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21529         (gnus-mime-delete-part): Use it.
21530
21531 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21532
21533         * gnus-agent.el (gnus-agent-read-local):
21534         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21535         avoid the implicit assumption that they will always be equal.
21536         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21537         coding-system-for-write, as the with-temp-file macro first prints
21538         to a buffer then saves the buffer.
21539
21540 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21541
21542         * gnus-art.el (gnus-article-edit-part): New function.
21543         (gnus-mime-save-part-and-strip): Use it; do query instead of
21544         signaling an error; don't use mm-multiple-handles.
21545         (gnus-mime-delete-part): Ditto.
21546
21547 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21548
21549         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21550         old file versions.
21551         (gnus-group-prepare-hook): Remove function that converted list
21552         form of gnus-agent-expire-days to group properties.
21553
21554         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21555         (gnus-request-accept-article): Re-indented.
21556
21557         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21558         converters to handle old agent file formats.  Add logic for a
21559         "backup before upgrading warning".
21560         (gnus-convert-mark-converter-prompt): Developers can mark
21561         functions as needing (default), or not needing,
21562         gnus-convert-old-newsrc's "backup before upgrading warning".
21563         (gnus-convert-converter-needs-prompt): Tests whether the user
21564         should be protected from potentially irreversable changes by the
21565         function.
21566
21567         * legacy-gnus-agent.el: New.  Provides converters that are only
21568         loaded when gnus-convert-old-newsrc needs to call them.
21569
21570 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * mail-source.el (mail-source-touch-pop): Doc fix.
21573
21574         * message.el (message-smtpmail-send-it): Doc fix.
21575
21576 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21577
21578         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21579
21580         * nnmail.el (nnmail-split-fancy): do.
21581
21582         * gnus-kill.el (gnus-kill, gnus-execute): do.
21583
21584 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21585
21586         * gnus-sum.el (gnus-widget-reversible-match)
21587         (gnus-widget-reversible-to-internal)
21588         (gnus-widget-reversible-to-external): New functions.
21589         (gnus-widget-reversible): New widget.
21590         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21591
21592 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21593
21594         * gnus-sum.el (gnus-thread-sort-functions)
21595         (gnus-article-sort-functions): Document `(not F)' items.
21596
21597 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21598
21599         * spam.el (spam-use-gmane-xref): Add new backend.
21600         (spam-gmane-xref-spam-group): Add variable to control the name of the
21601         Gmane spam group.
21602         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21603         (spam-regex-headers-spam, spam-regex-headers-ham)
21604         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21605         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21606         backends and checks.
21607         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21608
21609         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21610         an autodetect method.
21611
21612 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21613
21614         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21615         articles are being added to a group.
21616         (gnus-request-replace-article): Inform the agent that articles
21617         need to be uncached as the cached contents are no longer valid.
21618
21619 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21620
21621         * binhex.el: Don't autoload executable-find.
21622
21623         * canlock.el: Don't autoload mail-fetch-field.
21624
21625         * dgnushack.el: Autoload c-mode for XEmacs.
21626
21627         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21628
21629         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21630         rmail-dont-reply-to and rmail-output.
21631
21632         * gnus-score.el: Don't autoload ffap-string-at-point.
21633
21634         * gnus-setup.el: Don't autoload sc-cite-original.
21635
21636         * imap.el: Don't autoload base64-decode-string,
21637         base64-encode-string and md5.
21638
21639         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21640         and rmail-msg-restore-non-pruned-header.
21641
21642         * mm-decode.el: Don't autoload executable-find.
21643
21644         * mm-url.el: Don't autoload executable-find.
21645
21646         * mm-view.el: Don't autoload diff-mode.
21647
21648         * nndb.el: Don't autoload news-reply-mode, news-setup,
21649         cancel-timer and telnet.
21650
21651         * password.el: Don't autoload run-at-time for Emacs.
21652
21653         * sha1-el.el: Don't autoload executable-find.
21654
21655         * sieve-mode.el: Don't autoload c-mode.
21656
21657         * uudecode.el: Don't autoload executable-find.
21658
21659 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21660
21661         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21662         (gnus-agent-possibly-alter-active): Avoid null in numeric
21663         comparison.
21664         (gnus-agent-set-local): Refuse to save null in local object table.
21665         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21666         list of articles that will be marked as unread.
21667
21668 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21669
21670         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21671
21672 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21673
21674         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21675         language tags.
21676
21677 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21678
21679         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21680         Don't bind "obarray".
21681
21682         * gnus-sum.el (gnus-thread-sort-functions):
21683         Add `gnus-thread-sort-by-most-recent-number' and
21684         `gnus-thread-sort-by-most-recent-date'.
21685         Reported by Kai Grossjohann <kai@emptydomain.de>.
21686
21687 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21688
21689         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21690
21691 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21692
21693         * gnus-cus.el (gnus-agent-customize-category):
21694         Remove ignore-errors macro reference that required cl to be loaded at
21695         run-time.
21696
21697         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21698         single-interval range of the form (min . max).  Previously the
21699         range had to look like ((min . max)).  Likewise, return
21700         (min . max) rather than ((min . max)).
21701         (gnus-range-map): Use gnus-range-normalize to accept
21702         single-interval range.
21703
21704         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21705         the cache, but not the agent, now appear with their usual face.
21706
21707         * dgnushack.el (loaddir): New variable that is bound to the
21708         directory containing the dgnushack.el file. Use loaddir, rather
21709         than srcdir, to update load-path. Change lets dgnushack compile
21710         code in directories other than GNUS/lisp.
21711
21712 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * lpath.el: Don't bind w3m-safe-url-regexp.
21715
21716         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21717         w3m-safe-url-regexp variable buffer-local.
21718
21719         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21720
21721 2004-02-27  Simon Josefsson  <jas@extundo.com>
21722
21723         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21724         gnus-group-real-prefix.
21725         (gnus-summary-move-article): Use it, instead of
21726         gnus-group-real-prefix.
21727
21728 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * lpath.el: Bind w3m-safe-url-regexp.
21731
21732         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21733         w3m-safe-url-regexp variable buffer-local and set it as the value
21734         of mm-w3m-safe-url-regexp.
21735
21736         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21737
21738         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21739         parsing gnus-posting-styles when the message is not for replying.
21740
21741         * dgnushack.el: Autoload sgml-mode for XEmacs.
21742
21743         * nnrss.el (nnrss-opml-export):
21744         Use mm-set-buffer-file-coding-system instead of
21745         set-buffer-file-coding-system.
21746
21747 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21748
21749         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21750         of checkdoc.el).
21751         * nnrss.el: do.
21752         * gnus-mlspl.el: do.
21753         * gnus-ml.el: do.
21754         * gnus-srvr.el: do.
21755
21756         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21757
21758 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21759
21760         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21761         Corrections to custom-manual links.
21762
21763         * gnus-art.el (gnus-article): Ditto.
21764
21765         * mm-decode.el (mime-display, mime-security): Ditto.
21766
21767 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21768
21769         * flow-fill.el: Typo.
21770
21771 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21772
21773         * spam-wash.el: New file.
21774
21775 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21776
21777         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21778
21779 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21780
21781         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21782         to be run with new-articles as LIST1, not LIST2.
21783         (spam-registration-functions): Add spam-use-ham-copy as a nil
21784         registration backend.
21785
21786 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21787
21788         * spam-stat.el (spam-stat-washing-hook): New option.
21789         (spam-stat-buffer-words): Use it.
21790         (spam-stat-process-directory, spam-stat-test-directory):
21791         Use insert-file-contents-literally.
21792         (spam-stat-coding-system): New variable.
21793         (spam-stat-load, spam-stat-save): Use it.
21794
21795 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21796
21797         * spam-report.el (spam-report-plug-agent):
21798         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21799
21800 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21801
21802         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21803         Allow / in mailto URLs.
21804
21805 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21806
21807         * spam-report.el (spam-report-process-queue): Fix interactive use.
21808         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21809         (spam-report-unplug-agent): Doc fixes.
21810         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21811         (spam-report-agentize, spam-report-deagentize): Autoload.
21812
21813 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21816
21817         * message.el (message-setup-fill-variables): Add mml tags to
21818         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21819         <ajk@iu.edu>.
21820         (message-mode): Don't modify paragraph-separate there.
21821
21822 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21823
21824         * compface.el (uncompface-use-external): Default to undecided.
21825         (uncompface-use-external-threshold): New variable.
21826         (uncompface-float-time): New macro.
21827         (uncompface): Determine whether to use the external decoder if
21828         uncompface-use-external is undecided.
21829
21830 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21831
21832         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21833         after images.
21834
21835         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21836
21837 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21838
21839         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21840
21841         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21842
21843         * gnus-sum.el (gnus-summary-limit-to-age)
21844         (gnus-summary-limit-children): do.
21845
21846         * gnus-int.el (gnus-request-scan): do.
21847
21848         * gnus-group.el (gnus-group-suspend): do.
21849
21850         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21851
21852         * gnus-cite.el (gnus-cite-parse-attributions): do.
21853
21854         * gnus-agent.el (gnus-summary-set-agent-mark)
21855         (gnus-agent-regenerate-group): do.
21856
21857         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21858
21859         * binhex.el (binhex-decode-region-internal): do.
21860
21861 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21862
21863         * gnus-fun.el (gnus-face-properties-alist): New user option.
21864         (gnus-display-x-face-in-from): Use it.
21865
21866         * gnus-art.el (article-display-face): Ditto.
21867
21868         * compface.el (uncompface-use-external): Default to nil.
21869
21870 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21871
21872         * nntp.el (nntp-erase-buffer): New function.
21873         (nntp-retrieve-data, nntp-send-command)
21874         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21875         (nntp-possibly-change-group): Use it.
21876
21877         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21878         Use with-current-buffer.
21879
21880 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21881
21882         * compface.el: Merge the ELisp-based uncompface program.
21883         (compface): New customization group.
21884         (uncompface-use-external): New user option.
21885         (uncompface): Call uncompface-internal if uncompface-use-external
21886         is nil.
21887         (uncompface-internal): New function.  Note that there are also
21888         some other functions and variables added for this function.
21889
21890 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21891
21892         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21893         if necessary.
21894
21895 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21896
21897         * spam-report.el (spam-report-unplug-agent)
21898         (spam-report-plug-agent, spam-report-deagentize)
21899         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21900         Add support for the Agent in spam-report: when unplugged, report to a
21901         file; when plugged, submit all the requests.
21902
21903         * spam.el (spam-register-routine): Fix message about
21904         registration.
21905
21906 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21907
21908         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21909         dependencies.
21910         (rfc2047-encode): Use it.
21911
21912         * gnus-art.el (gnus-button-marker-list): Move before first
21913         reference.
21914
21915         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21916         (imap-parse-body): Fix format string mismatch.
21917
21918         * gnus-score.el (gnus-summary-increase-score): do.
21919
21920         * nnrss.el (nnrss-close): New function.
21921
21922 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21923
21924         * nnrss.el (nnrss-make-filename): New function.
21925         (nnrss-request-delete-group, nnrss-read-server-data)
21926         (nnrss-save-server-data, nnrss-read-group-data)
21927         (nnrss-save-group-data): Use it.
21928         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21929         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21930         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21931
21932 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21933
21934         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21935
21936 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21937
21938         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21939         files.
21940
21941         * message.el (message-generate-headers-first): Don't quote nil
21942         and t in docstrings.
21943
21944         * imap.el (imap-id): do.
21945
21946         * gnus-agent.el (gnus-agent-consider-all-articles)
21947         (gnus-agent-queue-mail): do.
21948
21949 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21950
21951         * spam-report.el (spam-report-process-queue): New function.
21952         Process requests from `spam-report-requests-file'.
21953         (spam-report-process-queue): Doc fix.
21954
21955 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21956
21957         * spam.el (spam-register-routine)
21958         (spam-log-processing-to-registry, spam-log-registered-p)
21959         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21960         Change "check" to "spam-check" for semi-clarity.
21961
21962 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21963
21964         * pop3.el: Require nnheader.
21965
21966         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21967
21968         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21969
21970         * gnus-picon.el: Require cl.
21971
21972         * gnus-fun.el: Require gnus-ems and gnus-util.
21973
21974         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21975
21976         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21977
21978         * gnus-art.el (gnus-article-edit-mode): Define before first
21979         reference.
21980
21981 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21982
21983         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21984         (gnus-uu-post-encoded): Use point-at-bol.
21985
21986         * gnus-topic.el (gnus-group-active-topic-p): do.
21987
21988         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21989
21990         * gnus-group.el (gnus-group-kill-region): do.
21991
21992         * gnus-art.el (article-date-ut): do.
21993
21994         * message.el (message-fetch-field): Remove redundant
21995         case-fold-search binding.
21996         (message-narrow-to-field): Simplify.
21997
21998 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21999
22000         * spam.el (spam-directory): Derive from `gnus-directory'.
22001
22002         * spam-report.el (spam-report-url-to-file)
22003         (spam-report-requests-file): New function and variable for offline
22004         reporting.
22005         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22006         and user defined function.
22007         (spam-report-url-ping-mm-url): Remove doubled slash.
22008
22009 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22010
22011         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22012
22013 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22014
22015         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22016         Fix format string mismatch.
22017
22018         * sieve.el (sieve-deactivate-all): do.
22019
22020         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22021
22022         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22023
22024         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22025
22026         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22027
22028 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22029
22030         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22031         the list of checks.
22032
22033 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22034
22035         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22036         padding.
22037
22038 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22039
22040         * mm-view.el (mm-fill-flowed): New variable.
22041         (mm-inline-text): Use it.
22042
22043 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22044
22045         * spam.el (spam-spamassassin-register-ham-routine)
22046         (spam-spamassassin-register-spam-routine): Fix function names.
22047
22048 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22049
22050         * gnus.el (gnus-tmp-grouplens): Remove.
22051         (gnus-summary-line-format): Remove grouplens.
22052
22053         * gnus-group.el (gnus-group-line-format): Ditto.
22054
22055         * gnus-spec.el (gnus-format-specs): Ditto.
22056         (gnus-update-format-specifications): Flush the group format spec
22057         cache if there's the grouplens stuff.
22058         (gnus-parse-simple-format): Replace %l with the empty string.
22059
22060 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22061
22062         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22063         omission.
22064
22065 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22066
22067         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22068         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22069
22070 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22071
22072         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22073         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22074         New macros and functions.
22075         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22076         Handle > NLINK_MAX messages.
22077         * nnmaildir.el (nnmaildir-request-set-mark):
22078         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22079
22080 2004-01-25  Alex Schroeder  <alex@gnu.org>
22081
22082         * spam-stat.el (spam-stat-process-directory-age): New option.
22083         (spam-stat-process-directory): Use it.
22084
22085 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22086
22087         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22088         (spam-stat-save): Accept prefix argument.
22089
22090 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22091
22092         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22093         links" error.
22094
22095 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22096
22097         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22098         the rest of the and/or forms.
22099
22100 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22101
22102         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22103         compatibility with old .newsrc.eld files.
22104
22105         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22106
22107         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22108
22109         * gnus-start.el (gnus-1): do.
22110
22111         * gnus-group.el (gnus-group-line-format-alist): do.
22112
22113         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22114
22115         * gnus-gl.el: Remove.
22116
22117 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22118
22119         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22120         marks consisting of a single range {for example, (3 . 5)} rather
22121         than a list of a single range { ((3 . 5)) }.
22122
22123 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22124
22125         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22126         Use with-current-buffer.
22127         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22128         avoid consing a string.
22129
22130         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22131         Remove obsolete entries for big5 and gb2312.
22132
22133 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22134
22135         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22136         uncompressed list.
22137
22138 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22139
22140         * spam-stat.el (spam-stat-strip-xref): New function.
22141         (spam-stat-process-directory): Use it.
22142
22143         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22144         here -- it's done in message-fetch-field.
22145
22146 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22147
22148         * gnus-agent.el (gnus-agent-queue-mail)
22149         (gnus-agent-prompt-send-queue): New variables.
22150         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22151         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22152         "nndraft:queue" along to gnus-draft-send.
22153         Use gnus-agent-prompt-send-queue.
22154         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22155         is "nndraft:queue".  Suggested by Gaute Strokkenes
22156         <gs234@srcf.ucam.org>
22157
22158         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22159         (agent-enable-undownloaded-faces): Add.
22160         (gnus-agent-cat-groups): Use eval-and-compile, not
22161         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22162         method of gnus-agent-cat-groups even when the buffer has been
22163         evaled.
22164         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22165         delete gnus-agent-save-active-1.
22166         (gnus-agent-save-groups): Delete.  Identical to
22167         gnus-agent-save-active.
22168         (gnus-agent-write-active): No longer adjust agent's copy of active
22169         file as agent's adjustments are now stored in their own
22170         file.  Remove optional parameter.
22171         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22172         servers.  Add use of min/max range limits from server's local
22173         file.
22174         (gnus-agent-save-alist): Remove unused optional argument.
22175         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22176         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22177         (gnus-agent-set-local): A per-server file that keeps min/max range
22178         limits for articles known to the agent.  Provides a fast mechanism
22179         for altering many active ranges.
22180         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22181         active file (local makes it unnecessary).
22182         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22183
22184         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22185         (agent-enable-undownloaded-faces): Add.
22186
22187         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22188         disable it when sending to "nndraft:queue".
22189         (gnus-group-send-queue): Add safety check to avoid sending queue
22190         when unplugged.
22191
22192         * gnus-group.el (gnus-group-catchup): Use new
22193         gnus-sequence-of-unread-articles, not
22194         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22195         numbers of articles.  Use gnus-range-map to avoid having to
22196         uncompress the unread list.
22197         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22198         Fix invalid ange-ftp reference.
22199
22200         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22201         (gnus-sorted-range-intersection): Intersection of two ranges
22202         without requiring that they first be uncompressed.
22203
22204         * gnus-start.el (gnus-activate-group): Unless blocked by the
22205         caller, possibly expand the active range to include both cached
22206         and agentized articles.
22207         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22208         multiple version-dependent converters.
22209         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22210         gnus-agent-save-active.
22211         (gnus-save-newsrc-file): Save dirty agent range limits.
22212
22213         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22214         gnus-agent-possibly-alter-active.
22215         (gnus-adjust-marked-articles): Faster handling of simple lists.
22216
22217 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22218
22219         * spam-stat.el (spam-stat-test-directory): New optional argument
22220         displays a list of files detected.  Suggested by Andrew Cohen
22221         <cohen@andy.bu.edu>.
22222         (spam-stat-buffer-words-with-scores): Don't narrow and change
22223         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22224
22225 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22226
22227         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22228         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22229         (spam-spamassassin-arguments)
22230         (spam-spamassassin-spam-flag-header)
22231         (spam-spamassassin-positive-spam-flag-header)
22232         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22233         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22234         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22235         (spam-list-of-processors, spam-list-of-checks)
22236         (spam-list-of-statistical-checks, spam-registration-functions)
22237         (spam-check-spamassassin-headers, spam-check-spamassassin)
22238         (spam-spamassassin-score)
22239         (spam-spamassassin-register-with-sa-learn)
22240         (spam-spamassassin-register-spam-routine)
22241         (spam-spamassassin-register-ham-routine)
22242         (spam-assassin-register-spam-routine)
22243         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22244         (spam-bogofilter-score): Fix to show article before scoring.
22245
22246 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22247
22248         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22249         default scoring function.
22250         (spam-generic-score): Call spam-spamassassin-score if
22251         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22252         spam-bogofilter-score otherwise.
22253
22254         * gnus.el (spam-process, spam-autodetect-methods):
22255         Add spamassassin and spamassassin-headers.
22256
22257 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22258
22259         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22260         Suppress unnecessary messages.
22261
22262 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22263
22264         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22265         make-hash-table.
22266
22267 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22268
22269         * canlock.el (base64-encode-string): Don't autoload it.
22270
22271 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22272
22273         * run-at-time.el: Remove useless (require 'itimer),
22274         eval-and-compile and (featurep 'xemacs).
22275
22276 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22277
22278         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22279         GROUP is a virtual group.
22280
22281 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22282
22283         * gnus.el: Autoload `message-y-or-n-p'.
22284
22285 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22286
22287         * pgg-parse.el: Remove unnecessary (require 'custom).
22288
22289         * pgg-def.el: do.
22290
22291         * nnmail.el: do.
22292
22293         * gnus-undo.el: do.
22294
22295         * gnus-picon.el: do.
22296
22297         * gnus-util.el: do.
22298
22299 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22300
22301         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22302
22303 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22304
22305         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22306         handle, as well as a list.
22307
22308         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22309         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22310         (mm-w3m-cid-retrieve): Simplify.
22311
22312 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22313
22314         * message.el (message-kill-to-signature): Allow prefix arg to
22315         specify number of lines to keep before signature.
22316
22317 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22318
22319         * message.el (message-kill-to-signature): Change docstring.
22320
22321 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22322
22323         * canlock.el: Always require sha1-el.
22324         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22325
22326         * message.el: Autoload sha1 only when compiling.
22327
22328         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22329         eudc-expand-inline for XEmacs.
22330
22331 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22332
22333         * message.el (message-canlock-generate): Require sha1-el.
22334
22335 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22336
22337         * message.el (message-expand-name): Silence the byte compiler.
22338
22339         * lpath.el: Add detect-coding-system.
22340
22341         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22342         cus-edit.
22343
22344 2004-01-13  Simon Josefsson  <jas@extundo.com>
22345
22346         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22347         Invoke gnus-score-mode.
22348         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22349
22350         * gnus-range.el (gnus-compress-sequence): Doc fix.
22351         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22352
22353 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22354
22355         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22356
22357 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22358
22359         * spam.el (spam-get-article-as-string): Update to use
22360         gnus-request-article-this-buffer, much simpler.
22361         (spam-get-article-as-buffer): Remove.
22362
22363 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22364
22365         * message.el (message-expand-name): Use EUDC if the user uses that.
22366
22367 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22368
22369         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22370         character for the encoding to avoid consing a string.
22371
22372         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22373         unnecessarily.
22374
22375         * mm-util.el (mm-replace-chars-in-string): Remove.
22376
22377         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22378         of mm-replace-chars-in-string.
22379
22380 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22381
22382         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22383
22384         * mm-util.el (mm-subst-char-in-string): Support inplace.
22385
22386         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22387         a new string in every iteration.  Use shy groups.
22388
22389 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22390
22391         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22392         * gnus-soup.el (gnus-soup-group-brew):
22393         * gnus-msg.el (gnus-put-message):
22394         * gnus-move.el (gnus-group-move-group-to-server):
22395         * gnus-kill.el (gnus-batch-score):
22396         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22397         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22398         (gnus-group-update-group, gnus-group-read-group)
22399         (gnus-group-make-group, gnus-group-make-help-group)
22400         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22401         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22402         (gnus-group-sort-by-unread, gnus-group-catchup)
22403         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22404         (gnus-group-yank-group, gnus-group-set-info)
22405         (gnus-group-list-groups):
22406         * gnus.el (gnus-generate-new-group-name):
22407         * gnus-delay.el (gnus-delay-send-queue):
22408         * nnvirtual.el (nnvirtual-catchup-group):
22409         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22410         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22411         (gnus-group-prepare-topics, gnus-topic-check-topology):
22412         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22413         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22414         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22415         (gnus-group-make-articles-read):
22416         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22417         (gnus-group-change-level, gnus-kill-newsgroup)
22418         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22419         (gnus-get-unread-articles, gnus-make-articles-unread)
22420         (gnus-make-ascending-articles-unread): Use accessor
22421         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22422         to get group information for improved readability.
22423
22424
22425 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22426
22427         * gnus-art.el (article-decode-mime-words, article-babel)
22428         (gnus-article-highlight-signature, gnus-article-add-buttons)
22429         (gnus-signature-toggle): Use gnus-with-article-buffer.
22430
22431         * gnus-art.el (gnus-article-highlight-headers)
22432         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22433
22434         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22435         (gnus-article-set-globals, gnus-request-article-this-buffer)
22436         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22437         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22438         (gnus-mime-display-alternative): Use with-current-buffer.
22439
22440 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22441
22442         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22443         also under 80 char limit, and call gnus-error if needed.
22444         (spam-fetch-article-header): Fix - it was a
22445         buffer-local variable (gnus-newsgroup-data).
22446         (spam-find-spam): Use spam-generate-fake-headers, forget about
22447         spam-insert-fake-headers.
22448         (spam-insert-fake-headers): Remove.
22449
22450 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22451
22452         * deuglify.el (gnus-article-outlook-unwrap-lines)
22453         (gnus-outlook-rearrange-article)
22454         (gnus-outlook-repair-attribution-outlook)
22455         (gnus-outlook-repair-attribution-block)
22456         (gnus-outlook-repair-attribution-other): Remove redundant
22457         save-excursion.
22458
22459 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22460
22461         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22462         (spam-fetch-field-subject-fast)
22463         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22464         (spam-fetch-article-header): Add functions to deal with Gnus
22465         internals for fast retrieval of article header data.
22466         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22467
22468 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22469
22470         * pop3.el (pop3-md5): Remove.
22471         (pop3-apop): Replace pop3-md5 with md5.
22472
22473         * mm-bodies.el: base64 is always built-in.
22474
22475         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22476         Use with-current-buffer.
22477
22478 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22479
22480         * canlock.el (canlock-insert-header): Remove excessive grouping in
22481         regexp.
22482
22483         * gnus-sum.el (gnus-summary-read-document): Ditto.
22484
22485         * gnus-uu.el (gnus-uu-part-number): Ditto.
22486
22487         * html2text.el (html2text-remove-tags): Ditto.
22488         (html2text-format-tags): Ditto.
22489         (html2text-format-single-elements): Ditto.
22490
22491         * mml.el (mml-parse-1): Ditto.
22492
22493 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22494
22495         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22496
22497         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22498
22499         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22500
22501         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22502
22503 2003-11-15  Simon Josefsson  <jas@extundo.com>
22504
22505         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22506         (pgg-gpg-lookup-key): Use regexp match instead of
22507         split-string (split-string is different between emacs 21.2 and
22508         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22509
22510 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22511
22512         * gnus-art.el (gnus-mime-view-all-parts)
22513         (gnus-article-part-wrapper, gnus-article-view-part):
22514         Use with-current-buffer.
22515
22516 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22517
22518         * spam.el (spam-disable-spam-split-during-ham-respool)
22519         (spam-spamoracle-database, spam-cache-lookups)
22520         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22521         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22522         (spam-group-ham-marks, spam-group-spam-marks)
22523         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22524         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22525         also add spam-use-blackholes to the statistical checks.
22526         (spam-fetch-field-fast): Add interface to fetching fields, may
22527         become a macro.
22528         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22529         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22530         (spam-insert-fake-headers): Fake an article when needed.
22531         (spam-find-spam): Fake article when possible.
22532         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22533         (spam-check-bogofilter-headers): Use message-fetch-field instead
22534         of nnmail-fetch-field.
22535
22536 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22537
22538         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22539
22540 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22541
22542         * spam.el (spam-split): Do not require spam-use-CHECK to be
22543         enabled if that check is passed to spam-split explicitly; also
22544         fix so 'spam doesn't get converted to spam-split-group when
22545         spam-split-symbolic-return is t.
22546         (spam-find-spam): Find registrations of the article and use those
22547         instead of re-running spam-split to find the spam/ham
22548         classification of the article.
22549         (spam-log-processing-to-registry, spam-log-registered-p)
22550         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22551         Use gnus-error instead of gnus-message.
22552         (spam-log-registration-type): Add function to determine the
22553         classification of a message based on registry entries; will
22554         return nil if both 'spam and 'ham are found.
22555         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22556         a reasonably fast local cache without the loading errors.
22557         (spam-cache-lookups): Set to t by default.
22558         (spam-find-spam): Don't try to guess spam-cache-lookups.
22559         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22560         spam-caches entry.
22561         (spam-filelist-build-cache, spam-filelist-check-cache):
22562         Fix caching of whitelist/blacklist entries.
22563         (spam-check-whitelist, spam-check-blacklist):
22564         Invoke spam-from-listed-p with a type, not a cache variable.
22565         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22566
22567 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22568
22569         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22570
22571         * nnmail.el (nnmail-split-fancy): do.
22572
22573         * mml.el (mml-parse): do.
22574
22575         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22576         (gnus-score-adaptive): do.
22577
22578 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22581         (gnus-mime-button-map): Don't set keymap parent.
22582         (gnus-button-ctan-directory-regexp): Use shy grouping.
22583         (gnus-prev-page-map): Don't set keymap parent.
22584         (gnus-prev-page-map): Remove duplicated one.
22585         (gnus-next-page-map): Don't set keymap parent.
22586         (gnus-mime-security-button-map): Ditto.
22587
22588         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22589         version number.
22590
22591         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22592
22593 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22594
22595         * canlock.el (canlock-sha1-function): Remove.
22596         (canlock-sha1-function-for-verify): Remove.
22597         (canlock-openssl-program): Remove.
22598         (canlock-openssl-args): Remove.
22599         (canlock-ignore-errors): Remove.
22600         (canlock-sha1-with-openssl): Remove.
22601         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22602         (canlock-verify): Don't use canlock-ignore-errors.
22603
22604         * sha1-el.el (sha1-string-external): Make it can return a string
22605         in binary form.
22606         (sha1-region-external): Ditto.
22607         (sha1-string-internal): Ditto.
22608         (sha1-region-internal): Ditto.
22609         (sha1-region): Ditto.
22610         (sha1-string): Ditto.
22611         (sha1): Ditto.
22612
22613 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22614
22615         * spam.el (spam-report-articles-gmane): New command.
22616
22617 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22620
22621         * run-at-time.el (run-at-time-saved): Remove.
22622         (run-at-time): Doc fix.
22623
22624 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22625
22626         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22627         (gnus-summary-limit-map): Add it.
22628         (gnus-summary-make-menu-bar): do.
22629
22630 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22631
22632         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22633         Make attempt at some caching support (done for BBDB only now).
22634         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22635         addresses to be checked.
22636         (spam-clear-cache-BBDB): Add function, to be invoked by
22637         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22638         (spam-check-BBDB): Check and use the caches, if
22639         spam-cache-lookups is on, remove superfluous (provide).
22640
22641 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22642
22643         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22644
22645 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22646
22647         * run-at-time.el (run-at-time-saved): Move to after the definition
22648         of `run-at-time'.
22649
22650         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22651
22652 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22653
22654         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22655         mm-w3m-local-map-property.
22656
22657         * mm-view.el (mm-w3m-mode-map): Remove.
22658         (mm-w3m-local-map-property): Remove.
22659         (mm-inline-text-html-render-with-w3m): Don't use
22660         mm-w3m-local-map-property.
22661
22662 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22663
22664         * run-at-time.el: New file.
22665
22666         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22667         under Emacs.
22668
22669         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22670         of gnus-set-text-properties.
22671
22672         * gnus-uu.el (gnus-uu-save-article): Ditto.
22673
22674         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22675
22676         * gnus-cite.el (gnus-cite-parse): Ditto.
22677
22678         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22679         of gnus-.
22680
22681         * gnus-xmas.el (run-at-time): Require run-at-time.
22682
22683         * gnus.el: Change calls to nnheader-run-at-time and
22684         password-run-at-time throughout to use run-at-time directly.
22685
22686         * password.el: Remove definition of run-at-time.
22687
22688         * nnheaderxm.el: Remove definition of run-at-time.
22689
22690 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22691
22692         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22693         in prompt.
22694
22695 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22696
22697         * messagexmas.el (message-xmas-redefine): Alias
22698         `message-make-caesar-translation-table' to
22699         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22700         version.
22701
22702         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22703         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22704         `gnus-xmas-set-text-properties'.
22705         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22706         `gnus-xmas-completing-read'.
22707         (gnus-xmas-completing-read): Removed.
22708         (gnus-xmas-open-network-stream): Removed.
22709
22710         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22711         XEmacs version.
22712
22713         * dns.el (dns-make-network-process): Use `open-network-stream'
22714         instead of `gnus-xmas-open-network-stream'.
22715
22716         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22717
22718         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22719
22720 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22721
22722         * gnus-art.el (gnus-mime-display-alternative)
22723         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22724         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22725         Don't use gnus-local-map-property.
22726
22727         * gnus-util.el (gnus-local-map-property): Remove.
22728
22729         * mm-view.el (mm-view-pkcs7-decrypt):
22730         Replace gnus-completing-read-maybe-default with completing-read.
22731
22732         * gnus-util.el (gnus-completing-read): do.
22733         (gnus-completing-read-maybe-default): Remove.
22734
22735 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22736
22737         * password.el: Only autoload `run-at-time' if not XEmacs.
22738         Only autoload the itimer functions if XEmacs.
22739
22740 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22741
22742         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22743         XEmacsen.
22744
22745         * dgnushack.el: Autoload executable-find for XEmacs.
22746
22747 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22748
22749         * gnus-art.el (gnus-read-string): Remove.
22750         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22751         read-string.
22752
22753 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22754
22755         * netrc.el: Autoload password-read.
22756         (netrc): Add configuration group.
22757         (netrc-encoding-method, netrc-openssl-path):
22758         Add variables for encoding and decoding of files with symmetric
22759         ciphers.
22760         (netrc-encode): Add assistant function to encode a file with
22761         netrc-encoding-method.
22762         (netrc-parse): Add interactive parameter, added optional
22763         decoding if netrc-encoding-method is non-nil but otherwise
22764         behavior is standard.
22765         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22766         Do s/encode/encrypt/ everywhere.
22767
22768         * spam.el: Remove executable-find autoload.
22769
22770 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22771
22772         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22773
22774         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22775
22776 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22777
22778         * gnus-art.el (gnus-treat-ansi-sequences)
22779         (article-treat-ansi-sequences): New variable and function.
22780         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22781
22782         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22783         Use it.
22784
22785 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22786
22787         * mm-util.el (mm-quote-arg): Remove.
22788
22789         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22790         shell-quote-argument.
22791
22792         * gnus-uu.el (gnus-uu-command): do.
22793
22794         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22795
22796         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22797         with make-char.
22798
22799         * mm-util.el (mm-make-char): Remove.
22800
22801         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22802         add-minor-mode.
22803
22804         * gnus-undo.el (gnus-undo-mode): do.
22805
22806         * gnus-topic.el (gnus-topic-mode): do.
22807
22808         * gnus-sum.el (gnus-dead-summary-mode): do.
22809
22810         * gnus-start.el (gnus-slave-mode): do.
22811
22812         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22813
22814         * gnus-ml.el (gnus-mailing-list-mode): do.
22815
22816         * gnus-gl.el (gnus-grouplens-mode): do.
22817
22818         * gnus-draft.el (gnus-draft-mode): do.
22819
22820         * gnus-dired.el (gnus-dired-mode): do.
22821
22822         * gnus-ems.el (gnus-add-minor-mode): Remove.
22823
22824         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22825         Replace gnus-char-width with char-width.
22826
22827         * gnus-ems.el (gnus-char-width): Remove.
22828
22829         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22830         Replace gnus-char-width with char-width.
22831
22832         * gnus-ems.el (gnus-char-width): Remove.
22833
22834         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22835         definition.
22836         Remove Emacs 20 hash table compatibility code.
22837
22838         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22839         20 compatibility code.
22840
22841         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22842
22843         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22844
22845         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22846         Replace with point-at-{eol,bol}.
22847
22848         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22849
22850         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22851
22852         * flow-fill.el (fill-flowed-point-at-bol)
22853         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22854
22855         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22856         Replace with point-at-{eol,bol} throughout all files.
22857
22858 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * ntlm.el (ntlm-string-as-unibyte): New macro.
22861         (ntlm-build-auth-response): Use it.
22862
22863         Remove Emacs 20 stuff:
22864         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22865         (butlast, mapc, remove): Remove the compiler macros.
22866         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22867         of delq and copy-sequence.
22868         * gnus-art.el (popup-menu): Remove the compiler macro.
22869         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22870         Emacs 20.
22871
22872 2004-01-05  Simon Josefsson  <jas@extundo.com>
22873
22874         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22875         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22876         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22877         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22878         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22879         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22880         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22881         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22882         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22883         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22884         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22885         string-xor into ntlm-string-xor.
22886         Suggested by Jesper Harder <harder@myrealbox.com>.
22887
22888         * ntlm.el: Don't include poem.
22889
22890         * md4.el (print-int32, print-string-hexa): Remove.
22891         Suggested by Jesper Harder <harder@myrealbox.com>.
22892
22893         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22894
22895         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22896         probably breaks emacs with DL patch, but do we care? Is anyone
22897         still using the DL stuff?)
22898
22899         * sieve-manage.el: Use the password package.
22900         (sieve-manage-read-passwd): Remove.
22901         (sieve-manage-interactive-login): Use password.  Re-add
22902         condition-case around loop.
22903
22904         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22905         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22906         Use the password package.
22907
22908 2003-02-19  Simon Josefsson  <jas@extundo.com>
22909
22910         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22911         token.
22912
22913 2002-08-07  Simon Josefsson  <jas@extundo.com>
22914
22915         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22916         (sieve-manage-authenticators):
22917         (sieve-manage-authenticator-alist): Add some SASL mechs.
22918         (sieve-sasl-auth): New function.
22919         (sieve-manage-cram-md5-auth):
22920         (sieve-manage-plain-auth): Rewrite using SASL library.
22921         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22922         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22923         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22924         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22925
22926 2004-01-05  Simon Josefsson  <jas@extundo.com>
22927
22928         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22929         New files.
22930
22931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22932
22933         * gnus-group.el (gnus-no-groups-message): Update.
22934
22935         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22936
22937 2003-11-09  Simon Josefsson  <jas@extundo.com>
22938
22939         * imap.el: Support for ID IMAP extension (RFC 2971).
22940         (imap-local-variables): Add imap-id.
22941         (imap-id): New variable.
22942         (imap-id): New function.
22943         (imap-parse-response): Parse untagged ID response.
22944         * nnimap.el (nnimap-id): New variable.
22945         (nnimap-open-connection): Use it.
22946
22947 2003-12-28  Simon Josefsson  <jas@extundo.com>
22948
22949         * gnus-score.el (gnus-score-edit-all-score): New.
22950         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22951
22952 2004-01-04  Simon Josefsson  <jas@extundo.com>
22953
22954         * password.el: Add.
22955
22956 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22957
22958         * dns.el (dns-query-types): Fix typo.
22959         (dns-query-types): New function.
22960         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22961         PTR and SOA replies, see RFC 1035.
22962
22963 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22964
22965         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22966
22967         * Move to Changelog.2.
22968
22969 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22970
22971         * gnus.el (gnus-version-number): Bump version.
22972
22973 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22974
22975         * gnus.el: No Gnus v0.1 is released.
22976
22977 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22978
22979         * gnus.el: No Gnus v0.0 is released.
22980
22981 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22982
22983         * gnus.el (gnus-version-number): Bump.
22984         (gnus-version): No.
22985
22986 See ChangeLog.2 for earlier changes.
22987
22988   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22989
22990   This file is part of GNU Emacs.
22991
22992   GNU Emacs is free software: you can redistribute it and/or modify
22993   it under the terms of the GNU General Public License as published by
22994   the Free Software Foundation, either version 3 of the License, or
22995   (at your option) any later version.
22996
22997   GNU Emacs is distributed in the hope that it will be useful,
22998   but WITHOUT ANY WARRANTY; without even the implied warranty of
22999   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23000   GNU General Public License for more details.
23001
23002   You should have received a copy of the GNU General Public License
23003   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23004
23005 ;; Local Variables:
23006 ;; coding: utf-8
23007 ;; fill-column: 79
23008 ;; add-log-time-zone-rule: t
23009 ;; End: