* gnus.el (gnus-home-directory): Add warning about setting in .gnus.el (bug#9405).
[gnus] / lisp / ChangeLog
1 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4         (bug#9405).
5
6         * gnus-score.el (gnus-summary-increase-score): Doc clarification
7         (bug#9421).
8
9         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
10         (bug#9425).
11
12         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
13         thing (bug#9426).
14
15 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
18         the error message.
19
20 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
21
22         * message.el (message-setup-1): Return t (Bug#9392).
23
24 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
25
26         * gnus-sum.el: When adding article headers to a summary buffer also
27         update gnus-newsgroup-articles. This fixes bug 9386.
28
29 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * auth-source.el: Autoload help-mode.
32
33 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
36         names.
37
38 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
39
40         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
41         mm-replace-in-string for compatibility issues.
42         * mml2015.el (mml2015-epg-verify): Ditto.
43
44 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
47
48         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
49
50 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
53         continue on and do the clean-up phase (bug#9188).
54
55         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
56         just ignore groups that can't be opened instead of erroring out
57         (bug#9225).
58
59         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
60         nil since some many people are fuddy-duddies.
61
62         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
63         images.
64
65         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
66         instead.
67
68         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
69
70         * gnus-util.el (gnus-process-live-p): Copy over compat function.
71
72         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
73         processing.
74
75         * nntp.el (nntp-kill-buffer): Kill the process before killing the
76         buffer to avoid warnings.
77
78 2011-08-20  Simon Josefsson  <simon@josefsson.org>
79
80         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
81         specified to reduce precision.
82
83 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
86         bodystructures (bug#9314).
87
88 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
91         Make button keymap non-sticky after buttons.
92
93 2011-08-18  David Engster  <dengste@eml.cc>
94
95         * nnmairix.el (nnmairix-request-set-mark)
96         (nnmairix-goto-original-article): Remove adding of article to registry,
97         since `gnus-registry-add-group' isn't available anymore.
98         (nnmairix-determine-original-group-from-registry): Use
99         `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
100         available anymore.
101
102 2011-08-12  Simon Josefsson  <simon@josefsson.org>
103
104         * starttls.el (starttls-any-program-available): Define as obsolete
105         function.
106
107 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
110         versions which Gnus use when appropriate.
111
112         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
113         a pretty destructive command.
114
115         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
116
117 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * message.el (message-fix-before-sending): Make a different warning
120         about NUL characters (bug#9270).
121
122         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
123         from custom (bug#9260).
124
125         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
126         things work in Emacs 22 and XEmacs, too.
127
128         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
129         default From.
130
131         * gnus-spec.el (gnus-lrm-string-p): New macro.
132         (gnus-lrm-string): New constant.
133         (gnus-summary-line-format-spec): LRM-ify the from.
134         (gnus-tilde-max-form): LRM-ify string chopping.
135
136         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
137
138         * message.el (message-is-yours-p): Allow disabling canlock checking
139         (bug#9295).
140         (message-shoot-gnksa-feet): Add `canlock-verify'.
141         (message-auto-save-directory): Use ~/ as the auto-save directory if the
142         message directory isn't writable (bug#9304).
143
144         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
145         non-world-readable.
146
147 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
150         articles.
151
152 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
153
154         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
155         copy-list.
156
157 2011-08-12  Sam Steingold  <sds@gnu.org>
158
159         * gnus-score.el (gnus-score-find-alist): Keep the score files already
160         in the reverse order to avoid modifying the cache with `nreverse'.
161         (gnus-all-score-files): Do not modify the value returned by
162         `gnus-score-find-alist' because it lives in a cache variable.
163         (gnus-current-home-score-file): No need to `nreverse' the return value
164         of `gnus-score-find-alist', it is already in the correct order.
165
166 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
167
168         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
169         type MESSAGE and subtype RFC822 is slightly different from those of
170         type TEXT.
171
172 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
173
174         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
175         allows article-referral to work from an nnir group.
176
177 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
178
179         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
180
181 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
182
183         * mml1991.el (mml1991-epg-find-usable-key)
184         (mml1991-epg-find-usable-secret-key): New function.
185         (mml1991-epg-sign): Check if signing key is usable.
186         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
187
188 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
189
190         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
191         server-variables only. This should fix a bug introduced with commit
192         e1889675b7f4adf057833c5513c9374134c4e053.
193         (nnir-run-query): 'nnir-search-engine should not be set from the global
194         environment.
195
196 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
197
198         * nnir.el (nnir-search-thread): Position point on referring article
199         line.
200         (nnir-warp-to-article): Clean up summary buffers.
201
202         * nnimap.el (nnimap-request-thread): Whitespace fix.
203
204 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
205
206         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
207
208 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * starttls.el (starttls-available-p): Renamed from
211         `starttls-any-program-available' and changed return convention.
212
213 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
214
215         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
216         `unix-sync' unless it's defined.
217
218 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
219
220         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
221         `aref' for XEmacs compatibiltiy.
222
223 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
226
227 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
228
229         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
230         closures, quote the form properly (bug#9194).
231
232 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
235         (gnus-summary-insert-new-articles): Protect against servers that are
236         down.
237
238 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
239
240         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
241         in mm handle if none is specified.
242
243 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
244
245         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
246
247 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
248
249         * nnir.el (nnir-search-thread): New function to make an nnir group
250         based on a thread query.
251
252         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
253         of nnir in thread referral.
254         (gnus-summary-refer-thread): Use it.
255
256         * nnimap.el (nnimap-request-thread): Use it.
257
258 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * shr.el (shr-tag-comment): Ignore HTML comments.
261
262 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
263
264         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
265         argument.
266         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
267         `nnir-address' to handle server info rather than passing an arg.
268
269         * nnimap.el (nnimap-make-thread-query): New utility function to format
270         an imap thread search query.
271         (nnimap-request-thread): Use it.
272
273         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
274         right select-method if we are not going back to the group buffer.
275
276 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
279         enter invalid buffer configurations into the quit form (bug#9107).
280         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
281         unplugged/plugged.
282
283         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
284         keep track of which ones are unread (bug#9061).
285
286         * gnus.el (gnus-refer-article-method): Allow entering any sexp
287         (bug#9055).
288
289         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
290         (bug#9041).
291
292         * gnus-html.el (mm-util): Require (bug#9073).
293
294         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
295         (gnus-summary-refer-thread): Use it to remove duplicates in the
296         un-threaded view (bug#9053).
297         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
298
299 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
300
301         * nnir.el (nnir-read-server-parm): Use default value from global
302         variable.  Without this the default search engine parameters aren't
303         used at all.
304
305 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * message.el (message-unique-id): Don't use the undocumented return
308         value from (random t) (bug#9118).
309
310 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * message.el (message-auto-save-directory): If the ~/Mail directory
313         doesn't exist, use ~ as the auto-save directory (bug#4432).
314
315         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
316         hasn't already been started.
317
318 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
321
322         * message.el (message-reply): Work around mysterious bug where
323         `message-mode' seems to overwrite the locally bound `subject' variable.
324
325 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
326
327         * nnimap.el (nnimap-request-thread): Ensure search is performed in
328         correct group.
329
330         * gnus-int.el (gnus-request-thread): Add group argument.
331
332         * gnus-sum.el (gnus-summary-refer-thread): Use it.
333
334 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
337
338         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
339         renamed to `debbugs-gnu-*'.
340
341 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
342
343         * plstore.el: Revert the editing feature since it is not urgent.
344         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
345         (plstore-mode-decoded): Remove.
346
347 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
350         isn't very interesting any more, and it leaks potentially secret data.
351         (gnus-debug): Removed.
352
353         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
354         use of :custom-show.
355
356 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
357
358         * plstore.el: Add documentation.
359         (plstore-mode): New mode to edit plstore file.
360         (plstore-mode-toggle-display, plstore-mode-original)
361         (plstore-mode-decoded): New command.
362         (plstore--encode, plstore--decode, plstore--write-contents-functions)
363         (plstore--insert-buffer, plstore--make): New function.
364         (plstore-open, plstore-save): Simplify by using them.
365
366 2011-07-06  Glenn Morris  <rgm@gnu.org>
367
368         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
369
370 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
373         no longer is much used.
374         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
375         Articles".
376
377 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
378
379         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
380         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
381         `notmuch' backend.
382
383 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * mm-decode.el (mm-text-html-renderer): Doc fix.
386
387         * gnus-msg.el (gnus-bug): Fix the MML tag.
388
389         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
390
391 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
392
393         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
394         secondary methods if started with `gnus-no-server'.
395
396 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
397
398         * message.el (message-return-action): Fix typo in docstring.
399
400 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
403         bug reports at once.
404
405         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
406
407 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * nndraft.el: Require gnus-group.
410         (nndraft-request-list): Declare.
411
412         * nndraft.el (nndraft-update-unread-articles): Don't show group having
413         no unread article unless it matches gnus-permanently-visible-groups.
414
415         * nndraft.el (nndraft-update-unread-articles): New function.
416         (nndraft-request-associate-buffer): Use it to update the number of
417         unread articles for the nndraft groups in the group buffer when saving
418         or killing a draft message.
419
420 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
423         systems to binary before writing and reading the mbox files.
424
425         * gnus.el (gnus-summary-line-format): Link to the info node for %U
426         instead of trying to list them all (bug#8978).
427
428 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
429
430         * pop3.el (pop3-open-server): Use :end-of-capability.
431
432 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
435         the id is always a number.
436
437         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
438
439         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
440         debbugs mode, if possible.
441
442 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
443
444         * auth-source.el (auth-source-token-passphrase-callback-function):
445         Reindent.
446         (epg-context-operation): Remove unnecessary autoload.
447
448 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus.el (gnus-list-debbugs): New command.
451
452         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
453         mboxstat instead of the maintbox, since the stat seems to be fuller.
454
455         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
456         summary buffers.
457
458         * message.el (message-get-reply-headers): Delete all duplicates,
459         instead of the first.
460         (message-get-reply-headers): Ensure that we have progress while
461         deleting duplicates.
462
463         * gnus-msg.el (gnus-configure-posting-styles): Get the local
464         gnus-posting-style value from the summary buffer to make it easier to
465         make that a per-buffer conf.
466
467 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el (nnir-run-imap): Allow halting a search when an article is
470         found by setting `shortcut' in 'query.
471         (nnir-request-article): Use `shortcut' setting when requesting article
472         by Message-ID.
473
474 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
477         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
478         Bring the pseudo-headers back too.
479
480 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
481
482         * auth-source.el (auth-source-token-passphrase-callback-function):
483         Simplify and remove EPA dependency.
484
485 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
486
487         * nnir.el (nnir-request-article): Fix error message text.
488
489 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
490
491         * auth-source.el (plstore-delete): Autoload.
492         (auth-source-plstore-search): Support delete operation.
493         * plstore.el (plstore-delete): New function.
494
495 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
498         mark actually existing articles as unread rather than the ones that
499         active asserts.
500
501 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
502
503         * nntp.el (nntp-record-command):
504         * gnus-util.el (gnus-message-with-timestamp-1):
505         Use format-time-string rather than decoding time stamps by hand.
506         This is simpler and insulates the code from potential changes to
507         current-time format.
508
509 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
512
513 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
514
515         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
516         (plstore-save): Support public key encryption.
517         (plstore--init-from-buffer): New function.
518         (plstore-open): Use it; fix error when opening a non-existent file.
519         (plstore-revert): Use plstore--init-from-buffer.
520
521 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
522
523         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
524
525 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * mml2015.el (mml2015-use): Replace string-match-p with string-match
528         for old Emacsen.
529
530 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
531
532         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
533         is not fully working.
534
535 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * dgnushack.el: Autoload sha1 on XEmacs.
538
539         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
540         quit window configuration.
541
542         * auth-source.el (epg-context-set-passphrase-callback): Remove
543         duplicate autoload.
544
545 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
546
547         * nnir.el (nnir-request-article): Allow requesting articles by
548         Message-ID with nnimap.
549
550         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
551         current server.
552
553 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
554
555         * auth-source.el: Autoload EPA/EPG functions.
556         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
557         changed when EPA/EPG is not available.
558         (auth-source-backend): Rename "arg" member to "data".
559         (auth-source-backend-parse, auth-source-plstore-search)
560         (auth-source-plstore-create): Use it.
561
562 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
563
564         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
565         `gnus-refer-article-methods'.
566
567 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
568
569         * auth-source.el: Require EPA and EPG.
570         (auth-source-passphrase-alist): New variable.
571         (auth-source-passphrase-callback-function)
572         (auth-source-token-passphrase-callback-function): Callbacks for the
573         netrc field encryption (GPG tokens).
574         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
575         Symmetric encryption and decryption of the netrc GPG tokens.
576         (auth-source-netrc-normalize): Use them, simplifying the closure.
577
578 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
581         is available.
582
583 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
586         non-nil, and `nnimap-split-methods' is nil, use the former.
587
588 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
589
590         * plstore.el (plstore-revert): New function.
591         (plstore-open): Use it; hide the buffer from user.
592
593 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
594
595         * auth-source.el (auth-source-backend): New member "arg".
596         (auth-source-backend-parse): Handle new backend 'plstore.
597         * plstore.el: New file.
598
599 2011-06-30  Glenn Morris  <rgm@gnu.org>
600
601         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
602
603 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
606         expiring articles to.
607
608         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
609         variations as ASCII (bug#5458).
610
611 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
614
615 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * message.el (message-point-in-header-p): Tweak the function to default
618         to saying that we're not in the headers if there is no separator at
619         all.  This makes it possible to use the Message version of `M-q' in
620         buffers with no headers (bug#7987).
621         (message-point-in-header-p): Fix last checkin to work with an empty
622         mail-header-separator, too.
623
624         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
625         again, save the choice via customize.
626
627 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * message.el (message-send-mail-function): Add `sendmail-query-once'.
630
631         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
632         ended the connection, bail out before waiting infinitely on a new
633         connection.
634
635 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
638         reports.
639
640         * gnus.el (gnus-bug-package): Use "gnus."
641         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
642
643 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * dgnushack.el: Make the timer warning go away on XEmacs.
646
647         * gnus-art.el (gnus-article-stop-animations): New function to stop any
648         animations going on at article exit time.
649
650         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
651         since removing it breaks people upgrading.
652
653         * shr.el (shr-put-image): Use the new interface for animating images.
654         (shr-put-image): Animate for 60 seconds.
655
656         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
657         avoid compiler warnings.
658
659         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
660         error with `find-file-hooks' on Emacs 22.
661         (with-auth-source-epa-overrides): Ugly hack to Wrap the
662         `find-file-hook' things in `symbol-value' to avoid compilation warnings
663         on all architectures.
664
665         * spam.el (spam-stat): Require in a normal fashion without binding
666         `spam-stat-install-hooks' to avoid compilation warnings.
667
668         * spam-stat.el (spam-stat-install-hooks): Removed.
669         (spam-stat-install-hooks): Don't run automatically.
670
671 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
672
673         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
674         and keystroke.
675
676 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * auth-source.el (auth-source-netrc-cache): Move forward.
679
680 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * proto-stream.el (proto-stream-open-starttls): Use
683         `gnutls-available-p' to see whether we have built-in support.
684
685         * auth-source.el (auth-source-netrc-create): Don't query the bits that
686         we already know.
687         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
688         (auth-source-netrc-create): Don't prompt for the stuff we already know.
689
690 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
693         %S format, since that looks odd.
694         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
695         file, especially when saving.
696
697 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
698
699         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
700         article found.
701
702 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
703
704         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
705         `auth-source-save-secrets' with a more sensitive alist that can be
706         configured per file.  Experimental, so defaults to 'never.
707         (auth-source-netrc-create): Use it.  Still experimental code.
708         (with-auth-source-epa-overrides): Use `find-file-hooks' if
709         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
710
711 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * auth-source.el (auth-source-save-secrets): New variable to control if
714         secret tokens should be saved encrypted.
715         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
716         to `auth-source-netrc-normalize'.
717         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
718         on the EPA variables being defined.
719         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
720         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
721         the lexical-let closure.
722         (auth-source-netrc-create): Create "gpg:" tokens according to
723         `auth-source-save-secrets'.
724
725 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-group.el (gnus-group-update-group): Add new argument
728         `info-unchanged' that stops updating dribble buffer.
729
730         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
731         deletes lines matching to it in dribble buffer.
732
733         * gnus-agent.el (gnus-agent-fetch-group-1):
734         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
735         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
736         * gnus-start.el (gnus-group-change-level):
737         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
738
739         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
740         if newsgroup info is not changed.
741
742         * gnus-group.el (gnus-group-get-new-news-this-group):
743         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
744         Don't update dribble buffer.
745
746 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * gnus-registry.el (gnus-registry-remove-ignored): New function to
749         remove entries with groups we ignore.
750
751 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
754         the underline comes at the bottom.
755
756 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
759         `gnus-registry-user-format-function-M' and declare the latter obsolete.
760         (gnus-registry-article-marks-to-names): Rename from
761         `gnus-registry-user-format-function-M2'.
762
763 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
766         ephemeral group.
767
768 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * shr.el (shr-browse-image): Copy the URL if called interactively.
771
772 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
775         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
776         done, then unselected articles may be marked as read.
777
778         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
779         since not doing this seems to lead to a race condition in pop3-logon.
780
781         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
782         so that the call chain it correct when we call "upwards".
783
784         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
785         in read-only groups.
786
787         * gnus-group.el (gnus-group-mark-article-read): Ditto.
788
789         * message.el (message-cite-reply-position): Doc string fix.
790
791         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
792         avoid regexp overflow.
793         (nnimap-transform-split-mail): Ditto.
794
795         * pop3.el (pop3-retr): Error out if the server closes the connection.
796
797 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
798
799         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
800         mm-with-unibyte-current-buffer.  The buffer should not contain any
801         multibyte chars anyway at this stage.
802
803 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
806         at the end of lines.
807
808 2011-05-29  Julien Danjou  <julien@danjou.info>
809
810         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
811
812 2011-05-27  Glenn Morris  <rgm@gnu.org>
813
814         * gnus-group.el (gnus-bug-group-download-format-alist):
815         Use the "maintainer" version of debian reports as well.
816
817 2011-05-26  Glenn Morris  <rgm@gnu.org>
818
819         * gnus-group.el (gnus-bug-group-download-format-alist):
820         Use the "maintainer" version of debbugs.gnu.org reports.
821
822 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
825
826 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
827
828         * gnus-cus.el (gnus-agent-customize-category):
829         * gnus-delay.el (gnus-delay-send-queue):
830         * gnus.el (gnus-other-frame):
831         Don't quote lambda expressions with `quote'.
832
833 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
834
835         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
836         the thread moves us backwards and so we loop forever.
837
838 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
841         whitespace in base64 data lines.
842
843 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         * gnus-registry.el (gnus-registry-user-format-function-M):
846         Use `mapconcat'.
847         (gnus-registry-user-format-function-M2): Use to see the full text of
848         the marks.  Make "," the mark text separator.
849
850         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
851         authentication with auth-source.
852
853 2011-05-17  Glenn Morris  <rgm@gnu.org>
854
855         * gnus-group.el (gnus-import-other-newsrc-file):
856         Use insert-file-contents.
857
858 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
859
860         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
861         1000 iterations.
862
863 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * nntp.el (nntp-open-connection): Check if process-type is available.
866
867 2011-05-16  Julien Danjou  <julien@danjou.info>
868
869         * shr.el (shr-tag-del): Add support for del tag.
870
871 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * gnus-html.el (gnus-html-put-image): Register a displayer.
874
875         * shr.el (shr-image-displayer): Don't remove text props from alt text.
876
877 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
878
879         * registry.el (prune-factor): New initialization parameter defaulting
880         to 0.1.
881         (registry-prune-hard): Use it.
882
883         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
884         0.1 expicitly.
885
886 2011-05-13  Glenn Morris  <rgm@gnu.org>
887
888         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
889         is bound, since this function requires sendmail.
890
891 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
892
893         * registry.el (registry-usage-test): Disable pruning test.
894
895 2011-05-11  David Engster  <dengste@eml.cc>
896
897         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
898         Bind set-network-process-option for XEmacs.
899
900 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
901
902         * registry.el (registry-prune-hard-candidates)
903         (registry-prune-soft-candidates): Helper methods for registry pruning.
904         (registry-prune): Use them.  Make the sort function optional.
905
906 2011-05-10  Jim Meyering  <meyering@redhat.com>
907
908         * shr.el (shr-colorize-region): Fix typo "on on -> on".
909
910 2011-05-10  Julien Danjou  <julien@danjou.info>
911
912         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
913         symbol and not a list.
914
915 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-article-mode): Move binding of
918         shr-put-image-function here from gnus-article-prepare-display.
919
920         * shr.el (shr-put-image-function): New variable.
921         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
922         (shr-put-image): Return scaled image.
923
924         * gnus-art.el (gnus-shr-put-image): New function.
925         (gnus-article-prepare-display): Bind shr-put-image-function to it.
926
927         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
928         original ones, as deletable.
929
930 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
931
932         * nntp.el (nntp-open-connection): Set TCP keepalive option.
933
934 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * registry.el (registry-full): Add convenience method.  Fix logic.
937         (registry-insert): Use it.  Fix logic here too.
938
939         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
940         `registry-prune' if `registry-full' returns t.
941         (gnus-registry-handle-action)
942         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
943         (gnus-registry-usage-test): Use it.
944
945 2011-05-07  Julien Danjou  <julien@danjou.info>
946
947         * shr.el (shr-link): Make shr-link inherit from link by default.
948
949 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
950
951         * shr.el (shr-urlify, shr-link): Fix shr-link face.
952
953 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
956         error out because the face is not a list.
957
958 2011-05-05  Glenn Morris  <rgm@gnu.org>
959
960         * proto-stream.el (gnutls-negotiate): Fix declarations.
961
962         * gnus-start.el (gnus-propagate-marks): Declare.
963
964 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
965
966         * registry.el (registry-reindex): Fix percentage message.
967
968         * proto-stream.el (network-stream-open-starttls): Adjust to call
969         `gnutls-negotiate' with :process and :hostname arguments.
970
971 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
972
973         * shr.el: Add shr-link face for links.
974         (shr-urlify): Use it.
975
976         * registry.el (registry-insert): Make error message more helpful.
977
978 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus-html.el (gnus-html-schedule-image-fetching):
981         Use url-queue-retrieve, if it exists.
982
983         * shr.el (shr-tag-img): Ditto.
984
985         * gnus.el: Autoload more gnus-agent functions.
986
987         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
988         agent if we haven't already (bug#8502).
989
990         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
991         into the Agent, too.
992
993         * gnus-agent.el (gnus-agent-store-article): New function.
994
995         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
996         and moved from that file for reuse.
997
998         * pop3.el (pop3-open-server): Error messages are "-ERR".
999
1000 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1003         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1004
1005 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1006
1007         * gnus.el: No Gnus v0.17 is released.
1008
1009 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1010
1011         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1012         buffer has moved to a different frame.
1013
1014 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1017         to get the conversion from unibyte to multibyte buffers to work on
1018         Emacs 22.
1019
1020         * nntp.el (nntp-request-article): Slight clean-up.
1021
1022 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * shr.el (shr-strike-through): New face.
1025         (shr-tag-s): Use it to provide <s> support.
1026         (shr-tag-s): Remove duplicate definition.
1027
1028 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1029
1030         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1031         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1032
1033 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1034
1035         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1036         `gnutls-negotiate'.
1037         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1038
1039 2011-04-23  Glenn Morris  <rgm@gnu.org>
1040
1041         * gnus-sum.el (gnus-extra-headers): Bump :version.
1042
1043 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * shr.el (shr-tag-sup): New function.
1046         (shr-tag-sub): Ditto.
1047
1048 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1051         for the case where `gnus-registry-ignored-groups' is a list of lists,
1052         and don't call `gnus-parameter-registry-ignore' otherwise.
1053
1054 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1055
1056         * nnimap.el (nnimap-user): New backend variable.
1057         (nnimap-open-connection-1): Use it.
1058         (nnimap-credentials): Accept user parameter so it's explicit what user
1059         name is desired.
1060
1061         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1062         default.
1063
1064         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1065         not gnus-registry.el.
1066
1067         * gnus-registry.el: Mention in comments how to modify
1068         `gnus-extra-headers' for proper recipient tracking and that it may
1069         already have To and Cc recently, which it does as of this commit.
1070         (gnus-registry-ignored-groups): Remove defcustom.
1071         Explain why in comments.
1072         (gnus-registry-action): Fix data-header reference to use the extra
1073         headers.  Explain in package commentary how to add To and Cc headers to
1074         the gnus-extra-headers.
1075         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1076         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1077         parameter list or a string list in `gnus-registry-ignored-groups'.
1078         Fix logic error.
1079
1080 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * shr.el (shr-expand-url): Protect against null urls.
1083
1084 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * shr.el (shr-base): New binding.
1087         (shr-tag-base): Keep track of <base>.
1088         (shr-expand-url): New function used throughout.
1089
1090 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1091
1092         * gnus-registry.el
1093         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1094         (gnus-registry-ignored-groups): New variable.
1095         (gnus-registry-ignore-group-p): Use it.
1096         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1097         set the destination group to nil (same as delete) if it's ignored.
1098
1099 2011-04-20  David Engster  <dengste@eml.cc>
1100
1101         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1102
1103         * Makefile.in (test-nntp): New rule.
1104         (check): Add it.
1105         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1106
1107 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus-registry.el (gnus-registry-action)
1110         (gnus-registry-fetch-header-fast):
1111         Don't use mail-header that looks an internal function of mailheader.el.
1112
1113 2011-04-19  Glenn Morris  <rgm@gnu.org>
1114
1115         * time-date.el (time-to-days): Remove unused local variables.
1116
1117 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gnus-registry.el: Eliminate cl functions.
1120         (gnus-registry-sort-addresses): New function that replaces mapcan.
1121         (gnus-registry-action, gnus-registry-spool-action)
1122         (gnus-registry-split-fancy-with-parent)
1123         (gnus-registry-fetch-recipients-fast): Use it.
1124         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1125
1126         * registry.el (initialize-instance, registry-lookup)
1127         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1128         (registry-lookup-secondary-value, registry-search, registry-delete)
1129         (registry-insert, registry-reindex, registry-size, registry-prune):
1130         Use eval-and-compile.
1131
1132 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1133
1134         * registry.el (registry-reindex): New method to recreate the secondary
1135         registry indices.
1136
1137         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1138         tracked field changes.
1139         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1140         (gnus-registry-action, gnus-registry-spool-action)
1141         (gnus-registry-handle-action)
1142         (gnus-registry--split-fancy-with-parent-internal)
1143         (gnus-registry-split-fancy-with-parent)
1144         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1145         move, and delete actions, and for fancy splitting with parent.
1146         (gnus-registry-extract-addresses)
1147         (gnus-registry-fetch-recipients-fast)
1148         (gnus-registry-fetch-header-fast): Convenience functions.
1149         (gnus-registry-misc-test): ERT test of
1150         `gnus-registry-extract-addresses'.
1151
1152 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1155         Track by subject first, then sender.
1156
1157 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1158
1159         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1160
1161         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1162         Lisp.
1163
1164         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1165         (gnus-draft-send): Use it to avoid popping
1166         up frames from gnus-group-send-queue.
1167
1168 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1169
1170         * gnus-registry.el: Updated gnus-registry docs.
1171
1172 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1173
1174         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1175         Fix logic bug.
1176         (gnus-registry-post-process-groups): Fix logging of no results and
1177         quote sender and subject.
1178
1179 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1182         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1183         gnutls-cli are too slow to be done opportunistically.
1184
1185         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1186         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1187         we had no early-data returned.
1188         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1189         two async commands to the same server at the same time.
1190
1191 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1192
1193         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1194
1195 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1198         "warning" level.
1199
1200         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1201         (mm-url-insert-file-contents): Don't set the package names.
1202
1203 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * gnus-registry.el (gnus-registry-action): Remove properties and
1206         simplify subject in `gnus-registry-handle-action'.
1207         (gnus-registry-spool-action): Get subject and sender from message if
1208         they are not passed in.
1209         (gnus-registry-handle-action): Remove properties and simplify subject
1210         consistently.
1211
1212 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1213
1214         * registry.el: Require CL before using defmacro*.
1215
1216 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gnus-art.el (article-treat-date): Assume that
1219         gnus-article-date-headers may be a group parameter.
1220
1221 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1222
1223         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1224
1225         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1226         interactively so the newsrc file can contain foreign groups too.
1227         Useful for debugging but not much for users.
1228
1229 2011-04-07  David Engster  <dengste@eml.cc>
1230
1231         * registry.el (registry-usage-test): Only do
1232         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1233         lexical binding.
1234
1235 2011-04-07  David Engster  <dengste@eml.cc>
1236
1237         * Makefile.in (check, test-registry): New rules for test-suite.
1238
1239 2011-04-06  David Engster  <dengste@eml.cc>
1240
1241         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1242         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1243
1244 2011-04-06  David Engster  <dengste@eml.cc>
1245
1246         * registry.el (initialize-instance): Change :after to :AFTER to be
1247         compatible with old EIEIO version in XEmacs.
1248
1249 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1250
1251         * gnus-registry.el (gnus-registry-post-process-groups)
1252         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1253         and provide better messaging.
1254
1255 2011-04-06  David Engster  <dengste@eml.cc>
1256
1257         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1258         errors.
1259
1260         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1261         dgnushack-compile with error-on-warn enabled, and to signal an error if
1262         clean compilation failed.
1263         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1264         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1265
1266 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1269         unconditionally anyway, discarding errors.
1270         (gnus-registry-delete-entries): New convenience function.
1271         (gnus-registry-import-eld): Import from old .eld registry.
1272
1273         * registry.el: Don't use ERT if it's not available.  Load it
1274         unconditionally anyway, discarding errors.
1275
1276         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1277         version from the Claudio Bley GnuTLS patch (extra optional parameters
1278         and host name).
1279
1280 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1281
1282         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1283         fixup the parameters that can be customized by the user between
1284         save/read cycles.
1285         (gnus-registry-read): Use it.
1286         (gnus-registry-make-db): Use it.
1287         (gnus-registry-spool-action, gnus-registry-handle-action):
1288         Fix messaging.
1289         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1290         Map references to actual group names with sender and subject tracking.
1291         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1292         (gnus-registry-usage-test): Add subject lookup test.
1293
1294         * registry.el (registry-db, initialize-instance): Set up constructor
1295         instead of :initform arguments for the sake of older Emacsen.
1296         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1297         pre-lexbind merge bug.
1298         (registry-usage-test): Use it.
1299         (initialize-instance, registry-db): Move the non-function initforms
1300         back to the class definition.
1301
1302 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * registry.el: New library to manage gnus-registry-style data.
1305
1306         * gnus-registry.el: Use it (major rewrite).
1307
1308         * nnregistry.el: Use it.
1309
1310         * spam.el: Use it.
1311
1312 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1315         marks on non-selected articles.
1316
1317 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1318
1319         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1320         parameter to open-protocol-stream.
1321
1322 2011-04-01  Julien Danjou  <julien@danjou.info>
1323
1324         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1325         fundamental-mode.
1326
1327 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1330         servers.
1331
1332 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1335         made marks not propagate, again.
1336
1337 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1338
1339         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1340         Make this the default type.
1341         (proto-stream-open-plain): Rename from proto-stream-open-default.
1342         (open-protocol-stream, proto-stream-open-starttls)
1343         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1344         with `plain'.
1345
1346         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1347         value.
1348
1349         * nntp.el (nntp-open-connection-function): Document the fact that some
1350         values are not functions but are instead handled specially.
1351         Recognize nntp-open-plain-stream value.
1352         (nntp-open-connection): Recognize that value.
1353
1354 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1357         where it seems to be needed.
1358
1359 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1362         stuff.
1363
1364         * gnus-score.el (gnus-score-string): Fix calling convention of
1365         `gnus-simplify-buffer-fuzzy' after last patches.
1366
1367         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1368         server for articles we didn't get any headers for.  This is a sanity
1369         check.
1370
1371 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1372
1373         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1374         new CAPABILITY, use it.
1375
1376 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1379         downloading anything.
1380
1381         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1382
1383 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1384
1385         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1386         colors.
1387         (gnus-splash-svg-color-symbols): New function.
1388
1389 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1392         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1393         (gnus-simplify-subject-fuzzy): Use the local
1394         gnus-simplify-subject-fuzzy-regex instead of the global one.
1395         This makes using this variable in group parameters work.
1396
1397 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * gnus-registry.el (gnus-registry-unfollowed-groups):
1400         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1401         archive:sent-YYYY-MM-DD groups).
1402         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1403         tracking if there are more than `gnus-registry-max-track-groups'
1404         matches.
1405
1406 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1407
1408         * message.el (message--yank-original-internal): New function to do the
1409         insertion cleanly inside eval in `message-yank-original'.
1410         (message-yank-original): Use it.
1411
1412 2011-03-29  Julien Danjou  <julien@danjou.info>
1413
1414         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1415         local variables disabled rather than `normal-mode'.
1416
1417 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1418
1419         * imap.el (imap-shell-open, imap-process-connection-type):
1420         Use imap-process-connection-type for 'shell' streams as well as
1421         Kerberos, SSL, other subprocesses.
1422
1423 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1424
1425         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1426         with open-network-stream.
1427         (proto-stream-always-use-starttls): Option removed.
1428         (open-protocol-stream): Return a process object by default.  Provide a
1429         new parameter :return-list specifying a list-type return value, which
1430         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1431         :type `network' to `try-starttls', and `network-only' to `default'.
1432         Make `default' the default, for compatibility with open-network-stream.
1433         Handle the no-parameter case exactly as open-network-stream, with no
1434         additional stream processing.  Search plists using plist-get.
1435         Explicitly add :end-of-commend parameter if it is missing.
1436         (proto-stream-open-default): Rename from
1437         proto-stream-open-network-only.  Return 'default as the type.
1438         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1439         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1440         failed.  Always return a list with a (possibly dead) process as the
1441         first element, for compatibility with open-network-stream.
1442         (proto-stream-open-tls): Use plist-get.  Always return a list.
1443         (proto-stream-open-shell): Return `default' as connection type.
1444         (proto-stream-capability-open): Use plist-get.
1445         (proto-stream-eoc): Function deleted.
1446
1447         * nnimap.el (nnimap-stream, nnimap-open-connection)
1448         (nnimap-open-connection-1): Handle renaming of :type parameter for
1449         open-protocol-stream.
1450         (nnimap-open-connection-1): Pass a :return-list parameter
1451         open-protocol-stream to obtain a list return value.  Parse this list
1452         using plist-get.
1453
1454         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1455         for open-protocol-stream.  Accept open-protocol-stream return value
1456         that is a subprocess object instead of a list.  Handle the case of a
1457         dead returned process.
1458
1459 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1460
1461         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1462
1463         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1464
1465 2011-03-21  Julien Danjou  <julien@danjou.info>
1466
1467         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1468         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1469         query.
1470         (mm-inline-text): Render normal text with fontification whenever
1471         possible.
1472
1473         * gnus-sum.el (gnus-summary-save-parts-1):
1474         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1475         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1476         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1477         Use `mm-handle-filename'.
1478
1479         * mm-util.el (mm-handle-filename): New function, return the filename of
1480         an handle.
1481
1482 2011-03-18  Julien Danjou  <julien@danjou.info>
1483
1484         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1485         (gnus-buffer-live-p): Check that buffer is not nil.
1486
1487 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1488
1489         * gnus.el: No Gnus v0.15 is released.
1490
1491 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1494         avoid warning on XEmacs.
1495
1496         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1497         on XEmacs.
1498
1499         * gnus-art.el: Require mouse, which the build bot seems to say is
1500         needed.
1501
1502         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1503
1504         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1505         XEmacs, since it doesn't have url-retrieve-synchronously.
1506
1507         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1508         since assoc-string doesn't exist in XEmacs.
1509
1510 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1511
1512         * gnus-group.el (gnus-group-list-ticked): New function.
1513         (gnus-group-make-menu-bar): Provide a menu entry for it.
1514         (gnus-group-list-map): Provide a binding for it.
1515
1516 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * shr.el (shr-visit-file): New command.
1519
1520         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1521
1522 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1523
1524         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1525         servers.
1526
1527 2011-03-16  Julien Danjou  <julien@danjou.info>
1528
1529         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1530         inline.
1531
1532         * gnus-art.el (article-hide-list-identifiers):
1533         Use gnus-group-get-list-identifiers.
1534
1535         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1536         (gnus-summary-remove-list-identifiers):
1537         Use gnus-group-get-list-identifiers to get regexp.
1538         (gnus-select-newsgroup, gnus-summary-insert-subject)
1539         (gnus-summary-insert-articles):
1540         Call gnus-summary-remove-list-identifiers unconditionally.
1541
1542 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1545         we're selecting a group with unread articles.
1546
1547         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1548
1549         * gssapi.el: New file separated out from imap.el to provide a general
1550         Kerberos 5 connection facility for Emacs.
1551
1552         * message.el (message-elide-ellipsis): Document the format spec
1553         ellipsis.
1554
1555 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1556
1557         * message.el (message-elide-region): Allow the ellipsis to say how many
1558         lines were removed.
1559
1560 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1563         window configurations containing buffers that are now dead.
1564
1565         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1566         parsing to avoid integer overflows.
1567         (nnimap-parse-flags): Simplify the last change.
1568         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1569         too large for 32-bit Emacsen.
1570
1571 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1572
1573         * auth-source.el (auth-source-netrc-create):
1574         * message.el (message-yank-original): Fix use of `case'.
1575
1576 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1577
1578         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1579         XEmacs, which was one character too wide.
1580
1581 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1582
1583         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1584         default number of articles to display.
1585         (gnus-articles-to-read): Use pretty names for prompt.
1586
1587 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-int.el (gnus-open-server): Ditto.
1590
1591         * gnus-start.el (gnus-activate-group): Give a backtrace if
1592         debug-on-quit is set and the user hits `C-g'.
1593         (gnus-read-active-file): Ditto.
1594
1595         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1596
1597 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1598
1599         * message.el (message-yank-original): Use cond instead of CL case.
1600
1601 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1602
1603         * auth-source.el (auth-source-netrc-create): Use usual format for the
1604         default in prompts.
1605
1606 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * lpath.el: Fbind read-char-choice for XEmacs.
1609
1610 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1611
1612         * auth-source.el (auth-source-netrc-create): Show the default in the
1613         prompt when prompting for token creation.
1614
1615 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1616
1617         * auth-source.el (auth-source-format-prompt): Always convert the value
1618         to a string to avoid evaluating non-string arguments.
1619         (auth-source-netrc-create): Offer default properly, not as initial
1620         content in `read-string'.
1621         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1622         of line to determine if we've been run before.  If so, don't run again,
1623         but print a trivial message to indicate the cache was hit instead.
1624
1625 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1628         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1629         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1630         Gnus.
1631
1632 2011-03-11  Julien Danjou  <julien@danjou.info>
1633
1634         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1635         modified file".
1636
1637 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1638
1639         * auth-source.el (auth-source-read-char-choice): New function to read a
1640         character choice using `dropdown-list', `read-char-choice', or
1641         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1642         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1643         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1644         (auth-source-netrc-saver): Use it.
1645         (auth-source-pick-first-password): New convenience function.
1646
1647 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1650         parameter in the credentials.
1651         (nnimap-open-connection-1): Use it after a successful login.
1652         (nnimap-credentials): Add IMAP-specific user and password prompt.
1653
1654         * auth-source.el (auth-source-search): Add :require parameter, taking a
1655         list.  Document it and the :save-function return token.  Pass :require
1656         down.  Change the CREATED message from a warning to a debug statement.
1657         (auth-source-search-backends): Pass :require down.
1658         (auth-source-netrc-search): Pass :require down.
1659         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1660         Change save prompt to indicate all modifications saved here are
1661         deletions.
1662         (auth-source-netrc-create): Take user login name as default in user
1663         prompt.  Move all the save functionality to a lexically bound function
1664         under the :save-function token in the returned list.  Set up clearer
1665         default prompts for user, host, port, and secret.
1666         (auth-source-netrc-saver): New function, intended to be wrapped for
1667         :save-function.
1668
1669 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1672         lines to be spaces instead.
1673
1674 2011-03-07  Julien Danjou  <julien@danjou.info>
1675
1676         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1677         (sieve-sasl-auth): Check that auth-source-search did return something,
1678         or just return an empty string.
1679
1680 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1681
1682         * gnus.el (gnus-interactive): Use read-directory-name.
1683
1684         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1685         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1686         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1687         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1688         Likewise.
1689
1690         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1691
1692 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1695         onto the list of killed groups, too.  This makes killed nnimap groups,
1696         for instance, more reliably not reappear.
1697
1698         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1699         the parent.
1700
1701         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1702
1703         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1704         really have server-side marks.
1705
1706         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1707         since most backends do not usefully have server-side marks.
1708         (gnus-update-read-articles): Propagate marks to all backends that
1709         really have server-side marks.
1710
1711 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1712
1713         * message.el (message-cite-reply-position, message-cite-style):
1714         New variables.
1715         (message-yank-original): Use the new citation styles.
1716
1717 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1718
1719         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1720         buffer-local issue); don't mark it buffer-local when running under
1721         XEmacs.
1722
1723 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1724
1725         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1726         numbers too big to be `read'.
1727
1728 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * password-cache.el (password-in-cache-p): Add autoload.
1731
1732         * message.el (message-options): Make buffer-local two ways to attempt
1733         to fix a XEmacs bug.
1734
1735 2011-03-02  Julien Danjou  <julien@danjou.info>
1736
1737         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1738
1739 2011-03-01  Julien Danjou  <julien@danjou.info>
1740
1741         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1742         group.
1743         (article-hide-list-identifiers): Use list-identifier group parameter.
1744
1745 2011-02-28  Julien Danjou  <julien@danjou.info>
1746
1747         * sieve.el (sieve-buffer-script-name): New local variable to store
1748         sieve script name.
1749         (sieve-edit-script): Store sieve script name.
1750         (sieve-upload): Use sieve script name when uploading.
1751         (sieve-upload): Use substitute-command-keys.
1752         (sieve-edit-script): Use substitute-command-keys.
1753         (sieve-refresh-scriptlist): Use substitute-command-keys.
1754         (sieve-manage-mode-map): Define keymap properly.
1755         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1756         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1757         Remove commented code about cvs.
1758         (sieve-manage-quit): New function.
1759         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1760
1761 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1764
1765 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1766
1767         * auth-source.el (auth-source-search): Cache empty result sets.
1768
1769         * password-cache.el (password-in-cache-p): Convenience function to
1770         check if a key is in the cache, even if the value is nil.
1771
1772         * auth-source.el (auth-source-save-behavior): New variable to replace
1773         `auth-source-never-create'.
1774         (auth-source-netrc-create): Use it.
1775         (auth-source-never-save): Remove.
1776
1777 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1778
1779         * nnimap.el (nnimap-stream): Doc fix.
1780         (nnimap-open-connection-1): Reverse the order of the ports to that the
1781         prompted-for port is first.
1782
1783         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1784         retrieval by the no-group selection.
1785
1786         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1787         numerical parameters.
1788
1789 2011-02-25  Julien Danjou  <julien@danjou.info>
1790
1791         * gnus-gravatar.el: Use gnus-with-article-buffer.
1792
1793         * gnus-art.el (gnus-with-article-buffer): Check that the
1794         gnus-article-buffer is alive.
1795
1796 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * auth-source.el (auth-source-creation-prompts): New variable to manage
1799         creation-time prompts.
1800         (auth-source-search): Document it.
1801         (auth-source-format-prompt): Add utility function.
1802         (auth-source-netrc-create): Don't default the user name to
1803         user-login-name.  Use `auth-source-creation-prompts' and some default
1804         prompts for user, host, port, and password (the default generic prompt
1805         remains ugly).
1806         (auth-source-never-save): Add customizable option to never save info.
1807         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1808         mode excursion.
1809
1810 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1813         argument that XEmacs doesn't support.
1814
1815         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1816         compiled for Emacsen having no `libxml-parse-html-region' support.
1817
1818         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1819
1820         * lpath.el: Bind buffer-save-without-query for XEmacs.
1821
1822 2011-02-23  Julien Danjou  <julien@danjou.info>
1823
1824         * gnus-art.el (article-make-date-line): Ignore errors if time is
1825         invalid and not convertible.
1826         (article-make-date-line): Only add lapsed time if time is not nil.
1827
1828 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1829
1830         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1831         `read-char-choice' for backwards compatibility.
1832         (auth-source-netrc-element-or-first): New function to DTRT for
1833         parameter extraction.
1834         (auth-source-netrc-create): Use it and fix multiple parameter print
1835         bug.  Use the default passed from above (given-default) or the
1836         built-in (user-login-name for :user).
1837
1838 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1839
1840         * gnus-start.el (gnus-dribble-read-file):
1841         Set buffer-save-without-query, since we always want to save the dribble
1842         file, probably.
1843
1844         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1845         nnimap.
1846
1847         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1848         -summary- since it's a user-visible variable.
1849
1850         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1851         first time you use the new Gnus.
1852
1853 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1854
1855         * auth-source.el: Don't load netrc.el.
1856         (auth-sources): Search ~/.netrc as well by default.
1857         (auth-source-debug): Add 'trivia option for extra output.
1858         (auth-source-do-trivia): Use it.
1859         (auth-source-search): Simplify logic to use
1860         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1861         appropriate.  Don't keep a running count at this level.  Layer :create
1862         and :delete options appropriately on the first and second passes.
1863         Don't track the backend with the search results.
1864         (auth-source-search-backends): New function to search a list of
1865         backends for a processed spec.
1866         (auth-source-netrc-parse): Cache all netrc files, making
1867         auth-source-netrc-cache an alist keyed by the file name and using the
1868         file mtime as the caching criterion.  Keep the obfuscated data secret
1869         with a lexical bind.
1870         (auth-source-netrc-search): Don't calculate the length of the results
1871         unnecessarily.
1872         (auth-source-search-backends): Fix bug.
1873         (auth-source-netrc-create): Rework prompts.
1874
1875 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1876
1877         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1878         Lower case names of search constraints.
1879         (nnir-run-query): Cache and reuse search constraints for all imap
1880         servers.
1881
1882 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1885         after exit.
1886         (gnus-setup-message): Define missing variable from last checkin.
1887
1888         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1889         value, show the raw article.
1890
1891 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1892
1893         * gnus.el: No Gnus v0.13 is released.
1894
1895 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1896
1897         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1898         auth-source now accepts numbers.
1899
1900         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1901         spec, too.
1902         (auth-source-ensure-strings): New function.
1903
1904         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1905         (gnus-article-setup-buffer): Always restart the date timer so that user
1906         changes to the frequency is respected.
1907
1908         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1909         port numbers, so make sure it gets that if nnimap-server-port is
1910         explicit.
1911
1912 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1913
1914         * nnimap.el (nnimap-inbox): Doc fix.
1915
1916 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1917
1918         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1919         Autoload.  Add optional arg FRAME, and pass it to color-values.
1920         (color-complement): Caller changed.  Doc fix.
1921         (color-gradient): Rewrite for better clarity and efficiency.
1922
1923 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1924
1925         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1926         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1927         color-lab-to-srgb.
1928
1929 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1930
1931         * color.el: First part of merge from hexrgb.el.
1932         (color-rgb-to-hex): Rename from color-rgb->hex.
1933         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1934         saturation to zero if the value is too small.
1935         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1936         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1937         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1938         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1939         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1940         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1941         (color-cie-de2000): Doc fix.
1942
1943 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1944
1945         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1946         given method as in the group name if we're using an extended method.
1947         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1948         command, if we're using that, instead of waiting for the beginning.
1949
1950         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1951         we're sure to get unique server names, and we don't output two async
1952         commands in the same buffer.  This fixes an NNTP hang for some users.
1953
1954 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1955
1956         * gnus.el: No Gnus v0.11 is released.
1957
1958 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1961         summary buffer before reading going to the next buffer.  This avoids
1962         putting the point in the group buffer if you `C-g' the command.
1963
1964         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1965         cache (for now) to make ~/.authinfo.gpg files usable.
1966
1967         * nnfolder.el (copyright-update): Define for the compiler.
1968
1969         * auth-source.el (auth-source-search): Fix unbound variable.
1970
1971 2011-02-19  Glenn Morris  <rgm@gnu.org>
1972
1973         * gnus.el (gnus-meta): Doc fix.
1974
1975 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1976
1977         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1978         in case it's not yet loaded.
1979
1980 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1981
1982         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1983         line we're waiting for.
1984
1985 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1986
1987         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1988         face with line-width greater than zero will cause RET in gnus summary
1989         buffer to scroll down article page-wise because auto vscroll happens,
1990         it should be temporalily disabled when doing a scroll-up.
1991
1992 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1993
1994         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1995         outputs from the server.
1996
1997 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1998
1999         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2000         later so that bbdb can hook in easier.
2001
2002 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2003
2004         * auth-source.el (auth-source-search): Don't try to create credentials
2005         if the caller doesn't want that.
2006         (auth-source-search): If we don't find a match, don't bug out on
2007         non-bound variables.
2008         (auth-source-search): Only ask a single backend to create the
2009         credentials.
2010
2011         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2012         logging.
2013         (nnimap-credentials): Protect against auth-source-search returning nil.
2014         (nnimap-request-list): Protect against not being able to open the
2015         server.
2016
2017 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2018
2019         * auth-source.el (auth-source-search): Do a two-phase search, one with
2020         no :create to get the responses from all backends.
2021
2022         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2023         when getting credentials.
2024
2025         * gnus-util.el (gnus-delete-duplicates): New function.
2026
2027 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2028
2029         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2030         a creation default, pass the whole port list down.  It will be
2031         completed.
2032
2033         * auth-source.el (auth-source-search): Updated docs to talk about
2034         multiple creation choices.
2035         (auth-source-netrc-create): Accept a list as a value (from the search
2036         parameters) and do completion on that list.  Keep a separate netrc line
2037         with the password obscured for showing the user.
2038
2039         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2040         first choice to `auth-source-search' so it will be used for entry
2041         creation instead of the server's Gnus-specific name.
2042         (nnimap-credentials): Rely on the auth-source library to select which
2043         port is actually wanted in the new netrc entry, so don't override
2044         `auth-source-creation-defaults'.
2045
2046         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2047         :protocol and accept a missing user, host, or port as a wildcard match.
2048         (auth-source-debug): Default to off.
2049
2050         (auth-source-netrc-search, auth-source-netrc-create)
2051         (auth-source-secrets-search, auth-source-secrets-create)
2052         (auth-source-user-or-password, auth-source-backend, auth-sources)
2053         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2054         instead of :protocol.
2055
2056         * nnimap.el (nnimap-credentials): Pass a port default to
2057         `auth-source-search' in case an entry needs to be created.
2058         (nnimap-open-connection-1): Use :port instead of :protocol.
2059
2060 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * auth-source.el: Bind load-path when loading EIEIO from
2063         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2064         21.4 doesn't support, to `require'.
2065         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2066         delete-dups that is not available in XEmacs 21.4.
2067
2068 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2069
2070         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2071         as EIEIO must also be loaded when auth-source.el is being
2072         byte-compiled.
2073
2074 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2077
2078         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2079
2080         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2081
2082         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2083
2084         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2085
2086         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2087
2088         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2089
2090         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2091         necessary.
2092
2093 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2096         nil means that nnimap doesn't get updated.
2097
2098 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2099
2100         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2101         result when the user doesn't want to write to the file.
2102         (auth-source-netrc-search): Expect a synthetic result and proceed
2103         accordingly.
2104         (auth-source-cache-expiry): New variable to override
2105         `password-cache-expiry'.
2106         (auth-source-remember): Use it.
2107
2108         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2109         parameter.  Create entry if necessary by using :create t.
2110         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2111
2112 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * auth-source.el (auth-source-debug): Enable by default and don't
2115         mention the obsolete `auth-source-hide-passwords'.
2116         (auth-source-do-warn): New function to debug unconditionally.
2117         (auth-source-do-debug): Use it.
2118         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2119         and for Secrets API entries when the secrets.el library is not
2120         available.
2121
2122 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2125         (gnus-summary-exit): Kill the correct article buffer on exit from a
2126         `C-d' group.
2127
2128         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2129         gnus-propagate-marks.
2130
2131         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2132         before killing the buffers so that a non-full window conf gets handled
2133         correctly.
2134         (gnus-summary-exit): Ditto.
2135         (gnus-summary-read-group-1): Ditto.
2136
2137         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2138         async code again so that we can debug it properly.
2139
2140         * message.el (message-reply): Take an optional switch-buffer parameter
2141         so that Gnus window confs are respected better.
2142
2143 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2144
2145         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2146         `plist-get' to accept non-list parameters (XEmacs issue).
2147         Fix docstring.
2148         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2149         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2150         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2151         Login collection is "Login" and not "login".
2152
2153 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2156         multiple headers.
2157
2158         * nnimap.el (nnimap-inhibit-logging): New variable.
2159         (nnimap-log-command): Don't log login commands.
2160
2161         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2162         to have more parameters.
2163
2164         * nnimap.el (nnimap-send-command): Mark the command time for each
2165         command, so that we don't get NOOPs stepping on our toes.
2166
2167         * gnus-art.el (article-date-ut): Get the date from the Date header on
2168         `t'.
2169
2170 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * auth-source.el (auth-source-search): Use copy-sequence instead of
2173         the cl.el copy-list.
2174
2175 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2176
2177         * imap.el: Bring it back (revert
2178         84d800cd31de3064f0ed39617d725709a2f8f42f).
2179
2180 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2181
2182         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2183         Improve prompt.
2184
2185 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2188         washing status from the default format.  It isn't very informative.
2189
2190 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2191
2192         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2193         Fix Gcc processing on imap.
2194
2195 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         * imap.el: Remove file.  All the functionality is in nnimap.el.
2198
2199 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2200
2201         * message.el (message-bury): Don't pop up a new window when selected
2202         window is dedicated.
2203
2204 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2205
2206         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2207
2208 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * sieve-manage.el: Autoload `auth-source-search'.
2211         (sieve-sasl-auth): Use it.
2212
2213 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * nnimap.el: Autoload `auth-source-forget+'.
2216         (nnimap-open-connection-1): Use it if the connection fails.
2217
2218         * auth-source.el: Require `password-cache'.
2219         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2220         obsolete.
2221         (auth-source-magic): Marker for `password-cache' keys.
2222         (auth-source-do-cache): Update docstring.
2223         (auth-source-search): Use and check cache.
2224         (auth-source-forget-all-cached, auth-source-remember)
2225         (auth-source-recall, auth-source-forget, auth-source-forget+)
2226         (auth-source-specmatchp): Caching support functions.
2227         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2228         Remove and obsolete.
2229         (auth-source-user-or-password): Remove caching to further discourage
2230         using it.  Always hide passwords.
2231
2232         * password-cache.el (password-cache-remove): Accept secrets that are
2233         not strings.
2234
2235 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2236
2237         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2238         code for now, since it doesn't work for all users.
2239
2240 2011-02-09  Julien Danjou  <julien@danjou.info>
2241
2242         * message.el (message-options): Make message-options really buffer
2243         local.
2244
2245 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * mail-source.el: Autoload `auth-source-search'.
2248         (mail-source-keyword-map): Note order matters.
2249         (mail-source-set-1): Get all the mail-source source values and
2250         defaults and search auth-source on those if needed.  This can all
2251         probably be simplified.
2252
2253         * nnimap.el: Autoload `auth-source-search'.
2254         (nnimap-credentials): Use it.
2255         (nnimap-open-connection-1): Ask for the virtual server and physical
2256         address in one shot.
2257
2258         * nntp.el: Autoload `auth-source-search'.
2259         (nntp-send-authinfo): Use it.  Note TODO.
2260
2261 2011-02-08  Julien Danjou  <julien@danjou.info>
2262
2263         * shr.el (shr-tag-body): Add support for text attribute in body
2264         markups.
2265
2266         * message.el (message-options): Make message-options a local variable.
2267
2268 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2269
2270         * auth-source.el (auth-source-secrets-search)
2271         (auth-source-user-or-password): Use `append' instead of `nconc'.
2272         (auth-source-user-or-password): Build return list better and protect
2273         against nil :secret.
2274
2275 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2276
2277         * nnimap.el (nnimap-update-info): Refactor slightly.
2278         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2279         (nnimap-update-info): Clean up slightly.
2280         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2281         characters.
2282         (nnimap-process-quirk): Rename function to avoid collision.
2283         (nnimap-update-info): Fix macrology bug-out.
2284         (nnimap-update-info): Simplify split history test.
2285
2286 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2287
2288         * auth-source.el (top): Require 'eieio unconditionally.
2289         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2290         (auth-source-secrets-search): Limit search when `max' is greater than
2291         number of results.
2292
2293 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2294
2295         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2296         part not returning any data.
2297
2298         * proto-stream.el (open-protocol-stream): Document the return value.
2299
2300 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * auth-source.el (auth-source-secrets-search): Add examples.
2303
2304 2011-02-06  Julien Danjou  <julien@danjou.info>
2305
2306         * message.el (message-setup-1): Handle message-generate-headers-first
2307         set to t.
2308
2309 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2310
2311         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2312         API with a string "secrets:collection-name" and with 'default.
2313         (auth-source-backend-parse): Parse "secrets:collection-name" and
2314         'default.  Recurse on parses instead of repeating code.  Use the
2315         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2316         message when ignoring a source.
2317         (auth-source-search): List ignored search keys at the top level.
2318         (auth-source-netrc-create): Use `case' instead of `cond'.
2319         (auth-source-secrets-search): Created with TODOs.
2320         (auth-source-secrets-create): Created with TODOs.
2321         (auth-source-retrieve, auth-source-create, auth-source-delete)
2322         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2323         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2324         (auth-source-user-or-password-sftp)
2325         (auth-source-user-or-password-smtp): Remove.
2326         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2327         around `auth-source-search'.  Not tested thoroughly.
2328
2329 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * auth-source.el: Bring in assoc and eioeio libraries.
2332         (secrets-enabled): New variable to track the status of the Secrets API.
2333         (auth-source-backend): New EIOEIO class to represent a backend.
2334         (auth-source-creation-defaults): New variable to set prompt defaults
2335         during token creation (see the `auth-source-search' docstring for
2336         details).
2337         (auth-sources): Simplify to allow a simple string as a netrc backend
2338         spec.
2339         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2340         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2341         (auth-source-search): Main auth-source API entry point.
2342         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2343         (auth-source-search-collection): Helper function for searching.
2344         (auth-source-netrc-parse, auth-source-netrc-normalize)
2345         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2346         Supports search, create, and delete.
2347         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2348         backend stubs.
2349         (auth-source-user-or-password): Call `auth-source-search' but it's not
2350         ready yet.
2351
2352 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2353
2354         * message.el (message-setup-1): Remove the read-only stuff, since it
2355         doesn't work under XEmacs, for some reason.
2356
2357         * gnus-sum.el (gnus-user-date): Rename back from
2358         gnus-summary-user-date since user code refers to it.
2359
2360         * shr.el (shr-render-td): Store the actual background colour used.
2361
2362         * message.el (message-setup-1): Don't bind the constant
2363         -forbidden-properties.
2364         (message-setup-1): Revert previous change, since it needs to bind the
2365         props to insert them.
2366         (message-resend): Allow removing the read-only separator line.
2367
2368 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2369
2370         * nnimap.el (nnimap-request-accept-article): Give an error message if
2371         the APPEND wasn't successful.
2372
2373 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2374
2375         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2376         that have no groups.
2377
2378 2011-02-03  Julien Danjou  <julien@danjou.info>
2379
2380         * gnus-draft.el: Remove progn around gnus-draft-setup.
2381
2382 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-start.el (gnus-read-active-for-groups): This function is never
2385         called with a nil `infos', so clean that up.
2386         (gnus-get-unread-articles): Request active files from primary/secondary
2387         methods that have no groups (yet).
2388
2389 2011-02-03  Julien Danjou  <julien@danjou.info>
2390
2391         * message.el (message-setup-1): Always generate References first.
2392         (message-mail): Return the return value of message-setup, not always t.
2393         (message-setup-1): Insert mail-header-separator with read-only and
2394         intangible properties set.
2395
2396         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2397         user-date in docstring.
2398
2399         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2400
2401         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2402         docstring.
2403
2404         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2405         defcustom, with type and group. Move from gnus-util.el. Rename to
2406         gnus-summary-user-date-format-alist.
2407
2408 2011-02-03  Glenn Morris  <rgm@gnu.org>
2409
2410         * nnimap.el (gnus-fetch-headers): Declare.
2411
2412         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2413
2414 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * message.el (message-forward-make-body-digest-plain)
2417         (message-followup, message-reply): Clean up things noted by Stefan.
2418
2419         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2420         gnus-article-update-date-headers is nil.
2421         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2422         it didn't really work with defcustom.
2423         (article-update-date-lapsed): Make sure the window start doesn't move,
2424         either.
2425
2426 2011-02-01  Julien Danjou  <julien@danjou.info>
2427
2428         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2429         format.
2430
2431         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2432         standard in Emacs nowadays.
2433
2434         * color.el (color-gradient): Add a color-gradient function.
2435
2436 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2437
2438         * message.el (message-expand-name): Don't trust the return value of
2439         bbdb-complete-name.
2440         (message-check-news-header-syntax): Remove unused var `start'.
2441         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2442         (message-inhibit-body-encoding): Move to before first use.
2443         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2444         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2445         (Organization, Message-ID, Date, mh-previous-window-config):
2446         Defvar the vars using dynamic scoping.
2447
2448 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2449
2450         * shr.el (shr-render-td): Only do colours at the final rendering.
2451         Should be slightly faster.
2452         (shr-insert-table): Fix up TD background colours when doing the
2453         vertical padding.
2454
2455         * gnus-art.el (article-date-ut): Protect against articles with no Date
2456         header.
2457         (article-update-date-lapsed): Don't use current-column to find the
2458         horizontal position.  It's fragile in the presence of \003 characters.
2459
2460         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2461
2462 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus-art.el (article-transform-date): Rewrite to still work when
2465         there are several rfc2822 parts.
2466         (article-transform-date): Fix infinite recursion.
2467         (article-date-ut): Replace infinitely many Date headers with a single
2468         one when called interactively.
2469
2470         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2471         secure manner.
2472
2473         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2474         move around by not using save-window-excursion.  It seems to work...
2475
2476 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gnus-art.el (article-make-date-line): Work for user-defined format.
2479
2480 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nntp.el (nntp-retrieve-group-data-early)
2483         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2484         fetching functions.
2485
2486         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2487         thoroughly for all backends that have no known groups.  This should
2488         allow new nnml methods to retrieve mail.
2489
2490         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2491         that Gnus doesn't know exists again.
2492
2493         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2494         (gnus-treat-date-ut): Ditto.
2495         (gnus-article-update-date-header): Rename.
2496         (gnus-treat-date-local): Remove.
2497         (gnus-treat-date-english): Remove.
2498         (gnus-treat-date-lapsed): Remove.
2499         (gnus-treat-date-combined-lapsed): Remove.
2500         (gnus-treat-date-original): Remove.
2501         (gnus-treat-date-iso8601): Remove.
2502         (gnus-treat-date-user-defined): Remove.
2503         (gnus-article-date-headers): New variable to control all the date
2504         header options.
2505         (article-date-ut): Rewrite to allow using the new way to format date
2506         headers(s).
2507
2508 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2509
2510         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2511         method.
2512         (nnmail-article-group): A better test for fanciness.
2513
2514         * nnimap.el (nnimap-request-head): Protect against not finding the
2515         article by Message-ID.
2516
2517 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2520         keep point at the "same place".
2521
2522 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2525         data if the group is unactivated.
2526
2527 2011-01-28  Julien Danjou  <julien@danjou.info>
2528
2529         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2530         (gnus-all-windows-visible-p): Remove old compatibility code.
2531         (gnus-window-top-edge): Add docstring.
2532
2533         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2534
2535 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2538         older request-update-info.
2539
2540         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2541
2542 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2543
2544         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2545         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2546
2547 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2550         groups.  This makes the nndraft:queue group pop up if it's not already
2551         there.
2552
2553         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2554         messages" logic, which was reversed.
2555
2556         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2557         the "same place" even if point is on the line being replaced.
2558         (article-update-date-lapsed): Allow updating both the combined lapsed
2559         and the lapsed headers.
2560         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2561         (article-make-date-line): Limit the number of segments dynamically to
2562         avoid too-long lines.
2563
2564 2011-01-27  Julien Danjou  <julien@danjou.info>
2565
2566         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2567         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2568
2569 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2572         Use plist-get instead of the cl function getf.
2573
2574 2011-01-27  Glenn Morris  <rgm@gnu.org>
2575
2576         * gnus-util.el (float-time): Get rid of compiler warning, again.
2577
2578 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2579
2580         * shr.el (shr-put-color): Special-case background colours: Do put them
2581         at the blank parts at the front of the lines.
2582
2583         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2584         exit hook to nix out all data on readedness on group exit.
2585
2586         * gnus-util.el (float-time): If float-time is bound, always use it on
2587         all Emacsen.  It's unclear why the subrp check was there.
2588         (time-date): Require to make some autoload issues on XEmacs go away.
2589
2590         * shr.el (shr-put-color): Don't do the box padding in tables, since
2591         they're already padded.
2592
2593 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2594
2595         * gnus-art.el (gnus-article-next-page): When the last line of the
2596         article is displayed, scroll down once more instead of going to the
2597         next article at once.
2598         (article-lapsed-string): Refactor out and allow specifying how many
2599         segments you want.
2600         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2601         (gnus-article-update-lapsed-header): New variable.
2602
2603         * shr.el: Revert change that made headings use different-sized faces.
2604         The Emacs display engine isn't advanced enough that, for instance,
2605         tables can comfortably use differently-sized faces.
2606
2607 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2608
2609         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2610         used.
2611         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2612         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2613         we're using an encrypted connection.
2614
2615         * proto-stream.el: Alter the interface functions to also return the
2616         actual stream type used: network or tls.
2617
2618 2011-01-25  Julien Danjou  <julien@danjou.info>
2619
2620         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2621         (mm-display-javascript-inline): New function.
2622
2623         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2624         viewing function.
2625
2626 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * shr.el (shr-expand-newlines): Fix variable name.
2629
2630 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * shr.el (shr-expand-newlines): Make nested boxes work.
2633
2634 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2635
2636         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2637         backgrounds.
2638         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2639         in a more sensible manner.
2640
2641 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2642
2643         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2644         if EPG is loaded.
2645
2646 2011-01-24  Julien Danjou  <julien@danjou.info>
2647
2648         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2649         tags.
2650
2651 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2654         commands.
2655
2656         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2657         in the article buffer.
2658         (gnus-gravatar-insert): Use blank space from the current buffer to
2659         avoid breaking text properties.  This makes X-Sent updating work again.
2660
2661         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2662
2663 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2666         fix the bug in url-http.el instead.
2667
2668         * shr.el (shr-image-fetched): Ditto.
2669
2670         * shr.el (shr-image-fetched): Avoid having point move in the article
2671         buffer.
2672
2673         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2674         buffer after being called.  It's apparently being killed by url.el, and
2675         killing it made point move to end-of-buffer in a random buffer.
2676
2677         * shr.el (shr-image-fetched): Ditto.
2678
2679 2011-01-23  Julien Danjou  <julien@danjou.info>
2680
2681         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2682
2683         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2684         text/x-org.
2685
2686 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2687
2688         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2689         (i.e., nnimap) returning nil as the article number.
2690
2691 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2692
2693         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2694         "DelSp" parameter in RFC3676.
2695
2696 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2697
2698         * message.el (message-check-recipients): Display the encoded version of
2699         the bogus address if they differ.
2700
2701         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2702         after sending.
2703
2704         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2705
2706         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2707
2708         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2709         group buffer after sending the queue.
2710
2711         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2712
2713 2011-01-22  Julien Danjou  <julien@danjou.info>
2714
2715         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2716
2717 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2718
2719         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2720         nested related parts.
2721
2722         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2723         unexpired articles.  This fixes the regression that led expiry marks to
2724         disappear from nnfolder groups.
2725
2726 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2727
2728         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2729         Don't confuse the "ret" of "retrograde" with RET.
2730
2731 2011-01-21  Julien Danjou  <julien@danjou.info>
2732
2733         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2734         than mm-insert-inline.
2735
2736 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2739         Widen article buffer.
2740
2741 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2742
2743         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2744         the temp buffer.
2745         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2746
2747 2011-01-20  Julien Danjou  <julien@danjou.info>
2748
2749         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2750
2751         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2752         than mm-insert-inline to insert inline part: this respect
2753         mm-inline-media-tests displayers.
2754
2755         * mm-view.el (mm-display-shell-script-inline): New function.
2756
2757         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2758
2759         * mm-uu.el (mm-uu-type-alist): Add org block.
2760         (mm-uu-org-src-code-block-extract): New function.
2761
2762         * mm-view.el (mm-display-org-inline): New function.
2763
2764         * mm-decode.el (mm-automatic-display): Add text/org.
2765
2766         * mailcap.el (mailcap-mime-extensions): Add .org.
2767
2768 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2771         gnus-article-add-buttons.
2772
2773 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2774
2775         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2776         From header with a date and "nobody" as the sender.
2777
2778 2011-01-19  Julien Danjou  <julien@danjou.info>
2779
2780         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2781         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2782         if you have the same regexp several times.
2783         (gnus-button-push): Fix matching when regexp is symbol.
2784
2785 2011-01-15  Glenn Morris  <rgm@gnu.org>
2786
2787         * message.el (message-mail): A compose-mail function should
2788         accept headers as strings.
2789
2790 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2791
2792         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2793         Add :vert-only tags.
2794         (message-mail): New arg RETURN-ACTION.
2795         (message-return-action): New var.
2796         (message-bury): Use it.
2797         (message-mode): Make it buffer-local.
2798         (message-send-and-exit): Always call message-bury.
2799
2800         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2801         message-mail.
2802
2803 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * nnimap.el (nnimap-convert-partial-article): Protect against
2806         zero-length body parts.
2807
2808         * mm-decode.el (mm-preferred-alternative-precedence):
2809         Discourage showing empty parts.
2810
2811         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2812         and stuff if the backend didn't return the article number.  This fixes
2813         an Exchange-related nnimap bug.
2814
2815         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2816         group window, because it does the wrong thing when a separate frame
2817         displays the group buffer.
2818
2819         * proto-stream.el (open-protocol-stream): Protect against the low-level
2820         transport functions returning nil.
2821
2822 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2823
2824         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2825         (mml2015-epg-find-usable-secret-key): New function.
2826         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2827         mml2015-epg-find-usable-key (Bug#7797).
2828         (mml2015-epg-encrypt): Ditto.
2829
2830 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * dgnushack.el (rot13-string): Fix the way to get the argument.
2833
2834 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2837
2838 2011-01-03  Glenn Morris  <rgm@gnu.org>
2839
2840         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2841
2842         * sieve.el (sieve-open-server): Give a more explicit error if
2843         sieve-manage-open returns nil.  (Bug#7720)
2844
2845 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2846
2847         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2848
2849 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2852         This avoids sending passwords in plain text over non-encrypted
2853         channels.
2854
2855         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2856
2857         * nnimap.el (nnimap-login): Refactored out into own function, and
2858         implement CRAM-MD5.
2859         (nnimap-wait-for-line): Refactored out.
2860
2861         * mm-view.el (mml-smime): Require.
2862
2863 2010-12-20  David Engster  <deng@eml.cc>
2864
2865         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2866         use EPG to decrypt S/MIME messages instead of openssl.
2867
2868 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869
2870         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2871
2872         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2873         status is the group clearly is unreachable.
2874
2875         * auth-source.el (auth-source-create): Add the optional second
2876         parameter to `local-variable-p' to be compatible with XEmacs.
2877
2878 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2879
2880         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2881         work when using a compressed nnml folder.
2882
2883 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2886         backends after sanitising on entry, because this never makes sense:
2887         If the articles have gone missing, then the data no longer exists on
2888         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2889         overwrite anything anyway.
2890
2891         * shr.el (shr-insert-document): Bind shr-width dynamically to
2892         window-width if it's nil.
2893
2894 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2895
2896         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2897         with the meaning of using the full emacs window width for rendering.
2898
2899 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2900
2901         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2902         case when sender is not given.
2903
2904 2010-12-23  Julien Danjou  <julien@danjou.info>
2905
2906         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2907         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2908         the addresses, otherwise we might misplaced the gravatar.
2909
2910 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2911
2912         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2913         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2914         obsolete in Emacs.
2915
2916 2010-12-20  Julien Danjou  <julien@danjou.info>
2917
2918         * gnus-util.el (gnus-rescale-image): Revert last change.
2919
2920 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2921
2922         * binhex.el: Improve commentary (Bug#7482).
2923
2924 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * gnus-group.el (gnus-group-delete-articles): New command.
2927
2928 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2929
2930         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2931
2932 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2935         here, since it's up to the backends to do CRLF removal if their
2936         protocol has it.
2937
2938         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2939
2940 2010-12-17  Julien Danjou  <julien@danjou.info>
2941
2942         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2943         they are from file. Can also scale up.
2944
2945 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2946
2947         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2948         gnus-use-agent.
2949         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2950
2951         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2952
2953 2010-12-17  Julien Danjou  <julien@danjou.info>
2954
2955         * gravatar.el (gravatar-retrieve-synchronously): New function.
2956         (gravatar-get-data): Make more robust.
2957
2958 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2961
2962 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2965         to really consider the last line.
2966
2967 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2968
2969         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2970         list of recipient keys, or use symmetric encryption if not a list.
2971         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2972         EPA override, replacing the call to `netrc-store-data'.
2973
2974 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2975
2976         * gnus-srvr.el: Avoid passing nil regexp argument to
2977         delete-matching-lines.
2978
2979 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2982         fetching stops when Gnus exits.
2983
2984         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2985         function.
2986         (nnfolder-request-expire-articles): Save all the buffers after doing
2987         expiry.
2988
2989         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2990         the last article", since that led to serious performance regressions
2991         when expiring nnml groups.
2992
2993 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2994
2995         * nnir.el: Improve customizations.
2996
2997 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3000
3001         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3002         group has been killed.
3003         (gnus-group-yank-group): Ditto.
3004
3005         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3006
3007         * nnimap.el (nnimap-request-update-group-status): New function.
3008
3009         * gnus-int.el (gnus-request-update-group-status): New interface
3010         function.
3011
3012         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3013         copying read-ness to the backends.
3014
3015         * nnimap.el (nnimap-quirk): New function.
3016         (nnimap-retrieve-group-data-early): Use it.
3017         (nnimap-quirks): New alist.
3018
3019 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3022         don't delete it within indentation.
3023
3024 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025
3026         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3027         previous line.
3028
3029 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3032         QRESYNC command by deleting a superfluous space which broke Cyrus
3033         servers.  This change will break other servers that are buggy the other
3034         way around.
3035
3036 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3037
3038         * spam.el: Reindent and fix long lines.
3039         (spam-copy-or-move-routine): Exclude invalid move destinations.
3040
3041 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3042
3043         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3044         installed the registry.
3045
3046 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3049
3050 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3051
3052         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3053         groupname doesn't contain "gmane".
3054
3055 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3058         and netrc-bound-and-true-p bindings.
3059         (netrc-parse): Cache the netrc contents.
3060
3061         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3062         (gnus-1): Don't create the nndrafts group twice.
3063         (gnus-setup-news): There's no need to read the active file here, since
3064         that's done again later on a per-backend basis.
3065         (gnus-start-draft-setup): Make sure that the new group is started out
3066         empty.
3067
3068         * gnus-agent.el (gnus-agentize): Don't create the queue group
3069         automatically on startup.  It'll be created later, if needed.
3070
3071         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3072         of automatically subscribed groups.
3073         (gnus-auto-subscribed-categories): New variable.
3074         (gnus-matches-options-n): Use it.
3075         (gnus-default-subscribed-newsgroups): Remove unused variable.
3076         (gnus-start-draft-setup): Message a bit less.
3077
3078 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3079
3080         * nnir.el (nnir-run-imap): Return article list in order of increasing
3081         UID.
3082
3083 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-sum.el (gnus-summary-enter-digest-group):
3086         Mention gnus-auto-select-on-ephemeral-exit.
3087
3088         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3089         convention of the network-only option.
3090
3091 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * proto-stream.el (proto-stream-open-network-only): New function to
3094         have a way to specify non-STARTTLS upgrade connections.
3095
3096 2010-12-10  Julien Danjou  <julien@danjou.info>
3097
3098         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3099         email address is nil.
3100
3101         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3102
3103 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3104
3105         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3106         deletion.
3107         (nnir-run-imap): Only need to parse list once.
3108
3109 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * shr.el (shr-tag-script): Ignore <script>.
3112         (shr-tag-label): Add <label> support.
3113
3114 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3117
3118         * shr.el (shr-image-displayer): Work for images lined side by side.
3119
3120 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3121
3122         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3123         parameter, since XEmacs doesn't accept t as a parameter.
3124
3125 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3126
3127         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3128         ids.
3129         (nnir-run-gmane): Simplify groupspec formatting.
3130         (nnir-request-expire-articles): New function.
3131
3132 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3135         overflow, possibly.
3136
3137         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3138         (shr-render-td): Handle td style="" better.
3139         (shr-tag-table): Use the color from the style sheet.
3140         (shr-render-td): Make sure we copy over all the overlays, too.
3141
3142 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3143
3144         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3145         (nnir-request-article): Improve article retrieval.
3146
3147 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * mm-util.el (mm-extra-numeric-entities): New variable.
3150
3151         * mm-url.el (mm-url-decode-entities):
3152         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3153
3154         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3155
3156 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3157
3158         * message.el: Use completion-at-point.
3159         (message-completion-function): New fun, extracted from message-tab.
3160         (message-mode): Use it for completion-at-point-functions.
3161         (message-tab): Use it and completion-at-point.
3162
3163 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3166         character if a non-breakable character follows.
3167
3168 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3171         any stream.
3172
3173         * shr.el (shr-tag-font): Colorize the region.
3174         (shr-tag-body): Ditto.
3175         (shr-tag-font): Actually let the styles be inherited instead of
3176         overwriting them.
3177         (shr-tag-font): Get the background color right.
3178         (shr-tag-style): Ignore all <style> tags for the moment.
3179
3180         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3181         a Message-ID to avoid having nnimap depend on gnus-sum.
3182
3183         * shr.el (shr-descend): Only colorize something if we have a node that
3184         sets colors.
3185
3186 2010-12-06  Julien Danjou  <julien@danjou.info>
3187
3188         * shr.el (shr-render-td): Render td content with shr-descend, so style
3189         will be applied to <td> too.
3190         (shr-colorize-region): Colorize region even if we only have a background.
3191         (shr-tag-body): Fix color and background color inheritance.
3192         Do not recolorize after shr-generic.
3193         (shr-tag-font): Let shr-generic colorize via inheritance.
3194
3195 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3198
3199 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3200
3201         * nnir.el (nnir-request-move-article): Remove obsolete code.
3202
3203 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3206
3207 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-sum.el (gnus-summary-respool-article): The completion function
3210         expects a list instead of an alist.
3211
3212         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3213         string as the parameter.
3214
3215         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3216
3217         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3218         styles.
3219         (shr-colorize-region): New function.
3220         (shr-insert-background-overlay): Remove.
3221         (shr-render-td): Background setting should be taken care of on a higher
3222         level.
3223         (shr-tag-body): Use post-hoc colorizations.
3224         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3225         (shr-put-color-1): Don't overwrite old colors.
3226         (shr-colorize-region): When the background color isn't explicit, use
3227         a fixed background.
3228
3229         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3230         nnmail variables.
3231
3232 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3233
3234         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3235         unless necessary.
3236
3237 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3238
3239         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3240         server.
3241
3242 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3245         so that TAB works.
3246
3247         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3248         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3249
3250         * shr.el (shr-urlify): Show the URL before the title to avoid
3251         misleading URLs.
3252
3253 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3254
3255         * shr.el (shr-urlify): Display the title in <a> tags.
3256
3257 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3258
3259         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3260
3261 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3262
3263         * nnir.el: Rearrange code to allow macros to be autoloaded by
3264         gnus-sum.el.
3265         (nnir-retrieve-headers-override-function): Make this variable
3266         customizable.
3267         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3268
3269         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3270         from nnir.el.
3271
3272 2010-12-03  Julien Danjou  <julien@danjou.info>
3273
3274         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3275
3276 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3279         allow optional argument `environment'.
3280
3281 2010-12-03  Glenn Morris  <rgm@gnu.org>
3282
3283         * mm-extern.el (message-goto-body): Update declaration.
3284
3285 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-util.el (gnus-macroexpand-all): New function.
3288
3289         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3290         instead of macroexpand-all that is unavailable in XEmacs.
3291
3292 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3293
3294         * nnir.el (nnir-summary-line-format): New variable.
3295         (nnir-mode): Use it.
3296         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3297         (nnir-article-ids): Reimplement as defsubst.
3298         (nnir-retrieve-headers): Don't mangle the subject header.
3299         (nnir-run-imap): Use 100 as RSV score.
3300         (nnir-run-find-grep): Fix for full server searching.
3301         (nnir-run-gmane): Better restriction to gmane groups.
3302
3303         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3304         summary buffers.
3305
3306 2010-12-02  Julien Danjou  <julien@danjou.info>
3307
3308         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3309
3310         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3311
3312         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3313         support.
3314
3315 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3316
3317         * nnir.el: Update to handle the registry better.
3318         (autoload): Silence byte-compiler.
3319         (nnir-open-server): Add a hook for nnir groups.
3320         (nnir-request-move-article): Don't mangle the header. Better to use
3321         formating variables (which will be added in the future).
3322         (nnir-registry-action): Update the registry using the original article
3323         group name.
3324         (nnir-mode): Install nnir-specific hooks for updating the registry.
3325
3326         * gnus-sum.el
3327         (gnus-article-original-subject,gnus-newsgroup-original-name):
3328         Remove obsolete variables.
3329         (gnus-summary-move-article): Remove use of obsolete variables.
3330         (gnus-summary-local-variables): Make move and delete hooks local to
3331         summary buffers.
3332
3333 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * rtree.el: New file.
3336
3337 2010-12-01  Julien Danjou  <julien@danjou.info>
3338
3339         * message.el (message-user-organization): Do not use
3340         gnus-local-organization.
3341
3342         * gnus.el: Remove gnus-local-organization.
3343
3344         * gnus-msg.el: Remove nastygram thing.
3345
3346 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3349         funcall.
3350
3351 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3354         names.
3355
3356         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3357         characters.
3358
3359         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3360         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3361         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3362         (gnus-gravatar-transform-address): Use mail-extract-address-components
3363         that supports non-ASCII names rather than mail-header-parse-addresses.
3364
3365 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * proto-stream.el (open-protocol-stream): All starttls connections are
3368         handled by the network handler.
3369
3370 2010-11-30  Julien Danjou  <julien@danjou.info>
3371
3372         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3373         (nnimap-open-connection-1): Fix PREAUTH.
3374
3375         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3376
3377 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3380         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3381         (shr-insert): Use them.
3382         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3383
3384 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3385
3386         * nnir.el (nnir-request-move-article): Bail out if original group
3387         doesn't support article moves.
3388         (nnir-get-active): Improve active list retrieval.
3389
3390 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3393
3394 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3395
3396         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3397         seem to accept strings-with-numbers as port numbers,
3398
3399 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3400
3401         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3402         change the registry.
3403
3404 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3407         delete-dups that is not available in XEmacs 21.4.
3408
3409         * mm-util.el (mm-delete-duplicates): Add comment.
3410
3411 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3412
3413         * nnir.el (nnir-ignored-newsgroups): New variable.
3414         (nnir-get-active): Use it.
3415
3416 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * proto-stream.el (proto-stream-open-network): Add some comments.
3419
3420         * nntp.el (nntp-open-connection): Provide a :success condition.
3421
3422         * nnimap.el (nnimap-open-connection-1): Ditto.
3423
3424         * proto-stream.el (proto-stream-open-network): See what the response to
3425         the STARTTLS command is.
3426
3427         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3428         backwards compatibility).
3429         (nnimap-open-connection-1): Really respect nnimap-server-port.
3430
3431         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3432         TLS upgrades we don't really care about the identity of the peer.
3433         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3434         that what we've checked for.
3435         (proto-stream-always-use-starttls): Only default to t if
3436         open-gnutls-stream exists.
3437         (proto-stream-open-network): If STARTTLS failed, then just open a
3438         normal connection.
3439         (proto-stream-open-network): Wait until the greeting before doing
3440         STARTTLS.
3441
3442         * nntp.el (nntp-open-connection): Report what the connection error is.
3443
3444         * proto-stream.el (open-protocol-stream): Rename from
3445         open-proto-stream.
3446
3447 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * nnimap.el (nnimap-stream): Change default to `undecided'.
3450         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3451         first, and then network.
3452         (nnimap-open-connection-1): Respect nnimap-server-port.
3453         (nnimap-open-connection): Be more backwards-compatible.
3454
3455         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3456         (proto-stream-open-starttls): De-duplicate the starttls code.
3457         (proto-stream-open-starttls): Folded back into the main function.
3458         (proto-stream-open-network): Fix typo in the gnutls path.
3459         (proto-stream-command): Refactor out.
3460
3461         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3462
3463         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3464         starttls.el STARTTLS.
3465
3466         * color.el (color-lab->srgb): Fix function call name.
3467
3468         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3469         if we're using tls.el.
3470         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3471         built in, then don't try to establish a STARTTLS connection.
3472
3473         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3474         servers.
3475
3476         * proto-stream.el (open-proto-stream): Use network, not stream.
3477         (open-proto-stream): Add a way to specify what the end of a command is.
3478
3479         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3480         connections types.
3481         (nntp-open-network-stream): Remove.
3482         (nntp-open-ssl-stream): Remove.
3483         (nntp-open-tls-stream): Remove.
3484         (nntp-ssl-program): Remove.
3485
3486         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3487
3488 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3489
3490         * nnir.el: Fix typos.
3491         (nnir-retrieve-headers-override-function): Rename variable to reflect
3492         new semantics.
3493         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3494         macros.
3495         (nnir-request-article, nnir-request-move-article): Use them.
3496         (nnir-categorize): New function.
3497         (nnir-run-query): Use it.
3498         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3499         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3500         sorted.
3501         (nnir-group-full-name): Use gnus-group-full-name instead.
3502         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3503         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3504
3505 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3508
3509         * proto-stream.el: New library to provide protocol-specific
3510         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3511         protocols.
3512         (open-proto-stream): Complete the documentation.
3513         (proto-stream-open-network): Fix some typos.
3514
3515         * nnimap.el (nnimap-open-connection): Use it.
3516
3517 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3518
3519         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3520         negotiation.
3521
3522 2010-11-26  Julien Danjou  <julien@danjou.info>
3523
3524         * color.el: Rename various rgb functions to srgb.
3525
3526 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3529         names.
3530
3531 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * shr.el (shr-insert): Revert last change.
3534         (shr-find-fill-point): Never leave point being at bol;
3535         relax the kinsoku limitation when rendering tables.
3536
3537 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3540         results from -accept-article.
3541
3542         * shr-color.el: Require cl when compiling.
3543
3544         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3545         checkin.
3546
3547         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3548
3549         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3550
3551         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3552         'add and 'delete to set backend marks.
3553
3554         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3555
3556         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3557
3558         * nntp.el (nntp-request-set-mark): Use it.
3559
3560         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3561
3562         * nnml.el (nnml-request-set-mark): Ditto.
3563
3564         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3565         introduces regressions in article selection.
3566         (nnimap-find-uid-response): New function.
3567         (nnimap-request-accept-article): Use the UID returned, if any.
3568         (nnimap-request-move-article): Use the UID returned, if any.
3569         (nnimap-get-groups): Reimplement to work with folded lines.
3570         (nnimap-find-uid-response): The UID is the last element in the list.
3571         (nnimap-request-set-mark): Extend syntax with 'set.
3572
3573         * nnml.el (nnml-request-set-mark): Ditto.
3574
3575         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3576
3577         * nntp.el (nntp-request-set-mark): Ditto.
3578
3579 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * message.el (message-called-interactively-p): A temporary macro.
3582         (message-goto-body): Use it temporarily.
3583
3584 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3587         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3588         (nnimap-last-response-string): Fix last unfolding fix.
3589
3590 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * shr.el (shr-insert): Fix the way to fold lines.
3593
3594 2010-11-25  Julien Danjou  <julien@danjou.info>
3595
3596         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3597
3598         * color.el: Rename from color-lab.el
3599         (color-rgb->hex): Add.
3600         (color-complement): Add.
3601         (color-complement-hex): Add.
3602
3603         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3604
3605 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3608         don't exist.
3609
3610 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3613         assuming that article displaying or another mml-preview may be
3614         interrupted for an error or for the like.
3615
3616         * shr.el (shr-get-background): Fix argument name.
3617
3618 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3621
3622         * gnus-sum.el (gnus-summary-include-articles): New function.
3623
3624         * message.el (message-goto-body): called-interactively-p needs a
3625         parameter, so use `any'.
3626
3627         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3628         clear marks before moving, since they're synced from the Gnus side
3629         first.
3630
3631         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3632         (gnus-summary-move-article): Copy over all marks before moving, so that
3633         IMAP doesn't think a new article has arrived.
3634
3635 2010-11-24  Julien Danjou  <julien@danjou.info>
3636
3637         * shr.el (shr-insert-background-overlay): Fix typo.
3638         (shr-render-td): Copy the background before rendering.
3639
3640         * shr-color.el (shr-color-visible): Fix docstring.
3641
3642         * shr.el (shr-tag-table): Add bgcolor support.
3643         (shr-render-td): Add bgcolor support.
3644         (shr-get-background): Add.
3645         (shr-insert-foreground-overlay): Use shr-get-background.
3646
3647         * message.el (message-goto-body): Use called-interactively-p.
3648         (message-in-body-p): message-goto-body returns point.
3649
3650 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3653         Fixes something or other in Emacs 23, and is backwards compatible.
3654
3655         * message.el (message-goto-body): Remove the <#secure special-casing,
3656         which is too special.
3657
3658         * shr.el (shr-parse-style): Drop !important from styles.
3659
3660 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3661
3662         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3663         this function to return incorrect results when calling it with an
3664         explicit article argument different from
3665         (gnus-summary-article-number).
3666
3667 2010-11-24  Julien Danjou  <julien@danjou.info>
3668
3669         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3670         (shr-tag-body): Add background support.
3671         (shr-descend): Add background support.
3672         (shr-tag-title): Add.
3673
3674         * shr-color.el (shr-color-visible): Really return original background
3675         if fixed.
3676
3677 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * shr.el (shr-color-check): Protect against non-existent colour names.
3680
3681 2010-11-24  Julien Danjou  <julien@danjou.info>
3682
3683         * color-lab.el: Require 'cl when compiling.
3684
3685         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3686
3687         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3688         matched part.
3689
3690         * color-lab.el: Fix all expt calls to use float type.
3691
3692 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3695         expression to shr-color-check as is.
3696
3697         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3698
3699         * color-lab.el: Add coding cookie.
3700         (float-pi): Use eval-and-compile.
3701
3702         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3703         compiled for Emacsen having no `libxml-parse-html-region' support.
3704
3705 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * shr.el (shr-insert-color-overlay): Split stuff like
3708         "#444444 !important" to find the real colour.
3709         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3710         parse <font color="red"> entries.
3711
3712 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3713
3714         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3715         point when parsing headers.
3716
3717         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3718         is positioned properly when parsing headers.
3719
3720 2010-11-23  Julien Danjou  <julien@danjou.info>
3721
3722         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3723
3724         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3725
3726         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3727
3728         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3729         Use shr-color-hue-to-rgb.
3730         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3731
3732 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * shr.el (shr-color->hexadecimal): Autoload.
3735         (shr-descend): Add color to all tags.
3736
3737 2010-11-22  Julien Danjou  <julien@danjou.info>
3738
3739         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3740         shr-color->hexadecimal.
3741
3742         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3743         RGB() or HSL() color representation.
3744
3745         * shr.el (shr-tag-font): Add.
3746         (shr-tag-color-check): New function to get better colors.
3747         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3748         tag-span.
3749
3750         * shr-color.el: New file.
3751
3752         * color-lab.el: New file.
3753
3754         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3755
3756 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3757
3758         * nnir.el: Fix typo in comments.
3759         (nnir-run-imap): Simplify code. No need to reverse artlist.
3760         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3761
3762 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3765
3766         * nnimap.el (nnimap-get-capabilities): Refactor out.
3767         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3768
3769 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3770
3771         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3772         appearing when `mm-uu-hide-markers' is nil.
3773
3774 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * nnimap.el (nnimap-unselect-group): Make into its own function.
3777         (nnimap-request-rename-group): Unselect group before renaming.
3778         This had gotten lost somewhere.
3779         (nnimap-request-accept-article): Keep track of examined groups, and
3780         unselect the group before APPENDing to read-only groups.
3781         (nnimap-request-move-article): Clear flags before moving so that they
3782         can be re-set later.
3783
3784 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3787         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3788
3789 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-art.el (gnus-mime-display-single)
3792         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3793         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3794         parameter.
3795
3796 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3799         (shr-table-vertical-line): New variable.
3800         (shr-insert-table): Use it.
3801
3802 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-html.el (gnus-html-wash-images): Don't display images if
3805         gnus-inhibit-images is non-nil; register displayer for cid images.
3806         (gnus-html-display-image): Work for cid image.
3807         (gnus-html-insert-image): Allow arguments.
3808         (gnus-html-put-image): Inhibit read-only.
3809         (gnus-html-prefetch-images): Don't prefetch images if
3810         gnus-inhibit-images is non-nil.
3811
3812 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * shr.el (shr-put-image): Break lines when inserting big pictures.
3815
3816 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3817
3818         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3819         sender, thanks Katsumi Yamaoka.
3820
3821 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3822
3823         * nnir.el (nnir-run-imap): Reverse the article list for each group
3824         rather than the whole list.
3825
3826 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * shr.el (shr-image-displayer): Protect function against non-existent
3829         image source.
3830
3831         * gnus-art.el (gnus-inhibit-images): New user option.
3832         (gnus-mime-display-single): Don't display image if it is non-nil.
3833
3834         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3835         gnus-inhibit-images.
3836
3837         * shr.el (shr-image-displayer): New function.
3838         (shr-tag-img): Use it.
3839
3840 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3841
3842         * mml2015.el (mml2015-epg-sign): Use From header.
3843
3844 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3847
3848         * gnus-util.el (gnus-find-text-property-region): Return markers.
3849
3850         * shr.el (shr-tag-img): Put a displayer in the text property.
3851
3852         * gnus-util.el (gnus-find-text-property-region): New utility function.
3853
3854         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3855         (gnus-html-show-images): Remove.
3856
3857         * gnus-art.el (gnus-article-show-images): New, more general function.
3858
3859         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3860         image url text properties.
3861
3862         * shr.el: Ditto.
3863
3864         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3865         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3866
3867 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3870         work for two or more articles.
3871
3872 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3875         divide an image that's in an html article to two or more when washing
3876         non-ASCII characters in alt text of it.
3877
3878 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3881         smime-decrypt-region using function argument.
3882         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3883
3884         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3885
3886         * smime.el (smime-decrypt-region): Catch it.
3887
3888 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3889
3890         * smime.el (smime-mode-map): Move initialization into declaration.
3891         (gnus-run-mode-hooks): Don't autoload.
3892         (smime-mode): Use define-derived-mode.
3893
3894 2010-11-11  Glenn Morris  <rgm@gnu.org>
3895
3896         * smime.el (from): Restrict declaration to XEmacs.
3897
3898         * nnir.el (gnus-group-topic-name): Autoload.
3899
3900 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * shr.el (shr-insert): Don't break long line if it is because of
3903         kinsoku-bol characters in the line end.
3904
3905 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3906
3907         * nnir.el (nnir-request-move-article): Fix to provide original group
3908         and subject.
3909         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3910         been retrieved.
3911
3912         * gnus-sum.el (gnus-summary-move-article): Use original group and
3913         subject for virtual articles such as those in an nnir summary buffer.
3914
3915 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3918         least 21.5).
3919
3920         * smime.el (from): Declare it again for XEmacs.
3921
3922 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * message.el (message-resend): Don't disable encoding unless it's
3925         already encoded.
3926
3927         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3928         low-numbered articles.
3929
3930 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * rfc2047.el (rfc2047-syntax-table): Simplify.
3933
3934         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3935
3936         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3937         set-char-table-range for XEmacs.
3938
3939 2010-11-10  Glenn Morris  <rgm@gnu.org>
3940
3941         * time-date.el (time-to-seconds): Always an alias on Emacs,
3942         never a real function.
3943         (with-no-warnings): Remove compat stub, now unused.
3944         (time-less-p): Doc fix.
3945         (time-to-number-of-days): Simplify.
3946
3947         * smime.el (from): Remove unused declaration.
3948
3949         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3950         (gnus-float-time): On Emacs, always an alias.
3951
3952         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3953         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3954
3955 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * dgnushack.el: Don't use ignore-errors in the top level form since it
3958         is unavailable in XEmacs even if cl is loaded.
3959
3960         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3961
3962 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * shr.el (browse-url-mailto): Autoload.
3965
3966         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3967
3968         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3969         regexp doesn't need quoting.
3970
3971 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3972
3973         * message.el (message-subject-trailing-was-ask-regexp)
3974         (message-subject-trailing-was-regexp): Match was: in addition to was.
3975
3976 2010-11-09  Glenn Morris  <rgm@gnu.org>
3977
3978         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3979         (nnbabyl-check-mbox): Use point-at-bol.
3980
3981 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3984
3985         * message.el (message-mailto): New function.
3986         (message-mailto): Should accept other parameters.
3987         (message-mailto): Remove since it duplicates browse-url-mailto
3988         functionality.
3989
3990 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991
3992         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3993         methods.
3994         (gnus-read-active-file): Ditto.
3995
3996         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3997         ": " from the prompt.
3998         (gnus-group-make-group): Ditto.
3999
4000 2010-11-07  Glenn Morris  <rgm@gnu.org>
4001
4002         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4003         (gnus-bookmark-kill-line): Use point-at-eol.
4004
4005 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4008         asterisks in From header.
4009
4010 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4013         string to avoid making the From headers syntactically invalid.
4014
4015         * message.el (message-send-mail): Don't insert courtesy messages if the
4016         message already has List-Post and List-ID messages.
4017
4018 2010-11-06  Glenn Morris  <rgm@gnu.org>
4019
4020         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4021         `condition', `type', `length' a prefix.
4022         (gnus-treat-predicate): Update for above name changes.
4023
4024 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4025
4026         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4027         binding.  Handled by `gnus-summary-refer-thread' instead.
4028         (nnir-warp-to-article): New backend function.
4029
4030         * nnimap.el (nnimap-request-thread): Force dependency updating.
4031
4032         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4033         (gnus-summary-refer-thread): Rework to improve thread-referral.
4034
4035         * gnus-int.el (gnus-warp-to-article): New function.
4036
4037         * gnus-sum.el (gnus-summary-article-map): Bind it.
4038
4039 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4040
4041         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4042         gnus-summary-refer-thread.
4043
4044         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4045         headers.
4046         (gnus-summary-limit-include-thread): Prevent articles in thread from
4047         being cut in gnus-cut-threads.
4048         (gnus-summary-refer-thread): Limit retrieved headers to those in
4049         thread.
4050
4051 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * message.el (message-send-mail): Use the value of
4054         message-courtesy-message from the message buffer.
4055
4056         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4057
4058         * shr.el (shr-browse-url): Implement mailto: URLs.
4059
4060         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4061         "raw".
4062
4063         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4064         if it's already selected.
4065
4066         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4067
4068 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4071         to measure the length and truncate alt text.
4072
4073 2010-11-03  Glenn Morris  <rgm@gnu.org>
4074
4075         * nndiary.el (nndiary-generate-nov-databases-1)
4076         (nndiary-generate-active-info): Rename dynamic variable `files' to
4077         something less generic.
4078
4079 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4080
4081         * nnir.el (nnir-request-move-article): Call the underlying backend to
4082         move articles from nnir.
4083
4084 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4087
4088 2010-11-02  Julien Danjou  <julien@danjou.info>
4089
4090         * nnir.el: Remove wais support.
4091
4092 2010-11-02  Glenn Morris  <rgm@gnu.org>
4093
4094         * gnus-html.el: Reorder requirements to quieten compiler.
4095
4096 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4099         properly for XEmacs as well.
4100         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4101         (gnus-article-natural-long-line-p): Use window-width rather than
4102         frame-width.
4103
4104 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4105
4106         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4107         (nnir-read-parms): Don't modify query.
4108         (nnir-run-query): Add ability to search topic on current line.
4109         (nnir-get-active): Clean up.
4110
4111 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4114         degenerate articles.
4115
4116         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4117         (gnus-print-buffer): Just print the buffer as is, without any copying
4118         to a buffer and then re-highlighting.
4119
4120         * nnimap.el (nnimap-request-group): Store the new updated info.
4121         (nnimap-request-group): Select the group when we don't know whether it
4122         exists or not.
4123
4124         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4125         groups.
4126
4127         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4128         groups.
4129
4130         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4131         groups.
4132
4133         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4134         long-lines case by only filling the long lines.
4135
4136         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4137         (bug #7311).
4138
4139 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * shr.el: No need to declare `declare-function' since shr.el is for
4142         only Emacsen that provide `libxml-parse-html-region'.
4143
4144         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4145         effective only in a file it is referred to.
4146
4147 2010-11-01  Glenn Morris  <rgm@gnu.org>
4148
4149         * mm-util.el (gnus-completing-read): Autoload.
4150         (mm-read-coding-system): Simplify Emacs definition.
4151
4152         * nnmail.el (gnus-activate-group):
4153         * nnimap.el (gnutls-negotiate):
4154         * nntp.el (netrc-parse): Fix declarations.
4155
4156 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4159         string-match-p in Emacs >=23.
4160
4161         * gnus-msg.el (gnus-configure-posting-styles)
4162         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4163
4164 2010-11-01  Glenn Morris  <rgm@gnu.org>
4165
4166         * nnir.el (declare-function): Add compat stub.
4167         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4168         (nnir-run-gmane): Require 'mm-url.
4169
4170         * mm-util.el (mm-string-to-multibyte): Simplify.
4171
4172         * shr.el (declare-function): Add compat stub.
4173         (url-cache-create-filename): Declare.
4174         (mm-disable-multibyte, widget-convert-button): Autoload.
4175
4176         * smime.el (ldap-search): Declare.
4177         (smime-cert-by-ldap-1): Require ldap on Emacs.
4178
4179         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4180         (nnimap-keepalive): Use gnus-float-time.
4181
4182         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4183         (mail-source-delete-crash-box): Use gnus-float-time.
4184
4185         * gnus-dired.el (gnus-completing-read): Autoload.
4186
4187         * mm-view.el (gnus-rescale-image): Autoload.
4188
4189         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4190
4191         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4192
4193         * sieve-manage.el: Require 'cl when compiling.
4194
4195         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4196         (gnus-iswitchb-completing-read): Require iswitchb.
4197         (gnus-select-frame-set-input-focus): Silence compiler.
4198
4199 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4200
4201         * message.el (message-subject-trailing-was-query): Change default to t,
4202         since I think that's what most people want.
4203
4204         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4205         appending for easier debugging.
4206         (nnimap-wait-for-connection): Take a regexp.
4207         (nnimap-request-accept-article): Wait for the continuation line before
4208         sending anything unless we're streaming.
4209
4210         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4211         leave the header washing to take place.
4212
4213 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4214
4215         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4216         regular expression match and replace in posting styles.
4217
4218 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4219
4220         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4221         an entire server.
4222         (nnir-get-active): New function.
4223         (nnir-run-imap): Use it.
4224         (nnir-run-gmane): Who knew, gmane search returns an article score!
4225
4226         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4227         server on the current line with nnir.
4228
4229 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4232         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4233         left edge.
4234         (gnus-article-foldable-buffer): Skip past the prefix when determining
4235         raggedness.
4236
4237         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4238         the raw article, and change `C-u g' to show the article without doing
4239         treatments.
4240
4241         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4242         on to `gnus-treat-article'.
4243         (gnus-inhibit-article-treatments): New variable.
4244
4245         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4246
4247         * gnus-art.el (gnus-treatment-function-alist): Have
4248         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4249         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4250         sections.
4251
4252         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4253         parameter.
4254         (gnus-article-fill-cited-long-lines): New function.
4255         (gnus-article-fill-cited-article): Allow filling only long sections.
4256
4257         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4258         and non-punctuation (like after the apostrophe in "'We").
4259
4260         * gnus-sum.el (gnus-summary-select-article): Make sure
4261         gnus-original-article-buffer is alive.
4262
4263         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4264         reflect the order they're in in the digest.
4265
4266         * gnus.el (gnus-group-startup-message): Move point to the start of the
4267         buffer.
4268
4269         * nnimap.el (nnimap-capability): New function.
4270         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4271         is set.
4272
4273 2010-10-31  David Engster  <dengste@eml.cc>
4274
4275         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4276         conform with changes to gnus-completing-read.
4277
4278 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4281
4282 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4283
4284         * nnir.el: Move defvar, defcustom around to keep file organized
4285         and keep byte-compiler quiet.
4286         (nnir-read-parms): Accept search-engine as arg.
4287         (nnir-run-query): Pass search-engine as arg.
4288         (nnir-search-engine): Remove.
4289
4290 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * shr.el (shr-generic): The text nodes should be text, not :text.
4293
4294         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4295         later in the file.
4296
4297 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4298
4299         * nnir.el: General clean up.  Allow searching with multiple engines.
4300         Allow separate extra-parameters for each engine.
4301         Batch queries when possible.
4302         (nnir-imap-default-search-key,nnir-method-default-engines):
4303         Add customize interface.
4304         (nnir-run-gmane): New engine.
4305         (nnir-engines): Use it.  Qualify all prompts with engine name.
4306         (nnir-search-engine): Remove global variable.
4307         (nnir-run-hyrex): Restore for now.
4308         (nnir-extra-parms,nnir-search-history): New variables.
4309         (gnus-group-make-nnir-group): Use them.
4310         (nnir-group-server): Remove in favor of gnus-group-server.
4311         (nnir-request-group): Avoid searching twice.
4312         (nnir-sort-groups-by-server): New function.
4313
4314 2010-10-30  Julien Danjou  <julien@danjou.info>
4315
4316         * gnus-group.el: Remove gnus-group-fetch-control.
4317
4318         * gnus-start.el (gnus-find-new-newsgroups):
4319         Remove gnus-check-first-time-used.
4320
4321         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4322
4323 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4324
4325         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4326         set on groups that don't have \* permanentflags.
4327
4328 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4331         control the background color.
4332         (shr-tag-img): Ignore very small web bug type images.
4333         (shr-put-image): Add help-echo alt texts to the images.
4334         (shr-tag-video): Show the video poster image.
4335
4336 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * shr.el (shr-table-depth): New variable.
4339         (shr-tag-table-1): Only insert the images after the top-level table.
4340
4341         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4342
4343         * gnus-util.el (gnus-list-memq-of-list): New function.
4344
4345         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4346         selected.
4347         (nnimap-unsplittable-articles): New slot.
4348         (nnimap-new-articles): Use it.
4349
4350 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4351
4352         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4353         move to the previous line on `M-g'.
4354
4355 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4358         *-request-group, which seems unnecessary.
4359
4360         * nnimap.el (nnimap-quote-specials): Function copied over from
4361         imap.el.
4362         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4363         they support that.  Suggested by Tom Regner.
4364
4365 2010-10-29  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4368         defalias.
4369         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4370
4371         * gnus.el: Remove `gnus-nntp-service' variable.
4372         (gnus-secondary-servers): Make obsolete.
4373         (gnus-nntp-server): Make obsolete.
4374
4375         * gnus-start.el (gnus-1): Remove x-splash calls.
4376
4377         * gnus-ems.el (gnus-x-splash): Remove.
4378
4379         * gnus.el (gnus-group-startup-message): Simplify/update code.
4380
4381         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4382         definition.
4383
4384         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4385         capability before doing anything.
4386         (gnus-group-insert-group-line): Remove useless
4387         gnus-group-remove-excess-properties.
4388
4389 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4392
4393 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4396         config after reselecting.
4397
4398 2010-10-28  Julien Danjou  <julien@danjou.info>
4399
4400         * shr.el (shr-put-image): Use point even if only inserting text.
4401         (shr-put-image): Save excursion when inserting alt text on non-graphic
4402         display, so the behaviour is the same when we are on a graphic display.
4403
4404         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4405
4406 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4409         (gnus-mime-copy-part): Check coding system, not charset.
4410         (gnus-mime-view-part-externally): Never remove part.
4411         (gnus-mime-view-part-internally): Don't remove part here.
4412         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4413         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4414         multipart/alternative.
4415
4416         * mm-decode.el (mm-display-part): Take optional arg `force'.
4417
4418 2010-10-26  Julien Danjou  <julien@danjou.info>
4419
4420         * gnus-group.el (gnus-group-default-list-level): Add this function to
4421         compute the default list level.
4422         (gnus-group-default-list-level): Add possibility to use a function.
4423
4424 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4427
4428         * gnus-group.el (gnus-group-completing-read)
4429         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4430         gnus-replace-in-string.
4431
4432 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * shr.el (shr-tag-div): Add.
4435
4436         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4437
4438 2010-10-25  Julien Danjou  <julien@danjou.info>
4439
4440         * gnus-util.el: Remove `gnus-with-local-quit'.
4441
4442         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4443
4444 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4447         the original article buffer.
4448
4449 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * nnimap.el (nnimap-request-head): New function.
4452         (nnimap-request-move-article): Try to be slighly faster by not
4453         requesting the entire message when moving.
4454         (nnimap-transform-headers): Don't bug out on bodiless articles.
4455         (nnimap-send-command): Have no outstanding messages if the IMAP server
4456         doesn't support streaming.
4457         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4458
4459 2010-10-24  Julien Danjou  <julien@danjou.info>
4460
4461         * message.el (message-default-headers): Fix type.
4462
4463 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4466         prefetching images.
4467
4468         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4469         backend for unknown groups.  This is mainly useful for nnimap groups.
4470
4471         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4472         group isn't covered by the agent.
4473
4474 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4475
4476         * nnir.el (nnir-method-default-engines): New variable.
4477         (nnir-run-query): Use it.
4478         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4479         (gnus-summary-nnir-goto-thread): Change group if needed.
4480
4481         * gnus-group.el (gnus-group-group-map): Add key binding for
4482         gnus-group-make-nnir-group.
4483
4484 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * shr.el (shr-tag-object): Add.
4487
4488         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4489         original article buffer live.
4490         (gnus-summary-select-article-buffer):
4491         Mention gnus-widen-article-buffer.
4492
4493 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * shr.el (shr-tag-strong): Add.
4496
4497 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4500         group names.  They mess up the group buffer badly.
4501
4502         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4503
4504         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4505         instead of the summary one.
4506
4507 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * mml.el (mml-preview): Work properly when editing article.
4510
4511         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4512         gnus-have-read-active-file if it's already been in.
4513
4514 2010-10-22  Tom Tromey  <tromey@redhat.com>
4515
4516         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4517         gnus-group-completing-read.
4518
4519 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * message.el (message-mode-map): Don't bind M-; to comment region, to
4522         allow the global comment-dwim to work.
4523
4524 2010-10-21  Julien Danjou  <julien@danjou.info>
4525
4526         * message.el (message-setup-1): Allow message-default-headers to be a
4527         function.
4528
4529 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * shr.el (shr-tag-table): Simplify.
4532
4533 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4536         to avoid trying to snarf invalid stuff.
4537
4538         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4539
4540         * gnus.el (gnus-message-archive-group): Quote value.
4541         (gnus-message-archive-group): Mark as changed.
4542
4543         * shr.el (shr-add-font): Don't put the font properties on the newline
4544         or the indentation.
4545
4546         * message.el (message-fix-before-sending): Change options when sending
4547         non-printable characters.
4548
4549         * gnus.el (gnus-message-archive-method): Change the default to
4550         monthly outgoing groups.
4551
4552         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4553         that have gotten new numbers.
4554
4555         * nnimap.el (nnimap-request-replace-article): New function.
4556
4557 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4560         (nnrss-request-article): Don't use special html washing code.
4561
4562 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * shr.el (shr-tag-table): Remove useless nconc.
4565
4566 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * gnus-art.el (article-wash-html): Simplify and remove the charset
4569         stuff.  Use the normal html rendering code instead of the special html
4570         washing code.
4571
4572         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4573         `gnus-w3m' symbols.
4574         (mm-text-html-washer-alist): Remove.
4575
4576         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4577         (mm-inline-media-tests): Remove use.
4578         (mm-text-html-renderer): Change default to the `shr' symbol.
4579
4580         * mm-view.el (mm-inline-text-html): Remove use.
4581
4582         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4583         `gnus-blocked-images' to be a function.
4584         (gnus-article-wash-function): Remove.
4585
4586 2010-10-20  Julien Danjou  <julien@danjou.info>
4587
4588         * spam.el (spam-list-of-processors): Mark as obsolete.
4589
4590         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4591         (nnimap-insert-partial-structure): Fix boundary detection.
4592
4593 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4594
4595         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4596         run file-truename on remote files.  This can be expensive and even
4597         prevent one from editing drafts if some unrelated buffer has a stale
4598         connection.
4599
4600 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4603         kinsoku-eol regardless of shr-kinsoku-shorten.
4604         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4605         (shr-tag-table): Support caption, thead, and tfoot.
4606
4607 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4610         lines.
4611         (shr-save-contents): New command and keystroke.
4612
4613         * nndoc.el (nndoc-type-alist): Add git support.
4614         (nndoc-git-type-p): New function.
4615         (nndoc-transform-git-article): Ditto.
4616         (nndoc-transform-git-headers): Ditto.
4617         (nndoc-transform-git-headers): Generate Subject headers.
4618
4619         * shr.el (shr-parse-style): New function.
4620         (shr-tag-span): Ditto.
4621
4622         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4623         to `G G' to avoid collisions.
4624
4625 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * shr.el: Load kinsoku if necessary.
4628         (shr-kinsoku-shorten): New internal variable.
4629         (shr-find-fill-point): Make kinsoku shorten text line if
4630         shr-kinsoku-shorten is bound to non-nil.
4631         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4632         shr-indentation too when testing if table is wider than frame width.
4633         (shr-insert-table): Use `string-width' instead of `length' to measure
4634         text width.
4635         (shr-insert-table-ruler): Make sure indentation is done at bol.
4636
4637 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4638
4639         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4640         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4641         undecoded network data.
4642
4643 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4646         name in the mode line spec so that the mode line menu works
4647         (bug #2431).
4648
4649         * message.el (message-get-reply-headers): If we're fed `to-address',
4650         then always use that.
4651
4652         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4653         aren't so wide as to need to switch off the edit menu.
4654
4655         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4656         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4657
4658         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4659         `M-g'.
4660         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4661         the permanent marks.
4662
4663 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4664
4665         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4666         Splitting according to references/in-reply-to obeys the ignore-groups
4667         variable, while splitting by sender and subject do not.
4668
4669 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4672         alist, so that we can look for non-Unicode chars.
4673         (article-translate-strings): Allow both character and string maps.
4674
4675 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * shr.el (shr-insert): Don't insert space behind a wide character
4678         categorized as kinsoku-bol, or between characters both categorized as
4679         nospace.
4680
4681 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4682
4683         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4684         headers to gnus-newsgroup-headers.
4685
4686 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * shr.el (shr-tag-img): Don't align images -- since we're not
4689         rescaling, this often leads to ugly displays.
4690
4691 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4692
4693         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4694         duplicates.
4695
4696 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4697
4698         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4699         call.
4700
4701 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus.el: Autoload gnus-html-show-images.
4704
4705         * nnimap.el: Use nnheader-message throughout.
4706
4707         * shr.el (shr-tag-img): Ignore images with no data.
4708
4709 2010-10-15  Julien Danjou  <julien@danjou.info>
4710
4711         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4712         a possibility to disable format=flow encoding when using hard newlines.
4713
4714 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * shr.el (shr-insert): Remove space inserted before or after a
4717         breakable character or at the beginning or the end of a line.
4718         (shr-find-fill-point): Do kinsoku; find the second best point or give
4719         it up if there's no breakable point.
4720
4721 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnimap.el (nnimap-open-connection): Message when opening connection
4724         for debugging purposes.
4725
4726         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4727         on every setup buffer call to allow this to change from article to
4728         article.
4729
4730         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4731         buffers where we have a wide table.
4732
4733 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4734
4735         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4736         uses *-request-thread.
4737
4738 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4741         incantation, which is no longer valid.
4742
4743 2010-10-14  Julien Danjou  <julien@danjou.info>
4744
4745         * shr.el: Fix defcustom type (char -> character).
4746
4747 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4750         programs.
4751
4752 2010-10-14  Julien Danjou  <julien@danjou.info>
4753
4754         * shr.el (shr-tag-a): Use url-link as widget type.
4755
4756         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4757         `gnus-group-get-icon'.
4758
4759 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4762         This should make server editing work better.
4763
4764         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4765
4766         * tls.el (tls-program): Remove spurious %s from openssl.
4767
4768         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4769         (nnimap-parse-flags): Fix regexp.
4770
4771         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4772         probably work for CJVK text, too.
4773
4774         * nnimap.el (nnimap-extend-tls-programs): Remove.
4775         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4776
4777         * tls.el (tls-starttls-switches): Remove starttls hack.
4778         (open-tls-stream): Ditto.
4779         (tls-find-starttls-argument): Ditto.
4780
4781 2010-10-13  Julien Danjou  <julien@danjou.info>
4782
4783         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4784         responses.
4785
4786 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4789
4790         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4791         anything in Emacs.
4792
4793         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4794
4795 2010-10-13  Julien Danjou  <julien@danjou.info>
4796
4797         * shr.el (shr-width): Make shr-width a defcustom with default to
4798         fill-column.
4799         (shr-tag-img): Use shr-width rather than fill-column.
4800
4801 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * dgnushack.el (byte-optimize-apply)
4804         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4805
4806         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4807         position when (X-)Faces exist.
4808         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4809         avatars when called interactively.
4810
4811 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4814         gnus-article-x-face-too-ugly is bound.
4815
4816 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4819
4820         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4821         mailbox that doesn't exist.
4822
4823 2010-10-12  Julien Danjou  <julien@danjou.info>
4824
4825         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4826         (shr-get-image-data): Encode URL properly when fetching from cache.
4827         (shr-tag-img): Use aligned-to spaces to align correctly images.
4828
4829         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4830         before inserting the Gravatar.
4831
4832         * shr.el (shr-tag-img): Add align attribute support for <img>.
4833
4834 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-gravatar.el (gnus-art): Require.
4837
4838         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4839         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4840         Remove long obsoleted functions.
4841
4842 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4845
4846         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4847
4848         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4849         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4850         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4851         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4852         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4853         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4854         * sieve-manage.el, smime.el, spam.el:
4855         Fix comment for declare-function.
4856
4857 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * nnimap.el (nnimap-request-rename-group): Select group read-only
4860         before renaming it.
4861
4862         * shr.el (shr-insert): Fix up the white space only regexp.
4863
4864         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4865         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4866
4867         * shr.el (shr-current-column): New function.
4868         (shr-find-fill-point): New function.
4869
4870 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4871
4872         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4873         numbers.
4874
4875 2010-10-11  Julien Danjou  <julien@danjou.info>
4876
4877         * shr.el (shr-hr-line): Add.
4878         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4879         display hr lines.
4880         (shr-max-columns): Do not change state to nil if we just inserting
4881         spaces.
4882
4883 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4886         select the last group.
4887
4888 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4889
4890         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4891
4892 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4893
4894         * dig.el (dig-mode-map): Declare and define in one step.
4895
4896 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4899         for Gnus.
4900         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4901         (nnimap-update-qresync-info): Mark \Seen articles as read.
4902
4903         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4904         non-variable, too.
4905
4906         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4907         available.
4908         (nnimap-update-info): Rely more on the current active than the param
4909         active to avoid marking articles as read too much.
4910
4911         * auth-source.el (auth-source-create): Use (user-login-name) for the
4912         user name default.
4913
4914         * nnimap.el (nnimap-update-info): If the server doesn't return any
4915         useful info, just use the previous info.
4916         (nnimap-update-info): Prefer old info over start-article.
4917         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4918
4919 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4920
4921         * nnir.el (autoload): Clean up autoloads.
4922         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4923         Use key rather than value.
4924         (nnir-imap-search-other): New variable.
4925         (nnir-read-parm): Use it.
4926         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4927         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4928
4929 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4930
4931         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4932         the process, too.
4933
4934 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * spam.el (gnus-summary-mode-map): Bind to "$".
4937         Suggested by Russ Allbery.
4938
4939         * shr.el: Rework the way things are indented by <li> slightly.
4940
4941         * gnus.el (gnus-group-set-parameter): Fix typo.
4942
4943         * nnimap.el: Start implementing QRESYNC support.
4944
4945 2010-10-09  Julien Danjou  <julien@danjou.info>
4946
4947         * nnir.el (nnir-engines): Fix too many arguments.
4948
4949 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4952         group is the "last", so that the backends like nnfolder actually save
4953         their folders.
4954
4955         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4956         try to use that for the tls stream.
4957         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4958         UIDVALIDITY and find out which groups are read-only and not.
4959         (nnimap-get-flags): Use the same marks parsing code as the rest of
4960         nnimap.
4961
4962 2010-10-09  Julien Danjou  <julien@danjou.info>
4963
4964         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4965
4966         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4967         retrieving gravatars.
4968
4969         * shr.el (shr-table-corner): Add.
4970         (shr-table-line): Add.
4971         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4972
4973 2010-10-08  Julien Danjou  <julien@danjou.info>
4974
4975         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4976
4977 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4980
4981         * gnus-sum.el (gnus-mark-article-as-unread)
4982         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4983         (gnus-summary-set-bookmark): Use it.
4984
4985         * gnus-msg.el (gnus-setup-message): Use it.
4986
4987         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4988
4989         * gnus.el (gnus-group-remove-parameter): Use it.
4990
4991         * gnus-group.el (gnus-group-make-web-group): Use it.
4992
4993         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4994
4995         * nnregistry.el: Update docs to mention manual.
4996
4997         * gnus-registry.el: Update docs to mention nnregistry.el.
4998         (gnus-registry-initialize): Don't install nnregistry refer method
4999         automatically.
5000         (gnus-registry-install-nnregistry): Remove it.
5001
5002 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * shr.el (shr-insert): Don't insert double spaces.
5005
5006 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-gravatar.el (gnus-treat-from-gravatar)
5009         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5010         called interactively.
5011
5012         * gnus-art.el (gnus-mime-view-part-externally)
5013         (gnus-mime-view-part-internally): Make predicate function passed to
5014         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5015         of a mime type.
5016
5017         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5018
5019 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * shr.el (require): Require cl when compiling.
5022         (shr-tag-hr): New function.
5023
5024         * nnimap.el (nnimap-update-info): Remove double setting of high.
5025         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5026         This makes nnimap work properly on Courier again.
5027
5028         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5029         the variable for backwards compatibility.
5030
5031         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5032         the file name before using to avoid setting mm-default-directory to
5033         nil.
5034
5035         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5036         bidning gnus-agent variables.
5037
5038         * shr.el (shr-render-td): Use a cache for the table rendering function
5039         to avoid getting an exponential rendering behaviour in nested tables.
5040         (shr-insert): Rework the line-breaking algorithm.
5041         (shr-insert): Don't leave trailing spaces.
5042         (shr-insert-table): Also insert empty TDs.
5043         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5044
5045 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * gnus-sum.el (gnus-number): Rename from `number'.
5048         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5049         (gnus-summary-limit-children): Update uses correspondingly.
5050
5051 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5054         (gnus-gravatar-transform-address): Don't show avatars of people of
5055         which mail addresses match gnus-gravatar-too-ugly.
5056
5057 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * shr.el (shr-table-widths): Expand TD elements to fill available
5060         space.
5061
5062 2010-10-07  Julien Danjou  <julien@danjou.info>
5063
5064         * nnimap.el (nnimap-request-rename-group): Add this method.
5065
5066 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5069         name from XEmacs' function-arglist.
5070
5071         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5072         gravatar under XEmacs.
5073
5074 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * auth-source.el: Update docs with TODO items.
5077
5078         * gnus-sync.el: Update docs to explain state and plans.
5079
5080         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5081         Hooks for mark updates.
5082         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5083
5084         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5085         hooks with arguments, which is needed for mark update hooks.
5086
5087 2010-10-06  Julien Danjou  <julien@danjou.info>
5088
5089         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5090         was matched.
5091
5092         * sieve-manage.el: Update example in `Commentary'.
5093
5094         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5095
5096         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5097         not 2000.
5098         (sieve-manage-authenticate): Re-add function.
5099
5100 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * shr.el (shr-insert): Get 'space transition right.
5103         (shr-render-td): Only delete space at the end of the TD.
5104
5105         * nnimap.el (nnimap-open-connection): Prepare to support
5106         open-gnutls-stream.
5107
5108         * shr.el: Rearrange function order to be more logical.
5109
5110 2010-10-06  Julien Danjou  <julien@danjou.info>
5111
5112         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5113         (nnrss-discover-feed): Remove 404 URL in docstring.
5114
5115         * nnir.el: Fix Swish-E URL.
5116         Fix Namazu URL.
5117
5118         * message.el (message-change-subject): Remove 404 URL in a comment.
5119
5120 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5123         called interactively.
5124
5125         * gnus-util.el (gnus-remove-if): Allow hash table.
5126         (gnus-remove-if-not): New function.
5127
5128         * gnus-art.el (gnus-mime-view-part-as-type)
5129         * gnus-score.el (gnus-summary-score-effect)
5130         * gnus-sum.el (gnus-read-move-group-name):
5131         Replace remove-if-not with gnus-remove-if-not.
5132
5133         * gnus-group.el (gnus-group-completing-read):
5134         Regard collection as a hash table if it is not a list.
5135
5136 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5139
5140         * shr.el: Document the table-rendering algorithm.
5141
5142 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5145         for Emacsen having no `libxml-parse-html-region' support.
5146
5147 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5150         invalid URLs.
5151
5152         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5153         line-broken.
5154         (shr-tag-img): Ignore image fetching errors.
5155         (shr-overlays-in-region): Compute overlay positions correctly.
5156
5157         * mm-decode.el (mm-shr): Require shr.
5158
5159         * gnus-art.el (gnus-blocked-images): Move variable here.
5160
5161         * shr.el (shr-insert-table): Bind free variable.
5162
5163         * mm-decode.el (mm-shr): Bind shr-content-function.
5164
5165         * shr.el (shr-content-function): New variable.
5166
5167         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5168         added for symmetry.
5169
5170         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5171
5172         * gnus-group.el (gnus-group-make-group): Doc fix.
5173
5174         * nnimap.el (nnimap-request-newgroups): Return success.
5175
5176         * shr.el (shr-find-elements): New function.
5177         (shr-tag-table): Put all the images after the table.
5178         (shr-tag-table): Really inhibit images inside the table.
5179         (shr-collect-overlays): Copy over overlays from the TD elements to the
5180         main document.
5181
5182         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5183         gnus-blocked-images.
5184
5185 2010-10-05  Julien Danjou  <julien@danjou.info>
5186
5187         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5188
5189         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5190         (gnus-html-maximum-image-size): Add this function.
5191         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5192
5193         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5194         server-value of the capability is nil.
5195
5196 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * shr.el (shr-tag-em): Add <EM> tag.
5199
5200 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5201
5202         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5203         customizable.
5204
5205         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5206         handing broken links to browse-url.
5207
5208 2010-10-05  Julien Danjou  <julien@danjou.info>
5209
5210         * gnus-util.el (gnus-emacs-completing-read)
5211         (gnus-iswitchb-completing-read): Use autoload rather than require.
5212
5213 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5216         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5217         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5218         iswitchb-temp-buflist for XEmacs.
5219
5220         * gnus-util.el (gnus-completing-read-function): Exclude
5221         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5222         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5223         XEmacs.
5224
5225         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5226         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5227
5228         * gnus-html.el: Don't require help-fns under XEmacs.
5229         (gnus-html-schedule-image-fetching): Work for XEmacs.
5230
5231         * mm-decode.el (mm-shr): Decode contents by charset.
5232
5233 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5236         unknown.
5237
5238         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5239         (shr-get-image-data): Ensure against the cache file missing.
5240
5241         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5242         for data.
5243
5244         * spam-report.el (spam-report-url-ping-plain): Don't query about
5245         killing the process.
5246
5247         * shr.el (shr-render-td): Protect against too-wide text.
5248
5249 2010-10-04  Julien Danjou  <julien@danjou.info>
5250
5251         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5252         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5253
5254         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5255         retrieved.
5256
5257 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * shr.el (browse-url): Require.
5260         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5261         lines.
5262         (shr-show-alt-text, shr-browse-image): New commands.
5263         (shr-browse-url, shr-copy-url): New commands.
5264
5265         * gnus-sum.el (gnus-widen-article-window): New variable.
5266         (gnus-summary-select-article-buffer): Use it.
5267
5268         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5269         without @ signs.
5270
5271 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5272
5273         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5274
5275 2010-10-04  Julien Danjou  <julien@danjou.info>
5276
5277         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5278         for XEmacs.
5279
5280 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5283
5284         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5285         (nnimap-close-server): Implement.
5286
5287         * dgnushack.el (iswitchb): Require to shut up the compiler.
5288
5289         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5290         (shr-insert): Tweak line breaking.
5291         (shr-insert): Handle <pre> better.
5292         (shr-tag-li): Get <li> indentation right.
5293         (shr-tag-li): Get <li> indentation even righter.
5294         (shr-tag-blockquote): Ensure paragraph start.
5295         (shr-make-table): Tweak table generation.
5296         (shr-make-table): Fix typo.
5297
5298         * shr.el: Implement table rendering.
5299
5300 2010-10-04  Julien Danjou  <julien@danjou.info>
5301
5302         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5303
5304 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * shr.el (shr-insert): Use string anchors instead of line anchors.
5307
5308 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * shr.el: Add headings.
5311         (shr-ensure-paragraph): Actually work.
5312         (shr-tag-li): Make <ul> prettier.
5313         (shr-insert): Get white space at the beginning/end of elements right.
5314         (shr-tag-p): Collapse subsequent <p>s.
5315         (shr-ensure-paragraph): Don't insert double line feeds after blank
5316         lines.
5317         (shr-insert): \t is also space.
5318         (shr-tag-s): Fix "s" tag name function.
5319         (shr-tag-s): Fix face prop name.
5320
5321 2010-10-03  Julien Danjou  <julien@danjou.info>
5322
5323         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5324
5325         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5326         gnus-window-inside-pixel-edges.
5327
5328         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5329         gnus-ems.
5330
5331         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5332
5333         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5334         function.
5335
5336         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5337         resize choice.
5338
5339 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5342         beginning of the buffer.
5343
5344         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5345         article buffer again.
5346
5347         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5348
5349         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5350         when it's at the start of the buffer.
5351
5352         * shr.el (shr-tag-blockquote): Convert name.
5353         (shr-rescale-image): Use the right image-size variant.
5354
5355         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5356         buffer isn't shown, then select the current article first instead of
5357         bugging out.
5358         (gnus-summary-select-article-buffer): Show both the article and summary
5359         buffers again.
5360
5361         * shr.el (shr-fontize-cont): Protect against regions with no text.
5362         Rename tag functions to shr-tag-* for enhanced security.
5363         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5364
5365 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5366
5367         * shr.el (shr-insert):
5368         * pop3.el (pop3-movemail):
5369         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5370         loaded.
5371
5372 2010-10-03  Glenn Morris  <rgm@gnu.org>
5373
5374         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5375
5376         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5377
5378         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5379
5380         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5381
5382         * gnus-util.el (gnus-make-local-hook): Simplify.
5383
5384 2010-10-02  Julien Danjou  <julien@danjou.info>
5385
5386         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5387         (gnus-ido-completing-read): New function.
5388         (gnus-emacs-completing-read): New function.
5389         (gnus-completing-read): Use gnus-completing-read-function.
5390         Add gnus-completing-read-function.
5391
5392 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393
5394         * shr.el (shr-insert-document): Autoload.
5395         (shr-img): Be silent.
5396         (shr-insert): Add a newline after every picture before text.
5397         (shr-add-font): Use overlays for combining faces.
5398         (shr-insert): Pass upwards the text start point.
5399
5400         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5401         possible.
5402         (mm-shr): New function.
5403
5404 2010-10-02  Julien Danjou  <julien@danjou.info>
5405
5406         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5407         should go backward.
5408
5409 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5410
5411         * shr.el (shr): Fix typo in provide call.
5412
5413 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * shr.el: New file.
5416
5417         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5418
5419         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5420         completing read.
5421
5422 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5425         we're being queried about.  Suggested by Dan Jacobson.
5426
5427         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5428         Suggested by Jason Eisner.
5429
5430         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5431         table, too.  Suggested by Stefan Wiens.
5432         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5433         the table unnecessary.  Suggested by Stefan Wiens.
5434
5435         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5436         longer needed, and probably doesn't work either, as pointed out by
5437         Stefan Wiens.
5438         (gnus-summary-exit): Remove call to the clearing function.
5439         (gnus-summary-exit-no-update): Ditto.
5440
5441         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5442         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5443         Reported by Stefan Monnier.
5444         (gnus-summary-save-in-rmail): Ditto.
5445
5446         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5447         article buffer, instead of both the article buffer and the summary
5448         buffer.  Sort of suggested by Dan Jacobson.
5449
5450         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5451
5452         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5453         Suggested by Dan Jacobson.
5454
5455         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5456         documentation clearer.
5457
5458         * message.el (message-shorten-references): Comment on the number "21".
5459         Suggested by Stefan Monnier.
5460
5461         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5462         Suggested by Dan Jacobson.
5463
5464         * gnus.el (gnus-large-newsgroup):
5465         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5466
5467         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5468         externalize attachments.  Bug reported by Steve Wen.
5469
5470         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5471         really message anything to the user.
5472
5473         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5474         directly.
5475
5476         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5477         messages in empty groups.
5478
5479 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5480
5481         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5482         non-UIDNEXT group.
5483
5484 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5487         not the value from the collection.
5488
5489         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5490         values.  This sometimes happens on some groups that have no info.
5491         (nnimap-request-newgroups): New function.
5492
5493 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5494
5495         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5496         check into `gnus-registry-initialize'.
5497         (gnus-registry-initialize): Ditto.
5498         Fix and extend header docs.
5499
5500 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5503         regexp backtrace overflows.
5504
5505         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5506         for starttls that tls.el implements; i.e. openssl.
5507
5508         * tls.el (tls-starttls-switches): Give up on using starttls with
5509         gnutls-cli.
5510         (tls-program): Add --insecure to be consistent with the defaults from
5511         openssl s_client.  Now all three commands are insecure.
5512
5513 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * lpath.el: Bind completion-styles-alist for XEmacs.
5516
5517         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5518         (gravatar-create-image): New function that's an alias to
5519         gnus-xmas-create-image, gnus-create-image, or create-image.
5520         (gravatar-data->image): Use it.
5521
5522 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5525         install the nnregistry refer method.
5526         (gnus-registry-install-hooks): Use it.
5527         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5528         unfollowed groups.
5529
5530 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5531
5532         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5533         expanding threads.
5534
5535 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * nnir.el: Use the server names without suffixes (bug #7009).
5538
5539         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5540         unencrypted to STARTTLS, if possible.
5541
5542 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5543
5544         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5545         headers before superseding.
5546
5547 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * nnrss.el (nnrss-use-local): Add documentation.
5550
5551         * nnimap.el (nnimap-extend-tls-programs): New function.
5552         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5553         (nnimap-wait-for-connection): Accept the greeting from the stupid
5554         output from openssl s_client -starttls, too.
5555
5556         * tls.el (tls-starttls-switches): New variable.
5557         (tls-find-starttls-argument): Use it.
5558         (open-tls-stream): Ditto.
5559
5560         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5561         (netrc-machine): Ditto.
5562
5563         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5564         article number.
5565         (nnimap-split-fancy): New variable.
5566         (nnimap-split-incoming-mail): Use it.
5567
5568         * nntp.el (nntp-server-list-active-group): Document.
5569
5570         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5571         SELECT to get the message-id.
5572
5573         * mail-source.el (mail-sources): Remove webmail support.
5574         (defvar): Ditto.
5575         (mail-source-fetcher-alist): Ditto.
5576         (mail-source-fetch-webmail): Remove.
5577
5578         * webmail.el: Remove -- doesn't seem relevant any more.
5579
5580         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5581
5582         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5583         the \r.
5584
5585 2010-09-30  Julien Danjou  <julien@danjou.info>
5586
5587         * gnus-agent.el (gnus-agent-add-group): Fix call to
5588         gnus-completing-read.
5589
5590 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * nndoc.el (nndoc-retrieve-groups): New function.
5593
5594         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5595         `default', use nnmail-split-methods.
5596         (nnimap-request-article): Downcase the NILs so that they are nil.
5597
5598         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5599         symbol.
5600
5601         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5602         code, since if the user has requested network, that's what they ought
5603         to get.
5604         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5605         (nnimap-split-rule): Mark as obsolete.
5606
5607         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5608         New variable.
5609
5610         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5611         correct slot, too.
5612
5613 2010-09-29  Julien Danjou  <julien@danjou.info>
5614
5615         * gnus.el (gnus-local-domain): Declare variable obsolete.
5616
5617         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5618         Fix history computing.
5619         (gnus-ido-completing-read): Require ido.
5620
5621 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5624         build Gnus.
5625
5626         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5627         when interpreting the structures.
5628         (nnimap-request-accept-article): Add \r\n to the lines to make this
5629         work with Cyrus.
5630
5631         * nndraft.el (nndraft-request-expire-articles): Use the group name
5632         instead if "nndraft".  Fix found by Nils Ackermann.
5633
5634 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5635
5636         * nnregistry.el: Add.
5637
5638 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5639
5640         * nnmail.el (group, group-art-list, group-art):
5641         Remove unneeded directives.
5642
5643 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5646         (mm-mime-charset)
5647         * rfc2047.el (rfc2047-syntax-table)
5648         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5649
5650         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5651         rather than `insert-file-contents' and `eval-region'.
5652
5653         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5654         construction.
5655
5656         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5657
5658         * time-date.el: No need to require cl for Emacs 21.
5659
5660 2010-09-29  Julien Danjou  <julien@danjou.info>
5661
5662         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5663         replacement of `gnus-gravatar-relief' to mimic
5664         `gnus-faces-properties-alist'.
5665         Add :version property.
5666
5667 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * mail-source.el (mail-source-report-new-mail)
5670         * message.el (message-default-mail-headers)
5671         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5672
5673         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5674
5675 2010-09-28  Julien Danjou  <julien@danjou.info>
5676
5677         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5678         mail-address contains the same string as real-name.
5679
5680         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5681         non-blank in header, otherwise it'll get stripped.
5682
5683         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5684         real-name, and then for mail address rather than doing : or , search.
5685
5686 2010-09-27  Julien Danjou  <julien@danjou.info>
5687
5688         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5689         right completing-read function.
5690         (gnus-use-ido): New variable
5691         (gnus-completing-read-with-default): Remove.
5692         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5693         (gnus-agent-add-group):
5694         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5695         * mm-view.el (mm-view-pkcs7-decrypt):
5696         * mm-util.el (mm-codepage-setup):
5697         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5698         * mml-smime.el (mml-smime-openssl-sign-query):
5699         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5700         (mml-insert-multipart):
5701         * gnus-msg.el (gnus-summary-yank-message):
5702         * gnus-int.el (gnus-start-news-server):
5703         * mm-decode.el (mm-interactively-view-part):
5704         * gnus-dired.el (gnus-dired-attach):
5705         * gnus.el (gnus-read-method):
5706         * gnus-bookmark.el (gnus-bookmark-jump):
5707         * gnus-art.el (gnus-mime-view-part-as-type)
5708         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5709         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5710         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5711         * nnmairix.el (nnmairix-create-server-and-default-group)
5712         (nnmairix-update-groups, nnmairix-get-server)
5713         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5714         (nnmairix-get-group-from-file-path):
5715         * nnrss.el (nnrss-find-rss-via-syndic8):
5716         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5717         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5718         (gnus-group-browse-foreign-server):
5719         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5720         (gnus-summary-execute-command, gnus-summary-respool-article)
5721         (gnus-read-move-group-name):
5722         * gnus-score.el (gnus-summary-increase-score)
5723         (gnus-summary-score-effect):
5724         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5725
5726 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5729         x-focus-frame.
5730
5731         * nnimap.el (auth-source-forget-user-or-password)
5732         (auth-source-user-or-password): Autoload.
5733
5734         * message.el (message-from-style, message-interactive)
5735         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5736         (message-yank-prefix, message-indentation-spaces, message-signature)
5737         (message-signature-file): Add comment.
5738
5739 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5742         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5743         new articles.
5744
5745         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5746         parts.
5747         (nnimap-request-article): Work with the t setting, too.
5748
5749         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5750         that you don't get flashes of other buffers.
5751         (gnus-summary-show-complete-article): Intern before setting.
5752
5753 2010-09-27  David Engster  <dengste@eml.cc>
5754
5755         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5756         well as HEADERS.
5757         (nnmairix-retrieve-headers): Provide new argument for the above.
5758
5759 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * gnus-sum.el (gnus-summary-move-article): Don't alter
5762         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5763         group.
5764
5765         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5766
5767         * message.el (message-cite-prefix-regexp): Revert my last edit.
5768
5769         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5770         variable instead of the Gnus variable.
5771
5772         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5773
5774         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5775
5776         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5777         since some servers don't like it.
5778         (nnimap-open-connection): Forget credentials if the server says the
5779         password was wrong.
5780         (nnimap-parse-line): Protect against invalid data.
5781
5782         * gnus-sum.el (gnus-summary-move-article): Add comment.
5783         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5784         nothing alters it while scanning for new messages.
5785
5786         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5787         which may or may not help.
5788         (nnimap-open-connection): If we're doing a stream connection, and then
5789         discover we're on a STARTTLS-capable server, then open a STARTTLS
5790         connection instead.
5791
5792 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * nnimap.el (utf7): Require.
5795
5796         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5797         prefix.
5798
5799 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5800
5801         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5802
5803 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * nnimap.el (nnimap-request-accept-article): Message the error on
5806         error.
5807
5808 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5811
5812 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * nndoc.el (nndoc-request-list): Return success always.
5815
5816         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5817         `fetch-old' -- we only want to fetch the articles we've requested.
5818         The rest are in the agent, probably.
5819         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5820         disappeared server" to something low.  It's not important.
5821
5822         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5823         arrived before the FETCH data.
5824
5825         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5826         target here, because we don't know the Gnus name of the group.
5827
5828         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5829         for the correct group.
5830
5831         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5832
5833         * gnus.el (gnus): Give a final warning after startup.
5834
5835         * gnus-util.el (gnus-action-message-log): New variable.
5836         (gnus-message): Use it.
5837         (gnus-final-warning): New function.
5838
5839         * nnimap.el (nnimap-open-connection): Record the greeting.
5840         (nnimap): Add greeting.
5841
5842 2010-09-26  Julien Danjou  <julien@danjou.info>
5843
5844         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5845         arguments.
5846         (gnus-html-wash-images): Fix spec computing to include start/end.
5847
5848         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5849
5850 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5853         deletion.
5854         (nnimap-retrieve-headers): Don't select the group, because that's
5855         already done by nnimap-possibly-change-group.
5856
5857         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5858         (gnus-picon-transform-address): Use it.
5859
5860         * mail-source.el (mail-source-value): Revert previous patch.
5861
5862         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5863         on failure.
5864         (nnimap-open-connection): Look up both virtual and physical server name
5865         credentials.
5866
5867         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5868
5869 2009-02-07  Dave Love  <fx@gnu.org>
5870
5871         * tls.el (open-tls-stream): Don't query killing process.
5872
5873 2009-02-08  Dave Love  <fx@gnu.org>
5874
5875         * gnus-win.el (gnus-window-to-buffer-helper)
5876         (gnus-all-windows-visible-p): Function needn't be a symbol.
5877
5878         * mail-source.el (mail-source-value): Function needn't be a symbol.
5879
5880 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * message.el (message-cite-prefix-regexp): Remove } from the cite
5883         prefix.
5884
5885         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5886         highlight again, so that the highlight is correct.
5887
5888         * gnus-picon.el (gnus-picon): Remove again.
5889         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5890
5891         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5892         doing the header highlightling, so that the background colour of the
5893         picon is correct.
5894
5895         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5896         (gnus-picon): Ditto.
5897         (gnus-picon): Reinstate.  The background colour for picons is white.
5898         (gnus-picon-insert-glyph): Make the background white.
5899
5900         * nnml.el (nnml-open-nov): Don't return dead buffers.
5901
5902         * auth-source.el (auth-source-create): Query the user for whether to
5903         store the credentials.
5904
5905         * netrc.el (netrc-store-data): New function.
5906
5907         * auth-source.el (auth-source-user-or-password): Use the existing auth
5908         sources, if any, for creation.
5909
5910         * gnus.el (gnus-group-fast-parameter): Return the last matching
5911         parameter instead of the first matching parameter.
5912
5913 2010-09-26  Julien Danjou  <julien@danjou.info>
5914
5915         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5916
5917 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * mml2015.el (mml2015-use): Remove gpg support.
5920
5921         * mml1991.el (mml1991-function-alist): Remove gpg function.
5922         (mml1991-gpg-sign): Remove.
5923
5924 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5925
5926         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5927         (gnus-browse-unsubscribe-current-group): Document it.
5928         (gnus-browse-unsubscribe-group): Use it.
5929
5930 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5933         address to the To list for easier response.
5934
5935         * gnus.el (gnus-play-startup-jingle): Remove.
5936         (gnus-splash): Don't play jingle.
5937         (gnus): Silence gnus-load message.
5938
5939         * gnus-art.el (gnus-treat-play-sounds): Remove.
5940
5941         * gnus.el (gnus-play-jingle): Remove audio support.
5942
5943         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5944
5945         * earcon.el: Remove -- no users.
5946
5947         * gnus-audio.el: Remove -- no users of this package.
5948
5949         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5950
5951         * gnus-start.el (gnus-setup-news): Remove nocem support.
5952
5953         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5954
5955         * gnus.el (gnus-use-nocem): Remove.
5956
5957         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5958         Remove.
5959
5960         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5961         uses NoCeM any more.
5962
5963         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5964         (gnus-button-ctan-handler): Ditto.
5965         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5966         (gnus-button-ctan-directory-regexp): Ditto.
5967         (gnus-button-handle-ctan): Ditto.
5968         (gnus-button-tex-level): Ditto.
5969         (gnus-button-alist): Remove CTAN stuff.
5970
5971 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5974         nnimap-streaming test.
5975
5976         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5977         servers twice.
5978
5979         * nnimap.el (nnimap-open-connection): Add more error reporting when
5980         nnimap fails early.
5981
5982         * nnheader.el (nnheader-get-report-string): New function.
5983         (nnheader-get-report): Use it.
5984
5985         * gnus-int.el (gnus-check-server): Say what the error was when opening
5986         failed.
5987
5988         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5989         using streaming.
5990
5991 2010-09-25  Julien Danjou  <julien@danjou.info>
5992
5993         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5994         gnus-window-inside-pixel-edges.
5995
5996 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5999
6000         * mm-decode.el (mm-save-part): Allow saving to other directories the
6001         normal Emacs way.
6002
6003         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6004         Suggested by Jay Berkenbilt.
6005
6006         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6007         there isn't a single byte.
6008
6009         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6010         just do it.  It doesn't really seem to matter what the user responds
6011         here, I think, so it's just a confusing question.
6012
6013         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6014         non-streaming case.
6015
6016         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6017         (gnus-article-encrypt-body): Use it.
6018
6019         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6020         keystroke.
6021
6022         * nnimap.el (nnimap-find-wanted-parts-1):
6023         Use gnus-fetch-partial-articles.
6024
6025         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6026
6027         * nnimap.el (nnimap-insert-partial-structure): New function.
6028         (nnimap-get-partial-article): New function.
6029         (nnimap-request-article): Use it.
6030         (nnimap-wait-for-response): Return whether the wait was successful.
6031         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6032         retrieval wasn't successful.
6033         (nnimap-retrieve-group-data-early): Allow throttling servers.
6034         (nnimap-streaming): New variable.
6035         (nnimap-fetch-partial-articles): Remove.
6036
6037         * mm-decode.el (mm-with-part): Protect against killed buffers.
6038
6039         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6040         for prettier summary display.
6041
6042 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6043
6044         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6045
6046 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6049         apparently third-party libraries depend on it.
6050
6051         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6052         before starting negotiation.
6053
6054         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6055         privacy reasons.
6056         (gnus-treat-mail-gravatar): Ditto.
6057
6058         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6059         buffer when inserting images.  Inserting text into the headers, for
6060         instance, can make them invalid.
6061
6062 2010-09-25  Julien Danjou  <julien@danjou.info>
6063
6064         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6065         variables.
6066
6067         * nnheader.el: Remove useless variables news-reply-yank-from and
6068         news-reply-yank-message-id.
6069
6070         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6071         variables.
6072
6073         * mml1991.el: Remove useless mml1991-verbose.
6074
6075         * gnus.el: Remove useless variable gnus-use-generic-from.
6076         Remove obsolete variable gnus-topic-indentation.
6077
6078         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6079
6080         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6081
6082         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6083
6084         * gnus-group.el: Remove useless gnus-group-icon-cache.
6085         Remove useless gnus-ephemeral-group-server.
6086
6087         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6088
6089         * mml2015.el: Remove useless mml2015-verbose.
6090
6091         * mml-smime.el: Remove useless mml-smime-verbose.
6092
6093         * gnus.el: Remove useless gnus-local-domain.
6094
6095         * gnus-gravatar.el (gnus-gravatar-transform-address):
6096         Use gnus-gravatar-size.
6097
6098         * gnus-art.el: Remove useless gnus-treat-translate.
6099
6100 2010-09-24  Julien Danjou  <julien@danjou.info>
6101
6102         * gnus-sum.el: Add support for Gravatars.
6103
6104         * gnus-art.el: Add support for Gravatars.
6105
6106         * gnus-gravatar.el: Add this file.
6107
6108         * gravatar.el: Add this file.
6109
6110 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6113
6114         * gnus-group.el (gnus-group-fetch-faq): Remove.
6115
6116         * gnus.el (gnus-group-faq-directory): Remove.
6117
6118         * gnus-group.el (gnus-group-fetch-charter): Remove.
6119
6120         * gnus.el (gnus-group-charter-alist): Remove.
6121
6122         * gnus-group.el (gnus-group-archive-directory): Remove.
6123         (gnus-group-recent-archive-directory): Ditto.
6124         (gnus-group-make-archive-group): Remove.
6125
6126         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6127
6128         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6129         use the same article number for all the cached articles.
6130
6131         * nnimap.el (nnimap-command): Register the last command time so
6132         that we can use it for idling NOOPs.
6133         (nnimap-open-connection): Start the keeplive timer.
6134         (nnimap-make-process-buffer): Store all the process buffers.
6135         (nnimap-keepalive): New function.
6136
6137         * starttls.el (starttls-open-stream): Add autoload cookie.
6138
6139 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6140
6141         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6142         handling.
6143
6144 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6147         its data structures.
6148
6149         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6150         instead of the cl.el copy-list.
6151         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6152         equalp.
6153
6154 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6157         and tool-bar-local-item-from-menu.
6158
6159         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6160         mode-line-highlight face for Emacs.
6161
6162         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6163         loading gnus-sum.elc; fix comment for canlock-verify.
6164         (gnus-article-jump-to-part): Use read-number.
6165         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6166         Remove Emacs pre-21 compatible code for help-echo.
6167         (gnus-article-next-page-1): No need to adjust the number of lines.
6168         (gnus-article-describe-bindings): Always use help-buffer.
6169
6170         * gnus-audio.el (gnus-audio-inline-sound)
6171         * gnus-cus.el (gnus-custom-mode)
6172         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6173
6174         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6175
6176         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6177         compatible code.
6178
6179 2010-09-24  Glenn Morris  <rgm@gnu.org>
6180
6181         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6182         visiting the fcc file in rmail-mode.
6183
6184         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6185
6186 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * nnir.el: Silence the byte compiler.
6189
6190         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6191         alias to browse-url-url-encode-chars if any.
6192         (gnus-html-encode-url): Use it.
6193
6194 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * gnus-start.el (gnus-use-backend-marks): New variable.
6197         (gnus-get-unread-articles-in-group): Use it.
6198
6199         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6200         makeover.
6201
6202 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6203
6204         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6205
6206 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6209         Remove.
6210         (gnus-setup-news-hook):
6211         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6212
6213         * gnus-int.el (gnus-request-update-info): Protect against backends not
6214         having the function.
6215
6216         * nnimap.el (nnimap-stream): Mention starttls.
6217         (nnimap-open-connection): Add starttls support.
6218
6219 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6220
6221         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6222
6223 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6226         BODYSTRUCTUREs.
6227         (nnimap-transform-headers): Unfold quoted {42} headers.
6228
6229         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6230         the info.
6231         (gnus-get-unread-articles): Only call updatep on backends that support
6232         it.
6233
6234         * nnweb.el (nnweb-request-update-info): NOOP.
6235
6236         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6237
6238         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6239         since it only deals with marks.
6240
6241         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6242         gnus-request-marks, and make a new gnus-request-update-info.
6243
6244         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6245         the active instead of the high number, which is usually too low.
6246
6247 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6250         * encrypt.el: Remove.
6251
6252 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6255         server in symbolic form.
6256
6257         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6258
6259 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6262         (nnimap-update-info): Fix up code slightly.
6263
6264         * gnus-int.el (gnus-open-server): Add tracing for performance
6265         debugging.
6266
6267         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6268         (gnus-group-insert-group-line): Pass the real group name so that it
6269         gets the right data.
6270
6271         * gnus-start.el (gnus-get-unread-articles): Don't have
6272         `gnus-get-unread-articles-in-group' update info, since that can be
6273         really slow and doesn't seem to be needed?
6274
6275 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6276
6277         * time-date.el (date-to-time): Try using parse-time-string first before
6278         using the slower timezone-make-date-arpa-standard.
6279
6280 2010-09-22  Julien Danjou  <julien@danjou.info>
6281
6282         * gnus-group.el (gnus-group-insert-group-line):
6283         Call gnus-group-highlight-line.
6284         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6285         default hook list.
6286         (gnus-group-update-eval-form): Add new function.
6287         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6288         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6289
6290 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6293         immediate, then expire all articles.
6294         (nnimap-update-info): Fix off-by-one errors.
6295         (nnimap-flags-to-marks): Would return no marks lists for group with no
6296         flags.  Instead return the other data.
6297
6298 2010-09-22  Julien Danjou  <julien@danjou.info>
6299
6300         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6301         Only return an icon.
6302         (gnus-group-insert-group-line): Compute icon to return.
6303
6304         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6305         (gnus-html-image-fetched): Only cache if
6306         gnus-html-image-automatic-caching is set.
6307         (gnus-html-image-fetched): Check for errors.
6308
6309 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6312         once per method on `g'.  This ensures that backends like nnfolder don't
6313         open all their folders.
6314
6315         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6316         (nnimap-request-list): Nix out group in the correct buffer.
6317         (nnimap-parse-flags): Implement by using `read' instead of
6318         hand-parsing.
6319         (nnimap-flags-to-marks): Pass on permanent-flags.
6320         (nnimap-make-process-buffer): Record the server name.
6321         (nnimap-parse-flags): Fix typo.
6322         (nnimap-request-scan): Run split on the server in general, not just a
6323         single group.
6324
6325         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6326         parameter, and propagate this downwards.
6327
6328         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6329         since EXAMINE changes it on the server.
6330
6331         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6332         this command might take a while.
6333
6334 2010-09-22  Julien Danjou  <julien@danjou.info>
6335
6336         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6337         harmful if you have 2 images side-by-side, they can't be properly
6338         update on text deletion.  Using text-property is safer here.
6339         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6340         data.
6341
6342 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * nnimap.el (nnimap-expunge-inbox): Remove.
6345         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6346         (nnimap-expunge): Flip default to t.
6347
6348         * gnus.el (gnus-method-to-server): Don't push things to the cache
6349         unless it's unique.
6350         (gnus-server-to-method): Ditto.
6351
6352 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6355
6356 2010-09-22  Julien Danjou  <julien@danjou.info>
6357
6358         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6359         get the start of data.
6360         (gnus-html-encode-url): Add this function to encode special chars in
6361         URL.
6362         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6363         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6364
6365         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6366         default.
6367         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6368
6369         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6370         images alt-text.
6371         (gnus-html-put-image): Put alt-text as help-echo.
6372
6373 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6376         * mm-util.el (mm-decompress-buffer)
6377         * nnir.el (nnir-run-find-grep)
6378         * pop3.el (pop3-list): Use 3rd arg of split-string.
6379
6380         * time-date.el (format-seconds): Comment fix.
6381
6382         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6383         and byte-optimize-form-code-walker.
6384         (dgnushack-make-auto-load): Don't advise make-autoload.
6385
6386         * lpath.el: Remove Emacs 21 stuff.
6387
6388 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6391         outside the active range.  Suggested by Dan Christensen.
6392
6393         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6394         slightly later to avoid double-getting it.
6395
6396         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6397         previous patch.
6398
6399         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6400
6401 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6402
6403         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6404
6405 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * gnus-int.el (gnus-open-server): Give a better error message in the
6408         "go offline" case.
6409
6410         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6411         marks for nnimap, which is seldom the right thing to do.
6412
6413         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6414         (gnus-same-method-different-name): New function.
6415
6416         * nnimap.el (parse-time): Require.
6417
6418         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6419         method in the presence of many similar methods.
6420
6421         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6422
6423         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6424         nnml-inhibit-expiry.
6425
6426         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6427         find out whether methods are equal.
6428
6429         * nnimap.el (nnimap-find-expired-articles): New function.
6430         (nnimap-process-expiry-targets): New function.
6431         (nnimap-request-move-article): Request the article before looking at
6432         what the Message-ID is.  Fix found by Andrew Cohen.
6433         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6434
6435         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6436         for oldness in addition to being a predicate.
6437
6438         * nnimap.el (nnimap-request-group): When we have zero articles, return
6439         the right data to Gnus.
6440         (nnimap-request-expire-articles): Only delete articles immediately if
6441         the target is 'delete.
6442
6443         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6444         method, this would bug out.
6445
6446         * gnus-group.el (gnus-group-expunge-group): Rename from
6447         gnus-group-nnimap-expunge, and implemented as a normal interface
6448         function.
6449
6450         * gnus-int.el (gnus-request-expunge-group): New function.
6451
6452         * nnimap.el (nnimap-request-create-group): Implement.
6453         (nnimap-request-expunge-group): New function.
6454
6455 2010-09-21  Julien Danjou  <julien@danjou.info>
6456
6457         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6458         (gnus-html-cache-expired): Add new function.
6459         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6460         wethever we should display image for fetch it.
6461         Compute alt-text earlier to pass it to the fetching function too.
6462         (gnus-html-schedule-image-fetching): Change function argument to only
6463         get one image at a time, not a list.
6464         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6465         cache.
6466         (gnus-html-get-image-data): New function to retrieve image data from
6467         cache.
6468         (gnus-html-put-image): Change buffer argument to use image data rather
6469         than file, and place image above region rather than inserting a new
6470         one.  Do not take alt-text as argument, since it's useless now: we place
6471         the image above alt-text.
6472         (gnus-html-prune-cache): Remove.
6473         (gnus-html-show-images): Start to fetch image when we find one, do not
6474         push into a temporary list.
6475         (gnus-html-prefetch-images): Only fetch image if they have expired.
6476         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6477         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6478
6479 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6482
6483 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6486         spec inser "*" if the group isn't active instead of 0.
6487
6488         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6489         opening the server.
6490         (nnimap-request-delete-group): Implement group deletion.
6491         (nnimap-transform-headers): Return the size of the entire message in
6492         the Bytes header, not just the size of the first part.
6493         (nnimap-request-move-article): When moving an article from nnimap,
6494         request the article first so the accepting form has an article to
6495         accept.  Reported by Dan Christensen.
6496         (nnimap-command): Make sure that the error message doesn't error out.
6497
6498 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6499
6500         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6501         we haven't requested anything.
6502
6503 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6506         "".  Fix found by Andrew Cohen.
6507
6508         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6509         instead of -encode-string.
6510
6511 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6514
6515         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6516         by mm-subst-char-in-string.
6517
6518 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6521         waiting for the connection string.
6522
6523         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6524         arriving.
6525
6526         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6527         bogus characters.  This allows selecting certain Gmail groups.
6528
6529         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6530         (nnimap-fetch-partial-articles): New variable.
6531         (nnimap-open-connection): When looking for credentials, also use the
6532         nnimap-server-port.
6533         (nnimap-request-article): Return the group/article number, so that Gnus
6534         `^' works as expected.
6535         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6536
6537         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6538         comments.
6539         (gnus-methods-sloppily-equal): New function.
6540         (gnus): When using the development version of Gnus, load the gnus-load
6541         file.
6542
6543         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6544         `gnus-open-server' on each method before trying to scan them etc.
6545         This ensures that all the backend parameters are set correctly.
6546
6547         * nnimap.el (nnimap-authenticator): New variable.
6548         (nnimap-open-connection): Allow anonymous login.
6549         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6550         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6551
6552         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6553         patch, found by Knut Anders Hatlen.
6554
6555 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6556
6557         * gnus-agent.el (gnus-agent-batch-confirmation)
6558         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6559         to gnus-message.
6560         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6561         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6562         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6563         * gnus-int.el (gnus-open-server): Likewise.
6564         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6565         (gnus-score-check-syntax): Likewise.
6566         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6567         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6568         Likewise.
6569         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6570
6571 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6574         calling conventions so that prefetch doesn't bug out.
6575
6576 2010-09-19  Julien Danjou  <julien@danjou.info>
6577
6578         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6579         rather than `subst-char-in-region' in order to be able to replace ASCII
6580         char by UTF-8 ones.
6581
6582         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6583         than curl.
6584         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6585         the right URL and ALT text on images.
6586         (gnus-html-wash-tags): Fix tag case.
6587         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6588         (gnus-article-html): Add -o display_ins_del=2 option.
6589         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6590
6591 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6594         the extra mail headers, which sometimes seem to happen for unknown
6595         reasons.
6596
6597         * mail-parse.el (mail-header-encode-parameter): Define as
6598         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6599         (or most, perhaps?) mail readers don't understand the latter, but do
6600         understand the former.
6601
6602         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6603         to nil, so that no methods are automatically agentized.  I think this
6604         is probably what most users want.
6605
6606         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6607         from url-retrieve, for instance about invalid URLs.
6608
6609         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6610         groups that have no articles.
6611         (nnimap-request-article): Check that we really got an article when we
6612         requested one.
6613
6614         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6615         doesn't exist.
6616
6617         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6618         nntp buffer so the agent can save it.
6619         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6620         that CRLF doesn't get translated to \n.
6621         (nnimap-open-connection): Don't make 'shell commands only send \n.
6622
6623 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6624
6625         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6626         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6627         Update var name.
6628         (nnml-generate-nov-file): Use dolist.
6629         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6630         Use with-current-buffer.
6631
6632 2010-09-18  Julien Danjou  <julien@danjou.info>
6633
6634         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6635         parallel.
6636
6637 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6640         the range update right.
6641         (nnimap-request-group): Don't make `M-g' bug out on group with no
6642         marks.
6643         (nnoo): Require, so that other packages can require nnimap.
6644         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6645         command we're looking for.  This helps when the server sends more
6646         responses after we've gotten everything we expected.
6647         (nnimap): Add a `newlinep' field to keep track of end-of-line
6648         conventions.
6649         Don't send CRLF to things that don't want it.
6650         (nnimap-request-accept-article): Ditto.
6651
6652 2010-09-18  Julien Danjou  <julien@danjou.info>
6653
6654         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6655         than curl to retrieve images.
6656
6657 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658
6659         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6660         the marks.
6661         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6662         (nnimap-wait-for-connection): New function.
6663         (nnimap-open-connection): If we have PREAUTH, don't query for login
6664         credentials.
6665         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6666         when doing a partial update.
6667
6668 2010-09-18  Julien Danjou  <julien@danjou.info>
6669
6670         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6671         tags.
6672
6673 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * nnimap.el (nnimap-credentials): New function.
6676         (nnimap-open-connection): Use the new function to look for credentials
6677         also on the numeric equivalents of "imap" and "imaps".
6678
6679         * gnus-start.el (gnus-activate-group): Send the info to
6680         gnus-request-group.
6681
6682         * nnimap.el (nnimap-request-group): Have the "check" version of the
6683         function parse flags and update the info, so that a `M-g' get a total
6684         resync of all flags from the group.
6685
6686         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6687         to allow backends to alter the info on group selection.  Also alter all
6688         the backend -request-group functions to take the parameter.
6689
6690         * nnimap.el (nnimap-store-info): New function.
6691         (nnimap-update-info): Store the info for later usage.
6692         (nnimap-request-group): Use the stored info for the dont-check case, so
6693         that we don't retrieve all marks when we enter a group.
6694
6695         * nnimap.el: Use deffoo instead of defun for interface functions.
6696
6697         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6698         update the group info.  This makes the nndraft groups, for instance, go
6699         back to their old behaviour.
6700
6701         * gnus-sum.el (gnus-select-newsgroup): Indent.
6702
6703         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6704         in.
6705         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6706         nothing.
6707
6708         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6709         from methods that are denied.
6710
6711         * gnus-int.el (gnus-method-denied-p): New function.
6712
6713         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6714         store the password instead of netrc.
6715         (nnimap-open-connection): Don't error out when we can't make a
6716         connections.
6717
6718         * auth-source.el (auth-source-create): In the password prompt, say what
6719         we're querying for.  Also prompt for user name if that hasn't been
6720         given.
6721
6722         * nnimap.el (nnimap-with-process-buffer): Remove.
6723
6724 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6725
6726         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6727         method when we're reading from the agent.
6728
6729         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6730
6731         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6732         that's probably most useful for users.
6733
6734         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6735         "failed" all the time.
6736
6737         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6738         ...)) with (with-current-buffer ... ).
6739
6740         * nntp.el (nntp-open-server): Return whether the open was successful or
6741         not.
6742
6743         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6744         select an unread unseen article first.
6745
6746         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6747         /etc/services, supply some sensible port defaults.
6748
6749         * dgnushack.el: Define netrc-credentials.
6750
6751 2010-09-17  Julien Danjou  <julien@danjou.info>
6752
6753         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6754
6755 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6756
6757         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6758         doesn't have any parameters.
6759
6760 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6763         only upcased checks.
6764
6765         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6766
6767         * nnimap.el (nnimap-open-shell-stream): New function.
6768         (nnimap-open-connection): Use it.
6769         (nnimap-transform-headers): Get the number of lines in each message.
6770         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6771         number of lines.
6772         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6773         problem.
6774
6775         * utf7.el (utf7-encode): Autoload.
6776
6777         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6778         to allow the mail splitting to not return a default group.  This is
6779         useful for nnimap, which will leave unmatched mail in the inbox.
6780
6781         * nnimap.el: Rewritten.
6782
6783         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6784         nnimap usage.
6785
6786         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6787         if the move is internal, so that nnimap can do fast internal moves.
6788
6789         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6790         data.
6791         (gnus-read-active-for-groups): Support finishing the early retrieval of
6792         data.
6793
6794         * gnus-range.el (gnus-range-nconcat): New function.
6795
6796         * gnus-int.el (gnus-finish-retrieve-group-infos)
6797         (gnus-retrieve-group-data-early): New functions.
6798
6799 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6800
6801         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6802         (nnrss-retrieve-groups):
6803         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6804         (pop3-quit): Use with-current-buffer.
6805
6806 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6809         instead of nnheader-accept-process-output.
6810
6811         * dgnushack.el (dgnushack-compile): Add comment.
6812
6813         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6814
6815         * gnus-html.el (gnus-html-schedule-image-fetching)
6816         (gnus-html-prefetch-images): Replace process-kill-without-query by
6817         gnus-set-process-query-on-exit-flag.
6818
6819 2010-09-16  Romain Francoise  <romain@orebokech.com>
6820
6821         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6822
6823 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6826         parameter to unintern is mandatory-ish in Emacs 24.
6827
6828         * gnus-html.el (gnus-html-schedule-image-fetching)
6829         (gnus-html-prefetch-images): Check for curl before using it.
6830
6831         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6832         depend on curl, which isn't essential.
6833
6834         * imap.el: Revert back to version
6835         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6836         seem problematic.
6837
6838 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6839
6840         * gnus-registry.el (gnus-registry-install-shortcuts):
6841         Explicitly pass `obarray' to `unintern' to avoid a warning.
6842
6843 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6846         change.
6847
6848         * nnrss.el (nnrss-request-list): Remove this function and related
6849         functions, including the moreover stuff.
6850
6851 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * nnrss.el (nnrss-retrieve-groups): New function.
6854
6855 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6856
6857         * .dir-locals.el: Add no-byte-compile cookie.
6858
6859 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * time-date.el (format-seconds): Comment fix.
6862
6863         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6864         for back end that doesn't support request-scan.
6865
6866 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6869         then do request scans from the backends.
6870
6871         * netrc.el (netrc-credentials): New conveniency function.
6872
6873         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6874         avoid running a hook per line, since this takes a lot of time,
6875         profiling shows.
6876         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6877         directly if gnus-visual-p is true.
6878
6879 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6882         groups; replace mapcar with dolist which is a bit faster; pass groups
6883         info to gnus-read-active-file-1.
6884         (gnus-read-active-file-1): Scan only specified groups if the new
6885         optional arg `infos' is given.
6886
6887 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6890
6891         * pop3.el (pop3-movemail): Remove.
6892         (pop3-streaming-movemail): Rename to pop3-movemail.
6893
6894         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6895         don't restrict end-tag searches to the end of the line.
6896
6897 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6900         articles of every unchecked group to t, which means unknown since the
6901         server has never been opened.
6902
6903 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-html.el (gnus-html-show-alt-text): New command.
6906         (gnus-html-browse-image): Ditto.
6907         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6908         to browse the image directly.
6909         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6910         better.
6911
6912         * gnus-async.el (gnus-async-article-callback):
6913         Call `gnus-html-prefetch-images' unconditionally.
6914
6915         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6916         before feeding URLs to curl.
6917
6918 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6921         internal images as deletable by `W D D'.
6922
6923         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6924         (gnus-async-article-callback): Fix typo.
6925
6926 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6929         current line to work around bugs in the output from w3m.
6930
6931         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6932         for groups that want that.
6933
6934         * nntp.el (nntp-wait-for-string): Supply a timeout for
6935         accept-process-output to ensure progress.
6936
6937         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6938         level to get unread articles from, then use that for foreign groups,
6939         too.
6940
6941         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6942         confuses the rest of the function.
6943
6944         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6945         for the methods that support -retrieve-groups, too.
6946
6947         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6948
6949 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6952         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6953
6954         * pop3.el: Require cl when compiling.
6955         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6956
6957 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6960         that aren't going to be activated.
6961         (gnus-get-unread-articles): Fix up the last commit.
6962
6963         * gnus-html.el (gnus-article-html): Allow calling without specifying
6964         the handle.  In that case, dissect the buffer first.
6965
6966         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6967
6968         * nnimap.el (nnimap-open-connection): Revert the change that would look
6969         into authinfo for imaps instead of imap.
6970
6971         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6972         say that you don't want to call gnus-request-group with don-check, but
6973         do check the reponse.  This is for virtual groups only.
6974         (gnus-get-unread-articles): Count the archive groups as secondary, so
6975         that they're activated the same way as before.
6976
6977         * imap.el (imap-message-map): Removed optional buffer parameter, since
6978         no callers use it.
6979         (imap-message-get): Ditto.
6980         (imap-message-put): Ditto.
6981         (imap-mailbox-map): Ditto.
6982         (imap-mailbox-put): Ditto.
6983         (imap-mailbox-get): Ditto.
6984         (imap-mailbox-get): Revert last change for this function.
6985
6986         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6987         case-insensitively.
6988         (nnimap-debug): Remove.
6989
6990         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6991         callers to use `imap-fetch' instead.  According to the comments, this
6992         should be safe, since all other IMAP clients use the 1:* syntax.
6993         (imap-enable-exchange-bug-workaround): Remove.
6994         (imap-debug): Remove -- doesn't seem very useful.
6995
6996         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6997         mail from a file, and the file doesn't exist.
6998
6999         * imap.el (imap-log): New convenience function used throughout instead
7000         of repeating the same code all over the place.
7001
7002         * pop3.el (pop3-streaming-movemail): Return t for success.
7003
7004         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7005         .authinfo if we're using ssl connection.
7006
7007         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7008         already have if we're in a main Gnus `g' run.
7009
7010         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7011
7012 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7015
7016         * nnmh.el (nnmh-request-list-1): Bind `file'.
7017
7018         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7019         alias to set-process-query-on-exit-flag or process-kill-without-query.
7020         (pop3-open-server): Use it.
7021
7022 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7025         box to the Incoming file.  Fixes mistake in previous checkin.
7026
7027         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7028         request loop (for debugging purposes) removed.
7029
7030         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7031         culprit is more visible.
7032         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7033         (nnml-add-incremental-nov): New functions to do "incremental" nov
7034         updates, where we just append to the end of the existing nov files
7035         without reading/writing them in full.
7036
7037         * mail-source.el (mail-source-delete-crash-box): Really only check the
7038         incoming files once in a while.
7039
7040         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7041
7042         * mail-source.el (mail-source-delete-crash-box): Only check the
7043         incoming files for deletion once per day to save a lot of file
7044         accesses.
7045
7046         * pop3.el (pop3-logon): Fix up unbound variable typo.
7047
7048         * mail-source.el (pop3-streaming-movemail): Autoload.
7049
7050         * pop3.el (pop3-streaming-movemail):
7051         Respect pop3-leave-mail-on-server.
7052
7053         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7054         retrieval.
7055
7056         * pop3.el (pop3-process-filter): Remove unused function.
7057         (pop3-streaming-movemail, pop3-send-streaming-command)
7058         (pop3-wait-for-messages, pop3-write-to-file)
7059         (pop3-number-of-responses): New functions for streaming pop3
7060         retrieval.
7061
7062         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7063         come from no known methods.
7064         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7065         list.
7066
7067         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7068         message sizes.
7069         (pop3-movemail): Use erase-buffer instead of looping and deleting
7070         regions, which seems rather odd.
7071
7072         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7073         file once per `g' run.
7074
7075         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7076         directories.  This makes the draft queue directory work.
7077
7078         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7079         data from the backends, so that we only request the list of groups from
7080         each method once.  This should speed things up considerably.
7081
7082         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7083         detect that it's not implemented.
7084
7085         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7086         we actually do recurse down into the tree, but don't stat all leaf
7087         nodes.
7088
7089         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7090         then say so instead of bugging out.
7091
7092         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7093         files exist before trying to read them.
7094
7095         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7096         around <pre_int>.
7097
7098         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7099
7100         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7101
7102 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * mm-util.el (mm-image-load-path): Just return the image directories,
7105         not all directories in the path in addition to the image directories.
7106         (mm-image-load-path): Maintain a cache of the image directories so that
7107         the `g' command in Gnus doesn't have to stat dozens of directories each
7108         time.
7109
7110         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7111         (gnus-html-wash-tags): Add a new `i' command to insert images.
7112         (gnus-html-insert-image): New command and keystroke.
7113         (gnus-html-redisplay-with-images): New command and keystroke.
7114         (gnus-html-show-images): Rename command.
7115         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7116         spacers.
7117         (gnus-html-wash-tags): Decode entities at the end, so that entities
7118         inside the tags don't mess up the rest of the "parsing".
7119
7120         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7121         so that nnimap methods aren't agentized by default.  There's apparently
7122         many problems related to agent/imap behaviour.
7123
7124         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7125
7126         * gnus-html.el: Doc fix.
7127
7128 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7131         specifier-spec-list for Emacs 21.
7132
7133         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7134         glyph-width and glyph-height instead of display-graphic-p and
7135         image-size; make avoidance of displaying small images work for XEmacs.
7136
7137         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7138         for XEmacs.
7139
7140         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7141         of symbol that holds plist data.
7142         (gnus-process-plist): Remove plist of process after getting it.
7143
7144 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * message.el (message-generate-hashcash): Change default to
7147         'opportunistic if hashcash is installed.
7148
7149         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7150         (gnus-html-put-image): Only call image-size once, since it's somewhat
7151         time-consuming on remote X servers.
7152
7153 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7156         type on data, not a file name.
7157
7158         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7159         window-pixel-edges for Emacs 21.
7160
7161         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7162         decoded contents.
7163         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7164
7165 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7168         group line format, since it isn't very interesting.
7169
7170         * gnus-agent.el (gnus-agent-short-article),
7171         (gnus-agent-long-article): Increase values for these two variables,
7172         since most people are likely to have more network connection and
7173         storage than before.
7174
7175         * gnus.el (gnus-refer-article-method): Change default to 'current.
7176         When referring an article, the common behaviour is to refer it from the
7177         current select method, not the native select method.  The chances of
7178         the native select method having the message in question is rather slim
7179         these days.
7180
7181         * gnus-sum.el (gnus-auto-select-subject): Change default to
7182         `unseen-or-unread'.  I think it's likely that most people want to
7183         select an unseen article over a previously seen, but unread one.
7184
7185         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7186         means that in the article buffer none of the minor mode elements will
7187         be shown, usually, and this is not desirable in most cases.
7188
7189         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7190         that commands like `d' (and the like) go to the next line in the
7191         buffer, instead of the next unread article.  I think this is the
7192         behaviour that is most natural for most users.
7193         (gnus-single-article-buffer): Change default to nil, so that people can
7194         have as many article buffers open as they have summary buffer.  I think
7195         this is the most natural way for the groups to behave.
7196
7197         * message.el (message-generate-new-buffers): Change default to
7198         `unsent', so that all new message buffers start their names with the
7199         string "*unsent", and it's easier to find the buffers if you move from
7200         them.
7201
7202 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7205         small.  They're probably tracking images.
7206         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7207         (gnus-html-rescale-image): Yet another try at getting the image sizing
7208         right.
7209
7210         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7211         nntp-marks-file-name is nil.
7212
7213 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-html.el (gnus-html-wash-tags)
7216         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7217         Better logging.
7218
7219 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220
7221         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7222
7223         * gnus-html.el (gnus-html-wash-tags): Check the value of
7224         gnus-blocked-images in the summary buffer.
7225
7226 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7227
7228         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7229
7230 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7233         like "a", it seems like.
7234         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7235         since it needs to be picked from the correct buffer.
7236
7237         * nnwfm.el: Remove.
7238
7239         * nnlistserv.el: Remove.
7240
7241 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7244         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7245
7246 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * nnkiboze.el: Remove.
7249
7250         * nndb.el: Remove.
7251
7252         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7253         alt text.
7254         (gnus-html-rescale-image): Try to get the rescaling logic right for
7255         images that are just wide and not tall.
7256
7257         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7258         overshadow variable bindings.
7259
7260 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-html.el (gnus-html-wash-tags)
7263         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7264         Add extra logging.
7265
7266 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7269         (gnus-max-image-proportion): New variable.
7270         (gnus-html-rescale-image): New function.
7271         (gnus-html-put-image): Rescale images.
7272
7273 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         Fix up some byte-compiler warnings.
7276         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7277         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7278         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7279         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7280         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7281         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7282         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7283
7284 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-html.el (gnus-article-html): Decode contents by charset.
7287
7288 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7291         (gnus-html-frame-width, gnus-blocked-images)
7292         * message.el (message-prune-recipient-rules): Add custom version.
7293         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7294
7295         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7296         functions.
7297
7298         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7299         gnus-process-get.
7300
7301 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7302
7303         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7304         instead of lsub directly.
7305
7306 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * nnwarchive.el: Remove.
7309
7310         * gnus-soup.el: Remove.
7311
7312         * nnsoup.el: Remove.
7313
7314         * nnultimate.el: Remove.
7315
7316         * gnus-html.el (gnus-blocked-images): New variable.
7317
7318         * message.el (message-prune-recipients): New function.
7319         (message-prune-recipient-rules): New variable.
7320
7321         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7322         guess whether a long line is natural text or not.
7323
7324         * gnus-html.el (gnus-html-schedule-image-fetching):
7325         Use gnus-process-plist and friends for compatibility.
7326
7327 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7328
7329         * gnus-html.el: Require packages that define macros used in this file.
7330         (gnus-article-mouse-face): Declare to silence byte-compiler.
7331         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7332         process-get.
7333         (gnus-html-put-image): Use plist-get to avoid getf.
7334         (gnus-html-prefetch-images): Use with-current-buffer.
7335
7336 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-ems.el: Provide compatibility functions for
7339         gnus-set-process-plist.
7340
7341         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7342         header-line-format for XEmacs 21.4.
7343
7344         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7345         * gnus.el (gnus-valid-select-methods)
7346         * message.el (message-send-mail-partially-limit)
7347         * mm-decode.el (mm-text-html-renderer)
7348         * mml.el (mml-insert-mime-headers-always)
7349         * smiley.el (smiley-regexp-alist): Bump custom version.
7350
7351 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * gnus-html.el: require mm-url.
7354         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7355         with the url to `url'.
7356         (gnus-html-wash-tags): Support cid: URLs/images.
7357
7358 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7361         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7362         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7363
7364         * gnus-move.el: Remove file, since it doesn't really work.
7365
7366         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7367         UTF-8.  This seems to fix problems with some German web feeds.
7368
7369         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7370         at the top so that the proper colours are applied.
7371
7372         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7373         don't have dots in their names.
7374
7375         * gnus-art.el (gnus-article-view-part): Doc fix.
7376
7377         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7378         XEmacs-compatible.
7379         (gnus-html-put-image): Don't do images on non-graphic displays.
7380
7381         * nnslashdot.el: Remove this unused backend.
7382
7383         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7384         actions.
7385         (gnus-undo-register-1): Revert last change.
7386
7387         * gnus-group.el (gnus-group-completing-read): Protect against not
7388         having completion-styles bound.
7389
7390         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7391         make broken recipients happier.
7392
7393         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7394
7395         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7396         point parameter.
7397
7398         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7399
7400         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7401         completion-styles for group selection.
7402
7403 2009-02-04  Andreas Schwab  <schwab@suse.de>
7404
7405         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7406         headers and regexp-quote the match if necessary.
7407
7408 2009-03-24  Miles Bader  <miles@gnu.org>
7409
7410         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7411         the blinking smiley.
7412
7413 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7414
7415         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7416         blink smiley.
7417
7418 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7421         where the dribbel file lives exists.
7422
7423         * message.el (message-send-mail-partially-limit): Change the default to
7424         nil, since most people don't want this.
7425
7426         * mm-url.el (mm-url-decode-entities): Also decode entities like
7427         &#x3212.
7428
7429 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7430
7431         * gnus-sum.el (gnus-summary-idna-message):
7432         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7433         Hyperlink urls in docstrings with URL `...'.
7434
7435 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7436
7437         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7438         functions.
7439
7440 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7443         say what the mouseover text should be.
7444
7445         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7446         version of the mm-w3m-safe-url-regexp variable to only download images
7447         in the groups where we want that to happen.
7448
7449         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7450
7451         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7452         easier debugging.
7453         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7454         big pictures in the article buffer.
7455
7456         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7457         gnus-article-html.
7458         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7459         w3m.
7460
7461         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7462
7463 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7466         which doesn't exist.
7467
7468         * message.el (message-inhibit-ecomplete): New variable to allow some
7469         function to inhibit ecomplete address storage.
7470         (message-resend): Disable ecomplete message storage when resending
7471         messages.
7472
7473         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7474
7475 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7478         Save excursion while copying, moving, and deleting articles in order to
7479         prevent the cursor from jumping to unforeseen place.
7480
7481 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * lpath.el: No need to bind bookmark-current-buffer,
7484         bookmark-yank-point and bookmark-make-record-function.
7485
7486 2010-08-17  Glenn Morris  <rgm@gnu.org>
7487
7488         * gnus-sync.el: Require gnus components whose functions are used.
7489
7490         * gnus-art.el (bookmark-make-record-function):
7491         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7492         Declare for compiler.
7493
7494         * mm-url.el (mml-compute-boundary): Autoload.
7495
7496 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7499
7500 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         Typo fix "hoo4a" -> "hook".
7503
7504         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7505
7506 2010-08-14  Glenn Morris  <rgm@gnu.org>
7507
7508         * gnus-sync.el (gnus-sync): Fix defgroup version.
7509
7510 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7511
7512         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7513
7514         * gnus-sync.el: Fix docs.
7515         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7516         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7517
7518 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7519
7520         Optimizations for gnus-sync.el.
7521
7522         * gnus-sync.el: Add docs about gnus-sync-backend
7523         possibilities.
7524         (gnus-sync-save): Remove unnecessary message.
7525         (gnus-sync-read): Optimize and show what groups were skipped.
7526
7527 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7528
7529         Minor bug fixes for gnus-sync.el.
7530
7531         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7532         Don't read the sync on get-new-news.
7533
7534         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7535         quiet.
7536
7537         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7538         (fix typo).
7539
7540 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7541
7542         Make saving and restoring of hidden threads work with overlays.
7543         Patch applied by Ted Zlatanov.
7544
7545         * gnus-sum.el (gnus-hidden-threads-configuration)
7546         (gnus-restore-hidden-threads-configuration): Update to deal with text
7547         properties, rather than searching for a magic character.
7548
7549 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         New gnus-sync.el library for synchronization of marks.
7552
7553         * gnus-sync.el: New library for synchronization of marks.
7554
7555         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7556         renamed from `gnus-registry-grep-in-list'.
7557
7558         * gnus-registry.el (gnus-registry-follow-group-p):
7559         Use `gnus-grep-in-list'.
7560
7561         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7562
7563 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7566         determining charset of text fails.
7567
7568 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * nnmail.el (nnmail-get-new-mail-1): Revert.
7571
7572         * nnml.el (nnml-active-number): Make sure names of newly created groups
7573         in nnml-group-alist are encoded.
7574
7575 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7578         containing non-ASCII characters in active file for nnml back end.
7579
7580 2010-07-24  David Engster  <dengste@eml.cc>
7581
7582         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7583         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7584
7585 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7586
7587         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7588         tag (Bug#6654).
7589
7590 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7593         the article buffer, not the summary buffer.
7594
7595 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7598         Emacs 23 as well.
7599
7600 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7603         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7604
7605 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7606
7607         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7608         Patch applied by Karl Fogel.
7609
7610         * gnus-sum.el (gnus-summary-bookmark-make-record):
7611         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7612
7613 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7614
7615         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7616         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7617         C-w still not working correctly from Article buffers; Thierry's
7618         patch to fix that will be applied after this.
7619
7620         * gnus-art.el (bookmark-make-record-function): New local variable.
7621
7622         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7623         article buffer.
7624         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7625
7626 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7627
7628         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7629         on changes in bookmark.el.
7630
7631 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7634         `no-log' instead of message not to log prompt string.
7635
7636 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7637
7638         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7639         the *other* type of HTML form submission.
7640
7641 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7642
7643         * auth-source.el (auth-source-pick): If choice does not contain a
7644         questioned keyword, set the check to t.
7645
7646 2010-06-12  Romain Francoise  <romain@orebokech.com>
7647
7648         * gnus-util.el (gnus-date-get-time): Move up before first use.
7649
7650 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7653         (gnus-article-edit-part): Bind it to make last part that is substituted
7654         or deleted visible.
7655         (gnus-mime-display-single): Buttonize part of which id equals to
7656         gnus-mime-buttonized-part-id.
7657
7658 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7659
7660         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7661         (gnus-dd-mmm): Use gnus-date-get-time.
7662         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7663         simplify logic.
7664         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7665         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7666
7667 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7668
7669         * auth-source.el (top): Autoload `secrets-list-collections',
7670         `secrets-create-item', `secrets-delete-item'.
7671         (auth-sources): Fix tag string.
7672         (auth-get-source, auth-source-retrieve, auth-source-create)
7673         (auth-source-delete): New defuns.
7674         (auth-source-pick): Rewrite in order to avoid 2 passes.
7675         (auth-source-forget-user-or-password): New parameter USERNAME.
7676         (auth-source-user-or-password): New parameters CREATE-MISSING and
7677         DELETE-EXISTING.  Retrieve password interactively, if needed.
7678
7679 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7680
7681         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7682         deleting unused directories when gnus-expert-user is t.
7683
7684 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7687         for each temp file when gnus-article-browse-delete-temp is ask.
7688
7689 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7690
7691         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7692         Replace Lisp calls to delete-backward-char by calls to delete-char.
7693
7694 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7695
7696         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7697
7698 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7699
7700         * password-cache.el (password-cache-remove): Fix docstring.
7701
7702 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7705         article unless decoding article to be saved.
7706
7707 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7710         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7711         generated within the mm-with-unibyte-current-buffer macro.
7712
7713 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7716         to nil when we're in a mml-preview buffer and no group is selected.
7717
7718 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7719
7720         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7721         when catching the `C-g'.  Reported by "Leo".
7722
7723 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * message.el (message-forward-make-body-plain)
7726         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7727         multibyte-string-p.
7728
7729         * lpath.el: Revert.
7730
7731 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * message.el (message-forward-make-body-mml): Assume original message
7734         is multibyte string; error on unibyte.
7735         (message-forward-make-body-plain): Ditto; don't add excessive newline
7736         in body end.
7737
7738         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7739
7740 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7741
7742         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7743         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7744
7745 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mm-extern.el (mm-extern-url): Don't use
7748         mm-with-unibyte-current-buffer.
7749         (mm-extern-cache-contents): Use with-current-buffer instead of
7750         save-excursion + set-buffer.
7751
7752 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * mm-util.el (mm-emacs-mule): Remove.
7755
7756 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7757
7758         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7759         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7760         change.
7761
7762 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7765         bind the default value of enable-multibyte-characters to nil.
7766
7767 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * message.el (message-forward-make-body-plain)
7770         (message-forward-make-body-mml):
7771         Don't use mm-with-unibyte-current-buffer.
7772
7773 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7774
7775         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7776
7777 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7778
7779         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7780         (Bug#5592).
7781
7782 2010-05-07  Julien Danjou  <julien@danjou.info>
7783
7784         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7785         it to mm-pipe-part.
7786
7787         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7788         it is given.
7789
7790 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * binhex.el (binhex-decode-region-internal)
7793         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7794         (dns-query)
7795         * nnweb.el (nnweb-gmane-search)
7796         * pgg-parse.el (pgg-parse-armor)
7797         * pgg.el (pgg-verify-region)
7798         * sha1.el (sha1-string-external)
7799         * uudecode.el (uudecode-decode-region-internal)
7800         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7801         XEmacs.
7802
7803         * gnus-art.el (gnus-article-browse-html-parts)
7804         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7805         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7806         make-temp-file.
7807
7808         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7809         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7810         compiling.
7811
7812         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7813         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7814         XEmacs when compiling.
7815
7816         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7817         gnus-pick-mode-off-hook for XEmacs when compiling.
7818         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7819         gnus-binary-mode-off-hook for XEmacs when compiling.
7820
7821         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7822         Return nil if char-charset is not available.
7823
7824         * imap.el (imap-disable-multibyte)
7825         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7826         macros.
7827
7828         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7829         instead of encode-coding-string.
7830
7831         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7832         'xemacs) instead of mm-emacs-mule to switch function definitions.
7833         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7834
7835         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7836         bind temporary-file-directory for XEmacs;
7837         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7838         timer-set-function for XEmacs 21.4 and SXEmacs;
7839         bind timer-list for XEmacs 21.4 and SXEmacs;
7840         fbind char-charset and find-charset-region for non-Mule XEmacs;
7841         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7842         encode-coding-region and encode-coding-string for XEmacs having no
7843         file-coding feature.
7844
7845 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7846
7847         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7848
7849 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7852         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7853
7854 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7855
7856         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7857         alias `jka-compr-delete-temp-file' no longer exists.
7858
7859 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7860
7861         Use define-minor-mode in Gnus where applicable.
7862         * mml.el (mml-mode): Use define-minor-mode.
7863         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7864         (gnus-undo-mode): Use define-minor-mode.
7865         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7866         (gnus-dead-summary-mode): Use define-minor-mode.
7867         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7868         Initialize in declaration.
7869         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7870         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7871         (gnus-mailing-list-mode): Use define-minor-mode.
7872         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7873         (gnus-draft-mode): Use define-minor-mode.
7874         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7875         (gnus-dired-mode): Use define-minor-mode.
7876
7877 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7878
7879         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7880         handles on recursive mml-to-mime translation and check them for
7881         boundary delimiter collisions.  Reported by Greg Troxel.
7882
7883 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7886
7887 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7888
7889         * mm-util.el (mm-find-buffer-file-coding-system):
7890         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7891
7892 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7893
7894         * message.el (message-generate-headers): Record insertion of optional
7895         headers as well.  Otherwise the check to prevent repeated insertion of
7896         optional headers is a no-op.
7897
7898 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7899
7900         * smime.el: Don't mention CVS.
7901
7902         * nnrss.el (nnrss-fetch): Don't mention CVS.
7903
7904         * nnir.el: Don't mention CVS.
7905
7906 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7907
7908         * gnus-sum.el (gnus-summary-bookmark-make-record):
7909         Add `location' field.
7910
7911 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * lpath.el: Fbind bookmark-default-handler,
7914         bookmark-get-bookmark-record, bookmark-make-record-default,
7915         bookmark-prop-get for Emacs <23 and XEmacs.
7916
7917 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7918
7919         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7920         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7921         Use with-current-buffer to silence the byte-compiler.
7922         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7923         bother to require `gnus'.
7924         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7925
7926 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7927
7928         * gnus-sum.el (gnus-summary-bookmark-make-record)
7929         (gnus-summary-bookmark-jump): New functions.
7930         (gnus-summary-mode): Setup bookmark support.
7931
7932 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7933
7934         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7935         if set.
7936
7937 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7940         gnus-article-browse-html-save-cid-image; make it work recursively for
7941         forwarded messages as well.
7942         (gnus-article-browse-html-parts): Work when prefix arg is given.
7943         (gnus-article-browse-html-article): Doc fix.
7944
7945 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7946
7947         * message.el (message-default-mail-headers):
7948         (message-default-headers): Carry the value mail-default-headers over
7949         into message-default-mail-headers, rather than message-default-headers.
7950
7951 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7952
7953         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7954         charset.
7955
7956         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7957         charset into the <meta> tag when the article is encoded to utf-8.
7958
7959 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-art.el (gnus-article-browse-delete-temp-files):
7962         Delete directories as well.
7963         (gnus-article-browse-html-parts): Work for images that do not specify
7964         file names; delete temp directory when quitting; insert header at the
7965         right place; use file: scheme for image files.
7966
7967 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7968
7969         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7970         (gnus-article-browse-html-parts): Use it to make temporary cid image
7971         files in addition to html file so that browser may display them.
7972
7973 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7976
7977 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7980
7981 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * auth-source.el (auth-sources): Change default to be simpler.
7984         Explain about Secret Service API sources.  Improve Customize options.
7985         (auth-source-pick): Change to accept any number of search parameters.
7986         Implement fallbacks iteratively, not recursively.  Add scoring on the
7987         second pass and sort by score.  Call Secret Service API when needed.
7988         (auth-source-user-or-password): Use it.  Call Secret Service API
7989         directly when needed to get the user name and the password.
7990
7991 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7992
7993         * message.el (message-interactive): Doc fix.
7994         (message-qmail-inject-args): Reflow.
7995         (message-kill-to-signature): Fix typo in docstring.
7996
7997         * smiley.el (smiley-buffer): Fix typo in docstring.
7998
7999 2010-03-24  Glenn Morris  <rgm@gnu.org>
8000
8001         * mail-source.el (gnus-message): Declare.
8002         (mail-source-delete-old-incoming): Require gnus-util.
8003
8004 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8007
8008         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8009
8010         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8011         password-cache's default if it is not bound.
8012         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8013         password-cache-expiry's default if it is not bound.
8014
8015         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8016         available in Emacs 21.
8017
8018         * lpath.el: Suppress compiler warnings for:
8019         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8020         XEmacs;
8021         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8022         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8023         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8024
8025 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * auth-source.el (auth-sources): Fix up definition so extra parameters
8028         are always inline.
8029
8030 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8031
8032         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8033         wasn't updated after mismatch.  Clear cached mailbox info correctly
8034         when uidvalidity changes.
8035         (nnimap-group-prefixed-name): New function to avoid some code
8036         duplication.
8037         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8038         (nnimap-request-group): Use it.
8039         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8040         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8041         with many imap folders.  This is done by caching the group status from
8042         the imap server persistently in a group parameter `imap-status'.  (This
8043         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8044         but not persistently, so every Gnus startup was still very slow.)
8045
8046 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8049         delete the extra newline.  Otherwise editing of :string and :number
8050         types don't work.
8051
8052 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8053
8054         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8055         secrets.el dependency.
8056         (auth-sources): Add optional user name.  Add secrets.el configuration
8057         choice (unused right now).
8058
8059 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * gnus-sum.el (gnus-summary-make-menu-bar):
8062         Let `gnus-registry-install-shortcuts' fill in the functions.
8063
8064         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8065         warnings.
8066         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8067         (gnus-registry-install-shortcuts): Populate and use it in a
8068         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8069
8070 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8071
8072         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8073         In-place substitutions for the group name encoding/decoding.
8074         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8075         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8076         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8077         (nnimap-update-unseen, nnimap-request-list)
8078         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8079         (nnimap-request-set-mark, nnimap-split-to-groups)
8080         (nnimap-split-articles, nnimap-request-newgroups)
8081         (nnimap-request-create-group, nnimap-request-accept-article)
8082         (nnimap-request-delete-group, nnimap-request-rename-group)
8083         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8084         `encoded-mbx' for consistency.
8085         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8086         variable `imap-current-mailbox'.
8087
8088         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8089         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8090
8091 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8092
8093         * pop3.el (pop3-display-message-size-flag): Display message size byte
8094         counts during POP3 download.
8095         (pop3-movemail): Use it.
8096         (pop3-list): Implement listing of available messages.
8097
8098 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8099
8100         * nnir.el (nnir-get-article-nov-override-function): New function to
8101         override the normal NOV retrieval.
8102         (nnir-retrieve-headers): Use it.
8103
8104 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8105
8106         * auth-source.el (netrc-machine-user-or-password): Autoload.
8107
8108 2010-03-19  Glenn Morris  <rgm@gnu.org>
8109
8110         Stop message.el from loading about 40 libraries it doesn't always need.
8111         The general approach is to autoload rather than require, and to
8112         require in the specific functions rather than the file.  (Bug#5642)
8113
8114         * gmm-utils.el: Don't require wid-edit.
8115         (widget-create-child-value, widget-convert, widget-default-get):
8116         Autoload.
8117
8118         * gnus-util.el: Don't require time-date, netrc.
8119         (message-fetch-field, gnus-group-name-decode): Declare rather than
8120         autoloading.
8121         (gnus-fetch-field): Require message.
8122         (gnus-decode-newsgroups): Require gnus-group.
8123
8124         * ietf-drums.el: Don't require time-date.
8125
8126         * message.el: Don't require hashcash, canlock, ecomplete.
8127         Do require mail-utils.  Require nnheader only when compiling.
8128         (smtpmail-default-smtp-server): Remove declaration.
8129         (message-send-mail-function): Check smtpmail-default-smtp-server
8130         is bound rather than requiring smtpmail.
8131         (message-auto-save-directory, message-insert-signature):
8132         Use expand-file-name rather than nnheader-concat.
8133         (nnheader-insert-file-contents): Autoload.
8134         (hashcash-wait-async): Declare.
8135         (message-send-mail): Only call gnus-setup-posting-charset if
8136         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8137         (message-send-mail-with-sendmail): Require sendmail.
8138         (canlock-password, canlock-password-for-verify): Declare.
8139         (message-canlock-password): Require canlock.
8140         (nnheader-get-report): Autoload.
8141         (gnus-setup-posting-charset): Declare.
8142         (message-send-news): Require gnus-msg.
8143         (message-make-references, message-make-in-reply-to): Use mail-header-id
8144         rather than the alias mail-header-message-id.
8145         (ecomplete-add-item, ecomplete-save): Declare.
8146         (message-put-addresses-in-ecomplete): Require ecomplete.
8147         (ecomplete-display-matches): Autoload.
8148
8149         * mm-decode.el: Don't require mailcap, gnus-util.
8150         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8151         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8152         Autoload.
8153         (mailcap-mime-extensions): Declare.
8154
8155         * mm-encode.el: Don't require mailcap.
8156         (mailcap-extension-to-mime): Autoload.
8157
8158         * mml-sec.el: Don't require password-cache.
8159
8160         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8161         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8162         (mml-minibuffer-read-type): Require mailcap.
8163         (mml-preview): Require gnus-msg.
8164
8165         * mml1991.el: Require password-cache.
8166         (password-cache-expiry): Remove declaration.
8167
8168         * mml2015.el: Require password-cache.
8169         (password-cache-expiry): Remove declaration.
8170
8171         * nneething.el (mailcap): Require mailcap.
8172
8173         * nnheader.el (declare-function): Add compatibility stub.
8174         (message-remove-header): Declare rather than autoload.
8175         (nnheader-replace-header): Require message.
8176
8177         * nnimap.el (declare-function): Add compatibility stub.
8178         (netrc-parse, netrc-machine-user-or-password): Declare.
8179         (nnimap-open-connection): Require netrc.
8180
8181         * nntp.el (declare-function): Add compatibility stub.
8182         (netrc-parse, netrc-machine, netrc-get): Declare.
8183         (nntp-send-authinfo): Require netrc.
8184
8185         * rfc2047.el: Don't require qp.
8186         (quoted-printable-encode-region, quoted-printable-decode-string):
8187         Autoload.
8188
8189         * sieve-mode.el: Don't require easymenu.
8190         (easy-menu-add-item): Autoload it.
8191
8192         * spam-stat.el (time-to-number-of-days): Autoload it.
8193
8194 2010-03-19  Glenn Morris  <rgm@gnu.org>
8195
8196         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8197
8198 2010-03-18  Glenn Morris  <rgm@gnu.org>
8199
8200         * hashcash.el (declare-function): Remove duplicate definition.
8201
8202 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8203
8204         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8205         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8206         value if any backslash escapes).
8207
8208 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8211         if it is available.  (bug#5647)
8212
8213         * lpath.el: Suppress compiler warning for coding-system-from-name for
8214         Emacs 21 and XEmacs.
8215
8216 2010-03-14  Juri Linkov  <juri@jurta.org>
8217
8218         * hmac-def.el:
8219         * hmac-md5.el:
8220         * netrc.el: Fix keywords.
8221
8222 2010-02-26  Glenn Morris  <rgm@gnu.org>
8223
8224         * message.el (message-send-mail-function): Change the default, so that
8225         it inherits from a customized send-mail-function.  (Bug#5643)
8226
8227 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8228
8229         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8230         shell-command-to-string signals an error (bug#5299).
8231
8232 2010-02-24  Glenn Morris  <rgm@gnu.org>
8233
8234         * message.el (message-smtpmail-send-it)
8235         (message-send-mail-with-mailclient): Doc fixes.
8236
8237 2010-02-16  Glenn Morris  <rgm@gnu.org>
8238
8239         * message.el (message-default-mail-headers): Change the default value
8240         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8241
8242 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8245         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8246
8247 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8248
8249         * time-date.el (date-to-time): Doc fix (Bug#5408).
8250
8251 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8252
8253         * message.el (message-mail): Just pass yank-action on to message-setup.
8254         (message-setup): Handle (FUN . ARGS) form of yank-action.
8255         (message-with-reply-buffer, message-widen-reply)
8256         (message-yank-original): Handle non-buffer values of
8257         message-reply-buffer (Bug#4080).
8258         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8259
8260 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8261
8262         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8263         Fix typo in docstring.
8264
8265 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8266
8267         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8268         response.
8269
8270 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8273
8274         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8275
8276         * message.el (message-check-news-header-syntax): Protect against a
8277         string that `rfc822-addresses' returns when parsing fails.
8278
8279 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8282         (gnus-previous-char-property-change): New functions.
8283
8284         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8285
8286 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8287
8288         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8289         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8290
8291 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8292
8293         * message.el (message-exchange-point-and-mark): Rework last change to
8294         avoid using optional arg of exchange-point-and-mark, for backward
8295         compatibility.
8296
8297 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8298
8299         * message.el (message-exchange-point-and-mark):
8300         Call exchange-point-and-mark with an argument rather than setting
8301         mark-active by hand (Bug#5175).
8302
8303 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * nntp.el (nntp-service-to-port): Work for service expressed with
8306         numeric string; replace [:digit:] with [0-9] for XEmacs.
8307
8308 2009-12-17  Glenn Morris  <rgm@gnu.org>
8309
8310         * gnus-group.el (gnus-bug-group-download-format-alist):
8311         Change emacs entry to debbugs.gnu.org.  Bump :version.
8312
8313 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8316
8317 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * message.el (message-info): Explain why we use `Info-goto-node'.
8320
8321 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8324
8325 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8326
8327         * message.el (message-completion-in-region): New compatibility function.
8328         (message-expand-group): Use it.
8329
8330 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8333         with no unread article should be listed if the 2nd arg `predicate' is
8334         given.
8335
8336 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8339
8340 2009-11-29  Juri Linkov  <juri@jurta.org>
8341
8342         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8343         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8344         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8345
8346 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8347
8348         * sha1.el (sha1-string-external): default-directory "/" in case
8349         otherwise non-existent.  process-connection-type pipe for touch of
8350         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8351
8352 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8353
8354         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8355         it's comms related and sgml-mode.el has "comm" on that basis too.
8356
8357 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8360         containing tspecial characters if they have been already quoted.
8361
8362 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8363
8364         * dns-mode.el (auto-mode-alist): Purecopy string.
8365
8366 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8367
8368         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8369
8370 2009-10-24  Glenn Morris  <rgm@gnu.org>
8371
8372         * gnus-art.el (help-xref-stack-item): Define for compiler.
8373
8374 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8375
8376         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8377
8378 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8381
8382 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8385         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8386
8387 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8390         (gnus-overlays-in): New alias to overlays-in.
8391
8392         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8393         gnus-overlay-get, and gnus-delete-overlay.
8394         (gnus-summary-show-thread): Make it work as well for systems in which
8395         next-single-char-property-change is not available.
8396         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8397
8398         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8399         (gnus-overlay-get): New alias to extent-property.
8400         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8401
8402         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8403         SXEmacs.
8404
8405         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8406         SXEmacs.
8407
8408 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8411
8412 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8413
8414         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8415         and XEmacs that don't have `remove-overlays'.
8416
8417 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8418
8419         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8420         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8421         selective display.  Use overlays instead.
8422
8423 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8424
8425         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8426
8427 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8428
8429         * spam-stat.el (spam-stat-load): Fix typo in message.
8430
8431 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8432
8433         * dig.el (dig-invoke): Fix typo in docstring.
8434         (query-dig): Reflow docstring.
8435
8436 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8437
8438         * gnus-art.el (gnus-article-encrypt-body):
8439         * message.el (message-check-recipients):
8440         * mm-util.el (mm-codepage-setup):
8441         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8442         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8443
8444 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8445
8446         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8447         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8448         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8449         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8450         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8451
8452 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8453
8454         * dig.el: Add "Keywords: comm", as per net-utils.el.
8455
8456 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8457
8458         * dig.el (dig-mode): Use define-derived-mode.
8459
8460 2009-09-19  Glenn Morris  <rgm@gnu.org>
8461
8462         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8463
8464 2009-09-18  Glenn Morris  <rgm@gnu.org>
8465
8466         * gnus-diary.el (gnus-diary-check-message):
8467         * message.el (message-insert-formatted-citation-line):
8468         * nnbabyl.el (top-level):
8469         * nndiary.el (nndiary-schedule):
8470         Fix typos in condition-case handlers.
8471
8472 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8475         configuration that provides the sole article window in a frame;
8476         position point correctly after deleting a part.
8477
8478 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8479
8480         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8481         (spam-resolve-registrations-routine): Use it to unregister articles
8482         that change status.
8483
8484 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8487         with XEmacs.
8488         (parse-time-string-chars): Use it.
8489
8490 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8491
8492         * imap.el (imap-interactive-login): Better messages.
8493         (imap-open): Fix bug with renamed buffer on reconnect.
8494         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8495         for easier debugging and cleaner code.  On successful (guessed based on
8496         server capabilities) secondary authentication, set imap-state
8497         correctly.
8498         (imap-last-authenticator): Define imap-last-authenticator as a variable
8499         to avoid warnings.
8500
8501 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * nnrss.el (nnrss-request-article): Remove binding of
8504         default-enable-multibyte-characters that has gotten needless by
8505         the 2007-07-13 change in rfc2047-encode-message-header.
8506
8507         * mml.el (mml-insert-multipart): Error on the message header.
8508         (mml-insert-part): Error on the message header; position point at
8509         the end of a MIME tag.
8510
8511 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * time-date.el (autoload): Expand define-obsolete-function-alias into
8514         defalias and make-obsolete for old Emacsen that Gnus supports.
8515         (with-no-warnings): Define it for old Emacsen.
8516         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8517         is available.
8518         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8519         float-time is available; suppress compile warning for time-to-seconds.
8520
8521         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8522         (gnus-float-time): Alias to float-time if it exists.
8523
8524         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8525         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8526         float-time is available; suppress compile warning for time-to-seconds.
8527
8528         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8529         XEmacs.
8530
8531 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8532
8533         * imap.el (imap-message-map): Docstring fix.
8534
8535 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8538         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8539         Add the optional argument `encoding' that overrides the default.
8540
8541         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8542         mm-encode-buffer.
8543
8544 2009-09-04  Glenn Morris  <rgm@gnu.org>
8545
8546         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8547         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8548         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8549         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8550         * mm-util.el (mm-with-unibyte-current-buffer)
8551         (mm-find-buffer-file-coding-system):
8552         * yenc.el (yenc-decode-region): Use default-value rather than
8553         default-enable-multibyte-characters.
8554
8555 2009-09-03  Glenn Morris  <rgm@gnu.org>
8556
8557         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8558         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8559         than default-enable-multibyte-characters.
8560
8561 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8562
8563         * gnus-art.el (gnus-article-read-summary-keys):
8564         Fix gnus-buffer-configuration's value temporarily used.
8565
8566 2009-09-02  Glenn Morris  <rgm@gnu.org>
8567
8568         * gnus-util.el (gnus-float-time): New function.
8569         * gnus-delay.el (gnus-delay-article):
8570         * gnus-sum.el (gnus-thread-latest-date):
8571         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8572         * nnspool.el (nnspool-request-newgroups):
8573         Use gnus-float-time rather than time-to-seconds.
8574         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8575
8576         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8577         (gnus-header-subject-face, gnus-header-newsgroups-face)
8578         (gnus-header-name-face, gnus-header-content-face):
8579         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8580         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8581         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8582         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8583         (gnus-cite-face-11):
8584         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8585         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8586         (gnus-server-closed-face, gnus-server-denied-face)
8587         (gnus-server-offline-face):
8588         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8589         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8590         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8591         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8592         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8593         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8594         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8595         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8596         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8597         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8598         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8599         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8600         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8601         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8602         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8603         (gnus-summary-high-undownloaded-face)
8604         (gnus-summary-low-undownloaded-face)
8605         (gnus-summary-normal-undownloaded-face)
8606         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8607         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8608         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8609         (gnus-splash-face):
8610         * message.el (message-header-to-face, message-header-cc-face)
8611         (message-header-subject-face, message-header-newsgroups-face)
8612         (message-header-other-face, message-header-name-face)
8613         (message-header-xheader-face, message-separator-face)
8614         (message-cited-text-face, message-mml-face):
8615         * sieve-mode.el (sieve-control-commands-face)
8616         (sieve-action-commands-face, sieve-test-commands-face)
8617         (sieve-tagged-arguments-face):
8618         * spam.el (spam-face):
8619         Mark face aliases with "-face" in the name as obsolete.
8620
8621 2009-09-01  Glenn Morris  <rgm@gnu.org>
8622
8623         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8624         than goto-line.
8625
8626 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8629         Don't move point if the command is invoked inside the message header.
8630
8631 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8632
8633         * imap.el (imap-send-command): Simplify.
8634         (imap-wait-for-tag): point-max -> buffer-size.
8635
8636 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8637
8638         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8639         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8640         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8641         * nnir.el (nnir-swish-e-index-file):
8642         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8643         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8644         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8645         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8646         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8647         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8648
8649 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8652         Don't save excursion.
8653
8654 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8655
8656         * nnheader.el (nnheader-find-file-noselect):
8657         * mm-util.el (mm-insert-file-contents):
8658         Use (default-value 'major-mode) instead of default-major-mode.
8659
8660 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8661
8662         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8663
8664 2009-08-26  Glenn Morris  <rgm@gnu.org>
8665
8666         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8667         than placing in files.el.
8668
8669 2009-08-25  Glenn Morris  <rgm@gnu.org>
8670
8671         * nnir.el (top-level): Don't require cl at run-time.
8672         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8673         Replace cl-function substitute with gnus-replace-in-string.
8674         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8675         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8676         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8677         simplified expansions.
8678
8679 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8680
8681         * dig.el (dig): Add autoload cookie.
8682
8683 2009-08-22  Glenn Morris  <rgm@gnu.org>
8684
8685         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8686         goto-line.
8687
8688 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8689
8690         * parse-time.el (parse-time-string-chars): Save match data.
8691
8692 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8693
8694         * parse-time.el (parse-time-string-chars): Compute using character
8695         classes, to handle non-ascii characters (Bug#3190).
8696
8697 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8700
8701         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8702         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8703         (gnus-mm-display-part, gnus-mime-display-single)
8704         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8705         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8706
8707         * gnus-sum.el
8708         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8709         (gnus-summary-move-article): Add expirable mark to articles copied or
8710         moved to group that has auto-expire turned on if the option is non-nil.
8711
8712 2009-07-24  Glenn Morris  <rgm@gnu.org>
8713
8714         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8715         Fix typo.  (Bug#3903)
8716
8717 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8720         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8721         that should not be used for draft articles.
8722         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8723         that has no concern in minor mode keys.
8724         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8725         Abolish.
8726
8727 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8730         article without making inquiry to a user for unknown encoding.
8731
8732         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8733         (nnmaildir--scan): Assume i-node and device number that file-attributes
8734         returns might be cons-cell.
8735
8736         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8737
8738         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8739
8740 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8741
8742         * auth-source.el: Remove docs now in auth.texi.  Don't use
8743         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8744         `auth-source-hide-passwords' and use them.
8745
8746 2009-07-15  Glenn Morris  <rgm@gnu.org>
8747
8748         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8749
8750 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8753         excessive whitespace from the default values of title and description.
8754
8755 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8758         mail-fetch-field to fetch Content-Description header in order to
8759         exclude newlines.
8760
8761 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8762
8763         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8764         format used by GnuPG 2.0.11.
8765
8766 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8769         to deleted part.
8770
8771 2009-05-30  David Engster  <dengste@eml.cc>
8772
8773         * nnmairix.el: Remove old documentation in the commentary block.
8774         (nnmairix-request-group): Do not update active file for nnml back ends.
8775         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8776         end so that overview files are ignored.
8777         (nnmairix-update-groups): Make updating the groups more robust by using
8778         marks.
8779         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8780         with dollar characters in message-id.
8781
8782 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8785         2008-12-25 in dns.el.
8786
8787 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8788
8789         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8790         could happen if the text is only composed of spaces and/or tabs.
8791
8792 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8793
8794         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8795         when sending a queued message to avoid extra mml tags.
8796
8797 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8800
8801 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8804         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8805         rmail-toggle-header for XEmacs;
8806         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8807
8808 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-dired.el: Remove autoload for gnus-setup-message.
8811         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8812         displaying Gnus logo; always use compose-mail.
8813
8814 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8817
8818 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8821         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8822         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8823         available.
8824         (gnus-nocem-epg-verify): New function.
8825
8826 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8829
8830 2009-02-15  Glenn Morris  <rgm@gnu.org>
8831
8832         * gnus-util.el (rmail-insert-rmail-file-header)
8833         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8834         autoloads.
8835         (rmail-default-rmail-file): Remove unnecessary declaration.
8836         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8837
8838 2009-02-14  Glenn Morris  <rgm@gnu.org>
8839
8840         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8841         variable (only used in gnus-util, which declares it anyway).
8842         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8843         which was only needed by gnus-art (changed to not use it any more).
8844         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8845         only used in gnus-util, which autoloads it itself.
8846         (rmail-update-summary): Fix autoload.
8847
8848         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8849         rather than rmail-output-to-rmail-file.
8850
8851 2009-02-07  Glenn Morris  <rgm@gnu.org>
8852
8853         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8854         autoload of function that no longer exists.
8855         (rmail-toggle-header): Declare.
8856         (message-forward-rmail-make-body): Handle mbox Rmail.
8857
8858 2009-01-31  Glenn Morris  <rgm@gnu.org>
8859
8860         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8861         2009-01-09 change.
8862
8863 2009-01-31  Dave Love  <fx@gnu.org>
8864
8865         * imap.el (imap-fetch-safe): Bind debug-on-error.
8866         (imap-debug): Add imap-fetch-safe.
8867
8868 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8869
8870         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8871         (auth-source-forget-all-cached): New convenience function.
8872         (auth-source-user-or-password): Accept list of modes or a single mode.
8873
8874         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8875         auth-source modes.
8876
8877         * netrc.el (netrc-machine-user-or-password): Use list of
8878         auth-source modes.
8879
8880         * nnimap.el (nnimap-open-connection): Use list of
8881         auth-source modes.
8882
8883         * nntp.el (nntp-send-authinfo): Use list of
8884         auth-source modes.
8885
8886 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8887
8888         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8889         now.
8890
8891 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8894         coding system in XEmacs; add a workaround for XEmacs.
8895
8896         * lpath.el: Fbind coding-system-aliasee.
8897
8898 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8901         of current-language-environment.
8902
8903 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8906         available at runtime.
8907
8908 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8911
8912 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8913
8914         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8915         the greatest positive fixnum value doesn't work under an XEmacs with
8916         bignum support; use the most-positive-fixnum constant instead,
8917         available since Emacs 21.1 with cl and XEmacs 21.1.
8918
8919 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8922         XEmacs gets not to work.
8923
8924 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * mm-util.el (mm-coding-system-priorities): Allow the value like
8927         "Japanese (UTF-8)" of current-language-environment.
8928
8929 2009-01-09  Glenn Morris  <rgm@gnu.org>
8930
8931         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8932         with last-command-event.
8933
8934 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8937         in the doc string.
8938
8939         * message.el (message-fix-before-sending): Amend comment.
8940
8941 2009-01-08  Dave Love  <fx@gnu.org>
8942
8943         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8944
8945 2009-01-07  David Engster  <dengste@eml.cc>
8946
8947         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8948         simplified server definitions by converting it via
8949         gnus-server-to-method.
8950
8951 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8954         parameter's operands.
8955
8956 2009-01-06  David Engster  <dengste@eml.cc>
8957
8958         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8959         primary select method (for gnus-group-mark-article-as-read).
8960
8961 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8962
8963         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8964         `(gnus)Face', not `(gnus)X-Face'.
8965
8966 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * mm-util.el (mm-ucs-to-char): New function.
8969
8970         * mm-url.el (mm-url-decode-entities): Use it.
8971
8972         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8973         unicode-to-char.
8974
8975 2009-01-05  Dave Love  <fx@gnu.org>
8976
8977         * time-date.el: Require cl for `declare'.
8978
8979 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8982         Dave Love.
8983
8984 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * message.el (message-fix-before-sending): Add `eight-bit' to
8987         illegible-text check.
8988
8989 2009-01-03  Michael Olson  <mwolson@gnu.org>
8990
8991         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8992         `headers' is nil.  This can occur if the IMAP server does not have
8993         permissions to read messages from a folder, but can write new messages
8994         to the folder.
8995         (nnimap-request-article-part): Do not insert `data' if it is nil.
8996
8997         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8998         characters which will confuse `read', so skip past them.
8999
9000 2009-01-01  Dave Love  <fx@gnu.org>
9001
9002         * imap.el (imap-string-to-integer): Fix typo.
9003         (imap-fetch-safe): New function.
9004         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9005
9006         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9007
9008         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9009         (imap-parse-greeting): Fix doc strings.
9010         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9011         (imap-parse-flag-list): Make messages unique.
9012         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9013
9014         * nnimap.el: Fix author email.
9015         (nnimap-split-rule): Add FIXME comment.
9016         (nnimap-debug): Fix doc string.
9017
9018 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9021
9022 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9025         nslookup if resolv.conf isn't available.
9026         (dns-query): Rename from query-dns.
9027         (dns-query-cached): Rename from query-dns-cached.
9028
9029 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9032         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9033         to check if those variables exist (first appeared in Emacs 18.50).
9034
9035 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * mm-util.el (mm-line-number-at-pos): New function.
9038
9039         * spam-report.el (spam-report-process-queue): Use it.
9040
9041 2008-12-24  David Engster  <dengste@eml.cc>
9042
9043         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9044         parameters that haven't existed as variables as buffer-local variables.
9045
9046 2008-12-23  Dave Love  <fx@gnu.org>
9047
9048         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9049         cadar.
9050
9051         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9052         imap-starttls-p.
9053         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9054
9055 2008-12-22  Dave Love  <fx@gnu.org>
9056
9057         * imap.el: Fix author email.  Doc fixes.
9058         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9059         reply.
9060
9061 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * spam-report.el (spam-report-gmane-max-requests): New constant.
9064         (spam-report-gmane-wait): New variable.
9065         (spam-report-gmane-ham, spam-report-gmane-spam)
9066         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9067         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9068         the server.
9069
9070         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9071         Add explanations.
9072
9073         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9074         nnheader-accept-process-output and nnheader-read-timeout if available.
9075         (pop3-movemail): Use it.
9076
9077         * message.el (message-check-news-body-syntax): Fix signature check if
9078         there's an attachment.
9079
9080 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * mm-util.el: Add comments to the mm- emulating functions.
9083
9084 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9087         Reported by Stephen Berman <stephen.berman@gmx.net>.
9088
9089 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * mm-util.el (mm-substring-no-properties): New function.
9092         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9093         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9094         (mm-string-to-multibyte): Doc fix.
9095
9096         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9097
9098 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * mml.el (mml-attach-file): Strip text properties from file name.
9101         (Bug#1574)
9102
9103 2008-12-16  Glenn Morris  <rgm@gnu.org>
9104
9105         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9106
9107 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9110         knows since the charset specified might be a bogus alias that
9111         mm-charset-synonym-alist provides.
9112
9113 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9116         "ISO_8859-1".
9117
9118         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9119
9120 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * mm-util.el (mm-charset-eval-alist):
9123         Define it before mm-charset-to-coding-system.
9124         (mm-charset-to-coding-system): Add optional argument `silent';
9125         define it before mm-charset-override-alist.
9126         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9127         default value if it can be used in Emacs currently running;
9128         silence mm-charset-to-coding-system.
9129
9130 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9133         `allow-override' which says whether to use `mm-charset-override-alist'.
9134         (rfc2047-decode-encoded-words): Use it.
9135
9136         * mm-util.el (mm-charset-override-alist): Fix custom type;
9137         add `(gb2312 . gbk)' to choices.
9138
9139 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9142         fast.
9143
9144         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9145
9146         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9147
9148 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9149
9150         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9151         on links.
9152
9153         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9154
9155 2008-12-03  Lute Kamstra  <lute@gnu.org>
9156
9157         * sha1.el: Remove leading * from docstrings of defcustoms,
9158         deffaces, defconsts and defuns.
9159
9160 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9163         users' addresses that don't have domain parts.
9164         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9165         rather than message-narrow-to-head since there will be the message
9166         header separator.
9167
9168 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9169
9170         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9171         since the result is inserted in a unibyte buffer anyway.
9172         (nnimap-demule-use-string-to-multibyte): Remove.
9173         (nnimap-demule): Alias it to mm-string-to-multibyte.
9174
9175 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9178         variable for debugging bug#464 and bug#1174.
9179         (nnimap-demule): Use it.
9180
9181 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9184         score calculation correctly.
9185
9186 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9187
9188         * message.el (message-send-mail): Just set the buffer to unibyte
9189         rather than use mm-with-unibyte-current-buffer which does a lot more.
9190         (message-send-mail-partially): Don't bother with
9191         mm-with-unibyte-current-buffer since it's already been made unibyte by
9192         message-send-mail.
9193
9194 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9195
9196         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9197
9198 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9199
9200         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9201
9202 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9205         require itself and to remove `with-no-warnings'.
9206
9207 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9208
9209         * starttls.el (starttls-any-program-available): Get the name of the
9210         available TLS layer program.
9211         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9212         well as the host name in the "opening" message.
9213
9214         * auth-source.el (auth-source-cache, auth-source-do-cache)
9215         (auth-source-user-or-password): Cache passwords and logins by default,
9216         allow override with `auth-source-do-cache'.
9217         (auth-source-forget-user-or-password): Allow users to remove cache
9218         entries if needed.
9219
9220 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9221
9222         * md4.el (md4-buffer): Fix typo in docstring.
9223         (md4, md4-64): Doc fixes.
9224         (md4-pack-int32): Reflow docstring.
9225
9226 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9227
9228         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9229         condition-case to only the forward-sexp call.
9230
9231 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9232
9233         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9234         quotes contained.  Make it more robust regardless by an extra
9235         condition-case wrapper.
9236
9237 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9240
9241 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * nnml.el (nnml-request-expire-articles): Check if the function set to
9244         `nnmail-expiry-target' returns the symbol `delete'.
9245
9246         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9247
9248         * nnmail.el (nnmail-expiry-target): Fix custom type.
9249
9250 2008-10-02  Glenn Morris  <rgm@gnu.org>
9251
9252         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9253         Silence compiler warning.
9254
9255 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9256
9257         * tls.el (open-tls-stream): Show the actual command being
9258         executed, instead of the format string.
9259
9260 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * lpath.el: Fbind codepage-setup for Emacs 23.
9263
9264 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9265
9266         * mml.el (mml-menu): Don't assume mml2015 is bound.
9267
9268 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9271         exists.
9272
9273 2008-09-27  Glenn Morris  <rgm@gnu.org>
9274
9275         * gnus-util.el (mail-header-remove-comments): Autoload it.
9276
9277 2008-09-27  Andreas Schwab  <schwab@suse.de>
9278
9279         * gnus-util.el (gnus-split-references): Strip comments.
9280         (gnus-parent-id): Likewise.
9281
9282 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * message.el (message-confirm-send): Fix version.
9285
9286 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-idna-to-ascii-rhs-1): Use
9289         mail-extract-address-components rather than mail-header-parse-addresses
9290         that is an alias by default to ietf-drums-parse-addresses that does not
9291         support non-ASCII names in headers' contents.
9292
9293 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9294
9295         * message.el (message-confirm-send): Fix variable documentation to
9296         avoid the "y/n" wording.
9297
9298 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9299
9300         * message.el (message-set-auto-save-file-name): Save to a different
9301         filename so multiple messages (especially drafts) can be recovered.
9302
9303 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9304
9305         * message.el (message-confirm-send): Add appropriate version.
9306
9307 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9308
9309         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9310         defvar.
9311
9312 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9313
9314         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9315         (mm-pkcs7-enveloped-magic): Ditto.
9316
9317 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9318
9319         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9320         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9321
9322 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9323
9324         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9325         default, it's better.
9326
9327 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9328
9329         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9330         summary line gnus-number property and ignore them (with a warning
9331         message).
9332
9333 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9336         macro caddr in the interactive form since it won't be expanded.
9337
9338 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9341         `charset'; fix name of function called recursively.
9342         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9343
9344 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9347         (gnus-mime-set-charset-parameters): New function.
9348         (gnus-mime-view-part-as-charset): Use it to correctly display part
9349         specifying wrong charset.
9350
9351 2008-09-08  David Engster  <dengste@eml.cc>
9352
9353         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9354         in completing-read for back end server.
9355
9356 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9357
9358         * message.el (message-confirm-send): New variable to confirm sending a
9359         message.
9360         (message-send): Use it.
9361
9362 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9363
9364         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9365
9366 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9369
9370 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9371
9372         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9373         prevent tracking too many groups.
9374         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9375         Use it.
9376
9377 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9378
9379         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9380         moving point to the bottom of the window in order to avoid recentering.
9381
9382 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9385
9386         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9387         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9388         (gnus-article-beginning-of-window): Fix calculation.
9389
9390 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-msg.el (gnus-summary-supersede-article)
9393         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9394         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9395         message header.
9396
9397 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9398
9399         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9400         pending output coming after the status change.
9401
9402 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9403
9404         * message.el:
9405         * gnus-start.el:
9406         * gnus-registry.el: Remove VMS support.
9407
9408 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9411         macro.
9412         (rfc2104-hash): Use it.
9413
9414 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9417         (gnus-summary-sort-by-most-recent-date): New commands.
9418         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9419         and menu entries.
9420
9421 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9424         don't redisplay article for raw contents; remove plural articles stuff.
9425
9426         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9427         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9428         on gnus-summary-save-article; display results properly.
9429
9430 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * lpath.el: No need to fbind ns-focus-frame.
9433
9434 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9437
9438 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-art.el (gnus-summary-save-in-pipe):
9441         Consider gnus-save-all-headers.
9442
9443 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9444
9445         * gnus-util.el (ns-focus-frame): Remove declaration.
9446         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9447         like x.
9448
9449 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9450
9451         * rfc2104.el (rfc2104-zero): Delete defconst.
9452         (rfc2104-hex-alist): Likewise.
9453         (rfc2104-hex-to-int): Delete func.
9454         (rfc2104-hexstring-to-bitstring): Likewise.
9455         (rfc2104-nybbles): New defconst.
9456         (rfc2104-hash): Rewrite for speed.
9457
9458 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * tls.el (open-tls-stream): Make it work with the 2nd argument
9461         BUFFER that is a string but does not exist as a buffer object, as
9462         mentioned in the doc-string.
9463
9464 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9467         SXEmacs.
9468
9469 2008-07-16  Glenn Morris  <rgm@gnu.org>
9470
9471         * gnus-util.el (ns-focus-frame): Declare for compiler.
9472
9473 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9476         set as a group parameter.
9477         (gnus-summary-save-in-pipe): Work when it is called independently.
9478         (gnus-summary-pipe-to-muttprint): Don't modify
9479         gnus-summary-pipe-output-default-command.
9480
9481 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9482
9483         * message.el (message-send-mail-with-sendmail):
9484         Display the error message.
9485
9486 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-art.el (gnus-default-article-saver):
9489         Add gnus-summary-save-in-pipe to choices.
9490         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9491         gnus-summary-pipe-output-default-command as the default command.
9492         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9493         instead of gnus-last-shell-command.
9494
9495         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9496         New user option.
9497         (gnus-summary-muttprint-program): Mention the value will be changed.
9498         (gnus-summary-save-article): Force showing of all headers.
9499         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9500
9501 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9502
9503         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9504
9505 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9506
9507         * nnimap.el (nnimap-id):
9508         * sieve-manage.el (sieve-manage-open): Doc fixes.
9509
9510 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9511
9512         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9513         if available.
9514
9515 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9516
9517         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9518
9519         * nnkiboze.el (nnkiboze-generate-group):
9520         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9521
9522         * nnmairix.el: Require CL.
9523
9524 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * dgnushack.el: Autoload get-display-table and put-display-table for
9527         XEmacs 21.5.
9528
9529         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9530         21.4 and SXEmacs.
9531
9532 2008-06-15  David Engster  <dengste@eml.cc>
9533
9534         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9535
9536 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9537
9538         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9539         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9540         runtime choice under XEmacs.
9541
9542         * gnus-sum.el (gnus-summary-set-display-table):
9543         Use `gnus-put-display-table', `gnus-get-display-table',
9544         `gnus-set-display-table' for the display table, instead of `aset'.
9545
9546         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9547         Use `gnus-put-display-table', `gnus-get-display-table',
9548         `gnus-set-display-table' for the display table.
9549
9550 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * nnmairix.el: Add autoloads.
9553
9554 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * nnmairix.el (nnmairix-delete-recreate-group)
9557         (nnmairix-update-and-clear-marks): Fix error messages.
9558
9559 2008-06-14  David Engster  <dengste@eml.cc>
9560
9561         * nnmairix.el: Upgrade to version 0.6.
9562         (nnmairix-group-toggle-propmarks-this-group)
9563         (nnmairix-group-toggle-readmarks-this-group)
9564         (nnmairix-group-delete-recreate-this-group)
9565         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9566         (nnmairix-remove-tick-mark-original-article): New commands.
9567         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9568         (nnmairix-propagate-marks-to-nnmairix-groups)
9569         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9570         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9571         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9572         functions needed for marks propagation and manipulation of read marks.
9573         (nnmairix-update-groups): New function.
9574         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9575         (nnmairix-determine-original-group-from-registry)
9576         (nnmairix-determine-original-group-from-path)
9577         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9578         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9579         New helper functions.
9580         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9581         keystrokes for new commands.
9582         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9583         (nnmairix-request-group): Check allow-fast group parameter.
9584         (nnmairix-request-create-group): Set allow-fast group parameter if
9585         nnmairix-allowfast-default is set.
9586         (nnmairix-close-group): Propagate marks upon closing if needed.
9587         (nnmairix-group-toggle-threads-this-group): Use new.
9588         nnmairix-group-toggle-parameter helper function.
9589         (nnmairix-search): Better check for empty search result.
9590         (nnmairix-goto-original-article): Use new helper functions for
9591         determining original article.
9592         (nnmairix-show-original-article): Make sure message-id is in brackets.
9593         (nnmairix-call-mairix-binary): Change variable name.
9594         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9595         helper function.
9596         (nnmairix-widget-toggle-activate): Fix doc string.
9597
9598 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * nnir.el: Require edmacro when compiling with XEmacs.
9601         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9602         available in Emacs 21.
9603
9604 2008-06-11  Glenn Morris  <rgm@gnu.org>
9605
9606         * gnus-util.el (x-focus-frame):
9607         * gnus.el (image-size):
9608         * mm-decode.el (image-size): Declare.
9609
9610         * gnus-picon.el (declare-function): Add compat definition.
9611         (image-size): Declare.
9612
9613         * gnus-group.el (tool-bar-map):
9614         * gnus-sum.el (tool-bar-map): Define for compiler.
9615
9616         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9617
9618         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9619
9620         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9621         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9622         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9623         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9624         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9625         * sieve-manage.el, spam-report.el, spam.el:
9626         Remove unnecessary eval-and-compile of autoloads.
9627
9628 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9629
9630         * auth-source.el: Precise Tramp doc.
9631
9632 2008-06-07  Glenn Morris  <rgm@gnu.org>
9633
9634         * nnmairix.el: Remove unnecessary eval-when-compile.
9635
9636 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * lpath.el: Fbind propertize for XEmacs 21.4.
9639
9640 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * nnir.el: Move here from ../contrib.
9643
9644 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9645
9646         * gnus-util.el (gnus-read-shell-command): New function.
9647         * mm-decode.el (mm-pipe-part):
9648         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9649
9650 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9653
9654 2008-06-03  Glenn Morris  <rgm@gnu.org>
9655
9656         * pop3.el (nnheader-accept-process-output): Autoload it.
9657
9658 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9661         are not 2-digit hexadecimal characters that follow `%'s.
9662
9663 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * message.el (message-bogus-recipient-p): Fix type in doc string.
9666         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9667         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9668         Improve custom options.
9669         (message-bogus-recipient-p): Adjust accordingly.
9670
9671 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9672
9673         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9674         long-form month and day names.
9675
9676 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * dgnushack.el: Autoload debug, eudc-expand-inline and
9679         pgg-snarf-keys-region for XEmacs.
9680
9681         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9682
9683         * nnmairix.el: Require edmacro when compiling with XEmacs.
9684
9685 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9688         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9689
9690 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * auth-source.el: Add more docs.
9693
9694         * netrc.el (netrc-machine): Always match if the port is not given.
9695
9696 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9699         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9700         retrieval faster in some cases, but might make CPU usage larger.
9701         If this has any bad side effects, we might revert this change.
9702
9703         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9704         seems to make mail retrieval much, much faster.
9705         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9706         unconditionally.
9707
9708         * gnus-draft.el (gnus-group-send-queue):
9709         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9710
9711 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9714
9715         * message.el (message-bogus-address-regexp): Fix and improve custom
9716         type.
9717         (message-setup-hook): Add message-check-recipients as custom option.
9718
9719 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * message.el (message-cite-function): Remove bogus autoload which crept
9722         in during merge from v5-10.
9723
9724 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9725
9726         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9727
9728         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9729
9730         * auth-source.el: Preliminary Tramp docs.
9731         (auth-sources): Change the default auth-sources to use
9732         EPA .gpg files.
9733
9734 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * nntp.el: Autoload `auth-source-user-or-password'.
9737         (nntp-send-authinfo): Use it.
9738
9739         * nnimap.el: Autoload `auth-source-user-or-password'.
9740         (nnimap-open-connection): Use it.
9741
9742         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9743         for the gnus-message function.
9744         (auth-source-user-or-password): Use it.
9745
9746 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9747
9748         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9749         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9750         (rfc2104-hash): Use it.
9751
9752 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9753
9754         * gnus-art.el (gnus-article-toggle-truncate-lines):
9755         Don't use `iff' in docstring.
9756
9757 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9758
9759         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9760
9761         * gnus-util.el (gnus-extract-address-component-name)
9762         (gnus-extract-address-component-email): Convenience functions around
9763         `gnus-extract-address-components'.
9764
9765         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9766         Use `gnus-extract-address-component-email' to fix bug of comparing full
9767         sender name to `user-mail-address'.
9768
9769 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9770
9771         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9772         catch/throw to optimize.
9773         (gnus-registry-find-keywords): Just use member to find a keyword.
9774
9775 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9776
9777         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9778         is current before calling gnus-server-prepare.
9779         (gnus-server-setup-buffer, gnus-server-update-server)
9780         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9781
9782 2008-05-04  Juri Linkov  <juri@jurta.org>
9783
9784         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9785         (mailcap-file-default-commands): Use mailcap-replace-in-string
9786         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9787         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9788
9789 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9790
9791         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9792
9793 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9794
9795         * gnus.el: Bump version to 0.11.
9796
9797 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9798
9799         * gnus.el: No Gnus v0.10 is released.
9800
9801 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9804         hooks.
9805         (gnus-update-read-articles): Speed up non-marks-using users.
9806         (gnus-use-marks): Define gnus-use-marks.
9807         (gnus-propagate-marks): Rename variable to something more sensible.
9808
9809 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9810
9811         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9812         (gmm-image-load-path-for-library): Fix typos in docstrings.
9813         (gmm-message): Reflow docstring.
9814
9815 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9816
9817         * mail-source.el (mail-source-set-1, mail-source-bind):
9818         Move auth-source code out of the macro to clean it up and fix bugs.
9819
9820 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9821
9822         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9823         by sender if it's equal to user-mail-address, it's likely to be
9824         useless.
9825
9826         * mail-source.el (mail-source-bind): Don't use user or password if they
9827         are not bound.  Unintern them if they are nil.  Don't use server unless
9828         it's bound, and default it to empty string otherwise.
9829
9830 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9831
9832         * mail-source.el: Load auth-source.el.
9833         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9834         get user name or password, if auth-sources is set up.
9835
9836         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9837         strategy of splitting with parent.
9838         (gnus-registry-split-fancy-with-parent)
9839         (gnus-registry-post-process-groups): Use it and fix prior
9840         bug (returning a list as the split result).
9841
9842         * auth-source.el (auth-sources): Remove server parameter.
9843         (auth-source-pick, auth-source-user-or-password)
9844         (auth-source-user-or-password-imap)
9845         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9846         (auth-source-user-or-password-sftp)
9847         (auth-source-user-or-password-smtp): Remove server parameter.
9848
9849 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9850
9851         * smime.el (smime-sign-region, smime-encrypt-region)
9852         (smime-decrypt-region):
9853         Remove redundant calls to `generate-new-buffer-name'.
9854
9855 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9856
9857         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9858         Don't use QP for message/rfc822.
9859         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9860
9861 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9862
9863         * sieve-manage.el (sieve-string-bytes): Remove.
9864         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9865         correct byte-length only if the process's coding-system is the same as
9866         the one used internally by Emacs to represent strings.
9867
9868 2008-04-22  Juri Linkov  <juri@jurta.org>
9869
9870         * mailcap.el (mailcap-file-default-commands): New function.
9871
9872 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * message.el (message-signature-separator, message-cite-function):
9875         Change custom version.
9876
9877 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9878
9879         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9880         commands.
9881         (tls-checktrust): Ditto.
9882
9883 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * mm-decode.el (mm-display-external): Make temp file read-only.
9886
9887 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9890         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9891         `C-c C-f d'.
9892
9893 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9894
9895         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9896
9897 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus.el: Bump version to 0.9.
9900
9901 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * gnus.el: No Gnus v0.8 is released.
9904
9905 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9906
9907         * mail-source.el (mail-source-value):
9908         Prefer fboundp to functionp so it works with macros as well.
9909
9910 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9911
9912         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9913         Fix last change in case the element is not even a symbol.
9914
9915 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9916
9917         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9918         Prefer fboundp to functionp so it works with macros as well.
9919
9920 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9921
9922         * auth-source.el: Add docs.
9923         (auth-sources): Modify format to support server.
9924         (auth-source-pick, auth-source-user-or-password)
9925         (auth-source-user-or-password-imap)
9926         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9927         (auth-source-user-or-password-sftp)
9928         (auth-source-user-or-password-smtp): Add server parameter.
9929
9930 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9931
9932         * gnus-registry.el: Initialize the registry when gnus-registry-install
9933         is t.
9934
9935 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * compface.el (uncompface): Make buffer unibyte.
9938
9939 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9940
9941         * mail-source.el (mail-source-value):
9942         Prefer fboundp to functionp so it works with macros as well.
9943
9944 2008-04-05  Glenn Morris  <rgm@gnu.org>
9945
9946         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9947
9948 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9949
9950         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9951         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9952
9953         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9954         multibyteness after rather than before erasing it.
9955
9956         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9957         mm-with-multibyte.
9958         (gnus-request-article-this-buffer): Make sure the proper decoding is
9959         used if gnus-original-article-buffer happens to be unibyte.
9960
9961         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9962         default-enable-multibyte-characters.
9963
9964         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9965         default-enable-multibyte-characters.
9966
9967         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9968
9969         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9970
9971 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9972
9973         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9974         Fix last change in case the element is not even a symbol.
9975
9976 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9977
9978         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9979         (imap-message-copyuid-1): Use it.
9980         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9981         J. Williams in
9982         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9983
9984         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9985         imap-enable-exchange-bug-workaround.
9986         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9987
9988 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9989
9990         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9991         a 100 byte status-checks into a 2-3MB transfer for each group.
9992         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9993         to enable bug workaround or not.
9994         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9995
9996 2008-03-31  Glenn Morris  <rgm@gnu.org>
9997
9998         * message.el (mml2015-use): Declare for compiler.
9999         (message-info): Require mml2015 when appropriate.
10000
10001 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10004         whitespace.
10005
10006 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10007
10008         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10009         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10010         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10011         (nntp-service-to-port): New function.
10012         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10013         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10014         (nntp-open-netcat-stream): New function.
10015         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10016
10017 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10018
10019         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10020
10021 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10022
10023         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10024
10025 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10026
10027         * dns.el (dns-write): Use set-buffer-multibyte.
10028
10029 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10030
10031         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10032
10033 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * message.el (message-signature-separator): Change default.
10036         Improve custom type.
10037         (message-cite-function): Change default to
10038         message-cite-original-without-signature.
10039
10040         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10041         toggle.
10042
10043         * message.el (message-check-news-body-syntax): Fix signature check.
10044         (message-setup-1): Mark buffer as unmodified _after_ running
10045         message-setup-hook and handling message-alternative-emails.
10046         (message-shorten-references): Be more strict when building list of
10047         valid references to comply with GNKSA.
10048
10049         * gnus-group.el (gnus-read-ephemeral-bug-group)
10050         (gnus-read-ephemeral-debian-bug-group)
10051         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10052
10053         * message.el (message-info): Don't use booleanp which isn't supported
10054         in Emacs 21 and XEmacs.
10055
10056 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10059         gnus-group-gmane-group-download-format.
10060         (gnus-group-read-ephemeral-gmane-group): Rename from
10061         gnus-group-read-ephemeral-gmane-group.
10062         (gnus-read-ephemeral-gmane-group-url): Rename from
10063         gnus-group-read-ephemeral-gmane-group-url.
10064         (gnus-bug-group-download-format-alist): New variable.
10065         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10066         (gnus-read-ephemeral-emacs-bug-group): New commands.
10067
10068 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10071         (gnus-visible-headers): Improve custom type.
10072
10073 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * mml.el (mml-menu): Add workarounds for XEmacs.
10076
10077         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10078         X-Boundary header.
10079
10080         * message.el (message-simplify-recipients): Fix previous commit.
10081
10082 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10083
10084         * mm-util.el (mm-set-buffer-multibyte): New function.
10085         * mm-decode.el (mm-copy-to-buffer): Use it.
10086
10087         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10088         Prefer fboundp to functionp so it works with macros as well.
10089
10090 2008-03-19  Glenn Morris  <rgm@gnu.org>
10091
10092         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10093         Accidentally removed in the sync process with Emacs.
10094
10095 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * message.el (message-alter-recipients-discard-bogus-full-name):
10098         New function.
10099         (message-alter-recipients-function): New variable.
10100         (message-get-reply-headers): Use it.
10101         (message-replace-header): New helper function.
10102         (message-recipients-without-full-name): New variable.
10103         (message-simplify-recipients): New command.
10104
10105         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10106
10107         * message.el (message-info): Handle EasyPG manual.
10108
10109         * mml.el (mml-menu): Add entry for EasyPG.
10110
10111 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10112
10113         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10114         parameter.
10115
10116         * message.el (message-disassociate-draft): Specify drafts group name
10117         fully.
10118
10119 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10122         Eliminate unnecessary duplicates from the match list.
10123
10124 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10127
10128         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10129
10130         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10131         args of `how-many' of which the XEmacs version doesn't take; declare
10132         Info-index-next as function.
10133
10134 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gnus-score.el (gnus-score-headers): Fix handling of
10137         gnus-inhibit-slow-scoring.
10138
10139         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10140         string.
10141         (gnus-button-url-regexp): Improve handling of parenthesis.
10142         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10143         (gnus-button-handle-info-keystrokes): Handle index entries.
10144
10145 2008-03-15  Glenn Morris  <rgm@gnu.org>
10146
10147         * parse-time.el (parse-time-string): Simplify.
10148
10149 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10152         Incoming* files.
10153
10154 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10155
10156         * auth-source.el (auth-sources): Rename from auth-source-choices.
10157         (auth-source-pick): Use it.
10158
10159 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10160
10161         * binhex.el (binhex-decode-region-internal):
10162         * uudecode.el (uudecode-decode-region-internal):
10163         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10164         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10165         setting default-enable-multibyte-characters.
10166
10167 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10168
10169         * auth-source.el (auth-source-protocols)
10170         (auth-source-protocols-customize, auth-source-choices): Add and
10171         modified variable customizations and defaults.
10172         (auth-source-pick, auth-source-user-or-password)
10173         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10174         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10175         (auth-source-user-or-password-sftp)
10176         (auth-source-user-or-password-smtp): Use new variables and provide an
10177         interface to netrc.el.
10178
10179 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10182         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10183         Make sure the nntp port to specify is a string.
10184
10185 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10186
10187         * nntp.el: Use with-current-buffer.
10188         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10189         dubious mm-with-unibyte-current-buffer.
10190         (nntp-with-open-group-function): New function extracted from
10191         nntp-with-open-group macro.
10192         (nntp-with-open-group): Use the function, so it's easier to debug.
10193         Add indentation and debugging info.
10194         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10195         Recommend the use of the netcat alternatives.
10196
10197         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10198         Avoid mm-string-as-multibyte as well.
10199
10200         * nnweb.el (nnweb-insert-html):
10201         Remove use of nnheader-string-as-multibyte.
10202
10203         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10204         (nnheader-string-as-multibyte): Remove.
10205
10206         * mm-view.el: Use inhibit-read-only.
10207         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10208         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10209         or unibyte-string.
10210
10211         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10212         (mm-uu-yenc-extract): Use with-current-buffer.
10213
10214         * gnus-soup.el (gnus-soup-send-packet): Don't use
10215         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10216
10217         * nnmh.el: Use with-current-buffer.
10218         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10219         mm-string-as-multibyte on the output of mm-encode-coding-string.
10220
10221         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10222         (nnimap-request-move-article): Use with-current-buffer.
10223
10224         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10225         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10226         conversion uses string-make-unibyte rather than string-as-unibyte.
10227
10228         * gnus-msg.el: Use with-current-buffer.
10229
10230         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10231
10232 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10233
10234         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10235         string for caching if it is 'PIN.
10236
10237 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * lpath.el: Consider the case without Emacs/W3.
10240
10241 2008-03-08  Glenn Morris  <rgm@gnu.org>
10242
10243         * time-date.el (date-to-time, time-subtract, time-add)
10244         (safe-date-to-time): Doc fixes.
10245
10246 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * mail-source.el (mail-source-delete-old-incoming-confirm):
10249         Change default to nil.
10250         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10251
10252 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * lpath.el: Rearrange.
10255
10256         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10257         (gnus-article-goto-prev-page): Work for articles having ^L's.
10258
10259         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10260
10261         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10262
10263 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10264
10265         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10266         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10267         (gnus-bookmark-jump): Adjust some variable names.
10268
10269 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10270
10271         * auth-source.el: New package.
10272         (auth-source-choices): Add customization entry point variable.
10273
10274         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10275         bug.
10276
10277 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10278
10279         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10280         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10281         (gnus-registry-install-shortcuts): Rename from
10282         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10283         the `gnus-registry-mark-map' keymap dynamically from
10284         `gnus-registry-marks'.  The generated functions update the summary line
10285         when a registry mark is added or deleted, and will call
10286         `gnus-registry-install-p' (see the comments in the code).
10287         (gnus-registry-user-format-function-M): Use concat intelligently.
10288
10289         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10290         the registry mark functions.
10291
10292 2008-03-05  Glenn Morris  <rgm@gnu.org>
10293
10294         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10295         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10296         gnus-art.
10297         (top-level): No need to load own source when compiling.
10298
10299 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10302         Suggested by <chris.anderton@zetnet.co.uk>.
10303
10304 2008-03-04  Glenn Morris  <rgm@gnu.org>
10305
10306         * gnus-sum.el (top-level): No need to require gnus when compiling,
10307         since unconditionally required near start of file.
10308         (gnus-summary-display-while-building): Move definition before use.
10309
10310 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10311
10312         * gnus-registry.el (gnus-registry-user-format-function-M):
10313         Add formatting function.
10314
10315 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10316
10317         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10318         with plists.
10319         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10320         Use new format.
10321
10322 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10325         `where-is-internal' that returns a range of key sequences.
10326
10327 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10328
10329         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10330
10331         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10332         (gnus-summary-jump-to-group): Consider windows on other displayed
10333         frames as well.  Similar changes might be needed elsewhere, but that's
10334         the one I've bumped into during my use.
10335
10336         * nndoc.el (nndoc-oe-dbx-type-p):
10337         * gnus-msg.el (gnus-debug):
10338         * gnus-group.el (gnus-update-group-mark-positions):
10339         Use mm-string-to-multibyte.
10340
10341 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10344         doesn't handle NotDashEscaped.
10345
10346         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10347         (mml-dnd-attach-options): Fix typo in custom choice.
10348
10349         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10350         Change nndoc-article-type to mbox.
10351         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10352
10353         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10354         to nil, instead of html2text.
10355
10356         * imap.el (imap-debug): Add `imap-ping-server'.
10357
10358         * gnus-bookmark.el: Add FIXMEs.
10359
10360         * message.el (message-form-letter-separator)
10361         (message-send-form-letter-delay): New variables.
10362         (message-send-form-letter): Use them.  New command to send form
10363         letters.  Requested by Uwe Siart.
10364         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10365
10366 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * Update copyright years.
10369
10370 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         Sync from EMACS_22_BASE.
10373
10374         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10375
10376 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10377
10378         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10379         empty author.
10380
10381 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10382
10383         * gnus-registry.el (gnus-registry-marks): Add variable for
10384         customization of marks and their appearance.
10385         (gnus-registry-read-mark): Use it.
10386         (gnus-registry-do-marks): Add utility function to loop through
10387         `gnus-registry-marks'.
10388         (gnus-registry-install-shortcuts-and-menus): Add function to install
10389         shortcuts and menus.
10390         (gnus-registry-initialize): Use it.
10391         (gnus-registry-default-mark): Clarify documentation.
10392
10393 2008-02-29  Glenn Morris  <rgm@gnu.org>
10394
10395         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10396         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10397         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10398         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10399         Change defcustom :version from 23.0 to 23.1.
10400
10401 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10402
10403         * gnus-registry.el (gnus-registry-follow-group-p)
10404         (gnus-registry-post-process-groups): Add functions to aid registry
10405         splitting and improve logging.  Clarify behavior in function
10406         documentation.
10407         (gnus-registry-split-fancy-with-parent): Use them.
10408
10409 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10410
10411         * gnus-art.el: Use with-current-buffer.
10412
10413 2008-02-27  David Engster  <dengste@eml.cc>
10414
10415         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10416         Express real group name in the response.
10417
10418 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10421         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10422         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10423         autoload gnus-registry-fetch-group when compiling.
10424         (nnmairix-request-group-with-article-number-correction):
10425         Remove unreferenced argument passed to nnmairix-call-backend.
10426
10427 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10430         (mm-uu-extract): Improve face for low color ttys.
10431         Reported by Sascha Wilde.
10432
10433 2008-02-27  Glenn Morris  <rgm@gnu.org>
10434
10435         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10436         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10437         variables to defconsts.  Convert comments to doc-strings.
10438         (nnmairix-last-server, nnmairix-current-server): Convert from free
10439         variables to defvars.  Convert comments to doc-strings.
10440         (gnus-registry-fetch-group): Autoload.
10441         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10442         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10443         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10444         caddr.
10445         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10446         nnmairix-request-group-with-article-number-correction call.
10447         (nnmairix-fast, nnmairix-group): New, less general names, for free
10448         variables passed from nnmairix-request-group to
10449         nnmairix-request-group-with-article-number-correction.  Declare.
10450         (nnmairix-request-group-with-article-number-correction):
10451         Use nnmairix-fast, nnmairix-group rather than fast, group.
10452
10453 2008-02-26  David Engster  <dengste@eml.cc>
10454
10455         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10456         version 0.5.
10457
10458 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10459
10460         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10461         instead of making an extra function call.  Don't add the current group
10462         to articles only when they have the group.  Use
10463         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10464         Reported by David <de_bb@arcor.de>.
10465
10466 2008-02-24  Miles Bader  <miles@gnu.org>
10467
10468         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10469         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10470         (mm-find-mime-charset-region):
10471         * mm-bodies.el (mm-encode-body):
10472         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10473
10474 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10477         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10478
10479 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * mail-source.el (mail-source-delete-incoming): Change default.
10482         Supplement doc string.
10483
10484         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10485
10486 2008-02-14  Glenn Morris  <rgm@gnu.org>
10487
10488         * time-date.el (format-seconds): New function.
10489
10490 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * nnmail.el (nnmail-message-id-cache-file): Derive from
10493         `gnus-home-directory'.
10494
10495 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10498         Document negative prefix.
10499
10500         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10501
10502 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * message.el (message-unsent-separator): Add the Exim bounce
10505         separator.
10506
10507 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10508
10509         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10510         list.
10511         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10512         recipient/signer list.
10513
10514 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * Makefile.in (datarootdir): Define.
10517         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10518         name that might contain whitespace.
10519
10520 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10523         fbound (Emacs 23 unicode), signal an error.
10524
10525 2008-02-08  Glenn Morris  <rgm@gnu.org>
10526
10527         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10528
10529 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10530
10531         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10532         ports to the calls to `netrc-machine-user-or-password' in addition to
10533         "imap" and "imaps".
10534
10535 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10536
10537         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10538
10539         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10540
10541 2008-02-01  Kenichi Handa  <handa@m17n.org>
10542
10543         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10544         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10545         (rfc2104-hash): Convert the result of concat to unibyte string.
10546
10547 2008-02-01  Dave Love  <fx@gnu.org>
10548
10549         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10550         coding-system-for-read.
10551         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10552
10553 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10556         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10557         <hanche@math.ntnu.no>.
10558
10559 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10562
10563         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10564
10565 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10566
10567         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10568         * message.el (message-beginning-of-line): Use featurep instead of bound
10569         tests in order to resolve conditionals at compile time.
10570
10571 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10572
10573         * mail-source.el (mail-sources): Add `group' choice.
10574
10575         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10576         parameter `in-group' to control into which group the articles go.
10577         Add treatment of `group' mail-source.
10578
10579 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10582
10583         * mm-decode.el (mm-dissect-buffer): Decode description.
10584
10585         * mml.el (mml-to-mime): Encode message header first.
10586
10587 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10590         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10591
10592         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10593         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10594
10595 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10596
10597         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10598
10599 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10602         prefix keys.
10603         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10604         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10605         gnus-xmas.el.
10606
10607         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10608         (gnus-xmas-article-describe-bindings): New function.
10609         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10610         gnus-xmas-article-describe-bindings.
10611
10612         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10613
10614 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10615
10616         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10617         Add new variables for article mark management.
10618         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10619         list of extra data entries which, when present, will indicate that the
10620         article ID should not be trimmed from the registry.
10621         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10622         functions.
10623         (gnus-registry-read-mark): New function to read a mark name from the
10624         user.
10625         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10626         (gnus-registry-set-article-mark-internal): New functions to add and
10627         remove marks.
10628         (gnus-registry-get-article-marks): New function to show the marks for
10629         an article, or retrieve them for further use.
10630
10631 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10634         keys when no argument is given.
10635
10636 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * imap.el (imap-ping-server): New variable.
10639         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10640         (imap-ping-server): Minor doc string fixes.
10641
10642 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10643
10644         * imap.el (imap-ping-server): New function.
10645         (imap-opened): Call imap-ping-server.
10646
10647 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-sum.el (gnus-article-sort-by-random)
10650         (gnus-thread-sort-by-random): Fix doc strings.
10651         Reported by jidanni@jidanni.org.
10652
10653 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-art.el (gnus-article-describe-bindings): New function.
10656         (gnus-article-read-summary-keys): Use it.
10657         (gnus-article-mode-map): Bind `C-h b' to it.
10658
10659 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10662         XEmacs.
10663         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10664         Protect against non-character events.
10665
10666         * lpath.el: Fbind map-keymap for Emacs 21.
10667
10668 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10671         New command.
10672         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10673         instead of END.  Change name of the temp file.
10674         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10675         customizable.
10676
10677 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10680         bind `S W' to gnus-article-wide-reply-with-original; set default
10681         binding to gnus-article-read-summary-send-keys.
10682         (gnus-article-read-summary-keys): Fix the order of keys; display
10683         continuation keys correctly in the echo area; describe bindings
10684         correctly when keys end with `C-h'.
10685         (gnus-article-read-summary-send-keys): New function.
10686         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10687         Work for gnus-article-read-summary-send-keys; display continuation keys
10688         correctly in the echo area.
10689         (gnus-article-reply-with-original): Ignore prefix argument.
10690         (gnus-article-wide-reply-with-original): New function.
10691
10692         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10693         Emacs 21.
10694
10695 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10698         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10699
10700 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10703         (gnus-group-read-ephemeral-gmane-group): New command.
10704
10705 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10706
10707         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10708
10709 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * message.el (message-send-mail-function): Increase custom version.
10712
10713         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10714         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10715
10716 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10717
10718         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10719         for the cases where imap-authenticate is called with a nil buffer
10720         parameter.
10721
10722 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10725         html parts correctly; support forwarded messages.
10726         (gnus-article-browse-html-article): Remove work buffers.
10727
10728         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10729         compiling.
10730         (netrc-bound-and-true-p): New macro.
10731         (netrc-parse): Use it instead of bound-and-true-p that is not available
10732         in XEmacs 21.4.
10733
10734 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10735
10736         * gnus-registry.el (gnus-registry-mark-article)
10737         (gnus-registry-article-marks): Add functionality to mark articles
10738         through the Gnus registry.
10739
10740         * encrypt.el: Clarify documentation for the new pgg method.
10741         (encrypt-file-alist): Add PGG option.
10742         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10743         functionality.  Abstract password key and messaging to external
10744         functions.
10745         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10746         (encrypt-message-method-and-cipher): Add new convenience external
10747         functions.
10748         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10749         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10750
10751         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10752         (netrc-parse): Use encrypt-file-alist to determine if
10753         encrypt-find-model or encrypt-insert-file-contents should be used.
10754
10755         * encrypt.el: Clarify documentation.  Load password-cache or
10756         password, whichever one is found first, instead of autoloading.
10757
10758 2007-12-19  Glenn Morris  <rgm@gnu.org>
10759
10760         * mml.el (message-options-set, message-narrow-to-head)
10761         (message-in-body-p, message-mail-p, message-encode-message-body):
10762         Autoload.
10763         (message-remove-header, message-narrow-to-headers-or-head)
10764         (message-subscribed-p, message-make-mail-followup-to)
10765         (message-position-on-field, message-news-p)
10766         (message-options-set-recipient, message-generate-headers)
10767         (message-sort-headers): Declare as functions.
10768
10769 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10772         convention in doc string.
10773
10774 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10777         title to html parts.
10778         (gnus-article-browse-html-article): Pass message header to it.
10779
10780         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10781
10782 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10785         or password compatible with XEmacs.
10786
10787 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10790         format document.
10791         (gnus-mime-delete-part): Don't write description line if empty.
10792         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10793
10794 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10795
10796         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10797         (gnus-summary-mark-read-and-unread-as-read)
10798         (gnus-summary-mark-current-read-and-unread-as-read)
10799         (gnus-summary-mark-unread-as-ticked): Doc fix.
10800         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10801
10802 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10805         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10806
10807 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10810         yes-or-no-p.
10811
10812 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * mm-decode.el (mm-add-meta-html-tag): New function.
10815         (mm-save-part-to-file, mm-pipe-part): Use it.
10816
10817         * gnus-art.el (gnus-article-browse-delete-temp-files):
10818         Use gnus-y-or-n-p instead of y-or-n-p.
10819         (gnus-article-browse-html-parts): Work with message/external-body; use
10820         mm-add-meta-html-tag.
10821
10822 2007-12-11  Glenn Morris  <rgm@gnu.org>
10823
10824         * gnus-cache.el: Require gnus-sum not just when compiling.
10825
10826         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10827
10828         * gnus-int.el (gnus-server-opened, gnus-status-message):
10829         Move definitions before use.
10830
10831         * mm-decode.el: Require gnus-util.
10832         (mm-remove-part): Only call delete-annotation on XEmacs.
10833
10834         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10835
10836         * nnmail.el: Require gnus-int.
10837
10838         * spam.el: Move `require's before `eval-when-compile's.
10839
10840         * gnus-ems.el (gnus-alive-p):
10841         * gnus-fun.el (message-goto-eoh):
10842         * gnus-util.el (gnus-group-name-decode):
10843         * mail-source.el (gnus-compress-sequence):
10844         * message.el (Info-goto-node, format-spec):
10845         * mm-bodies.el (message-options-get):
10846         * mm-decode.el (mm-view-pkcs7):
10847         * mm-util.el (gmm-write-region):
10848         * mml-smime.el (mml-compute-boundary)
10849         (gnus-completing-read-with-default):
10850         * mml.el (widget-button-press, gnus-make-hashtable):
10851         * mml1991.el (mm-decode-content-transfer-encoding)
10852         (mm-encode-content-transfer-encoding)
10853         (message-options-get, message-options-set):
10854         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10855         * nnfolder.el (gnus-request-group):
10856         * nnheader.el (ietf-drums-unfold-fws):
10857         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10858         * smime.el (gnus-run-mode-hooks):
10859         * spam-stat.el (gnus-message): Autoload.
10860
10861         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10862         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10863         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10864         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10865         Add declare-function compatibility definition.
10866
10867         * gnus-cache.el (nnvirtual-find-group-art):
10868         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10869         (gnus-add-image, gnus-add-wash-type):
10870         * gnus-group.el (nnkiboze-score-file):
10871         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10872         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10873         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10874         (message-tokenize-header, gnus-get-buffer-create)
10875         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10876         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10877         * gnus.el (gnus-group-decoded-name):
10878         * mail-source.el (imap-capability):
10879         * mm-bodies.el (message-options-set):
10880         * mm-decode.el (gnus-configure-windows):
10881         * mm-extern.el (message-goto-body):
10882         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10883         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10884         (epg-sub-key-validity, message-options-set):
10885         * mml.el (widget-event-point, gnus-configure-windows):
10886         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10887         * mml2015.el (epg-check-configuration, epg-configuration)
10888         (message-options-set):
10889         * nndb.el (nndb-request-article):
10890         * nnfolder.el (gnus-request-create-group):
10891         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10892         * nnmaildir.el (gnus-group-mark-article-read):
10893         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10894         * rfc1843.el (message-fetch-field):
10895         * spam.el (gnus-extract-address-components):
10896         Declare as functions.
10897
10898 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10901
10902         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10903
10904         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10905         bind show-trailing-whitespace for XEmacs.
10906
10907 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10910         new no-op macro for backward compatibility.
10911
10912         * imap.el (imap-string-to-integer): New function.
10913
10914 2007-12-09  Glenn Morris  <rgm@gnu.org>
10915
10916         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10917
10918         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10919         * message.el, mm-view.el, sieve-manage.el, smime.el:
10920         Add declare-function compatibility definition.
10921
10922         * gnus-art.el (w3-region, w3m-region, Info-menu):
10923         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10924         * gnus-sum.el (gnus-get-predicate):
10925         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10926         * message.el (mail-abbrev-in-expansion-header-p):
10927         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10928         (w3m-detect-meta-charset, w3m-region):
10929         * sieve-manage.el (password-read, password-cache-add)
10930         (password-cache-remove):
10931         * smime.el (password-read-and-add): Declare as functions.
10932
10933 2007-12-08  David Kastrup  <dak@gnu.org>
10934
10935         * gnus-sum.el (gnus-summary-simplify-subject-query):
10936         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10937         `message'.
10938
10939 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10942         it to bind idna-program, installation-directory, defined-colors, and
10943         face-attribute for XEmacs of the version that compiles defcustom forms.
10944
10945 2007-12-07  Glenn Morris  <rgm@gnu.org>
10946
10947         * gnus-art.el (article-make-date-line): Revert previous change.
10948
10949 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10952
10953 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10954
10955         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10956         Call gnus-add-to-range ranges only once with a prepared article-list.
10957
10958 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10959
10960         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10961         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10962         group names with backslashes.
10963         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10964
10965 2007-12-06  Deepak Goel  <deego3@gmail.com>
10966
10967         * gnus-art.el (article-make-date-line):
10968         * gnus-start.el (gnus-load):
10969         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10970
10971 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-art.el (gnus-use-idna)
10974         * gnus-start.el (gnus-site-init-file)
10975         * message.el (message-use-idna)
10976         * mm-uu.el (mm-uu-hide-markers)
10977         * smiley.el (smiley-style): Revert changes that suppress warnings.
10978
10979 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10982         specify charset to html source.
10983         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10984
10985 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10988         idna-program in order to suppress byte compile warning issued by XEmacs
10989         that came to byte compile the default value section of defcustom forms
10990         recently.
10991
10992         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10993         value of installation-directory.
10994
10995         * message.el (message-use-idna): Don't directly refer to the value of
10996         idna-program.
10997
10998         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10999
11000         * smiley.el (smiley-style): Don't directly call face-attribute.
11001
11002 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11005
11006         * gnus-dired.el: Reduce Gnus dependencies.
11007         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11008         Don't require.  Use autoloads instead.
11009         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11010         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11011         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11012         (gnus-dired-mode): Adjust doc string.
11013         (gnus-dired-mail-mode): New variable.
11014         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11015         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11016         (gnus-dired-mail-buffers): New function.  Return mail or message
11017         composition buffers.
11018         (gnus-dired-attach): Use it.
11019         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11020         NO-DECODE.
11021         (gnus-dired-print): Use `gnus-print-buffer' depending on
11022         `gnus-dired-mail-mode'.
11023
11024 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * rfc2047.el (rfc2047-encoded-word-regexp)
11027         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11028         explaining what regexp patterns are for.
11029
11030 2007-12-04  Glenn Morris  <rgm@gnu.org>
11031
11032         * password.el: Move to password-cache.el.
11033
11034         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11035         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11036         * mml-smime.el (password-read, password-cache-add)
11037         (password-cache-remove):
11038         No need to autoload, since mml-sec requires password.
11039
11040         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11041         * message.el (gnus-extract-address-components):
11042         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11043
11044         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11045         password.
11046
11047 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * mailcap.el: Reduce dependencies.
11050         (mail-header-parse-content-type): Autoload.
11051         (mailcap-delete-duplicates): New alias.
11052         (mailcap-mime-info): Add optional argument NO-DECODE.
11053         (mailcap-mime-types): Use mailcap-delete-duplicates.
11054
11055         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11056
11057 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11058
11059         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11060         (imap-parse-status): Upcase status-att for servers that sends them
11061         lower-case (e.g., MS Exchange 2007).
11062
11063 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11066         function.
11067
11068         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11069         (gnus-uu-yenc-article): New function.
11070
11071         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11072
11073         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11074
11075 2007-12-02  Glenn Morris  <rgm@gnu.org>
11076
11077         * binhex.el (binhex): New custom group.
11078         (binhex-decoder-program, binhex-decoder-switches)
11079         (binhex-use-external): Move to the binhex custom group.
11080
11081         * uudecode.el (uudecode): New custom group.
11082         (uudecode-decoder-program, uudecode-decoder-switches)
11083         (uudecode-use-external): Move to the uudecode custom group.
11084
11085         * netrc.el (top-level): Don't load `encrypt' features.
11086         (netrc-parse): Don't use encrypt.
11087         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11088
11089         * encrypt.el: Remove file.
11090
11091 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11094         matches on patches.
11095
11096         * gnus-art.el (gnus-article-browse-html-article):
11097         Mention `mm-text-html-renderer' in the doc string.
11098
11099         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11100         string.  Add comments.
11101
11102         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11103         if rhs is ASCII.
11104
11105 2007-12-01  Glenn Morris  <rgm@gnu.org>
11106
11107         * mail-source.el (top-level): Require format-spec before
11108         eval-when-compile.
11109
11110 2007-11-30  Glenn Morris  <rgm@gnu.org>
11111
11112         * encrypt.el: Require password, rather than autoloading password-read.
11113
11114 2007-11-29  Glenn Morris  <rgm@gnu.org>
11115
11116         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11117         (sasl-make-client, sasl-next-step, sasl-step-data)
11118         (sasl-step-set-data): Declare as functions.
11119
11120 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11123
11124 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11125
11126         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11127         certs should be verified and what is to be done in the event of a
11128         verification failure.
11129
11130         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11131         caller can indicate whether the cache should be disregarded for this
11132         call.  This way the result of the call is reproducible at all times and
11133         can be considered a canonical server name for the supplied method.
11134         (gnus-agent-method-p): Canonicalize server names by pushing their
11135         method through `gnus-method-to-server' using the no-cache argument.
11136
11137         * gnus-srvr.el (gnus-server-insert-server-line):
11138         Call `gnus-method-to-server' with `no-cache' argument.
11139
11140         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11141         gnus-agent-possibly-synchronize-flags as this should be called when the
11142         server is actually being opened.
11143         (gnus-agent-possibly-synchronize-flags)
11144         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11145         flags file of an agentized server to the latter function.
11146
11147         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11148         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11149         after a connection has been established successfully.
11150
11151 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-art.el (article-display-face): Force to display face if called
11154         interactively; check if gnus-article-x-face-too-ugly matches author.
11155         (article-display-x-face): Display face even if From header is missing
11156         as article-display-face does.
11157
11158 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11159
11160         * hashcash.el (message-narrow-to-headers-or-head)
11161         (message-fetch-field, message-goto-eoh)
11162         (message-narrow-to-headers): Declare as functions.
11163
11164 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * mail-source.el (mail-sources): Default to fetch from file for
11167         compatibility with default of nnmail-spool-file.
11168
11169 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11172         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11173         to look for encoded word that should be encoded again.
11174         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11175         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11176         encoding pattern.
11177         (rfc2047-decode-region): Switch strict regexp and loose one according
11178         to rfc2047-allow-irregular-q-encoded-words.
11179
11180 2007-11-25  Romain Francoise  <romain@orebokech.com>
11181
11182         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11183
11184 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * tls.el (tls-program): Provide more custom choices from
11187         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11188         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11189
11190 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11193         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11194
11195         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11196         `nnmail-spool-file'.
11197
11198         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11199         `nnmail-spool-file'.
11200
11201         * gnus-move.el (gnus-change-server): Ditto.
11202
11203         * gnus-kill.el (gnus-batch-score): Ditto.
11204
11205         * gnus-cache.el (gnus-jog-cache): Ditto.
11206
11207         * gnus-msg.el (gnus-summary-reply):
11208         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11209
11210 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11213         version.  Minor improvement to doc strings.
11214         (tls-program): Add comment.
11215
11216 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11217
11218         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11219         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11220         mismatch between the hostname provided in the certificate and the name
11221         of the host connnecting to.
11222         (open-tls-stream): Use them.  Check certificates against trusted root
11223         certificates.
11224
11225 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus-cache.el (gnus-cache-generate-nov-databases):
11228         Use nnml-generate-nov-databases-directory instead of
11229         nnml-generate-nov-databases-1.
11230
11231 2007-11-24  Glenn Morris  <rgm@gnu.org>
11232
11233         * message.el (message-tool-bar-retro): Update for rename
11234         mail_send.xpm->mail-send.xpm.
11235
11236 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11239         `smime-ldap-search' for Emacs 22 and up.
11240
11241 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11242
11243         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11244
11245         * message.el (message-send-mail-function): Fix error convention.
11246         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11247         (message-widen-reply, message-send-mail, message-talkative-question)
11248         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11249         (message-clone-locals, message-send-news): Use with-current-buffer.
11250         (message-insert-or-toggle-importance): Remove unused var `valid'.
11251         (message-make-references): Remove unused var `new-references'.
11252         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11253
11254 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11255
11256         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11257         (spam-split-symbolic-return-positive): Reflow docstring.
11258         (spam-backends, spam-summary-exit-behavior)
11259         (spam-mark-ham-unread-before-move-from-spam-group)
11260         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11261         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11262         (spam-clear-cache, spam-backend-check, spam-install-backend)
11263         (spam-install-statistical-backend, spam-list-of-processors)
11264         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11265         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11266         (spam-check-crm114, spam-initialize, spam-unload-hook):
11267         Fix typos in docstrings.
11268
11269 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11272         been checked if they have never been read and those group levels are
11273         higher than the one that a user specified.
11274
11275 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11278         foreign groups unless a group level is specified by a user.
11279         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11280
11281 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * message.el (message-send-mail-function): Require sendmail.
11284
11285 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * message.el (message-send-mail-function): Check for smtpmail too.
11288
11289         * utf7.el (utf7-encode, utf7-decode): Use coding system
11290         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11291
11292         * message.el (message-send-mail-function): New function.
11293         (message-send-mail-function): Set default using
11294         message-send-mail-function.  Adjust doc string.
11295         (message-send-mail-with-mailclient): New function.
11296
11297 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11298
11299         * smime.el (from):
11300         * rfc2047.el (message-posting-charset):
11301         * qp.el (mm-use-ultra-safe-encoding):
11302         * pop3.el (parse-time-months):
11303         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11304         * nnml.el (files):
11305         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11306         (jka-compr-compression-info-list, ange-ftp-path-format)
11307         (efs-path-regexp):
11308         * nndiary.el (files):
11309         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11310         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11311         (epg-digest-algorithm-alist, inhibit-redisplay)
11312         (password-cache-expiry):
11313         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11314         (pgg-output-buffer, password-cache-expiry):
11315         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11316         (efs-path-regexp):
11317         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11318         (inhibit-redisplay):
11319         * mm-uu.el (file-name, start-point, end-point, entry)
11320         (gnus-newsgroup-name, gnus-newsgroup-charset):
11321         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11322         (latin-unity-ucs-list):
11323         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11324         (mm-uu-binhex-decode-function):
11325         * message.el (gnus-message-group-art, gnus-list-identifiers)
11326         (rmail-enable-mime-composing, gnus-local-organization)
11327         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11328         (gnus-read-active-file, facemenu-add-face-function)
11329         (facemenu-remove-face-function, gnus-article-decoded-p)
11330         (tool-bar-mode):
11331         * mail-source.el (display-time-mail-function):
11332         * gnus-util.el (nnmail-pathname-coding-system)
11333         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11334         (gnus-original-article-buffer, gnus-user-agent)
11335         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11336         (xemacs-codename, sxemacs-codename, emacs-program-version):
11337         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11338         * gnus-start.el (gnus-agent-covered-methods)
11339         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11340         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11341         (gnus-newsgroup-headers, gnus-group-list-mode)
11342         (gnus-group-mark-positions, gnus-newsgroup-data)
11343         (gnus-newsgroup-unreads, nnoo-state-alist)
11344         (gnus-current-select-method, mail-sources)
11345         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11346         (nnmail-spool-file, gnus-cache-active-hashtb):
11347         * gnus-mh.el (mh-lib-progs):
11348         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11349         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11350         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11351         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11352         (gnus-group-buffer):
11353         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11354         (font-lock-set-defaults):
11355         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11356         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11357         (gnus-summary-post-menu, total-parts, type, condition, length):
11358         * gnus-agent.el (gnus-agent-read-agentview):
11359         * flow-fill.el (show-trailing-whitespace):
11360         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11361         eval-and-compile wrappers for byte compiler pacifiers.
11362
11363         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11364         (mm-display-inline-fontify): Check for featurep 'xemacs not
11365         extent-list.
11366
11367         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11368         itimer-list.
11369         (mm-create-image-xemacs): Only do something for XEmacs.
11370         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11371
11372         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11373
11374         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11375         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11376
11377 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11378
11379         * nnimap.el (nnimap-split-download-body):
11380         * gnus-demon.el (gnus-demon):
11381         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11382
11383 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11386         New macros.
11387         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11388         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11389         copy data from unibyte buffer to multibyte current buffer.
11390         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11391         to copy data from unibyte current buffer to multibyte buffer.
11392         (nntp-make-process-buffer): Make process buffer unibyte.
11393
11394         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11395
11396 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11397
11398         * pop3.el (pop3-open-server): Accept and process data more robustly at
11399         connexion start to avoid spurious "POP SSL connexion failed" errors.
11400
11401 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11404         read group names.
11405
11406 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11409
11410 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11413         (nnmail-save-active): Use a unibyte buffer when saving active file,
11414         which may contain non-ASCII group names.
11415
11416         * nnml.el (nnml-request-group): Decode group names in messages.
11417
11418 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * message.el (message-citation-line-function)
11421         (message-insert-formatted-citation-line): Fix spelling of
11422         `message-insert-formated-citation-line'.
11423
11424 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11427
11428 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11431         nnmail-pathname-coding-system.
11432
11433         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11434         that a user enters; decode group names in messages.
11435
11436         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11437
11438 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11441
11442         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11443
11444         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11445         risky local variable.
11446
11447         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11448
11449 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11450
11451         * encrypt.el: Improve documentation to fix function name typo.
11452         Reported by Daiki Ueno <ueno@unixuser.org>.
11453
11454 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11457         even if the point is not in the last page of an article.
11458         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11459         back to the previous page.
11460
11461 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11464
11465 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11468
11469 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11470
11471         * message.el (message-check-news-body-syntax):
11472         Avoid mm-string-as-multibyte.
11473         (message-hide-headers): Don't assume (point-min)==1.
11474
11475 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * message.el (message-remove-blank-cited-lines): Fix if remove is
11478         given.
11479         (message-bogus-address-regexp): New variable.
11480         (message-bogus-recipient-p): New function.
11481         (message-check-recipients): New command.
11482         (message-syntax-checks): Add `bogus-recipient'.
11483         (message-fix-before-sending): Add `bogus-recipient'.
11484
11485         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11486         (gnus-treat-body-boundary): Don't test window-system.
11487
11488 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11489
11490         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11491
11492 2007-10-28  Miles Bader  <miles@gnu.org>
11493
11494         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11495         at compile-time too.
11496
11497 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-msg.el (gnus-message-setup-hook):
11500         Add `message-remove-blank-cited-lines' to options.
11501
11502 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-remove-blank-cited-lines): New function.
11505         Suggested by Karl Plästerer.
11506
11507 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11510         mapc.
11511
11512         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11513         (top-level): Use mapc to set functions to be traced for debugging.
11514
11515         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11516         called for effect with while loop.
11517
11518         * message.el (message-talkative-question): Replace mapcar called for
11519         effect with mapc.
11520
11521         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11522         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11523         called for effect with dolist.
11524
11525         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11526
11527         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11528         gnus-extra-headers and nnmail-extra-headers.
11529
11530         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11531         called for effect with dolist.
11532         (top-level): Use mapc to set functions to be traced for debugging.
11533
11534         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11535         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11536         dolist.
11537
11538         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11539         Replace mapcar called for effect with mapc.
11540         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11541         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11542         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11543         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11544
11545         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11546         remove-if that's a cl function.
11547
11548         * webmail.el (webmail-debug): Replace mapcar called for effect with
11549         dolist.
11550
11551         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11552         with mapc.
11553
11554 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11557         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11558         with while loop.
11559
11560         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11561         functions from article-* functions.
11562         (gnus-multi-decode-header): Replace mapcar called for effect with
11563         dolist.
11564
11565         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11566         (gnus-bookmark-show-details): Replace mapcar called for effect with
11567         while loop.
11568
11569         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11570         called for effect with while loop.
11571
11572         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11573         with dolist.
11574
11575         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11576         Replace mapcar called for effect with dolist.
11577
11578         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11579
11580         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11581         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11582         Replace mapcar called for effect with dolist.
11583         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11584         mapc.
11585
11586         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11587         Replace mapcar called for effect with dolist.
11588         (gnus-topic-list): Replace mapcar called for effect with mapc.
11589
11590         * gnus.el: Use mapc instead of mapcar to add autoloads.
11591
11592 2007-10-23  Richard Stallman  <rms@gnu.org>
11593
11594         * gnus-group.el (gnus-group-highlight): Mark as risky.
11595
11596 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus.el (gnus-server-to-method): Return method found first in
11599         gnus-newsrc-alist.
11600
11601         * gnus-art.el (gnus-article-highlight-signature)
11602         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11603         button overlay without the front stickiness.
11604
11605 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11606
11607         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11608         overview buffer needed a catch to receive its throw.
11609         (gnus-agent-flush-cache): Declare as interactive to make this function
11610         easier to use.
11611
11612 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11615         `next-line'.
11616
11617 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11620         exclude address matching message-dont-reply-to-names.
11621
11622 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-util.el (gnus-string<): New function.
11625
11626         * gnus-sum.el (gnus-article-sort-by-author)
11627         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11628
11629 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11632         the frame-focus tag is set in gnus-buffer-configuration.
11633
11634 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11637         the front stickiness.
11638
11639 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11642         url pattern; remove duplicate one.
11643         (gnus-article-extend-url-button): New function.
11644         (gnus-article-add-buttons): Use it.
11645         (gnus-button-push): Use concatenated url that it makes.
11646
11647 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11648
11649         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11650
11651 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11652
11653         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11654         Don't hardcode point-min==1.
11655
11656 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11659         Fix comment about "iso8859-1".
11660
11661 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11662
11663         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11664         ones returned from the verify-function.
11665
11666         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11667         Call mml2015-extract-cleartext-signature if extraction failed.
11668
11669 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11670
11671         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11672         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11673         failed.
11674
11675 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11678
11679 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11682         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11683         recommends to use EasyPG instead of PGG.
11684
11685         * pgg.el: Revert to revision 6.23.2.16.
11686
11687         * pgg-def.el: Revert to revision 6.6.2.14.
11688
11689         * pgg-gpg.el: Revert to revision 6.23.2.34.
11690
11691 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11692
11693         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11694         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11695         thread for both the null and zero (kill/expire thread) universal prefix
11696         cases.
11697         (gnus-summary-expire-thread): Add new function to expire a thread,
11698         using gnus-summary-kill-thread.
11699         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11700         shortcuts for gnus-summary-expire-thread.
11701         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11702         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11703
11704 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11705
11706         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11707         extras value, so an extras entry can be deleted.
11708         (gnus-registry-delete-extra-entry): Use it.
11709         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11710         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11711         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11712         storage through the gnus-registry, and provide an appropriate API for
11713         it.
11714
11715 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11718         Suggested by Leo <sdl.web@gmail.com>.
11719
11720         * gnus.el: Do.
11721
11722 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11725         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11726
11727         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11728
11729         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11730         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11731
11732 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11735         newline.
11736         (nnmbox-request-accept-article): Don't change article in source buffer;
11737         narrow to header to use message-fetch-field rather than
11738         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11739         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11740         as delimiters; make sure article ends with newline.
11741         (nnmbox-delete-mail): Correct last position of article to be deleted;
11742         ignore X-Gnus-Newsgroup header in article body.
11743         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11744         positions; make sure article ends with newline.
11745
11746         * message.el (message-display-abbrev): Don't infloop when a user
11747         inserts SPC in the beginning of header.
11748
11749         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11750         coding-system-for-read and coding-system-for-write for XEmacs having no
11751         file-coding feature.
11752
11753         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11754
11755 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11756
11757         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11758         list of groups not followed by default.  Fix type to be regexp.
11759         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11760
11761 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11762
11763         * hmac-def.el (define-hmac-function): Switch from old-style to
11764         new-style backquotes.
11765
11766         * md4.el (md4-make-step): Likewise.
11767
11768 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11771         raw-text coding system when saving .newsrc file, which may contain
11772         non-ASCII group names.
11773
11774 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-cus.el (gnus-score-extra): New widget.
11777         (gnus-score-extra-convert): New function.
11778         (gnus-score-customize): Use it for Extra.
11779
11780 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11781
11782         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11783         (mml2015-mailcrypt-clear-verify): Use it.
11784         (mml2015-gpg-clear-verify): Use it.
11785         (mml2015-pgg-clear-verify): Use it.
11786         (mml2015-epg-clear-verify): Replace the current part with the output
11787         from GnuPG; don't extract the plaintext by itself.
11788
11789         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11790         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11791         mml2015-clear-verify-function; don't touch the armor headers or
11792         dash-escaped text here.
11793
11794 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11797         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11798         parts, or application/octet-stream as a last resort.
11799         (gnus-mime-view-part-as-type): Don't toggle display.
11800         (gnus-mime-view-part-as-charset): Don't turn off display before
11801         querying charset.
11802
11803         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11804         stuff to undisplayer function in Emacs.
11805         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11806
11807         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11808         text/calendar parts.
11809
11810 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11813         decoding text/calendar parts.
11814
11815         * message.el (message-forward-make-body-mime): Always mark body as
11816         having no illegible text; remove signed-or-encrypted argument.
11817         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11818
11819         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11820         (mml-generate-mime-1): Don't encode body if it is specified to be in
11821         raw form; don't make buffer be unibyte when inserting multibyte string.
11822
11823 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11824
11825         * sha1.el: Fix up comment style.
11826         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11827         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11828
11829         * hex-util.el: Fix up comment style.
11830         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11831
11832         * gnus-salt.el: Use with-current-buffer.
11833         (gnus-pick-setup-message): Fix long-standing typo.
11834
11835 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * imap.el (imap-logout-timeout): New variable.
11838         (imap-logout, imap-logout-wait): New functions.
11839         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11840
11841         * nnimap.el (nnimap-logout-timeout): New server variable.
11842         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11843         nnimap-logout-timeout.
11844
11845         * gnus-art.el (gnus-article-summary-command-nosave)
11846         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11847
11848 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus.el (gnus-maximum-newsgroup): New variable.
11851
11852         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11853         according to gnus-maximum-newsgroup.
11854
11855         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11856         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11857         Limit the range of articles according to gnus-maximum-newsgroup.
11858
11859 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11860
11861         * gnus-art.el (gnus-sticky-article): Fix problems described in
11862         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11863         Don't perform gnus-configure-windows here; reuse existing sticky
11864         article buffer.
11865
11866         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11867         it doesn't exist in gnus-article-mode.
11868
11869 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11872         (gnus-agent-decoded-group-name): New function.
11873         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11874         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11875
11876 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11877
11878         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11879         Add binding for gnus-sticky-article.
11880         (gnus-summary-exit): Don't kill sticky article buffers.
11881
11882         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11883         article buffer.
11884         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11885         (gnus-kill-sticky-article-buffers): New commands.
11886
11887 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * nntp.el (nntp-xref-number-is-evil): New server variable.
11890         (nntp-find-group-and-number): If it is non-nil, don't trust article
11891         numbers in the Xref header.
11892
11893 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-agent.el (gnus-agent-read-group): New function.
11896         (gnus-agent-flush-group, gnus-agent-expire-group)
11897         (gnus-agent-regenerate-group): Use it.
11898         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11899         nnmail-pathname-coding-system.
11900
11901 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11904
11905         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11906         that are unread as unread, and also as selected so that information of
11907         marks having been changed by a user may be updated when exiting group.
11908
11909 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11912
11913 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11916         calculated ignoring signature parts to gnus-treat-article.
11917
11918 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11921         a point here in order to keep the window start.
11922         (gnus-insert-mime-security-button): Make a button overlay without the
11923         front stickiness.
11924         (gnus-mime-display-security): Goto the end of a button.
11925
11926         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11927
11928 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11931         group-name-at-point.
11932         (gnus-group-completing-read): New function that offers decoded
11933         non-ASCII group names for completion.
11934         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11935         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11936         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11937         (gnus-group-fetch-control): Use it.
11938         (gnus-fetch-group): Use group-name-at-point for the initial value
11939         rather than the default value; use gnus-alive-p.
11940
11941         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11942         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11943         (gnus-summary-post-news): Use gnus-group-completing-read.
11944
11945         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11946         (gnus-read-move-group-name): Decode group name for completion.
11947
11948 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11951         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11952         Yamaoka slightly modified the code).
11953
11954 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11957         (nnmail-split-incoming): Bind it.
11958
11959         * nnml.el (nnml-group-name-charset): New function.
11960         (nnml-decoded-group-name): Use it; don't decode group name if
11961         nnmail-group-names-not-encoded-p is non-nil.
11962         (nnml-encoded-group-name): New function.
11963         (nnml-group-pathname): Inline nnml-decoded-group-name.
11964         (nnml-request-expire-articles): Decode group name in message.
11965         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11966         nnmail-pathname-coding-system.
11967         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11968         not decoded ones according to nnmail-group-names-not-encoded-p.
11969         (nnml-generate-active-info): Use nnml-encoded-group-name.
11970
11971 2007-08-08  Glenn Morris  <rgm@gnu.org>
11972
11973         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11974         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11975         doc-strings and comments.
11976
11977 2007-07-25  Glenn Morris  <rgm@gnu.org>
11978
11979         * Relicense all FSF files to GPLv3 or later.
11980
11981 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-sum.el (gnus-summary-move-article):
11984         Make gnus-summary-respool-article work.
11985
11986 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11989         string.
11990
11991 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11992
11993         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11994         that should be ignored when comparing distant RSS articles with local
11995         ones.
11996         (nnrss-make-hash-index): New function.  Create a hash index according
11997         to the ignored fields.
11998         (nnrss-check-group): Use it.
11999
12000 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12003
12004         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12005
12006         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12007         the new optional argument ENCODED is non-nil.
12008         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12009         coding system for encoding group name.
12010         (gnus-group-make-rss-group): Pass un-encoded group name to
12011         gnus-group-make-group.
12012         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12013         encoded.
12014
12015         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12016         Encode group name to which articles are moved or copied.
12017         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12018         coding system for encoding Newsgroup, Followup-To and Xref headers.
12019
12020         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12021         marks; use nnheader-file-coding-system to write a file.
12022         (nnagent-retrieve-headers): Bind file-name-coding-system to
12023         nnmail-pathname-coding-system.
12024
12025         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12026
12027         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12028         (nnml-request-article, nnml-request-create-group)
12029         (nnml-request-rename-group, nnml-find-id)
12030         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12031         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12032         (nnml-save-marks): Use nnml-group-pathname instead of
12033         nnmail-group-pathname.
12034
12035         (nnml-request-create-group, nnml-request-expire-articles)
12036         (nnml-request-move-article, nnml-request-delete-group)
12037         (nnml-deletable-article-p, nnml-possibly-create-directory)
12038         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12039         (nnml-open-marks): Bind file-name-coding-system to
12040         nnmail-pathname-coding-system.
12041
12042         (nnml-request-article): Pass server argument to nnml-find-group-number.
12043         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12044         Pass server argument to nnml-possibly-create-directory.
12045         (nnml-request-accept-article): Pass server argument to
12046         nnml-active-number and nnml-save-mail.
12047         (nnml-find-group-number): Pass server argument to nnml-find-id.
12048         (nnml-request-update-info): Pass server argument to
12049         nnml-marks-changed-p.
12050
12051         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12052         (nnml-save-mail, nnml-active-number): Add server argument.
12053
12054         (nnml-request-delete-group): Warn if group is missing.
12055         (nnml-get-nov-buffer): Decode group name.
12056         (nnml-generate-active-info): Encode group name.
12057         (nnml-open-marks): Decode group name in messages.
12058
12059 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12062         if it is not specified.
12063         (gnus-article-pipe-part, gnus-article-save-part)
12064         (gnus-article-interactively-view-part, gnus-article-copy-part)
12065         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12066         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12067         (gnus-article-replace-part, gnus-article-delete-part)
12068         (gnus-article-view-part-as-type): Pass raw prefix argument to
12069         gnus-article-part-wrapper.
12070
12071 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * gnus-agent.el (gnus-agent-save-active):
12074         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12075
12076         * gnus-cache.el (gnus-cache-save-buffers)
12077         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12078         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12079         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12080         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12081         (gnus-cache-generate-active, gnus-cache-rename-group)
12082         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12083         (gnus-cache-update-overview-total-fetched-for):
12084         Bind file-name-coding-system to nnmail-pathname-coding-system.
12085         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12086         New variables.
12087         (gnus-cache-decoded-group-name): New function.
12088         (gnus-cache-file-name): Use it.
12089         (gnus-cache-generate-active): Use non-decoded group name for active.
12090
12091         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12092         right place.
12093         (gnus-write-active-file): Don't break non-ASCII group names.
12094
12095         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12096         nnmail-pathname-coding-system.
12097
12098         * lpath.el: Bind default-file-name-coding-system,
12099         file-name-coding-system and language-info-alist for XEmacs.
12100
12101         * gnus-uu.el (gnus-uu-decode-save): Typo.
12102
12103 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12106
12107 2007-07-14  David Kastrup  <dak@gnu.org>
12108
12109         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12110         finishing actions if we did not edit the article.
12111
12112 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12115         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12116         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12117         (gnus-agent-flush-group, gnus-agent-flush-cache)
12118         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12119         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12120         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12121         (gnus-agent-regenerate-group)
12122         (gnus-agent-update-files-total-fetched-for)
12123         (gnus-agent-update-view-total-fetched-for):
12124         Bind file-name-coding-system to nnmail-pathname-coding-system.
12125         (gnus-agent-group-pathname): Don't encode file names by
12126         nnmail-pathname-coding-system.
12127         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12128         coding-system-for-write instead of buffer-file-coding-system to
12129         gnus-agent-file-coding-system.
12130
12131         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12132         Decode group name.
12133
12134         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12135
12136         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12137         (gnus-read-newsrc-el-file): Make group names unibyte.
12138
12139         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12140         nnmail-pathname-coding-system.
12141
12142         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12143         (nnrss-request-delete-group): Bind file-name-coding-system to
12144         nnmail-pathname-coding-system.
12145         (nnrss-read-server-data, nnrss-read-group-data):
12146         Bind file-name-coding-system correctly.
12147         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12148
12149         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12150         (nntp-server-to-method-cache): New variable.
12151         (nntp-group-pathname): New function that decodes non-ASCII group names.
12152         (nntp-possibly-create-directory, nntp-marks-changed-p)
12153         (nntp-save-marks, nntp-open-marks): Use it.
12154         (nntp-possibly-create-directory, nntp-open-marks):
12155         Bind file-name-coding-system to nnmail-pathname-coding-system.
12156         (nntp-open-marks): Decode group names when bootstrapping marks.
12157
12158         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12159         Newsgroups and Folowup-To headers.
12160
12161 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12164         (gnus-server-closed-face, gnus-server-denied-face)
12165         (gnus-server-offline-face): Remove variable.
12166         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12167
12168         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12169         of modifying message-stack directly for XEmacs.
12170
12171         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12172         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12173         if the coding-system argument is nil for XEmacs.
12174
12175         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12176         mm-charset-override-alist.
12177
12178         * rfc2047.el: Don't require base64; require rfc2045 for the function
12179         rfc2045-encode-string.
12180         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12181         to quote the parameter value.
12182
12183 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12186         form in gnus-group-name-charset-method-alist.
12187
12188         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12189         overrides the default layout edit-form.
12190
12191         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12192
12193         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12194
12195 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12198         as unfetched articles.
12199
12200 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12203
12204 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12207         original back end that keeps marks in the local system.
12208
12209 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12212         arg of pop-to-buffer for XEmacs.
12213         (gnus-article-read-summary-keys): Ditto; don't restore window
12214         configuration if summary command ends up with neither article buffer
12215         nor summary buffer; describe bindings if summary keys end with C-h.
12216
12217 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * message.el (message-fix-before-sending): Skip raw message part to be
12220         forwarded while checking illegible text.
12221         (message-forward-make-body-mime, message-forward-make-body):
12222         Mark signed or encrypted raw message as having no illegible text.
12223
12224 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12227         (gnus-message-with-timestamp-1): New macro.
12228         (gnus-message-with-timestamp): New function.
12229         (gnus-message): Use them.
12230
12231         * nnheader.el (nnheader-message): Use them.
12232
12233 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12234
12235         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12236         .newsrc.eld file.
12237
12238 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-agent.el (gnus-agent-fetch-headers)
12241         (gnus-agent-retrieve-headers):
12242         Bind gnus-decode-encoded-address-function to identity.
12243
12244         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12245         available also when the server returns simply a dot.
12246
12247         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12248
12249 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12252
12253 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-ems.el (gnus-x-splash): Make it work.
12256
12257         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12258         from being used.
12259
12260         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12261
12262 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12265         4th and the 5th arguments.
12266
12267         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12268         the front stickiness.
12269         (gnus-article-summary-command-nosave): Correct the order of the
12270         arguments passed to pop-to-buffer.
12271         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12272         summary command ends up with the article buffer.
12273
12274         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12275         the same faces.
12276
12277 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12278
12279         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12280
12281 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12282
12283         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12284         * gnus-sum.el (gnus-summary-highlight):
12285         * pgg.el (pgg-sign-region, pgg-sign):
12286         * mail-source.el (mail-source-delete-old-incoming-confirm):
12287         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12288
12289 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-art.el (gnus-mime-view-part-externally)
12292         (gnus-mime-view-part-internally): Fix predicate function passed to
12293         completing-read.
12294
12295         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12296
12297         * gnus.el (gnus-update-message-archive-method): Add :version.
12298
12299 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus.el (gnus-update-message-archive-method): New variable.
12302
12303         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12304         according to gnus-message-archive-method if
12305         gnus-update-message-archive-method is non-nil.
12306
12307 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12310         Suggested by Loic Dachary <loic@dachary.org>.
12311         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12312
12313 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * message.el (message-pop-to-buffer): Add switch-function argument.
12316         (message-mail): Pass switch-function argument to it.
12317
12318 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12321         Improve doc string.
12322
12323 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12326         (gnus-header-content)
12327         * gnus-cite.el (gnus-cite-10)
12328         * gnus-srvr.el (gnus-server-closed)
12329         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12330         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12331         (gnus-group-mail-3-empty, gnus-group-mail-low)
12332         (gnus-group-mail-low-empty, gnus-splash)
12333         * message.el (message-header-to, message-header-cc)
12334         (message-header-subject, message-header-other, message-header-name)
12335         (message-header-xheader, message-separator, message-cited-text)
12336         (message-mml): Lighten colors of faces used for dark background.
12337
12338 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12339
12340         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12341         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12342
12343 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * message.el (message-narrow-to-headers-or-head):
12346         Ignore mail-header-separator in the body.
12347
12348 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12351         same as window size.
12352
12353 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12354
12355         * message.el (message-font-lock-keywords): Use message-header-xheader
12356         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12357         ahead of the anything pattern, to get it recognised.
12358
12359 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12362         spam.el loads uses it in the compiled defadvice form.
12363
12364 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12365
12366         * gnus-sum.el (gnus-articles-to-read)
12367         (gnus-summary-insert-old-articles): Don't truncate group name for
12368         `read-string'.
12369
12370         * gnus-util.el (gnus-limit-string): Delete this function.
12371
12372         * gnus-sum.el (gnus-simplify-subject-fully):
12373         Use `truncate-string-to-width' instead.
12374
12375 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12376
12377         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12378         Tell if, on summary exit, the next group has to be selected.
12379         (gnus-summary-exit): Use it.
12380
12381 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12384         non-break space.
12385
12386 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12389         Check if group is not a directory.
12390         (nnfolder-request-expire-articles): Don't delete articles if the target
12391         group is not available.
12392
12393         * nnml.el (nnml-request-create-group): Properly check if group is not a
12394         file.
12395         (nnml-request-expire-articles): Don't delete articles if the target
12396         group is not available.
12397
12398         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12399         Don't quote characters that are within parentheses.
12400
12401 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12404         (gnus-handle-ephemeral-exit): Select article according to it.
12405
12406 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * message.el (message-insert-formated-citation-line): Remove newline.
12409         (message-citation-line-format): Add final \n here so that the user can
12410         avoid a blank line.
12411
12412 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12413
12414         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12415         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12416         Update lanl/arXiv support.
12417
12418 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * gnus.el: Bump version number.
12421
12422 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * gnus.el (gnus-version-number): Bump version.
12425
12426 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12427
12428         * gnus.el: No Gnus v0.6 is released.
12429
12430 2007-04-27  Didier Verna  <didier@xemacs.org>
12431
12432         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12433         * gmm-utils.el (gmm-regexp-concat): ... here.
12434         * message.el: Don't require 'gnus-util.
12435         (message-dont-reply-to-names): Handle name change above.
12436         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12437
12438 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12441         since the initial value varies according to the system.
12442
12443 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12446
12447 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12448
12449         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12450
12451 2007-04-24  Didier Verna  <didier@xemacs.org>
12452
12453         Improve the type of gnus-ignored-from-addresses.
12454         * gnus-util.el (gnus-orify-regexp): New function.
12455         * message.el (gnus-util): Require it.
12456         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12457         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12458         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12459
12460 2007-04-24  Didier Verna  <didier@xemacs.org>
12461
12462         * gnus-sum.el:
12463         * gnus-utils.el: Fix some trailing whitespaces.
12464
12465 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12468         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12469         article's Message-ID; refer parent article in summary buffer.
12470
12471         * message.el (message-bounce): Call mime-to-mml.
12472
12473         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12474         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12475         optimize and/or forms properly.
12476
12477 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12480         URL.
12481
12482 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12485
12486 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12489         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12490         displayed of multipart/alternative part if it is invoked from summary
12491         buffer.
12492
12493         * mm-view.el (mm-inline-text-html-render-with-w3m)
12494         (mm-inline-text-html-render-with-w3m-standalone)
12495         (mm-inline-render-with-function): Use mail-parse-charset by default.
12496
12497 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12498
12499         * parse-time.el (parse-time-string-chars): Check if CHAR
12500         is less than the length of parse-time-syntax.
12501
12502 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12505         from gnus-newsgroup-processable.
12506
12507 2007-04-16  Didier Verna  <didier@xemacs.org>
12508
12509         * gnus-msg.el (gnus-configure-posting-styles):
12510         Handle message-signature-directory properly with :file syntax.
12511         Reported by "Leo".
12512
12513 2007-04-11  Didier Verna  <didier@xemacs.org>
12514
12515         New user option: message-signature-directory.
12516         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12517         * message.el (message-insert-signature): Ditto.
12518         * message.el (message-signature-file): Doc update.
12519         * message.el (message-signature-directory): New.
12520
12521 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-msg.el (gnus-inews-yank-articles):
12524         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12525
12526 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * message.el (message-yank-original): Make sure cited text ends with
12529         newline; don't exchange point and mark.
12530
12531 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12532
12533         * tls.el (open-tls-stream): Properly handle case where there
12534         is no associated buffer.
12535
12536 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12537
12538         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12539         message-yank-original, make sure (< mark TEXT point).
12540
12541 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * message.el (message-fill-column): New variable.
12544         (message-mode): Use it.  Add comment on a possible new hook.
12545
12546         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12547         (nnmail-get-new-mail): Reformat.
12548
12549         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12550
12551         * gmm-utils.el: Fix Commentary.
12552         (gmm-tool-bar-from-list): Fix typo in doc string.
12553
12554 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12555
12556         * message.el (message-yank-original): Don't switch point and mark
12557         unnecessarily to put point and mark as documented.
12558
12559 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12562         from the message heads.
12563
12564 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12565
12566         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12567         article buffer does not have a window.  This may not be the best
12568         solution but is certainly better than setting the start of the null,
12569         that is the current, window.
12570
12571 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12574         (gnus-draft-setup): Run it.
12575
12576         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12577         gnus-score-fast-scoring.  Allow regexp.
12578         (gnus-score-headers): Use it.
12579
12580         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12581         XEmacs.
12582
12583         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12584         string.
12585         (gnus-button-alist): Also catch `<f1> k ...'.
12586         (gnus-treat-display-x-face): Fix doc string.
12587
12588 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12589
12590         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12591         evaluation of gnus-extended-version to ensure correct generation of the
12592         User-Agent header when message-generate-headers-first is used.
12593
12594 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12595
12596         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12597         hashcash-path is nil.  Don't call callback with incorrect number of
12598         parameters if val is 0.
12599
12600 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12601
12602         * message.el (message-required-news-headers):
12603         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12604
12605 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12606
12607         * tls.el (open-tls-stream): In handshake-waiting loop,
12608         don't wait more if there is output available to process.
12609
12610 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12611
12612         * tls.el (tls-program): Doc fix.
12613
12614 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * message.el (message-generate-new-buffers): Change the meaning of the
12617         nil value; add `standard' to the choices; treat t as `unique'; improve
12618         doc string.
12619         (gnus-select-frame-set-input-focus): Autoload.
12620         (message-buffer-name): Search for the existing message buffer if
12621         message-generate-new-buffers is nil or `standard'; treat the value t of
12622         message-generate-new-buffers as `unique'.
12623         (message-pop-to-buffer): Raise the frame already displaying the message
12624         buffer; clear the echo area after querying.
12625         (message-setup): Pass the `continue' argument to compose-mail.
12626         (message-mail): Prefer `switch-function' if it is given; search for the
12627         existing message buffer if the `continue' argument is non-nil; pass
12628         continue and switch-function arguments to compose-mail by way of
12629         message-setup.
12630         (message-mail-other-window): Adjust argument of message-setup.
12631         (message-mail-other-frame): Ditto.
12632
12633 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12636         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12637         to turn font-lock on when turning gnus-message-citation-mode on.
12638
12639 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12640
12641         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12642         (mml-smime-function-alist): New variable; add epg as the backend.
12643         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12644         mml-smime- functions instead.
12645         * mm-view.el: Require smime.
12646
12647 2007-03-05  Didier Verna  <didier@xemacs.org>
12648
12649         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12650         instead of just inheritance for posting styles.
12651         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12652
12653 2007-02-24  Chris Moore  <dooglus@gmail.com>
12654
12655         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12656         * pgg-pgp.el (pgg-pgp-encrypt-region):
12657         * pgg-gpg.el (pgg-gpg-encrypt-region):
12658         Check pgg-encrypt-for-me if no other recipients.
12659
12660 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12661
12662         * tls.el (tls-certtool-program): Fix custom type.
12663
12664 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12667         and point-at-eol instead of line-(beginning|end)-position.
12668
12669         * assistant.el (assistant-parse-buffer): Ditto.
12670
12671         * netrc.el (netrc-parse-services): Ditto.
12672
12673 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12674
12675         * mml2015.el (mml2015-epg-find-usable-key): New function.
12676         (mml2015-epg-sign): Use it.
12677         (mml2015-epg-encrypt): Use it.
12678
12679 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * message.el (message-make-in-reply-to): Quote name containing
12682         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12683         if there are special characters.  Reported by NAKAJI Hiroyuki
12684         <nakaji@jp.freebsd.org>.
12685
12686 2007-02-27  Didier Verna  <didier@xemacs.org>
12687
12688         Include the group parameters as well as the topic ones in the
12689         inheritance filter process.
12690         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12691         argument GROUP-PARAMS-LIST.
12692         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12693
12694 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * nntp.el (nntp-never-echoes-commands)
12697         (nntp-open-connection-functions-never-echo-commands): New variables.
12698         (nntp-send-command): Use them.
12699
12700 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12701
12702         * mml2015.el (mml2015-epg-verify): Simplify.
12703
12704 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * mml.el (mml-content-disposition-alist): New user option.
12707         (mml-content-disposition): New function.
12708         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12709         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12710
12711 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12712
12713         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12714         verification.
12715
12716 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12717
12718         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12719         articles posted in the last 24 hours.
12720
12721 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12722
12723         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12724
12725 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12726
12727         * nntp.el (nntp-send-command): Don't wait for echoes when
12728         nntp-open-ssl-stream is used.
12729
12730 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12733         (gnus-message-add-citation-keywords)
12734         (gnus-message-remove-citation-keywords): Remove.
12735         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12736         directly, make the variables in font-lock-defaults buffer-local, add
12737         gnus-message-citation-keywords to them and then update the value of
12738         font-lock-keywords.
12739
12740 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * message.el (message-cite-original-1): Don't call
12743         gnus-article-highlight-citation.
12744
12745         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12746         citations; fix line count.
12747
12748 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12751         (gnus-message-add-citation-keywords)
12752         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12753         versions of font-lock-add-keywords and font-lock-remove-keywords to
12754         work with XEmacs correctly.
12755
12756 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-cite.el (gnus-cite-face-list): Set the values of
12759         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12760         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12761         (gnus-message-cite-prefix-regexp): New variable.
12762         (gnus-message-search-citation-line): Use it; protect against long
12763         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12764         the 0th match data for Emacs.
12765         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12766         (gnus-message-add-citation-keywords): Append keywords rather than
12767         prepending; emulate font-lock-add-keywords if it is not available.
12768         (gnus-message-remove-citation-keywords):
12769         Emulate font-lock-remove-keywords if it is not available.
12770
12771         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12772
12773         * message.el (message-cite-prefix-regexp): Set the value of
12774         gnus-message-cite-prefix-regexp.
12775
12776 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12777
12778         * nnweb.el (nnweb-google-parse-1): Update parser.
12779
12780 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12781
12782         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12783
12784 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12785
12786         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12787         regexp.
12788
12789 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12792         string-to-multibyte.
12793         (uudecode-decode-region-internal): Use it.
12794
12795         * lpath.el: Fbind string-as-multibyte for XEmacs.
12796
12797 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12800         Fix custom choice.
12801
12802         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12803
12804 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12805
12806         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12807
12808         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12809         `write-region' to respect `mm-inhibit-file-name-handlers'.
12810
12811 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12814         Use gnus-home-directory instead of "~/" or "$HOME".
12815
12816 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12817
12818         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12819         to mention filename.
12820         Add comments at beginning regarding usage.
12821         (encrypt-write-file-contents): Change interactive so a string is
12822         acceptable.  If the file has no associated model, show an error instead
12823         of a nonsense prompt.
12824
12825 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12826
12827         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12828         Thanks to Yoshihiko Yamada for kind notification of this typo.
12829
12830 2007-01-12  Kenichi Handa  <handa@m17n.org>
12831
12832         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12833         multibyte buffer.
12834
12835 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-score.el (gnus-score-fast-scoring): New variable.
12838         (gnus-score-headers): Use it.
12839
12840         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12841
12842         * message.el (message-cite-original-1):
12843         Call gnus-article-highlight-citation if requested.
12844         (message-make-from): Allow name and address as optional arguments.
12845
12846         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12847
12848         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12849         bugs to doc string.
12850         (gnus-button-alist): Add mid\\|message-id.
12851         (gnus-button-fetch-group): Extend for use in
12852         `browse-url-browser-function'.
12853         (gnus-button-url-regexp): Try to catch paired parentheses like in
12854         Wikipedia URLs.
12855
12856         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12857         Suggested by Simon Krahnke <overlord@gmx.li>.
12858
12859 2007-01-13  Romain Francoise  <romain@orebokech.com>
12860
12861         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12862         Update copyright.
12863
12864 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12865
12866         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12867
12868 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12869
12870         * gnus-registry.el (gnus-registry-unfollowed-groups)
12871         (gnus-registry-split-fancy-with-parent): Fix documentation.
12872
12873 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874
12875         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12876         from nnweb groups.
12877
12878 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12879
12880         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12881         Xref urls.  Erase buffer before requesting head.
12882
12883         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12884
12885 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12888         customizable.
12889
12890 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12891
12892         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12893         no signing key is found.
12894         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12895         no encrypting and/or signing key is found.
12896
12897 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12900
12901 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12902
12903         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12904         headers read from disk with the ones newly found in the current search.
12905         This should no longer cause problems, because the article numbers in
12906         Gmane's `nov.php' output are ignored since the previous change.
12907
12908 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12909
12910         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12911
12912 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12915         replace-regexp-in-string; bind url-version; fbind display-images-p and
12916         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12917         find-face and set-itimer-function for Emacs; bind itimer-list for
12918         Emacs.
12919
12920         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12921
12922 2007-01-01  Romain Francoise  <romain@orebokech.com>
12923
12924         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12925
12926 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12927
12928         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12929         `define-minor-mode' macro definition expanded properly.
12930         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12931         exclude it there.
12932
12933         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12934         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12935         `fboundp' test.
12936         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12937         This is OK to autoload in (S)XEmacs now.
12938
12939 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12940
12941         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12942         keystroke.
12943         (gnus-summary-limit-to-singletons): Fix typo.
12944
12945         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12946         else fails.
12947
12948 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12949
12950         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12951         docstring.
12952
12953         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12954         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12955         (gnus-summary-insert-dormant-articles): Fix typo in message.
12956
12957 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12960         nil for XEmacs.
12961         (gnus-message-citation-mode): Don't autoload in XEmacs.
12962
12963         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12964
12965 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12966
12967         * nnimap.el (nnimap-expunge-search-string):
12968         Mention nnimap-search-uids-not-since-is-evil in docstring.
12969
12970 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * spam.el: Revert to make-obsolete-variable because
12973         define-obsolete-variable-alias is not supported in Emacs 21.
12974
12975         * spam.el (spam-ifile-path, spam-ifile-database-path)
12976         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12977         make-obsolete-variable.
12978         (spam-bsfilter-path, spam-bsfilter-program)
12979         (spam-spamassassin-path, spam-spamassassin-program)
12980         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12981         Don't use "path" inappropriately.
12982         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12983         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12984         variable names.
12985
12986 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12987
12988         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12989         summary buffer.
12990
12991         * password.el (password-cache-remove): Use clear-string to burn
12992         password, if available.
12993
12994 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12997
12998         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12999
13000         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13001         (gnus-message-highlight-citation): Move defcustom here from
13002         gnus-cite.el.
13003         (gnus-message-citation-mode): Autoload.
13004
13005         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13006         checks to make it compile with XEmacs.
13007         (gnus-message-citation-mode): New minor mode.
13008         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13009         (gnus-message-highlight-citation): New variables.
13010         (gnus-message-search-citation-line)
13011         (gnus-message-add-citation-keywords)
13012         (gnus-message-remove-citation-keywords)
13013         (turn-on-gnus-message-citation-mode)
13014         (turn-off-gnus-message-citation-mode): New functions.
13015
13016 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13017
13018         * gnus-cite.el: Enable highlighting of different citation levels in
13019         message-mode.
13020
13021 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * message.el (message-make-fqdn): Fix comment.
13024         (message-bogus-system-names): Add ".local".
13025
13026         * spam.el (spam-ifile-path, spam-ifile-program)
13027         (spam-ifile-database-path, spam-ifile-database)
13028         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13029         Don't use "path" inappropriately.
13030         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13031         strings.
13032         (spam-check-ifile, spam-ifile-register-with-ifile)
13033         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13034         Use new variable names.
13035
13036         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13037         (gnus-treat-display-smileys): Simplify using
13038         gnus-image-type-available-p.
13039
13040         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13041         available.
13042
13043         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13044         Use `display-images-p' if available.
13045
13046 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13049         one after turning on the buffer's multibyteness instead of decoding
13050         them directly in the unibyte buffer that causes unexpected conversion
13051         in Emacs 23 (unicode).
13052
13053 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13054
13055         * message.el (message-generate-hashcash): Fix custom type.
13056
13057 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13060
13061 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13064         disconnect icons.  Add help text.
13065
13066 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13069         negated to be consistent with the others we handle.
13070
13071 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13072
13073         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13074         version of gnus-summary-buffer to something, so that we can use two
13075         article buffers at the same time.
13076
13077 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13080         trigger all the extra headers.
13081         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13082         sorting.
13083
13084 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13085
13086         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13087         solid groups.
13088
13089 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13090
13091         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13092
13093 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * legacy-gnus-agent.el: Add Copyright notice.
13096
13097 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13098
13099         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13100
13101 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13104
13105         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13106         to make it work reliably in CVS Emacs.
13107         (gnus-summary-limit-strange-charsets-predicate)
13108         (gnus-summary-limit-to-predicate): New functions.
13109
13110 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13111
13112         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13113         specifying array size.
13114         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13115         array if it is too small.
13116         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13117         (gnus-sort-threads-loop): New function.
13118
13119 2006-12-06  Chris Moore  <dooglus@gmail.com>
13120
13121         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13122         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13123
13124 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13125
13126         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13127         options.
13128
13129 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13132         DOS-ing the recipient.
13133
13134         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13135         the headers when creating the mapping to avoid mismappings.
13136         (nnweb-gmane-create-mapping): Always nix out old mapping.
13137
13138 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13141         and mm-verify-option to never.
13142
13143 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * message.el (message-signed-or-encrypted-p): New function.
13146         (message-forward-make-body): Use it.
13147
13148         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13149         Replace encode-coding-string with mm-encode-coding-string.
13150
13151 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * nneething.el (nneething-decode-file-name):
13154         Replace decode-coding-string with mm-decode-coding-string.
13155
13156         * gnus-int.el (gnus-open-server): Say failed server's name.
13157
13158 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13159
13160         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13161         strings to a single string.  Quote `errors-file-name'.
13162         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13163         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13164         Adjust calls.  Use `shell-quote-argument'.
13165
13166 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13167
13168         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13169         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13170
13171         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13172         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13173         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13174         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13175         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13176         (gnus-subscribe-newsgroup, gnus-1):
13177         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13178         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13179         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13180         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13181
13182 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183
13184         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13185         keystroke.
13186         (gnus-summary-limit-to-bodies): Implement headersp.
13187
13188 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13189
13190         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13191
13192 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13195
13196 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197
13198         * message.el (message-generate-hashcash): Expand range of values to
13199         include `opportunistic'.
13200         (message-send-mail): Use it.
13201
13202 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13203
13204         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13205         and comment it.
13206
13207         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13208
13209 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * gnus-util.el (gnus-extract-address-components): Improve comment.
13212
13213 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * gnus-util.el (gnus-extract-address-components): Work with address in
13216         which the name portion contains @.
13217
13218         * lpath.el: Fbind custom-autoload.
13219
13220 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus.el (gnus-start): Move custom group up.
13223         (gnus-select-method): Don't autoload, but make it available for
13224         `customize-variable'.
13225         (gnus-getenv-nntpserver): Don't autoload.
13226
13227 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13228
13229         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13230
13231 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * message.el (message-sendmail-extra-arguments): New variable.
13234         (message-send-mail-with-sendmail): Use it.
13235
13236 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13239         mm-with-unibyte-current-buffer to make string unibyte.
13240
13241         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13242         mm-string-as-multibyte.
13243
13244 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13245
13246         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13247         Reported by Werner Koch <wk@gnupg.org>.
13248
13249 2006-11-14  Daiki Ueno  <ueno@p360>
13250
13251         * mml2015.el: Autoload epa-select-keys when compiling.
13252
13253 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13254
13255         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13256         message-options.
13257         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13258
13259 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13260
13261         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13262         EasyPG (< 0.0.6).
13263         (mml2015-always-trust): New user option.
13264         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13265         prompt.
13266
13267 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * nntp.el (nntp-authinfo-force): New variable.
13270         (nntp-send-authinfo): Use it.
13271
13272 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13275         decode encoded words.  Improve prompt.  Add comment about forwarding.
13276         (message-replacement-char): Move up.
13277
13278 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13279
13280         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13281         instead of gnus-intersection because arguments of gnus-sorted-nunion
13282         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13283
13284 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13287         (message-simplify-subject-functions):
13288         Enable message-strip-subject-encoded-words by default.
13289
13290 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * message.el (message-strip-subject-encoded-words): New function.
13293         (message-simplify-subject-functions): New variable.
13294         (message-simplify-subject): Use it.  Fix typo in doc string.
13295         Support message-strip-subject-encoded-words.
13296
13297 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13298
13299         * gnus-diary.el (gnus-diary-delay-format-function):
13300         * nndiary.el (nndiary-reminders):
13301         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13302
13303 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus-art.el (article-hide-boring-headers): Fetch date from
13306         gnus-original-article-buffer to avoid problems with localized date
13307         strings.
13308
13309 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13312
13313 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13316         New variables.
13317         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13318         (mm-charset-synonym-alist): Move some entries to
13319         mm-codepage-iso-8859-list.
13320         (mm-charset-synonym-alist, mm-charset-override-alist):
13321         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13322
13323 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13326
13327 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13330         with Emacs 21 and XEmacs.
13331
13332 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13333
13334         * spam.el (spam-parse-address): New function for better parsing,
13335         catching errors, etc.
13336         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13337
13338 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * mm-view.el: Add interactive arg to html2text autoload.
13341
13342 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13345
13346 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13349         New variables.
13350         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13351         (mm-charset-synonym-alist): Move some entries to
13352         mm-codepage-iso-8859-list.
13353
13354         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13355
13356 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * message.el (message-citation-line-format)
13359         (message-insert-formated-citation-line): Fix implementation of %E, %N
13360         and %n according to the doc string.
13361
13362 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13365         Use car-safe to avoid bad parses.
13366
13367 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13370         names.
13371
13372         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13373
13374 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13377         header.
13378
13379         * message.el (message-draft-headers): Add Date.
13380         (message-headers-to-generate): Fix typo in docstring.
13381
13382         * nndraft.el (nndraft-required-headers): New variable.
13383         (nndraft-generate-headers): Use it.
13384
13385         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13386
13387 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13388
13389         * gnus-registry.el (gnus-registry-wash-for-keywords)
13390         (gnus-registry-find-keywords): New functions to allow easy searching of
13391         articles that are in the registry.
13392
13393 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13396         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13397         Reported by Damien Elmes <damien@repose.cx>.
13398
13399 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus.el (gnus-mime): Remove unused custom group.
13402
13403 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13404
13405         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13406         "blank line" when searching for end of armor headers.
13407
13408 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gmm-utils.el (gmm-write-region): Fix variable name.
13411
13412 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gmm-utils.el (gmm-write-region): New function based on compatibility
13415         code from `mm-make-temp-file'.
13416
13417         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13418
13419         * nnmaildir.el (nnmaildir--update-nov)
13420         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13421         Use `gmm-write-region'.
13422
13423 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13426         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13427
13428         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13429
13430         * message.el (message-replacement-char): New variable.
13431         (message-fix-before-sending): Use it.
13432         (message-simplify-subject): New function to remove duplicate code.
13433         (message-reply, message-followup): Use it.
13434
13435         * gnus-sum.el (gnus-summary-make-menu-bar):
13436         Clarify gnus-summary-limit-to-articles.
13437
13438 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-util.el (gnus-with-local-quit): New macro.
13441
13442         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13443
13444 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13445
13446         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13447         ignore non-string data.
13448
13449 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13450
13451         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13452         non-string data (needs to be done in the registry too).
13453
13454 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13455
13456         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13457         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13458         (gnus-registry-split-fancy-with-parent)
13459         (gnus-registry-fetch-simplified-message-subject-fast)
13460         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13461         Remove text properties on ingress into the registry and when it's saved.
13462         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13463         registry from entries with no groups.
13464
13465 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13466
13467         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13468         function to remove string properties.
13469
13470 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gmm-utils.el (gmm): Adjust custom version.
13473
13474         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13475         Adjust custom version.
13476
13477         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13478
13479 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-art.el (gnus-insert-prev-page-button)
13482         (gnus-insert-next-page-button): Simplify.  Reformat.
13483
13484 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13485
13486         * gnus-art.el (gnus-insert-prev-page-button)
13487         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13488
13489 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13490
13491         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13492
13493 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13494
13495         * gnus-art.el (gnus-insert-mime-button)
13496         (gnus-insert-mime-security-button):
13497         Apply gnus-article-button-face to MIME and security buttons.
13498
13499 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13502         readable.
13503
13504 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13507
13508 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13509
13510         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13511         `browse-url-of-file' instead of `browse-url'.
13512
13513 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13514
13515         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13516         regexp.  Articles containing quotation were cut prematurely.
13517
13518 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * message.el (message-cite-original-1): Use nobody by default for the
13521         value of From header.
13522         (message-reply): Ditto.
13523
13524 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13525
13526         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13527         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13528         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13529
13530 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13533         mails in the doc string.  Add some URLs in comment.
13534         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13535
13536 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13539         backslashes handling and the way to find boundaries of quoted strings.
13540
13541 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13542
13543         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13544         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13545         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13546         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13547
13548 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13551         doc string.
13552         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13553
13554 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * lpath.el: Fbind epg-check-configuration.
13557
13558 2006-09-06  Simon Josefsson  <jas@extundo.com>
13559
13560         * mml2015.el (mml2015-use): Doc fix, mention epg.
13561
13562 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13563
13564         * mml2015.el (mml2015-use): Default to epg, if available.
13565
13566 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13567
13568         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13569         message-sender.
13570         (mml1991-epg-encrypt): Ditto.
13571         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13572         message-sender.
13573         (mml2015-epg-encrypt): Ditto.
13574
13575 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13576
13577         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13578         several common directories.
13579
13580 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13581
13582         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13583         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13584
13585 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-art.el (article-decode-encoded-words): Make it fast.
13588
13589 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13592
13593         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13594         in quoted string into `\'.
13595
13596 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13599         Use standard-syntax-table.
13600
13601 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el (gnus-decode-address-function): New variable.
13604         (article-decode-encoded-words): Use it to decode headers which are
13605         assumed to contain addresses.
13606         (gnus-mime-delete-part): Remove useless `or'.
13607
13608         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13609         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13610         (gnus-nov-parse-line): Use it to decode From header.
13611         (gnus-get-newsgroup-headers): Ditto.
13612         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13613
13614         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13615         (mail-decode-encoded-address-string): New alias.
13616
13617         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13618         New function.
13619         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13620         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13621         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13622         (rfc2047-decode-string): Ditto.
13623         (rfc2047-decode-address-region): New function.
13624         (rfc2047-decode-address-string): New function.
13625
13626 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * message.el (message-caesar-buffer-body): Allow rotating headers.
13629
13630         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13631
13632         * message.el (message-insert-formated-citation-line): Fix %f.
13633         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13634
13635 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13638         (gnus-bookmark-mouse-available-p): New macro.
13639         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13640         (gnus-bookmark-bmenu-show-infos): Use it.
13641         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13642         (gnus-bookmark-bmenu-hide-infos): Ditto.
13643         (gnus-bookmark-remove-properties): New function.
13644         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13645         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13646         (gnus-bookmark-write-file): Bind coding-system-for-write.
13647         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13648         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13649         group before selecting it.
13650         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13651         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13652         quit-window if it is not available; use gnus-mouse-2 and bind it to
13653         gnus-bookmark-bmenu-select-by-mouse.
13654         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13655         (gnus-bookmark-bmenu-select-by-mouse): New function.
13656
13657 2006-08-13  Romain Francoise  <romain@orebokech.com>
13658
13659         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13660         space.
13661
13662 2006-08-10  Romain Francoise  <romain@orebokech.com>
13663
13664         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13665         (dns-mode-soa-auto-increment-serial): New user option.
13666         (dns-mode-soa-maybe-increment-serial): New function.
13667         (dns-mode): Add the latter to `write-contents-functions'.
13668
13669 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * compface.el (uncompface): Use binary rather than raw-text-unix.
13672
13673 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * compface.el (uncompface): Make sure the eol conversion doesn't take
13676         place when communicating with the external programs.
13677         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13678
13679 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13682
13683 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13684
13685         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13686         Make it more robust by parsing author and date independently.
13687
13688 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13691
13692 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13693
13694         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13695         first matching secret key.
13696         (mml2015-epg-encrypt): Ditto.
13697
13698         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13699         first matching secret key.
13700         (mml1991-epg-encrypt): Ditto.
13701
13702         * mml2015.el (mml2015-encrypt-to-self): New user option.
13703         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13704         mml2015-epg-encrypt-to-self is set.
13705
13706         * mml1991.el (mml1991-encrypt-to-self): New variable.
13707         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13708         mml1991-epg-encrypt-to-self is set.
13709
13710         * mml2015.el (mml2015-signers): New user option.
13711         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13712         (mml2015-epg-encrypt): Allow to select signing keys.
13713
13714         * mml1991.el (mml1991-signers): New variable.
13715         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13716         (mml1991-epg-encrypt): Allow to select signing keys.
13717
13718 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * nnheader.el (nnheader-insert-head): Make it work even if the file
13721         uses CRLF for the line-break code.
13722
13723 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13724
13725         * mml2015.el: Require mml-sec instead of password.
13726         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13727         (mml2015-cache-passphrase): Inherit the default value from
13728         mml-secure-cache-passphrase.
13729         (mml2015-passphrase-cache-expiry): Inherit the default value from
13730         mml-secure-passphrase-cache-expiry.
13731
13732         * mml1991.el: Require mml-sec instead of password.
13733         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13734         (mml1991-cache-passphrase): Inherit the default value from
13735         mml-secure-cache-passphrase.
13736         (mml1991-passphrase-cache-expiry): Inherit the default value from
13737         mml-secure-passphrase-cache-expiry.
13738
13739         * mml-sec.el: Require password.
13740         (mml-secure-verbose): New user option.
13741         (mml-secure-cache-passphrase): New user option.
13742         (mml-secure-passphrase-cache-expiry): New user option.
13743
13744 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13745
13746         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13747         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13748         andreas@altroot.de (Andreas Vögele).
13749
13750         FIXME: Use `tiny change'?
13751
13752 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13753
13754         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13755         workaround for the url package included with Emacs.
13756
13757         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13758
13759 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13762         correctly.  This fixes a bug caused by the 2006-05-12 change.
13763
13764 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13765
13766         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13767         some information about the error when saying that the `bogus' mail
13768         group will be used.
13769
13770 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13771
13772         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13773         string.
13774
13775 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13776
13777         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13778
13779 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13780
13781         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13782
13783 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13784
13785         * mml1991.el (mml1991-function-alist): Add epg.
13786         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13787         (mml1991-epg-encrypt): New functions.
13788
13789 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13790
13791         * mml2015.el (mml2015-verbose): New variable.
13792         (mml2015-cache-passphrase): Ditto.
13793         (mml2015-passphrase-cache-expiry): Ditto.
13794         (mml2015-function-alist): Add epg.
13795         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13796         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13797         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13798         New functions.
13799
13800 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13801
13802         * message.el (message-cite-original-1): Preserve region when removing
13803         quoted text due to X-No-Archive in order to avoid bogus attribution
13804         when citing multiple messages.
13805
13806 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13807
13808         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13809         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13810
13811 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * gnus-diary.el (gnus-user-format-function-d)
13814         (gnus-user-format-function-D): Autoload.
13815
13816         * imap.el (Commentary): Fix typo.
13817
13818         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13819         2006-04-22 contribution.
13820
13821 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13822
13823         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13824         It didn't really fix the bogosity I'm seeing with solid web groups.
13825
13826 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13827
13828         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13829         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13830         created using server names.  If we use the feature without declaring
13831         it, Gnus does not properly manage server and group state.
13832
13833         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13834         bound.
13835
13836 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13837
13838         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13839         looking up the method using GROUP's prefix before inventing a new one.
13840         It is used on killed/unknown groups in various places where returning
13841         an all-new method isn't expected by the caller.
13842
13843         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13844         and match semantics of gnus-group-real-prefix.
13845
13846 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * nnmail.el (nnmail-broken-references-mailers): New variable.
13849         (nnmail-ignore-broken-references): New function generalizing
13850         nnmail-fix-eudora-headers.
13851         (nnmail-fix-eudora-headers): Now obsolete.
13852
13853         * gnus-art.el (gnus-button-handle-custom):
13854         Support `customize-apropos*'.
13855
13856 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13857
13858         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13859
13860         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13861         articles.
13862
13863 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * message.el (message-cite-reply-above): New variable.
13866         (message-yank-original): Use it.
13867
13868 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13871
13872 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13875         as read.
13876
13877         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13878
13879 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13882         (gnus-bookmark-default-file): Use gnus-directory.
13883         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13884         Remove "*" in doc string.
13885         (gnus-bookmark-write-file): Simplify.
13886         (gnus-bookmark-maybe-sort-alist): Use `when'.
13887         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13888         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13889         Add FIXME about Emacs 21 and XEmacs compatibility.
13890         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13891         compatibility.
13892         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13893         compatibility.
13894         (gnus-bookmark-menu-heading): Fix version.
13895
13896 2006-06-19  Bastien Guerry  <bzg@altern.org>
13897
13898         * gnus-bookmark.el: New file.
13899
13900 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * message.el (message-syntax-checks): Doc fix.
13903
13904 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13905
13906         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13907         unsubscribed groups as if they were killed ones.  It causes duplicate
13908         entries in gnus-newsrc-alist.
13909
13910 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * message.el (message-syntax-checks): Doc fix.
13913         (message-send-mail): Add check for continuation headers.
13914         (message-check-news-header-syntax): Fix regexp used to check for
13915         continuation headers.
13916
13917 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13920
13921 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13924
13925 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13928         default-truncate-lines.
13929
13930 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13933         to fill the utf-8 entry.
13934
13935         * lpath.el: Fbind unicode-precedence-list.
13936
13937 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13938
13939         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13940
13941 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13942
13943         * gnus-agent.el (directory-files-and-attributes): Move all the way
13944         forward (the third and final move).
13945         (gnus-agent-read-agentview): Trap reconstruction errors due to
13946         nonexistent directory.  Handle by returning nil.
13947
13948 2006-05-30  Didier Verna  <didier@xemacs.org>
13949
13950         * message.el (message-dont-reply-to-names): Update the custom type.
13951         * message.el (message-dont-reply-to-names): New defsubst: potentially
13952         convert a list of regexps into a single one.
13953         * message.el (message-get-reply-headers): Use it.
13954         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13955
13956 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-agent.el (directory-files-and-attributes): Move forward.
13959
13960 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * gnus-ml.el (gnus-mailing-list-subscribe)
13963         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13964         (gnus-mailing-list-message): Fix doc strings.
13965
13966 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13967
13968         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13969         of doing it manually.
13970
13971 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13972
13973         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13974         comment.
13975
13976 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13977
13978         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13979         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13980         (gnus-agent-read-local): All symbols allocated in my-obarray.
13981         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13982         (gnus-agent-regenerate-group): Check numeric names to see if they are
13983         messages or groups.
13984         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13985         better way of do this...)
13986
13987         * gnus-cache.el (gnus-agent-total-fetched-for):
13988         Ignore 'dummy.group' (there should be a better way of do this...)
13989
13990 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13993         (gnus-saved-headers): Ditto.
13994         (gnus-default-article-saver): Mention functions may have properties.
13995         (gnus-article-save): Override gnus-save-all-headers and
13996         gnus-saved-headers by :headers property which saver function may have.
13997         (gnus-summary-save-in-file): Add :headers property.
13998         (gnus-summary-write-to-file): Ditto.
13999
14000         * gnus-sum.el (gnus-summary-save-article): Bind
14001         gnus-prompt-before-saving to t when saving many articles in a file;
14002         always show all headers.
14003
14004         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14005
14006 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14009         marks.
14010
14011         * message.el (message-indent-citation): Add optional arguments to allow
14012         using it outside of message buffers.
14013
14014         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14015         (gnus-article-treat-unfold-headers): Use it.
14016         (gnus-article-truncate-lines): New variable.
14017         (gnus-article-mode): Use it.
14018         (gnus-article-toggle-truncate-lines): New function.
14019
14020         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14021         Add gnus-article-toggle-truncate-lines.
14022
14023         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14024         coding system in XEmacs, use binary.
14025
14026 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14029         after-load-alist.
14030
14031         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14032         this function should save decoded articles.
14033         (gnus-summary-write-to-file): Use property to specify this function
14034         should save decoded articles and specify gnus-summary-save-in-file
14035         should be used to save articles other than the first one when saving
14036         many articles.
14037         (gnus-summary-save-body-in-file): Use property to specify this
14038         function should save decoded articles.
14039         (gnus-summary-write-body-to-file): Use property to specify this
14040         function should save decoded articles and specify
14041         gnus-summary-save-body-in-file should be used to save articles other
14042         than the first one when saving many articles.
14043
14044         * gnus-sum.el (gnus-summary-save-article): Simplify.
14045
14046 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (gnus-default-article-saver):
14049         Add gnus-summary-write-body-to-file.
14050         (gnus-article-save-coding-system): Don't use coding system object
14051         in XEmacs.
14052         (gnus-read-save-file-name): Add optional `dir-var' argument which
14053         specifies directory in which files are saved; work even if optional
14054         `variable' argument is not specified.
14055         (gnus-summary-write-to-file): Read file name.
14056         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14057         (gnus-summary-write-body-to-file): New function.
14058
14059         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14060         (gnus-summary-local-variables): Add it.
14061         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14062         (gnus-summary-save-article): Remove optional `decode' argument;
14063         determine whether to decode articles by the value of
14064         gnus-default-article-saver; when saving many files using
14065         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14066         it first and use gnus-summary-save-in-file or
14067         gnus-summary-save-body-in-file thereafter unless
14068         gnus-prompt-before-saving is always; move point to article which
14069         will be saved.
14070         (gnus-summary-save-article-file): Revert.
14071         (gnus-summary-write-article-file): Revert.
14072         (gnus-summary-save-article-body-file): Revert.
14073         (gnus-summary-write-article-body-file): New function.
14074
14075 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-art.el (gnus-default-article-saver): Doc fix.
14078         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14079         from gnus-summary-save-article-coding-system, and default to a
14080         certain coding system.
14081         (gnus-output-to-file): Add coding cookie and encode text according
14082         to gnus-article-save-coding-system; don't use mm-append-to-file.
14083
14084         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14085         gnus-art.el and rename to gnus-article-save-coding-system.
14086         (gnus-summary-save-article): Require gnus-art; don't show all
14087         headers if it decodes articles; don't add coding cookie here;
14088         don't bind mm-text-coding-system-for-write.
14089         (gnus-summary-save-article-file): Save decoded articles.
14090         (gnus-summary-write-article-file): When saving many files, use
14091         gnus-summary-write-to-file first and gnus-summary-save-in-file
14092         thereafter unless gnus-prompt-before-saving is always.
14093         (gnus-summary-save-article-body-file): Save decoded articles.
14094
14095         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14096
14097 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * nnrss.el (nnrss-check-group): Bind hash-index.
14100
14101 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14102
14103         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14104         its hash index.  Store this hash in `nnrss-group-data'.
14105         (nnrss-read-group-data): Update accordingly.
14106
14107 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14110         entry.
14111
14112         * gnus-sum.el (gnus-summary-make-menu-bar):
14113         Add gnus-article-browse-html-article.
14114
14115 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14116
14117         * gnus-sum.el (gnus-summary-mime-map):
14118         Add gnus-article-browse-html-article.
14119
14120         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14121
14122 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14125         suitable coding systems in customize.
14126
14127 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * mail-source.el (mail-sources): Fix custom type.
14130
14131 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14134         (gnus-summary-expire-articles-now): Shorten prompt.
14135
14136         * gmm-utils.el (wid-edit): Require.
14137         (defun-gmm): Rename from `gmm-defun-compat'.
14138         (gmm-image-search-load-path): Use it.
14139         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14140
14141 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-sum.el (gnus-summary-save-article-coding-system):
14144         New variable.
14145         (gnus-summary-save-article): Add optional `decode' argument.
14146         If it is set and gnus-summary-save-article-coding-system is non-nil,
14147         save decoded article.
14148         (gnus-summary-write-article-file): Save decoded article if
14149         gnus-summary-save-article-coding-system is non-nil.
14150
14151         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14152         type.
14153
14154 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14157
14158 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14161         first to test gnus-single-article-buffer which may be buffer-local.
14162
14163         * gnus-sum.el (gnus-summary-setup-buffer):
14164         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14165         group; make gnus-article-buffer, gnus-article-current, and
14166         gnus-original-article-buffer always buffer-local.
14167         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14168         group.
14169         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14170
14171 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * nnml.el (nnml-request-compact-group): Compressed files might not
14174         have .gz extension.
14175
14176 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14177
14178         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14179         (mm-copy-to-buffer): Use with-current-buffer.
14180         (mm-display-part): Simplify.
14181         (mm-inlinable-p): Add optional arg `type'.
14182
14183 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14184
14185         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14186         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14187         Try harder to show the attachment internally or externally using
14188         gnus-mime-view-part-as-type.
14189
14190 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * message.el (message-from-style, message-signature-separator)
14193         (message-user-organization-file, message-send-mail-function)
14194         (message-citation-line-function, message-yank-prefix)
14195         (message-indent-citation-function, message-signature)
14196         (message-signature-file, message-signature-insert-empty-line):
14197         Remove autoloads.
14198
14199         * gnus-art.el (gnus-buttonized-mime-types):
14200         Remove "multipart/signed".  Revert 2006-04-26 change.
14201
14202 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14203
14204         * gnus.el (gnus-version-number): Bump version.
14205
14206 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14207
14208         * gnus.el: No Gnus v0.5 is released.
14209
14210 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14211
14212         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14213         fetching articles by message-id.
14214
14215 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * message.el (hashcash): Require hashcash as normal.
14218
14219         * ecomplete.el (ecomplete-highlight-match-line):
14220         Use point-at-eol.
14221         (ecomplete-highlight-match-line): Use `highlight', because that
14222         face exists in both Emacs and XEmacs.
14223
14224         * message.el (message-display-abbrev): Use point-at-bol.
14225
14226         * mail-source.el: Don't require timer/timer-funcs.
14227
14228         * gnus-async.el: Ditto.
14229
14230         * password.el: Ditto.
14231
14232         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14233
14234         * mm-url.el: Ditto.
14235
14236         * gnus-xmas.el: Don't require timer-funcs.
14237
14238         * mm-util.el: Require timer/timer-funcs.
14239
14240 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14241
14242         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14243         Close.
14244
14245 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14248         unibyte after clear-decrypt function runs.
14249
14250         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14251         returns as a unibyte string.
14252
14253 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * lpath.el: Revert.
14256
14257         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14258         (pgg-gpg-process-sentinel): Revert.
14259
14260         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14261         (pgg-pgp-lookup-key): Revert.
14262
14263         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14264         (pgg-pgp5-lookup-key): Revert.
14265
14266         * pgg.el (pgg-fetch-key): Revert.
14267
14268 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * lpath.el: Fbind string-as-multibyte for XEmacs.
14271
14272         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14273         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14274         (mml1991-pgg-encrypt): Ditto.
14275
14276         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14277         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14278         a multibyte buffer.
14279
14280         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14281         (pgg-pgp-lookup-key): Ditto.
14282
14283         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14284         (pgg-pgp5-lookup-key): Ditto.
14285
14286         * pgg.el (pgg-fetch-key): Ditto.
14287
14288 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * message.el (message-user-organization-file): Check several
14291         locations of the organization file.
14292
14293         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14294         Add gnus-article-view-part-as-type.
14295
14296         * gnus-art.el (gnus-article-view-part-as-type): New function.
14297
14298         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14299         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14300
14301         * mml.el: Simplify autoload.
14302         (mml-mode): defvar dnd-protocol-alist instead of using
14303         symbol-value.
14304         (mml-default-directory): New variable.
14305         (mml-minibuffer-read-file): Use it.
14306         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14307
14308         * message.el (message-citation-line-format): New variable.
14309         (message-insert-formated-citation-line): New function.
14310         (message-citation-line-function):
14311         Add `message-insert-formated-citation-line' to custom type.
14312
14313         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14314         to doc string.
14315
14316         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14317         depending on mm-verify-option.
14318
14319 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14322         binding pgg-* variables; reimplement the section which prevents
14323         MIME header from being signed.
14324         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14325         pgg-text-mode; remove a blank line at the top of body.
14326
14327         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14328         lines at the top of body; use gnus-newsgroup-charset if there's no
14329         Charset header.
14330
14331 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * message.el (message-self-insert-commands): Doc fix.
14334
14335         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14336         (mm-uu-pgp-encrypted-test): Ditto.
14337         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14338         between header and body; return application/pgp-encrypted handle
14339         if decryption failed; decode decrypted body by charset.
14340
14341         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14342         element match to application/pgp-*.
14343
14344 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14345
14346         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14347         HTML.
14348
14349 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350
14351         * mail-source.el (mail-source-call-script): Message the error
14352         string.
14353
14354 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14355
14356         * gnus-util.el (gnus-byte-compile): Use it.
14357
14358 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14359
14360         * gnus-util.el (kill-empty-logs): New function.
14361
14362 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14363
14364         * message.el (message-mail-alias-type): Doc fix.
14365         (message-mail-alias-type-p): New function.
14366         (message-send): Use it.
14367         (message-mode): Ditto.
14368         (message-strip-forbidden-properties): Ditto.
14369
14370         * ecomplete.el (ecomplete-database-file-coding-system):
14371         New variable.
14372         (ecomplete-save): Use it.
14373         (ecomplete-setup): Use it.
14374
14375 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * message.el (message-self-insert-commands): New variable.
14378         (message-strip-forbidden-properties): Use it.
14379
14380 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14383         that doesn't make XEmacs choke.
14384
14385 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus-util.el (gnus-replace-in-string):
14388         Prefer replace-regexp-in-string over of replace-in-string.
14389
14390 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-util.el (gnus-select-frame-set-input-focus):
14393         Use select-frame-set-input-focus if it is available in XEmacs; use
14394         definition defined in Emacs 22 for old Emacsen.
14395
14396         * dgnushack.el: Autoload unmorse-region for XEmacs.
14397
14398         * lpath.el: Bind cursor-in-non-selected-windows and
14399         select-frame-set-input-focus for XEmacs.
14400
14401 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14404
14405 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * gnus-registry.el (gnus-registry-cache-save): Remove text
14408         properties when saving via the temp buffer.
14409
14410 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * message.el (message-generate-hashcash): Honor custom type.
14413
14414 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14415
14416         * message.el (message-generate-hashcash): Default to non-nil when
14417         hashcash is found.
14418
14419         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14420         (gnus-refer-thread-limit): Increase default to 500.
14421
14422         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14423
14424         * flow-fill.el (fill-flowed): Allow delete-space.
14425
14426 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14429         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14430         Remove autoloads.
14431
14432 2006-04-18  Simon Josefsson  <jas@extundo.com>
14433
14434         * message.el (message-generate-hashcash): Default to.
14435
14436 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14439         concatenating segments rather than before concatenating them.
14440
14441 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14444
14445 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14446
14447         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14448
14449         * message.el (message-forward-make-body-plain):
14450         Allow message-forward-ignored-headers to be a list.
14451         (message-remove-ignored-headers): Factor out into function.
14452         (message-forward-make-body-mml): Use it.
14453
14454         * imap.el (imap-quote-specials): New function.
14455         (imap-login-auth): Quote specials.
14456
14457         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14458         (rfc2231-parse-string): Allow concatanation of parameters that
14459         aren't contiguous.  The test case is
14460           (mail-header-parse-content-type "message/external-body;
14461             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14462             access-type=LOCAL-FILE;
14463             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14464
14465 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14466
14467         * nntp.el (nntp-accept-process-output): Return the value of
14468         `nnheader-accept-process-output'.
14469
14470 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14473         (gnus-button-alist): Recognize more diff formats.
14474         (gnus-button-patch): Strip directory.
14475
14476 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14479         Emacs 22 when setting focus.
14480
14481 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14482
14483         * gnus-art.el (gnus-article-treat-types): Do treatment of
14484         text/x-verbatim parts.
14485         (gnus-button-patch): New command.
14486
14487         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14488         addresses that contain invalid characters.
14489
14490 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14491
14492         * message.el (message-put-addresses-in-ecomplete):
14493         Use gnus-replace-in-string.
14494         (message-is-yours-p): Use the more correct
14495         mail-header-parse-address instead of
14496         mail-extract-address-components.
14497         (message-put-addresses-in-ecomplete): Fix typo.
14498
14499         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14500         keystroke.
14501
14502         * gnus-art.el (gnus-treatment-function-alist): Change order of
14503         newsgroups/generic header folding to avoid double-folding.
14504
14505         * message.el (message-hidden-headers): Add X-Draft-From.
14506
14507         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14508         New command.
14509         (gnus-summary-repeat-search-article-backward): New command.
14510
14511         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14512         groups in the parent topic.
14513
14514 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14515
14516         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14517         (spam-extra-header-to-number): Return the CRM114 number as a
14518         number instead of a string.
14519
14520 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14521
14522         * gnus-art.el (gnus-face-properties-alist): Move here from
14523         gnus-fun.
14524
14525         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14526
14527 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14528
14529         * message.el (message-strip-forbidden-properties): Only display on
14530         self-insert-command.
14531
14532         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14533         reindent.
14534         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14535
14536 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14537
14538         * smiley.el (smiley-style): Fix typo.
14539
14540 2006-03-23  Kenichi Handa  <handa@m17n.org>
14541
14542         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14543         instead of set-buffer-multibyte.
14544
14545 2006-03-23  Kenichi Handa  <handa@m17n.org>
14546
14547         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14548         buffer and then decode the buffer text if necessary.
14549         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14550         first, and after mm-encode-body, change the buffer to unibyte.
14551
14552 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14553
14554         * hashcash.el (hashcash-insert-payment-async-2):
14555         Use message-goto-eoh instead of doing it manually.
14556         (mail-add-payment): Use message-narrow-to-header instead of trying
14557         to do the same itself.
14558
14559         * message.el (message-hidden-headers): Add Face.
14560
14561         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14562         reparenting code.
14563         (gnus-summary-reparent-children): Refactored out code.
14564         (gnus-summary-thread-map): New keystroke.
14565         (gnus-summary-reparent-children): Make into command.
14566
14567         * smiley.el (smiley-style): Default to `medium' if using a large
14568         font.
14569
14570         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14571         does it itself.
14572
14573         * message.el (message-point-in-header-p): Simplify definition.
14574
14575 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14576
14577         * nnagent.el (nnagent-request-set-mark): Silence log file
14578         writing.
14579         (nnagent-request-set-mark): Use write-region instead of
14580         append-to-file.
14581
14582         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14583         strange select method.
14584
14585         * ecomplete.el (ecomplete-display-matches): Get highlightling
14586         right.
14587         (ecomplete-display-matches): Use literals.
14588         (ecomplete-display-matches): Disable message logging.
14589
14590         * message.el (message-display-abbrev): Small optimization.
14591
14592         * ecomplete.el (ecomplete-display-matches): Allow automatic
14593         display.
14594
14595         * message.el (message-strip-forbidden-properties):
14596         Display abbrevs.
14597         (message-display-abbrev): Get automatic display right.
14598
14599         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14600         keystrokes.
14601
14602 2006-04-13  Romain Francoise  <romain@orebokech.com>
14603
14604         TODO: Backport to v5-10!
14605
14606         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14607         Move here (and rename) from gnus-registry.el.
14608
14609         * gnus-registry.el: Require gnus-util.
14610         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14611
14612 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14613
14614         * gnus-group.el (gnus-group-catchup-current):
14615         Change if-then-else-if-then-else into cond.
14616         (gnus-group-catchup): Indent.
14617         (group-name-at-point): New function.
14618         (gnus-fetch-group): Provide default from thing at point.
14619
14620 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14621
14622         * message.el (message-display-abbrev): Fix regexp.
14623
14624         * ecomplete.el (ecomplete-highlight-match-line):
14625         Reimplement choosing.
14626         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14627         dead variables.
14628
14629         * message.el (message-newline-and-indent): Remove debugging.
14630         (message-display-abbrev): Use new implementation.
14631
14632 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * gnus-art.el (gnus-article-mode):
14635         Set cursor-in-non-selected-windows to nil.
14636
14637         * smiley.el: Revert previous change.
14638         (smiley-data-directory): defvar it before using it in the
14639         defcustom of `smiley-style'.
14640
14641 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14642
14643         * message.el (message-newline-and-indent): New function.
14644
14645         * ecomplete.el: Implement more bits.
14646
14647         * message.el (message-put-addresses-in-ecomplete): Clean up the
14648         string.
14649
14650         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14651
14652         * gnus-sum.el (gnus-summary-save-parts):
14653         Bind gnus-summary-save-parts-counter and use it to make unique file
14654         names.
14655
14656         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14657
14658         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14659         parameter to say whether to actually parse the individual
14660         addresses.
14661
14662         * message.el (message-put-addresses-in-ecomplete): New function.
14663         (ecomplete): Require.
14664         (message-mail-alias-type): Add ecomplete as an option.
14665
14666 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14667
14668         * flow-fill.el (fill-flowed): Remove trailing space from blank
14669         quoted lines.
14670
14671 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14672
14673         * smiley.el (smiley-style): Move definition later to avoid a
14674         compilation warning.
14675
14676 2006-04-12  Kenichi Handa  <handa@m17n.org>
14677
14678         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14679         buffer and then decode the buffer text if necessary.
14680         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14681         first, and after mm-encode-body, change the buffer to unibyte.
14682         Use mm-disable-multibyte instead of set-buffer-multibyte.
14683
14684 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14687         Content-Type header instead of Content-Disposition header.
14688         (gnus-mime-inline-part): Ditto.
14689         (gnus-mime-view-part-as-charset): Ignore charset that the part
14690         specifies.
14691
14692         * mm-decode.el (mm-display-part): Work with external parts and
14693         usual parts similarly.
14694
14695         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14696         instead of gnus-display-mime.
14697
14698         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14699         instead of with-temp-buffer.
14700
14701         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14702         tag to summarized topics part in order to encode non-ASCII text.
14703
14704 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * smiley.el (smiley-style): New variable.
14707         (smiley-directory): New function.
14708         (smiley-data-directory): Derive from `smiley-style' using
14709         `smiley-directory'.
14710         (smiley-regexp-alist): Add new entries.
14711
14712         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14713         (gnus-article-browse-delete-temp): Add :version.
14714
14715 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14716
14717         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14718         the sieve region.
14719
14720 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14721
14722         * gnus.el (gnus-version-number): Bump version.
14723
14724 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * gnus.el: No Gnus v0.4 is released.
14727
14728 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14729
14730         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14731         layout.
14732
14733         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14734         unknown charset.
14735
14736         * message.el (message-header-synonyms): Add Original-To to the
14737         default.
14738
14739         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14740         optional parameter.
14741
14742 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * gnus-fun.el (gnus): Require it for gnus-directory.
14745
14746 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14749
14750 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14751
14752         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14753
14754 2006-04-05  Simon Josefsson  <jas@extundo.com>
14755
14756         * password.el (password-reset): New function.
14757
14758 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14759
14760         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14761         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14762
14763 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14764
14765         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14766         Some whitespace was matched into the url, which broke browsing hits
14767         > 100 when mm-url-use-external was nil.
14768
14769 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14772         Check gnus-extra-headers for 'Newsgroups.
14773
14774         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14775         bound.
14776
14777 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14778
14779         * pgg-gpg.el: Clean up process buffers every time gpg processes
14780         complete.
14781
14782 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14785         doc string.
14786
14787 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14788
14789         * pgg-gpg.el (pgg-gpg-process-filter)
14790         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14791
14792         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14793         lines, temporary fix.
14794
14795 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14798
14799 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14800
14801         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14802         default-enable-multibyte-characters.  This reverts the change from
14803         revision 6.17 which is no longer necessary because the passphrase
14804         is sent separately now.  GnuPG messages are unreadable under
14805         multibyte locales with default-enable-multibyte-characters set to
14806         nil.
14807
14808 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * message.el (message-tool-bar-gnome): Move "spell".
14811
14812 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14815         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14816         instead.
14817
14818 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14819
14820         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14821         Improve newsgroups handling for NNTP overviews which don't include
14822         Newsgroups.
14823
14824 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14825
14826         * message.el (message-resend): Bind message-generate-hashcash to nil.
14827
14828 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14829
14830         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14831         when searching for already-paid recipients.
14832
14833 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14834
14835         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14836         passphrases when it is not needed.
14837         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14838         passphrase stuff from gpg, should only be necessary when you use
14839         gpg with a smartcard.
14840
14841 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * mml.el (mml-insert-mime): Ignore cached contents of
14844         message/external-body part.
14845
14846         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14847         (mm-insert-part): Ditto.
14848
14849 2006-03-23  Simon Josefsson  <jas@extundo.com>
14850
14851         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14852         Reiner.
14853         (pgg-gpg-use-agent-p): Use it again.
14854
14855 2006-03-23  Simon Josefsson  <jas@extundo.com>
14856
14857         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14858         older emacsen.
14859         (pgg-gpg-use-agent-p): Don't use it.
14860
14861 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14864         if we can.
14865
14866 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14867
14868         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14869         (pgg-gpg-update-agent): New function.
14870         (pgg-gpg-use-agent-p): New function.
14871         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14872         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14873         (pgg-gpg-sign-region): Use it.
14874
14875 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14878         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14879
14880 2006-03-21  Simon Josefsson  <jas@extundo.com>
14881
14882         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14883         <wilde@sha-bang.de>.
14884         (pgg-gpg-use-agent): New variable.
14885         (pgg-gpg-process-region): Use it.
14886         (pgg-gpg-encrypt-region): Likewise.
14887         (pgg-gpg-encrypt-symmetric-region): Likewise.
14888         (pgg-gpg-decrypt-region): Likewise.
14889         (pgg-gpg-sign-region): Likewise.
14890         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14891
14892 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14895
14896         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14897         Add comment on version.
14898
14899 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * smiley.el: Add missing test smiley.
14902
14903 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * mm-decode.el (mm-with-part): New macro.
14906         (mm-get-part): Use it; work with message/external-body as well.
14907         (mm-save-part): Treat name and filename equally.
14908
14909         * mm-extern.el (mm-extern-cache-contents): New function.
14910         (mm-inline-external-body): Use it; force the part to be displayed;
14911         move undisplayer added to the cached handle to the parent.
14912
14913         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14914         (gnus-mime-view-part-as-type): Work with message/external-body.
14915
14916         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14917
14918 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14921         images in image-load-path.  [Sync with image.el, revision 1.60, in
14922         Emacs.]
14923
14924 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14927         path rather than symbol.  Always return list of directories.
14928         Guarantee that image directory comes first.  [Sync with image.el,
14929         revision 1.59, in Emacs.]
14930
14931         * message.el (message-make-tool-bar): Adjust to new API of
14932         `gmm-image-load-path-for-library'.
14933
14934         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14935
14936         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14937
14938 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14939
14940         * gnus-art.el (gnus-article-only-boring-p):
14941         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14942         intangible text.
14943         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14944
14945 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14948         Use `defun' instead of `gmm-defun-compat'.
14949
14950 2006-03-14  Simon Josefsson  <jas@extundo.com>
14951
14952         * message.el (message-unique-id): Don't use message-number-base36
14953         if (user-uid) is a float.
14954         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14955
14956 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14959
14960         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14961         empty line between a part and a message part.
14962
14963 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * smiley.el: Add more test smileys.
14966         (smiley-data-directory, smiley-regexp-alist)
14967         (gnus-smiley-file-types): Fix doc strings.
14968         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14969         adding new elements.
14970         (smiley-mouse-map): Unused code.  Make it a comment.
14971
14972 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14975         scan latest NoCeM messages instead of old ones.
14976         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14977         delimiters that are recently used.
14978         (gnus-nocem-load-cache): Add autoload cookie.
14979
14980         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14981
14982         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14983         level which is larger than gnus-use-nocem is specified.
14984
14985         * gnus-group.el (gnus-group-get-new-news): Ditto.
14986
14987 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-util.el (gnus-tool-bar-update): New function.
14990
14991         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14992         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14993
14994         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14995
14996         * gnus-group.el (gnus-group-redraw-when-idle)
14997         (gnus-group-redraw-check): Remove.
14998         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14999
15000 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15003         if optional last element is specified in splits (FIELD VALUE...).
15004
15005 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15008         to gmm-image-load-path-for-library.  Call with no-error argument.
15009         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15010
15011         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15012
15013         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15014
15015         * gmm-utils.el (gmm-image-load-path): Remove alias.
15016
15017 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * gmm-utils.el (gmm-image-load-path): Add alias.
15020
15021         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15022         nnml-generate-nov-databases-1.
15023         (nnml-generate-nov-databases): Use it.
15024         (nnml-generate-nov-databases-directory): Document no-active
15025         argument.
15026
15027         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15028         directory if path is t.  Add no-error.
15029
15030         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15031         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15032
15033         * gnus-art.el (gnus-article-browse-delete-temp-files):
15034         Simplify resetting gnus-article-browse-html-temp-list.
15035
15036         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15037         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15038         Add example to docstring.  Rename local variables.  Move error
15039         checks to default case in cond and simplify.
15040
15041 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15044         handle is multipart when calling it recursively.
15045         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15046
15047 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15048
15049         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15050         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15051
15052 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15055         is loaded.
15056
15057         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15058         loaded.
15059
15060 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15063         to "Emacs 23 (unicode)" in doc string.
15064
15065         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15066         "Emacs 23 (unicode)" in comment.
15067
15068 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15071
15072         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15073         characters 160 through 255 in Emacs 23.
15074
15075 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15078         gnus-article-browse-html-temp.
15079         (gnus-article-browse-delete-temp): Make it customizable.
15080         Add `file'.  Adjust doc string.
15081         (gnus-article-browse-delete-temp-files): Add argument.
15082         Allow query for each file.  Adjust doc string.
15083         (gnus-article-browse-html-parts):
15084         Add `gnus-article-browse-delete-temp-files' to
15085         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15086
15087 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15088
15089         * gnus-art.el (gnus-article-browse-html-temp)
15090         (gnus-article-browse-delete-temp): New variables.
15091         (gnus-article-browse-delete-temp-files): New function.
15092         (gnus-article-browse-html-parts): Use it.
15093
15094 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15097
15098         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15099         string.
15100
15101         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15102         gnus-summary-insert-new-articles when unplugged.
15103         Remove gnus-summary-search-article-forward.
15104
15105         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15106         display-visual-class instead of display-color-cells.
15107
15108 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * dgnushack.el: Autoload customize-group for XEmacs.
15111
15112         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15113         message/* containing non-ASCII text properly.
15114
15115 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * message.el: Require gmm-utils, remove autoloads.
15118         (message-tool-bar): Set default based on
15119         gmm-tool-bar-style.
15120         (message-tool-bar-gnome): Add gmm-customize-mode.
15121
15122         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15123         gmm-tool-bar-style.
15124         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15125
15126         * gnus-group.el (gnus-group-tool-bar): Set default based on
15127         gmm-tool-bar-style.
15128         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15129
15130         * gmm-utils.el (gmm-image-directory): Rename variable from
15131         gmm-image-load-path.
15132         (gmm-image-load-path): Use gmm-image-directory.
15133         (gmm-customize-mode): New function.
15134         (gmm-tool-bar-style): New variable.
15135
15136         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15137         gnus-group-redraw-line-number.
15138         (gnus-group-redraw-check): Simplify.
15139         (gnus-group-tool-bar-update): Remove redraw check.
15140         (gnus-group-make-tool-bar): Add redraw check.
15141
15142 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15143
15144         * gnus-art.el (gnus-button): Add missing parentheses.
15145
15146 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * lpath.el: Fbind line-number-at-pos.
15149
15150 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15153
15154 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15155
15156         * gnus-art.el (gnus-button): New face.
15157         (gnus-article-button-face): Use it.
15158
15159         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15160         Add gnus-summary-next-page.  Re-order.
15161
15162         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15163         next-node are now included.
15164         (gnus-group-redraw-line-number): New internal variable.
15165         (gnus-group-redraw-check): Helper function for updating the tool
15166         bar.
15167         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15168
15169         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15170
15171         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15172         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15173         Use it to match format of Spamassassin 3.0 and later.
15174         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15175         (spam-check-bogofilter)
15176         (spam-bogofilter-register-with-bogofilter): Fix args of
15177         `gnus-error' calls.
15178
15179 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15182         unnecessary interaction when sending queued mails.
15183         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15184
15185 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15186
15187         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15188         first or last are nil.
15189
15190 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15191
15192         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15193
15194 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15197
15198 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15199
15200         * dns.el (query-dns): Protect more against buggy tcp output.
15201
15202 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15205         nov.php.
15206
15207 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15208
15209         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15210         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15211         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15212         output on the server side.
15213         (nnweb-google-create-mapping): Update regexps and add some
15214         progress indication.
15215
15216 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-group.el (gnus-group-tool-bar-gnome):
15219         Fix gnus-agent-toggle-plugged.  Re-order icons.
15220         (gnus-group-tool-bar-gnome):
15221         Add gnus-group-{prev,next}-unread-group.
15222         (gnus-group-tool-bar-gnome): Re-order icons.
15223
15224         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15225         Move gnus-summary-insert-new-articles.
15226
15227         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15228         Fix comments.
15229
15230         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15231         also available in Emacs 21.3.
15232
15233         * message.el (message-fix-before-sending): Change "Emacs 22" to
15234         "Emacs 23 (unicode)" in comment.
15235
15236         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15237         "Emacs 23 (unicode)" in comment.
15238
15239         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15240         comment.
15241         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15242
15243         * mm-view.el (mm-fill-flowed): Add :version.
15244
15245 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15248         and load-path.
15249
15250 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * message.el: Autoload gmm-image-load-path.
15253         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15254         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15255         consitency.
15256
15257         * gmm-utils.el (gmm-image-load-path): Also search in
15258         "../etc/images".  Don't set gmm-image-load-path if we don't find
15259         the image.
15260
15261 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gmm-utils.el (gmm-image-load-path): Don't make
15264         `gmm-image-load-path' include subdirectories which the second arg
15265         `image' might specify.
15266
15267         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15268         subdirectory to icon file names.
15269
15270         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15271
15272 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15275         gmm-image-load-path calls.
15276
15277         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15278
15279         * message.el (message-make-tool-bar): Ditto.
15280
15281         * mml.el (mml-preview): Add comment concerning tool bar icons.
15282
15283         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15284         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15285
15286         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15287         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15288
15289         * message.el (message-tool-bar-gnome): Use new icon names.
15290         (message-make-tool-bar): Use `gmm-image-load-path'.
15291
15292         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15293         New functions from MH-E.
15294         (gmm-image-load-path): New variable from MH-E.
15295         (gmm-image-load-path): New function from MH-E.  Add arguments
15296         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15297         *-image-load-path-called-flag.
15298
15299 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15300
15301         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15302
15303 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15304
15305         * nnimap.el (nnimap-request-move-article): Change folder back to
15306         source group before deleting.
15307
15308 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15311
15312         * gnus-art.el (mm-url-insert-file-contents-external):
15313         Autoload mm-url.
15314
15315         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15316
15317 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15320         coding system which mm-charset-to-coding-system returns for a
15321         given charset is valid.
15322
15323 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15324
15325         * html2text.el (html2text-remove-tag-list):
15326         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15327
15328 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15329
15330         * gnus-cus.el: Revert 2005-10-17 change.
15331
15332 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-art.el (article-strip-banner):
15335         Call article-really-strip-banner only when the regexp match is made.
15336
15337 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-art.el (article-strip-banner):
15340         Use gnus-extract-address-components instead of
15341         mail-header-parse-addresses to make it work with non-ASCII text;
15342         remove mail-encode-encoded-word-string.
15343
15344         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15345         values which are surrounded with \"...\"; make it never cause a
15346         Lisp error; give up parsing of parameters if it failed in
15347         extracting type.
15348
15349 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15350
15351         * smime.el (smime-cert-by-ldap-1): Fix bug where
15352         `smime-ldap-search' returns results without userCertificates.
15353
15354 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15357
15358 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * spam.el (spam-check-spamassassin-headers): Adapt format for
15361         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15362         <ari@mbf.ocn.ne.jp>.
15363         (spam-list-of-processors): Add spam-use-gmane.
15364
15365 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15368         make-temp-file; make it work with XEmacs as well.
15369
15370         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15371         mm-make-temp-file.
15372
15373         * mm-decode.el (mm-display-external): Use the 3rd arg of
15374         mm-make-temp-file.
15375         (mm-create-image-xemacs): Ditto.
15376
15377 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15380         with message-narrow-to-headers.
15381         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15382         (gnus-draft-check-draft-articles): New function.
15383         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15384
15385 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-art.el (gnus-article-browse-html-parts):
15388         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15389         Don't use suffix argument for mm-make-temp-file for Emacs 21
15390         compatibility.  Remove useless `format'.
15391
15392 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15393
15394         * nnweb.el (nnweb-google-wash-article): Update regexps.
15395         (nnweb-group-alist): Use defvoo instead of defvar.
15396
15397 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15400         re-loading nn* modules.
15401
15402 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15405         for `tool-bar-mode' and don't check it's default-value.
15406
15407         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15408
15409         * message.el (message-make-tool-bar): Ditto.
15410
15411         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15412         `substring'.  Shorten tmp-file name.
15413
15414         * gnus.el: Remove bogus comment.
15415
15416 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15417
15418         * gnus-art.el (gnus-article-browse-html-parts): New function.
15419         (gnus-article-browse-html-article): New function for viewing html
15420         articles with a browser.
15421
15422 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15423
15424         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15425         in elisp.
15426         (pgg-gpg-encrypt-symmetric-region): Ditto.
15427         (pgg-gpg-sign-region): Ditto.
15428
15429         * pgg-def.el (pgg-text-mode): New variable.
15430
15431         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15432         (mml2015-pgg-encrypt): Ditto.
15433
15434         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15435         (mml1991-pgg-encrypt): Ditto.
15436
15437 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * nnfolder.el (nnfolder-insert-newsgroup-line):
15440         Use message-make-date instead of current-time-string.
15441
15442         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15443         to gnus-decoded which mm-uu might set.
15444
15445 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15448         don't decode quoted parameters; remove misimported Emacs code.
15449         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15450         (rfc2231-decode-encoded-string): Don't use split-string which
15451         behaves differently according to Emacs version; use
15452         mm-decode-coding-region to convert charset to coding-system.
15453         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15454         (rfc2231-encode-string): Remove misimported Emacs code.
15455
15456 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15459         when calling mail-header-parse-content-type.
15460         (article-de-quoted-unreadable): Ditto.
15461         (article-de-base64-unreadable): Ditto.
15462         (article-wash-html): Ditto.
15463
15464         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15465         calling mail-header-parse-content-type and
15466         mail-header-parse-content-disposition.
15467         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15468         mail-header-parse-content-type.
15469
15470         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15471         insert charset and format parameters; encode description after
15472         inserting it to buffer.
15473         (mml-insert-parameter): Fold lines properly even if a parameter is
15474         segmented into two or more lines; change the max column to 76.
15475
15476         * rfc1843.el (rfc1843-decode-article-body): Don't use
15477         ignore-errors when calling mail-header-parse-content-type.
15478
15479         * rfc2231.el (rfc2231-parse-string): Return at least type if
15480         possible; don't cause an error even if it fails in parsing of
15481         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15482         (rfc2231-encode-string): Don't break lines at the beginning, leave
15483         it to mml-insert-parameter.
15484
15485         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15486         calling mail-header-parse-content-type.
15487
15488 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * spam-report.el (spam-report-gmane-use-article-number):
15491         Improve doc string.
15492         (spam-report-gmane-internal): Check if a suitable header was found
15493         in the article.
15494
15495 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15498         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15499
15500 2006-02-05  Romain Francoise  <romain@orebokech.com>
15501
15502         Update copyright notices of all files in the gnus directory.
15503
15504 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15505
15506         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15507
15508 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15511         segmented lines of parameter value to cope with Thunderbird 1.5
15512         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15513         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15514         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15515
15516 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15517
15518         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15519         parts.
15520
15521 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15522
15523         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15524         there's only one active file for all servers.
15525         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15526         solid groups.  Gnus might have used a FAST request to select the group.
15527         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15528         and nnweb-search redundantly in the active file.
15529         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15530         (nnweb-request-create-group): Don't use ARGS.
15531         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15532         initialisations.  Let nnoo do the work.
15533
15534 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15537         Say the part has been decoded.
15538
15539         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15540
15541 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15542
15543         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15544         mailcap-viewer-test-cache when there's no 'test clause, since that
15545         will invert the meaning of a "nil" test previously determined by
15546         mailcap-mailcap-entry-passes-test.
15547
15548 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15551         compiling.
15552
15553         * gnus-sum.el: Ditto.
15554
15555         * message.el: Don't bind tool-bar-map when compiling.
15556
15557 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15560
15561 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15562
15563         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15564         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15565         current Google Groups.
15566
15567 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15568
15569         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15570         and tool-bar-mode.
15571
15572         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15573         and tool-bar-mode.
15574
15575         * message.el (message-tool-bar-update): Simplify.
15576         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15577
15578         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15579         gnus-summary-buffer.
15580         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15581         gnus-summary-reply.
15582
15583         * gmm-utils.el (gmm): Add :version.
15584
15585 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * Makefile.in (clean): New rule.
15588         (distclean): Use it.
15589
15590 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15591
15592         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15593         Don't autoload.
15594
15595 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gmm-utils.el (gmm-verbose): Add :group.
15598
15599 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * message.el: Change some comments WRT tool-bars.
15602
15603         * gnus-sum.el (gnus-summary-tool-bar)
15604         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15605         (gnus-summary-tool-bar-zap-list): New variables.
15606         (gnus-summary-make-tool-bar): Complete rewrite using
15607         `gmm-tool-bar-from-list'.
15608
15609         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15610         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15611         New variables.
15612         (gnus-group-make-tool-bar): Complete rewrite using
15613         `gmm-tool-bar-from-list'.
15614         (gnus-group-tool-bar-update): New function.
15615
15616         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15617
15618 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15621         is dissected into a single part of which the type is the same as
15622         the given one; decode charset.
15623
15624 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15625
15626         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15627         into alists as symbol not string, since that's what
15628         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15629         look for.
15630
15631 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15634         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15635
15636         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15637
15638 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15641         (gnus-xmas-mime-security-button-menu): New function.
15642
15643         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15644         (gnus-mime-security-button-menu): New definition.
15645         (gnus-mime-security-button-map): Use them.
15646         (gnus-mime-security-button-menu): New function.
15647         (gnus-insert-mime-security-button): Addition to help echo.
15648         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15649         (gnus-mime-security-pipe-part): New functions.
15650
15651         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15652         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15653
15654         * mm-decode.el (mm-handle-set-disposition): Remove.
15655         (mm-handle-set-description): Remove.
15656
15657 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15660         (mm-w3m-standalone-supports-m17n-p): New function.
15661         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15662         w3m usage.
15663
15664         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15665         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15666
15667 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * message.el (message-tool-bar-zap-list):
15670         Use gmm-tool-bar-zap-list as custom type.
15671         (message-tool-bar-update): New function.
15672         (message-tool-bar, message-tool-bar-gnome)
15673         (message-tool-bar-retro): Add message-tool-bar-update.
15674         (message-tool-bar-gnome): Add flyspell-buffer.
15675
15676         * gnus-util.el (gnus-error): Describe `args'.
15677
15678         * gmm-utils.el (gmm-error): Describe `args'.
15679         (gmm-tool-bar-zap-list): New widget.
15680         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15681
15682 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15685         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15686         the number of recursive calls.
15687
15688         * mm-decode.el (mm-handle-set-disposition): New macro.
15689         (mm-handle-set-description): New macro.
15690
15691 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15694         encoding.
15695
15696 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * message.el (message-tool-bar-zap-list, message-tool-bar)
15699         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15700         (message-tool-bar-local-item-from-menu): Remove.
15701         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15702         (message-make-tool-bar): New function.
15703         (message-mode): Use `message-make-tool-bar'.
15704
15705         * gmm-utils.el: New file.
15706         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15707         (gmm-lazy): New widget copied from `nnmail.el'.
15708         (gmm-tool-bar-from-list): New function for creating customizable
15709         tool bars.
15710         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15711         output.
15712         (gmm): Add :prefix to defgroup.
15713
15714 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15715
15716         * gmm-utils.el (gmm-widget-p): New function.
15717
15718 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * mml.el (mml-attach-file): Describe `description' in doc string.
15721         (mml-menu): Add Emacs MIME manual and PGG manual.
15722
15723 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15724
15725         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15726
15727 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15728
15729         * nntp.el (nntp-end-of-line): Doc fix.
15730
15731 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15732
15733         * imap.el (imap-open): Handle case where buffer is a buffer
15734         object.
15735
15736 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15737
15738         * gnus-delay.el (gnus-delay): Don't autoload.
15739         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15740         to be re-loaded when customizing the `gnus-delay' group.
15741
15742 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15743
15744         * message.el (message-insert-citation-line): Use newlines.
15745
15746 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15747
15748         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15749         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15750         these routines, so the passphrase can be managed externally and
15751         passed in to the system.
15752         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15753         pgg-add-passphrase-to-cache function.
15754
15755         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15756         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15757         these routines, so the passphrase can be managed externally and
15758         passed in to the system.
15759         (pgg-pgp5-sign-region): Use new name of
15760         pgg-add-passphrase-to-cache function.
15761
15762 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15763
15764         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15765         part of the decoded armor to find the key-identifier.
15766         (pgg-gpg-lookup-key-owner): New function to return the
15767         human-readable identifier of a key owner.
15768         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15769         itself.
15770         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15771         the key value) if we have a key and can match it against a secret
15772         key.  Also, added a note pointing out fact that the prompt only
15773         indicates the first matching key.
15774
15775         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15776         pgg-decrypt-region.
15777         (pgg-add-passphrase-to-cache): Rename from
15778         `pgg-add-passphrase-cache' to reduce confusion (all callers
15779         changed).
15780         (pgg-remove-passphrase-from-cache): Rename from
15781         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15782         changed).
15783         (pgg-read-passphrase, pgg-add-passphrase-cache)
15784         (pgg-remove-passphrase-cache): Add informative docstrings.
15785         (pgg-decrypt): Convey provided passphrase in subordinate call to
15786         pgg-decrypt-region.
15787
15788 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15789
15790         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15791         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15792         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15793         'passphrase' argument, so the passphrase can be managed externally
15794         and then passed in to the system.
15795
15796         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15797         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15798         so the passphrase cache can be used reliably with identifiers
15799         besides a pgp packet's key id.
15800
15801         * pgg-gpg.el (pgg-gpg-encrypt-region)
15802         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15803         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15804         these routines, so the passphrase can be managed externally and
15805         passed in to the system.
15806
15807         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15808         'notruncate' argument, so the passphrase cache can be used
15809         reliably with identifiers besides a pgp packet's key id.
15810
15811 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15812
15813         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15814         symmetric encryption.
15815         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15816         encrypted session key.
15817         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15818         message ask for the passphrase in a proper way.
15819
15820         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15821         New user commands for symmetric encryption.
15822
15823 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15826
15827         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15828
15829 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15830
15831         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15832
15833 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * mm-decode.el (mm-inlined-types): Add application/pgp.
15836         (mm-automatic-display): Ditto.
15837
15838         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15839         part as text.
15840
15841 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * nnrss.el: Update copyright.
15844         (nnrss-opml-import): Query whether to subscribe to each entry.
15845
15846         * gnus-art.el:
15847         * gnus-sum.el:
15848         * gnus-xmas.el:
15849         * messagexmas.el:
15850         * mm-uu.el:
15851         * mm-view.el: Update copyright.
15852
15853 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15854
15855         * message.el (message-info): New function.
15856         (message-mode-menu): Add it.
15857         Update copyright.
15858
15859         * ChangeLog: Fix and update copyright.
15860
15861 2006-01-13  Romain Francoise  <romain@orebokech.com>
15862
15863         * message.el (message-forward-subject-name-subject): Prefer the
15864         address to 'nowhere' if the sender has no name.
15865         Fix typo.  Update copyright year.
15866
15867 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-art.el (article-wash-html):
15870         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15871         (gnus-article-wash-html-with-w3m-standalone): New function.
15872
15873         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15874         mm-inline-text-html-render-with-w3m-standalone.
15875         (mm-text-html-washer-alist): Map w3m-standalone to
15876         gnus-article-wash-html-with-w3m-standalone.
15877         (mm-inline-text-html-render-with-w3m-standalone): New function.
15878
15879 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15882         Improve LaTeX.
15883
15884 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15887         (nnrss-request-article): Render text/plain parts as HTML.
15888
15889         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15890         the buffer.
15891
15892 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15895         custom definition of `gnus-posting-styles'.
15896
15897         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15898         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15899
15900 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15903         Use nntp for bug archive.
15904
15905 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15908         parts.
15909         (nnrss-normalize-date): New function converts ISO 8601 date into
15910         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15911         (nnrss-check-group): Use it.
15912
15913 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15916
15917         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15918         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15919         (nnrss-insert-w3): Ditto.
15920
15921 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15924         the articles to be forwarded including the case where neither a
15925         number of articles nor a region is specified.
15926
15927 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * nnrss.el (nnrss-request-article): Fix last change; fill
15930         text/plain parts.
15931
15932 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15935         in text/plain part.
15936         (nnrss-check-group): Don't add excessive newline to dc:subject.
15937
15938 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15939
15940         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15941         article.
15942
15943 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15946         (nnml-use-compressed-files, nnml-save-mail): Support other
15947         comression programs such as bzip2.
15948
15949 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15950
15951         * dns.el (query-dns): Make sure we check the buffer size before
15952         removing tcp headers.
15953
15954 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15957         remove MIME buttons associated with multipart/alternative parts.
15958         (gnus-mime-display-alternative): Tag buttons using `article-type'
15959         text property.
15960
15961         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15962         associated with multipart/alternative parts.
15963
15964         * gnus-art.el (gnus-signature-separator): Fix custom type.
15965
15966         * mm-decode.el (mm-inlined-types): Fix custom type.
15967         (mm-keep-viewer-alive-types): Ditto.
15968         (mm-automatic-display): Ditto.
15969         (mm-attachment-override-types): Ditto.
15970         (mm-inline-override-types): Ditto.
15971         (mm-automatic-external-display): Ditto.
15972
15973 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * spam-report.el (spam-report-user-mail-address)
15976         (spam-report-user-agent): New variables.
15977         (spam-report-url-ping-plain): Use spam-report-user-agent.
15978
15979 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15980
15981         * gnus-art.el (gnus-button-handle-custom): Do not just use
15982         `customize-apropos' for any "M-x customize-*" button but the
15983         function called for.  Accept both the function name and its
15984         argument in order to achieve this.
15985         (gnus-button-alist): Remove support for "custom:" URL's.
15986         Pass function name to `gnus-button-handle-custom' in case of "M-x
15987         customize-*" buttons.
15988
15989 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15992         multipart/alternative and add xref to mm-discouraged-alternatives
15993         in doc string.
15994
15995         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15996         gnus-buttonized-mime-types in doc string.
15997
15998 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16001         Suggest image/.* in the doc string.
16002
16003 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16006         message-marks (Debian bug #342521).
16007
16008 2005-12-12  Simon Josefsson  <jas@extundo.com>
16009
16010         * password.el (password-read-from-cache): Add.
16011         (password-read): Use it.
16012
16013 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * rfc2047.el (rfc2047-charset-to-coding-system):
16016         Recognize us-ascii as a MIME charset.
16017
16018         * mm-bodies.el (mm-decode-content-transfer-encoding):
16019         Protect against the case where the 2nd arg TYPE is nil.
16020
16021 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * pop3.el (pop3-stream-type): Fix custom version.
16024
16025         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16026
16027 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16028
16029         * mm-decode.el (mm-display-external): Add missing cdr.
16030
16031 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16034         RFC1524) if it is in mailcap or add a suffix according to
16035         mailcap-mime-extensions when generating a temp filename; postpone
16036         deleting a temp file for 2 seconds for some wrappers, shell
16037         scripts, and so on, which might exit right after having started a
16038         viewer command as a background job.
16039
16040 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * nntp.el (nntp-marks-directory): Fix custom group.
16043
16044         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16045         steps when < 10.
16046
16047         * gnus-start.el (gnus-no-server-1):
16048         Mention `gnus-level-default-subscribed' in doc string.
16049
16050 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16051
16052         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16053         parens.
16054
16055 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-xmas.el (gnus-use-toolbar): Revert.
16058         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16059         gnus-use-toolbar is default.
16060
16061         * messagexmas.el (message-use-toolbar): Revert.
16062         (message-setup-toolbar): Use global default-toolbar if
16063         message-use-toolbar is default.
16064
16065 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16068         according to default-toolbar-visible-p.
16069
16070         * messagexmas.el (message-use-toolbar): Ditto.
16071
16072 2005-11-26  Dave Love  <fx@gnu.org>
16073
16074         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16075         (tls-program, tls-success): Provide openssl alternative.
16076
16077         * starttls.el: Doc fixes.
16078         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16079         SERVICE to PORT.
16080
16081         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16082         port null or service name.
16083         (starttls-negotiate): Autoload.
16084
16085 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * message.el (message-kill-to-signature): Fix interactive spec.
16088
16089 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * pop3.el (pop3-open-server): Recognize a string as a service name.
16092
16093 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16094
16095         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16096
16097 2005-11-23  Dave Love  <fx@gnu.org>
16098
16099         Add pop3s, pop3/starttls.
16100
16101         * pop3.el (pop3-authentication-scheme): Clarify doc.
16102         (open-tls-stream, starttls-open-stream): Autoload.
16103         (pop3-stream-type): New.
16104         (pop3-open-server): Use it.
16105
16106         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16107         for POP.
16108         (mail-source-keyword-map): Add :stream for POP.
16109         (mail-source-fetch-pop): Use pop3-stream-type.
16110
16111 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16114         of current-time-string.
16115
16116 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16117
16118         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16119         date header.
16120
16121 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16122
16123         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16124         it can seriously impact performance as it bypasses the agent's
16125         local caches.
16126
16127 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16128
16129         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16130         must be explicitly online rather than "not explicitly offline" for
16131         its flags to be synchronized.
16132
16133         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16134         that gnus-uu-unmark-thread will function correctly.
16135
16136         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16137         1024K is instead displayed as 1M.
16138
16139 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16140
16141         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16142
16143 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16144
16145         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16146
16147 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16148
16149         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16150         error message to display actual error condition.
16151         (gnus-agent-save-local): Avoid saving symbols that are bound to
16152         nil as they simply result in a warning message in
16153         gnus-agent-read-local.
16154
16155 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16158         rather than make-variable-buffer-local for file-precious-flag.
16159
16160 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16161
16162         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16163         for duplicates which are removed.  The invalid sort check then
16164         triggers a rescan after the sort as sorting may have moved
16165         duplicate entries such that they can be cheaply detected.
16166
16167 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16170
16171 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16172
16173         * gnus-agent.el (gnus-agent-article-alist-save-format):
16174         Change internal variable to a custom variable.  Change default value
16175         from compressed(2) to uncompressed(1).
16176         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16177         support for uncompressed agentview files.  Taken together, reading
16178         the agentview file should now be 6-7 times faster.
16179
16180 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16181
16182         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16183         as a buffer-local variable.  This avoids creating truncated
16184         dribble files as a result of a hang up, eg.
16185
16186 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16187
16188         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16189         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16190         XEmacs.
16191
16192 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * gnus-start.el (gnus-start-draft-setup):
16195         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16196
16197         * gnus.el (gnus-splash): Change custom group.
16198         (gnus-group-get-parameter, gnus-group-parameter-value):
16199         Describe allow-list argument.
16200
16201         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16202         string.
16203
16204 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-art.el (gnus-default-article-saver): Add user-defined
16207         `function' to custom type.
16208
16209 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16210
16211         * imap.el (imap-open): Handle case where buffer is a buffer
16212         object.
16213
16214 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16217         long lines.
16218         (gnus-cache-delete-group): Wrap doc strings.
16219
16220         * gnus-agent.el (gnus-agent-rename-group)
16221         (gnus-agent-delete-group): Wrap doc strings.
16222
16223 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * messagexmas.el (message-use-toolbar): Change the valid values
16226         into default, top, bottom, left, and right.
16227         (message-toolbar-thickness): New variable.
16228         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16229         well.
16230         (message-setup-toolbar): Make it work.
16231
16232         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16233         (gnus-use-toolbar): Change the valid values into default, top,
16234         bottom, left, and right.
16235         (gnus-toolbar-thickness): New variable.
16236         (gnus-xmas-setup-toolbar): New function.
16237         (gnus-xmas-setup-group-toolbar): Use it.
16238         (gnus-xmas-setup-summary-toolbar): Use it.
16239
16240 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241
16242         * gnus-start.el (gnus-1): Add "native" to
16243         gnus-predefined-server-alist.
16244
16245         * gnus.el (gnus-method-to-server): Don't add "native" to the
16246         lists here, because that leads to problems when
16247         gnus-select-method is bound.
16248
16249 2005-11-09  Simon Josefsson  <jas@extundo.com>
16250
16251         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16252         use (not sort-by-date) instead.
16253
16254 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16255
16256         * gnus-delay.el (gnus-delay-group): Don't autoload.
16257         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16258         to be re-loaded when customizing the `gnus-delay' group.
16259
16260 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16261
16262         * message.el: Revert last changes.
16263         (message-insert-citation-line): Use newlines.
16264
16265 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16266
16267         * message.el (message-courtesy-message)
16268         (message-mark-insert-begin, message-mark-insert-end)
16269         (message-elide-ellipsis, message-cancel-message)
16270         (message-add-header, message-change-subject)
16271         (message-cross-post-followup-to-header)
16272         (message-cross-post-insert-note, message-reduce-to-to-cc)
16273         (message-widen-reply, message-delete-not-region)
16274         (message-kill-to-signature, message-insert-signature)
16275         (message-insert-importance-high, message-insert-importance-low)
16276         (message-insert-or-toggle-importance)
16277         (message-insert-disposition-notification-to)
16278         (message-indent-citation, message-yank-original)
16279         (message-cite-original-without-signature, message-cite-original)
16280         (message-insert-citation-line, message-position-on-field)
16281         (message-fix-before-sending, message-send-mail-partially)
16282         (message-send-mail, message-send-mail-with-sendmail)
16283         (message-send-mail-with-qmail, message-send-news)
16284         (message-check-news-header-syntax, message-generate-headers)
16285         (message-insert-courtesy-copy, message-fill-address)
16286         (message-fill-header, message-shorten-references)
16287         (message-setup-1, message-cancel-news)
16288         (message-forward-make-body-plain, message-forward-make-body-mime)
16289         (message-forward-make-body-mml, message-encode-message-body)
16290         (message-forward-make-body-digest-plain)
16291         (message-forward-make-body-digest-mime)
16292         (message-use-alternative-email-as-from): Insert `hard-newline'
16293         instead of ordinary newlines.
16294
16295 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * message.el (message-generate-headers): Downcase the argument
16298         given to message-check-element.
16299
16300 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16301
16302         * nntp.el (nntp-authinfo-rejected): New error condition.
16303         (nntp-wait-for): Use new error condition to signal authentication
16304         error.
16305         (nntp-retrieve-data): Rethrow new error condition to break out of
16306         recursive call to nntp-send-authinfo.
16307
16308 2005-11-08  Romain Francoise  <romain@orebokech.com>
16309
16310         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16311         (gnus-summary-exit-map): Bind to `Z p'.
16312         (gnus-summary-make-menu-bar): Add menu item.
16313
16314 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16317         (gnus-treat-*): Add `first' in all doc strings.
16318
16319         * gnus-group.el (gnus-group-compact-group): Fix typo.
16320
16321 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus.el (gnus-parameters-case-fold-search): New variable.
16324         (gnus-parameters-get-parameter): Use it.
16325
16326         * gnus-score.el (gnus-home-score-file): Doc fix.
16327
16328 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16329
16330         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16331
16332 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * mm-util.el (mm-special-display-p): New function.
16335
16336         * mml.el (mml-preview): Use it; doc fix.
16337
16338 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16339
16340         * imap.el (imap-open): Handle case where buffer is a buffer object.
16341
16342 2005-10-29  Romain Francoise  <romain@orebokech.com>
16343
16344         * message.el (message-fix-before-sending): Fix comment.
16345
16346 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16347
16348         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16349
16350 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16351
16352         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16353         Used in gnus-score.el.
16354
16355 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16358
16359 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16362         whitespace removed in revision 7.8.  Use concatenated string to
16363         protect trailing whitespace.
16364
16365 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16366
16367         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16368         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16369         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16370         Courier IMAP ("some version from 2004").  Mostly based on similar
16371         code in the same function.
16372
16373 2005-10-26  Didier Verna  <didier@xemacs.org>
16374
16375         * gnus-group.el (gnus-group-compact-group): Invalidate original
16376         article buffer.
16377         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16378         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16379         NOV database and in article itself.
16380         Invalidate article backlog.
16381
16382 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16385
16386 2005-10-26  Simon Josefsson  <jas@extundo.com>
16387
16388         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16389         part of 2004-07-25 change.
16390
16391 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * message.el (message-display-completion-list): New function.
16394         (message-expand-group): Use it; make sure the Completions buffer
16395         is modifiable.
16396 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16397
16398         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16399         user-mail-name is an empty string.
16400
16401 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16404         depending on gnus-score-decay-constant.
16405
16406         * encrypt.el (encrypt-insert-file-contents)
16407         (encrypt-write-file-contents): Don't use `gnus-message'.
16408
16409         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16410         arguments.
16411         (mm-uu-type-alist): Add message-marks and insert-marks.
16412         Pass arguments to mm-uu-verbatim-marks-extract.
16413         (mm-uu-hide-markers): New variable.
16414         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16415
16416         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16417         (gnus-convert-image-to-face-command): Use "convert" by default to
16418         allow other input image formats.
16419         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16420         accordingly.
16421
16422 2005-10-23  Simon Josefsson  <jas@extundo.com>
16423
16424         * imap.el (imap-gssapi-program): Align command line parameters
16425         with latest GNU SASL.
16426         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16427
16428 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16429
16430         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16431         HTML.
16432         (nnslashdot-request-article): Ditto.
16433
16434         * lpath.el (featurep): Add nobreak-char-display.
16435
16436 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16437
16438         * mail-source.el (mail-source-fetch-pop): Require pop3.
16439         (mail-source-check-pop): Ditto.
16440
16441 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16444         errors.
16445
16446 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16449         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16450
16451         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16452
16453         * mm-bodies.el (mm-decode-string):
16454         Call `mm-charset-to-coding-system' with allow-override argument.
16455
16456 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16459         (rfc2047-charset-to-coding-system): New function.
16460         (rfc2047-decode-encoded-words): New function.
16461         (rfc2047-decode-region): Use them.
16462         (rfc2047-decode-cte): Remove.
16463         (rfc2047-parse-and-decode): Remove.
16464         (rfc2047-decode): Remove.
16465
16466 2005-10-15  Kenichi Handa  <handa@m17n.org>
16467
16468         * rfc2047.el (rfc2047-decode-cte): New function.
16469         (rfc2047-decode-region): Change the way to decode successive
16470         encoded-words: decode B- or Q-encoding in each encoded-word,
16471         concatenate them, and decode it as charset.
16472
16473 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * lpath.el: Fbind codepage-setup for XEmacs.
16476
16477 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16478
16479         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16480         widget-move-and-invoke.
16481         (gnus-custom-mode): Use gnus-custom-map.
16482
16483 2005-10-15  Bill Wohler  <wohler@newt.com>
16484
16485         * message.el (message-tool-bar-map): Rename image file from
16486         mail_send to mail/send.
16487
16488 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16489
16490         * message.el (message-expand-group): Pass the common
16491         prefix substring of completion to `display-completion-list'.
16492
16493 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * mml-sec.el (mml-secure-method): New internal variable.
16496         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16497         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16498         New functions using mml-secure-method.
16499
16500         * mml.el (mml-mode-map): Add key bindings for those functions.
16501         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16502         Harder <harder@myrealbox.com>.
16503         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16504         Goto end of message if point is the headers of the message.
16505
16506         * message.el (message-in-body-p): New function.
16507
16508         * assistant.el: Autoload gnus-util and netrc.
16509
16510         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16511         Use `mm-charset-override-alist' only when decoding.
16512
16513         * mm-bodies.el (mm-decode-body):
16514         Call `mm-charset-to-coding-system' with allow-override argument.
16515
16516         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16517         `filename' from Content-Disposition if Content-Type doesn't
16518         provide `name'.
16519         (gnus-mime-view-part-as-type): Set default instead of
16520         initial-input.
16521
16522 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16523
16524         * format-spec.el (format-spec): Propagate text properties of % spec.
16525
16526 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * gnus-art.el (gnus-treat-predicate): Add `first'.
16529
16530 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16533         (mm-charset-override-alist): New variable.
16534         (mm-charset-to-coding-system): Use it.
16535         (mm-codepage-setup): New helper function.
16536         (mm-charset-eval-alist): New variable.
16537         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16538         Warn about unknown charsets.
16539
16540         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16541
16542 2005-10-04  David Hansen  <david.hansen@gmx.net>
16543
16544         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16545         (nnrss-check-group): Ditto.
16546
16547 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16550         Rename x-gnus-verbatim to x-verbatim.
16551         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16552
16553         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16554         x-verbatim.
16555
16556         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16557
16558         * gnus-util.el (gnus-remove-duplicates): Remove.
16559
16560         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16561         instead of gnus-remove-duplicates.
16562
16563         * message.el (message-remove-duplicates): Remove.
16564         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16565         message-remove-duplicates.
16566
16567         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16568         available, else use implementation from `delete-dups'.
16569
16570         * message.el (message-insert-expires): New function.
16571         (message-mode-map): Add key binding.
16572         (message-mode-field-menu): Add menu entry.
16573         (message-mode): Document it.
16574         (message-make-expires-date): Use `message-make-date'.
16575
16576 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16577
16578         * message.el (message-make-expires-date): New function.
16579
16580 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * Makefile.in (list-installed-shadows): New entry.
16583         (install): Use it.
16584         (remove-installed-shadows): New entry.
16585
16586         * dgnushack.el (dgnushack-default-load-path): New variable.
16587         (dgnushack-find-lisp-shadows): New function.
16588         (dgnushack-remove-lisp-shadows): New function.
16589
16590 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * Makefile.in (install-el-elc): New entry.
16593         (install): Use it so that .el files are necessarily installed.
16594
16595 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16598
16599 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16600
16601         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16602         function rather than the diff-mode.el package.
16603         (mm-display-external): Use with-current-buffer.
16604         (mm-viewer-completion-map, mm-viewer-completion-map):
16605         Move initialization inside declaration.
16606
16607 2005-09-29  Simon Josefsson  <jas@extundo.com>
16608
16609         * spam.el: Load hashcash when compiling, to avoid warnings.
16610         Don't autoload mail-check-payment.
16611         (spam-check-hashcash): Define unconditionally, since hashcash.el
16612         is part of Gnus now.  Ignore errors from payment checking.
16613
16614 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * message.el (message-bold-region, message-unbold-region):
16617         Rename from `bold-region' and `unbold-region'.
16618
16619         * message.el: Remove useless autoloads.
16620
16621 2005-09-28  Simon Josefsson  <jas@extundo.com>
16622
16623         * message.el (message-use-idna): Default to t.
16624         (message-use-idna): Test whether encoding works too.  Doc fix.
16625
16626 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16627
16628         * nntp.el (nntp-warn-about-losing-connection): Remove.
16629
16630 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16633         customizable.  Change default value.
16634         (mm-uu-diff-groups-regexp): Change default value.
16635         (mm-uu-type-alist): Add doc string.
16636         (mm-uu-configure): Add doc string.  Make it interactive.
16637         (mm-uu-tex-groups-regexp): New variable.
16638         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16639         (mm-uu-type-alist): Add LaTeX documents.
16640         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16641         of "text/verbatim".
16642         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16643
16644         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16645         instead of "text/verbatim".
16646
16647         * message.el (message-mark-inserted-region)
16648         (message-mark-insert-file): Use slrn style marks when called with
16649         prefix argument.
16650
16651 2005-09-27  Simon Josefsson  <jas@extundo.com>
16652
16653         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16654
16655 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16656
16657         * message.el (message-remove-duplicates): New function.
16658         Implementation borrowed from `gnus-remove-duplicates'.
16659         (message-idna-to-ascii-rhs): Also encode idna addresses in
16660         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16661         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16662         only ask about the same idna domain once per header and also tell
16663         in what header to replace the idna domain.
16664
16665         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16666         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16667         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16668         a header is decoded and not just the last one.
16669
16670 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16673         has been decoded.
16674
16675         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16676         (mm-insert-part): Don't modify text if it has been decoded.
16677
16678         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16679         decoded.
16680
16681         * mm-view.el (mm-inline-text): Don't strip text props unless
16682         decoding enriched or richtext parts.
16683
16684 2005-09-25  Romain Francoise  <romain@orebokech.com>
16685
16686         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16687         * gnus-start.el (gnus-subscribe-interactively):
16688         * gnus-uu.el (gnus-uu-grab-articles):
16689         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16690         space.
16691
16692 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16693
16694         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16695         * mm-view.el (mm-view-pkcs7-decrypt):
16696         * gnus-sum.el (gnus-summary-limit-to-extra)
16697         (gnus-summary-respool-article, gnus-read-move-group-name):
16698         * gnus-score.el (gnus-summary-increase-score):
16699         * gnus-util.el (gnus-completing-read-with-default):
16700         * gnus-art.el (gnus-read-save-file-name)
16701         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16702         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16703         * message.el (message-check-news-header-syntax):
16704         Follow convention for reading with the minibuffer.
16705
16706 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * spam-report.el (spam-report-url-ping-plain):
16709         Use gnus-extended-version as User-Agent.
16710
16711         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16712         default value is nil.
16713
16714         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16715         (mm-uu-verbatim-marks-extract): New function.
16716         (mm-uu-extract): New face.
16717         (mm-uu-copy-to-buffer): Use it.
16718
16719         * spam-report.el (spam-report-gmane-ham): Rename from
16720         `spam-report-gmane-unspam'.
16721         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16722         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16723
16724         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16725         Autoload.
16726         (spam-report-gmane-unregister-routine):
16727         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16728
16729 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16730
16731         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16732         (spam-report-gmane-unregister-routine): Add support for gmane
16733         unregistration.
16734
16735         * spam-report.el (spam-report-gmane-unspam)
16736         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16737         (spam-report-gmane): Change to take a single article and do unspam
16738         registration.
16739
16740 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16741
16742         * mm-url.el (mm-url-decode-entities): Fix regexp.
16743
16744 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16745
16746         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16747         default to nil, to be able to use Gnus at all.  If the default
16748         switches to something else, then the function should be fixed not
16749         be exceedingly slow.
16750
16751 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16752
16753         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16754         fail hard.
16755
16756         * spam-report.el: Add better Keywords line.
16757
16758         * spam.el: Add Maintainer and better Keywords line.
16759
16760 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * gnus-art.el (gnus-article-replace-part)
16763         (gnus-mime-replace-part): New functions.
16764         (gnus-mime-action-alist, gnus-mime-button-commands)
16765         (gnus-mime-save-part-and-strip): Add file argument.
16766         (gnus-article-part-wrapper): Add interactive argument.
16767
16768         * gnus-sum.el (gnus-summary-mime-map):
16769         Add `gnus-article-replace-part'.
16770
16771 2005-09-19  Didier Verna  <didier@xemacs.org>
16772
16773         The nnml compaction feature:
16774         * nnml.el (nnml-request-compact-group): New function.
16775         * nnml.el (nnml-request-compact): New function.
16776         * gnus-int.el (gnus-request-compact-group): New function.
16777         * gnus-int.el (gnus-request-compact): New function.
16778         * gnus-group.el (gnus-group-compact-group): New function.
16779         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16780         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16781         * gnus-srvr.el (gnus-server-compact-server): New function.
16782         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16783         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16784
16785 2005-09-18  Deepak Goel  <deego@gnufans.org>
16786
16787         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16788         format spec.
16789
16790 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16793
16794 2005-09-15  Romain Francoise  <romain@orebokech.com>
16795
16796         * message.el (message-fill-paragraph): Clarify docstring.
16797
16798 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-art.el (gnus-mime-display-part): Protect against broken
16801         MIME messages.
16802
16803 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16806         before parsing header.
16807
16808 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16809
16810         * html2text.el (html2text-replace-list): Add new entities.
16811
16812 2005-09-11  Romain Francoise  <romain@orebokech.com>
16813
16814         * message.el (message-alternative-emails): Improve docstring.
16815         (message-setup-1): Call `message-use-alternative-email-as-from'
16816         after `message-setup-hook' to give it precedence over posting
16817         styles, etc.
16818         (message-use-alternative-email-as-from): Add docstring.
16819         Remove the original From header if present.
16820
16821         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16822         (nnml-save-mail): Use it.
16823
16824         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16825         articles.  Add new argument `silent'.
16826         (gnus-uu-mark-all): Report the total number of marked articles.
16827
16828 2005-09-10  Romain Francoise  <romain@orebokech.com>
16829
16830         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16831         (gnus-uu-mark-series): Likewise.
16832
16833 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * spam-report.el (spam-report-gmane): Fix generation of spam
16836         report URL.
16837
16838 2005-09-10  Simon Josefsson  <jas@extundo.com>
16839
16840         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16841         t, based on discussion on the ding list with Robert Epprecht
16842         <epprecht@solnet.ch>.
16843
16844 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16845
16846         * spam-report.el (spam-report-gmane): Make it work without
16847         X-Report-Spam header.  Gmane now only provides Archived-At.
16848         This is only used if `spam-report-gmane-use-article-number' is nil.
16849         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16850
16851         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16852         make `gnus-summary-sort-by-recipient' work with threading.
16853
16854         * nnweb.el (nnweb-google-wash-article): Print a message if article
16855         is not available.
16856
16857 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16858
16859         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16860         change.  Decode text/* parts content before displaying.
16861
16862 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16865
16866 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16869
16870         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16871         url-package-name, url-package-version,
16872         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16873         w3m-display-inline-images, and w3m-minor-mode-map.
16874
16875 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * message.el (message-tab-body-function): Fix mismatched custom type.
16878
16879         * gnus.el (gnus-group-change-level-function): Ditto.
16880
16881         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16882
16883         * gnus-art.el (gnus-signature-limit)
16884         (gnus-article-mime-part-function): Ditto.
16885
16886 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * mml.el (mml-mode): Silence the byte compiler.
16889
16890         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16891         using `(sit-for 0)' before moving the point to the specified part;
16892         skip unbuttonized parts.
16893         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16894         return to the summary window if gnus-auto-select-part is non-nil.
16895
16896 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16899         New variables.
16900         (mml-dnd-attach-file, mml-mode): Use them.
16901
16902         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16903         Make fetching article by MID work again for Google Groups.
16904         Add FIXME concerning gnus-group-make-web-group.
16905
16906         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16907         Don't depend on Gnus by using mail-extract-address-components if
16908         gnus-extract-address-components is not bound.
16909
16910 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16911
16912         * gnus-art.el (gnus-mime-display-security): Don't display the
16913         signature, but only the signed part.
16914
16915 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16918
16919         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16920         list, not listp.
16921
16922 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16923
16924         * mm-encode.el (mm-encode-content-transfer-encoding):
16925         Likewise when encoding.
16926
16927         * mm-bodies.el (mm-decode-content-transfer-encoding):
16928         De-canonicalize CRLF for all text content types, not just
16929         text/plain.
16930
16931 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16934         valid article; point arrow and cursor at the MIME button.
16935
16936 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16939         Suggested by Dan Christensen <jdc@uwo.ca>.
16940
16941         * mm-decode.el (mm-save-part): Enable change of prompt.
16942
16943 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16944
16945         * gnus-msg.el (gnus-inews-add-send-actions):
16946         Make `message-post-method' lambda parameter ARG `&optional'.
16947
16948 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-sum.el (gnus-summary-mime-map):
16951         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16952         gnus-article-jump-to-part.
16953
16954         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16955         (gnus-article-edit-part): Use it.
16956         (gnus-article-part-wrapper): Add no-handle argument.
16957         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16958         New functions.
16959
16960 2005-08-29  Romain Francoise  <romain@orebokech.com>
16961
16962         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16963         docstring.
16964         (gnus-face-from-file): Likewise.
16965
16966 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16969         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16970         non-nil.
16971         (gnus-auto-select-part): New variable.
16972         (gnus-article-jump-to-part): New function.
16973         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16974         (gnus-mime-delete-part): Allow selecting specified part after
16975         deleting or stripping parts.
16976         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16977         part if argument is bogus.
16978
16979 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16980
16981         * gnus-art.el (w3m-minor-mode-map):
16982         * gnus-spec.el (gnus-newsrc-file-version):
16983         * gnus-util.el (nnmail-active-file-coding-system)
16984         (gnus-original-article-buffer, gnus-user-agent):
16985         * gnus.el (gnus-ham-process-destinations)
16986         (gnus-parameter-ham-marks-alist)
16987         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16988         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16989         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16990         * mm-decode.el (gnus-current-window-configuration):
16991         * mm-extern.el (gnus-article-mime-handles):
16992         * mm-url.el (url-current-object, url-package-name)
16993         (url-package-version):
16994         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16995         (smime-keys, w3m-cid-retrieve-function-alist)
16996         (w3m-current-buffer, w3m-display-inline-images)
16997         (w3m-minor-mode-map):
16998         * mml-smime.el (gnus-extract-address-components):
16999         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17000         (gnus-newsrc-hashtb, message-default-charset)
17001         (message-deletable-headers, message-options)
17002         (message-posting-charset, message-required-mail-headers)
17003         (message-required-news-headers):
17004         * mml1991.el (mc-pgp-always-sign):
17005         * mml2015.el (mc-pgp-always-sign):
17006         * nnheader.el (nnmail-extra-headers):
17007         * rfc1843.el (gnus-decode-encoded-word-function)
17008         (gnus-decode-header-function, gnus-newsgroup-name):
17009         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17010
17011 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17012
17013         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17014         the end of the date treatments.
17015
17016 2005-08-15  Simon Josefsson  <jas@extundo.com>
17017
17018         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17019         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17020         Capello and Romain Francoise.
17021         (pgg-fetch-key-function): Remove, not used?
17022         (pgg-insert-url-with-w3): Require url, to get
17023         url-insert-file-contents regardless of where it is defined.
17024
17025 2005-08-13  Romain Francoise  <romain@orebokech.com>
17026
17027         * message.el (message-cite-original-1): New function.
17028         (message-cite-original): Use it.
17029         (message-cite-original-without-signature): Ditto.
17030
17031 2005-08-08  Romain Francoise  <romain@orebokech.com>
17032
17033         * message.el (message-yank-empty-prefix): New variable.
17034         (message-indent-citation): Use it.
17035         (message-cite-original-without-signature): Respect X-No-Archive.
17036
17037 2005-08-08  Simon Josefsson  <jas@extundo.com>
17038
17039         * pgg.el: Autoload url-insert-file-contents instead of loading
17040         w3/url.
17041         (pgg-insert-url-with-w3): Don't load url here.
17042
17043 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17044
17045         * message.el (message-kill-to-signature): Don't insert newline at
17046         bol.
17047         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17048
17049 2005-08-06  Romain Francoise  <romain@orebokech.com>
17050
17051         * message.el (message-user-fqdn): Fix typo in docstring.
17052
17053 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17054
17055         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17056
17057         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17058
17059 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * mm-bodies.el (mm-encode-body): Use coding system rather than
17062         charset to encode text.
17063
17064         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17065         number of charsets if utf-8 is available (XEmacs).
17066
17067 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17070         taken from `gnus-button-mid-or-mail-regexp'.
17071         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17072         (gnus-button-alist): Improve regexp for domain part of the MIDs
17073         for news:localpart@domain buttons.
17074         (gnus-button-ctan-directory-regexp): Update.
17075
17076 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * sieve-manage.el (sieve-manage-interactive-login):
17079         Use make-local-variable rather than make-variable-buffer-local.
17080         (sieve-manage-open): Ditto.
17081         (sieve-manage-authenticate): Ditto.
17082
17083         * mml.el (mml-generate-mime-1): Make the content type default to
17084         text/plain if the filename is not specified.
17085
17086 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17089         instead of insert-buffer.
17090
17091         * message.el (message-yank-original): Ditto; set the mark at the
17092         end of the yanked message.
17093
17094 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17097         lines to scroll rather than to stop it.
17098
17099         * mml.el (mml-generate-default-type): Add doc string.
17100         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17101         default to application/octet-stream when determining the content
17102         type if it is not specified for the part or the mml contents; add
17103         a comment about mml-generate-default-type.
17104
17105 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17106
17107         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17108         make it default to application/octet-stream when determining the
17109         content type if it is not specified for the external contents.
17110
17111 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17114         segmented parameter but also other parameters might be there.
17115
17116 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * mm-decode.el (mm-display-external): Delete temp file, directory
17119         and buffer immediately if the external process is exited.
17120
17121 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17124         fewer lines than that of scroll-margin.
17125         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17126
17127 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * gnus-art.el (gnus-article-next-page): Revert.
17130         (gnus-article-beginning-of-window): New macro.
17131         (gnus-article-next-page-1): Use it.
17132         (gnus-article-prev-page): Ditto.
17133         (gnus-article-edit-part): Use insert-buffer-substring instead of
17134         insert-buffer.
17135         (gnus-article-edit-exit): Ditto.
17136
17137         * gnus-util.el (gnus-beginning-of-window): Remove.
17138         (gnus-end-of-window): Remove.
17139
17140         * lpath.el: Don't bind header-line-format and scroll-margin.
17141
17142 2005-07-25  Simon Josefsson  <jas@extundo.com>
17143
17144         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17145         to have the url package without w3.  Reported by Daiki Ueno
17146         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17147
17148 2005-07-20  Didier Verna  <didier@xemacs.org>
17149
17150         * gnus-diary.el: Remove the description comment (nndiary is now
17151         properly documented in the Gnus manual).
17152         Fix the spelling of "Back End".
17153         * nndiary.el: Ditto.
17154         Fix the copyright notice.
17155
17156 2005-07-18  Romain Francoise  <romain@orebokech.com>
17157
17158         * gnus-sum.el (gnus-summary-to-prefix)
17159         (gnus-summary-newsgroup-prefix): New variables.
17160         (gnus-summary-from-or-to-or-newsgroups): Use them.
17161
17162 2005-07-17  Romain Francoise  <romain@orebokech.com>
17163
17164         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17165         space as it's generally not especially interesting to the user.
17166
17167 2005-07-16  Romain Francoise  <romain@orebokech.com>
17168
17169         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17170         nil to avoid prompting and file modification if one of the
17171         messages at the top of the nnfolder file contains a copyright
17172         notice.
17173         Update copyright notice.
17174
17175         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17176         instead of `current-time-string' as the latter creates a time
17177         string that is not RFC 2822 compliant (it lacks the zone).
17178         Update copyright notice.
17179
17180 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17181
17182         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17183         for text/rtf.  Display default in prompt.  Pass default for M-n.
17184
17185         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17186
17187 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17188
17189         * gnus-msg.el (gnus-button-mailto):
17190         Remove save-selected-window-window hackery because it relies on
17191         save-selected-window internals.
17192
17193 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17196         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17197         (gnus-article-prev-page): Ditto.
17198
17199         * gnus-util.el (gnus-beginning-of-window): New function.
17200         (gnus-end-of-window): New function.
17201
17202         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17203
17204 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17205
17206         * gnus-score.el (gnus-score-edit-all-score):
17207         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17208         gnus-message.
17209
17210 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17211
17212         * gnus-msg.el (gnus-button-mailto):
17213         Remove save-selected-window-window hackery because it relies on
17214         save-selected-window internals.
17215
17216 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17219         add-minor-mode.
17220         (gnus-binary-mode): Ditto.
17221
17222         * gnus-topic.el (gnus-topic-mode): Ditto.
17223
17224 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17225
17226         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17227         (gnus-article-prev-page): Take scroll-margin into consideration.
17228
17229 2005-07-04  Lute Kamstra  <lute@gnu.org>
17230
17231         Update FSF's address in GPL notices.
17232
17233 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17234
17235         * gnus.el (gnus-exit):
17236         * gnus-group.el (gnus-group-icons):
17237         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17238
17239         * gnus-nocem.el (gnus-nocem):
17240         * message.el (message-various, message-buffers, message-sending)
17241         (message-interface, message-forwarding, message-insertion)
17242         (message-headers, message-news, message-mail):
17243         * pgg-gpg.el (pgg-gpg):
17244         * pgg-parse.el (pgg-parse):
17245         * pgg-pgp.el (pgg-pgp):
17246         * pgg-pgp5.el (pgg-pgp5):
17247         * pop3.el (pop3): Finish `defgroup' description with period.
17248
17249 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-art.el (article-display-face): Improve the efficiency.
17252         (article-display-x-face): Ditto; remove grey x-face stuff.
17253
17254 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * gnus-art.el (article-display-face): Correct the position in
17257         which Faces are inserted.
17258
17259 2005-06-29  Didier Verna  <didier@xemacs.org>
17260
17261         * gnus-art.el (article-display-face): Display faces in correct
17262         order.
17263
17264 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17267         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17268         (gnus-nocem-check-article): Fetch the Type header.
17269         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17270         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17271         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17272         make sure gnus-nocem-hashtb is initialized.
17273         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17274         (gnus-nocem-unwanted-article-p): Ditto.
17275
17276         * pgg.el (pgg-verify): Return the verification result.
17277
17278 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17279
17280         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17281         is ascii.
17282
17283 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17284
17285         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17286         `show-nonbreak-escape'.
17287
17288 2005-06-23  Lute Kamstra  <lute@gnu.org>
17289
17290         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17291
17292         * dig.el (dig-mode):
17293         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17294
17295 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17296
17297         * nnimap.el (nnimap-split-download-body): Fix spellings.
17298
17299 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17300
17301         * gnus-art.el (gnus-article-encrypt-body):
17302         * gnus-cus.el (gnus-score-customize):
17303         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17304         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17305
17306 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17307
17308         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17309         header by looking for magic "MII" at the beginnig.
17310
17311 2005-06-16  Miles Bader  <miles@gnu.org>
17312
17313         * gnus-xmas.el (gnus-xmas-group-startup-message):
17314         Use renamed gnus-splash face.
17315
17316         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17317         (assistant-field-face): New backward-compatibility alias for renamed
17318         face.
17319         (assistant-render-text): Use renamed assistant-field face.
17320
17321         * spam.el (spam): Remove "-face" suffix from face name.
17322         (spam-face): New backward-compatibility alias for renamed face.
17323         (spam-face, spam-initialize): Use renamed spam face.
17324
17325         * message.el (message-header-to, message-header-cc)
17326         (message-header-subject, message-header-newsgroups)
17327         (message-header-other, message-header-name)
17328         (message-header-xheader, message-separator, message-cited-text)
17329         (message-mml): Remove "-face" suffix from face names.
17330         (message-header-to-face, message-header-cc-face)
17331         (message-header-subject-face, message-header-newsgroups-face)
17332         (message-header-other-face, message-header-name-face)
17333         (message-header-xheader-face, message-separator-face)
17334         (message-cited-text-face, message-mml-face):
17335         New backward-compatibility aliases for renamed faces.
17336         (message-font-lock-keywords): Use renamed message faces.
17337
17338         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17339         (sieve-test-commands, sieve-tagged-arguments):
17340         Remove "-face" suffix from face names.
17341         (sieve-control-commands-face, sieve-action-commands-face)
17342         (sieve-test-commands-face, sieve-tagged-arguments-face):
17343         New backward-compatibility aliases for renamed faces.
17344         (sieve-control-commands-face, sieve-action-commands-face)
17345         (sieve-test-commands-face, sieve-tagged-arguments-face):
17346         Use renamed sieve faces.
17347
17348         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17349         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17350         (gnus-group-news-3-empty, gnus-group-news-4)
17351         (gnus-group-news-4-empty, gnus-group-news-5)
17352         (gnus-group-news-5-empty, gnus-group-news-6)
17353         (gnus-group-news-6-empty, gnus-group-news-low)
17354         (gnus-group-news-low-empty, gnus-group-mail-1)
17355         (gnus-group-mail-1-empty, gnus-group-mail-2)
17356         (gnus-group-mail-2-empty, gnus-group-mail-3)
17357         (gnus-group-mail-3-empty, gnus-group-mail-low)
17358         (gnus-group-mail-low-empty, gnus-summary-selected)
17359         (gnus-summary-cancelled, gnus-summary-high-ticked)
17360         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17361         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17362         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17363         (gnus-summary-low-undownloaded)
17364         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17365         (gnus-summary-low-unread, gnus-summary-normal-unread)
17366         (gnus-summary-high-read, gnus-summary-low-read)
17367         (gnus-summary-normal-read, gnus-splash):
17368         Remove "-face" suffix from face names.
17369         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17370         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17371         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17372         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17373         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17374         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17375         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17376         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17377         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17378         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17379         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17380         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17381         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17382         (gnus-summary-normal-ticked-face)
17383         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17384         (gnus-summary-normal-ancient-face)
17385         (gnus-summary-high-undownloaded-face)
17386         (gnus-summary-low-undownloaded-face)
17387         (gnus-summary-normal-undownloaded-face)
17388         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17389         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17390         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17391         (gnus-splash-face):
17392         New backward-compatibility aliases for renamed faces.
17393         (gnus-group-startup-message): Use renamed gnus faces.
17394
17395         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17396         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17397         (gnus-server-agent): Remove "-face" suffix from face names.
17398         (gnus-server-agent-face, gnus-server-opened-face)
17399         (gnus-server-closed-face, gnus-server-denied-face)
17400         (gnus-server-offline-face):
17401         New backward-compatibility aliases for renamed faces.
17402         (gnus-server-agent-face, gnus-server-opened-face)
17403         (gnus-server-closed-face, gnus-server-denied-face)
17404         (gnus-server-offline-face): Use renamed gnus faces.
17405
17406         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17407         Remove "-face" suffix from face names.
17408         (gnus-picon-xbm-face, gnus-picon-face):
17409         New backward-compatibility aliases for renamed faces.
17410
17411         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17412         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17413         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17414         (gnus-cite-11): Remove "-face" suffix from face names.
17415         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17416         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17417         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17418         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17419         New backward-compatibility aliases for renamed faces.
17420         (gnus-cite-attribution-face, gnus-cite-face-list)
17421         (gnus-article-boring-faces): Use renamed gnus faces.
17422
17423         * gnus-art.el (gnus-signature, gnus-header-from)
17424         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17425         (gnus-header-content): Remove "-face" suffix from face names.
17426         (gnus-signature-face, gnus-header-from-face)
17427         (gnus-header-subject-face, gnus-header-newsgroups-face)
17428         (gnus-header-name-face, gnus-header-content-face):
17429         New backward-compatibility aliases for renamed faces.
17430         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17431
17432         * gnus-sum.el (gnus-summary-selected-face)
17433         (gnus-summary-highlight): Use renamed gnus faces.
17434         * gnus-group.el (gnus-group-highlight): Likewise.
17435
17436 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17437
17438         * gnus-sieve.el (gnus-sieve-article-add-rule):
17439         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17440         * spam-stat.el (spam-stat-buffer-change-to-spam)
17441         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17442
17443         * message.el (message-is-yours-p):
17444         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17445
17446 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * mm-view.el (mm-inline-text): Withdraw the last change.
17449
17450 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17453         executing enriched-decode.
17454
17455 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17458         charset of tar files.
17459
17460 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17461
17462         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17463
17464 2005-06-04  Lute Kamstra  <lute@gnu.org>
17465
17466         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17467         information is never recorded.
17468
17469 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17470
17471         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17472
17473 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * pop3.el (pop3-apop): Run md5 in the binary mode.
17476
17477         * starttls.el (starttls-set-process-query-on-exit-flag):
17478         Use eval-and-compile.
17479
17480 2005-05-31  Simon Josefsson  <jas@extundo.com>
17481
17482         * smime.el (smime-replace-in-string): Define.
17483         (smime-cert-by-ldap-1): Use it.
17484
17485 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-art.el (article-display-x-face): Replace
17488         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17489
17490         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17491         set-process-query-on-exit-flag or process-kill-without-query.
17492
17493         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17494         loop instead of replace-regexp.
17495
17496         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17497         instead of process-kill-without-query if it is available.
17498
17499         * lpath.el: Fbind ldap-search-entries.
17500
17501         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17502         instead of find-file-hooks if it is available.
17503
17504         * mml1991.el: Bind pgg-default-user-id when compiling.
17505
17506         * mml2015.el: Bind pgg-default-user-id when compiling.
17507
17508         * nndraft.el (nndraft-request-associate-buffer):
17509         Use write-contents-functions instead of write-contents-hooks if it is
17510         available.
17511
17512         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17513         instead of find-file-hooks if it is available.
17514
17515         * nntp.el (nntp-open-connection): Replace
17516         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17517         (nntp-open-ssl-stream): Ditto.
17518         (nntp-open-tls-stream): Ditto.
17519
17520         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17521         set-process-query-on-exit-flag or process-kill-without-query.
17522         (starttls-open-stream-gnutls): Use it instead of
17523         process-kill-without-query.
17524         (starttls-open-stream): Ditto.
17525
17526 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17527
17528         * smime.el (smime-cert-by-ldap-1): Don't use
17529         replace-regexp-in-string.
17530
17531 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17532
17533         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17534
17535         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17536         in PEM format.  Adjust to the XEmacs compatibility.
17537
17538 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17539
17540         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17541         by `string-to-number'.
17542         * gnus-agent.el (gnus-agent-regenerate-group)
17543         (gnus-agent-fetch-articles): Ditto.
17544         * gnus-art.el (gnus-button-fetch-group): Ditto.
17545         * gnus-cache.el (gnus-cache-generate-active)
17546         (gnus-cache-articles-in-group): Ditto.
17547         * gnus-group.el (gnus-group-set-current-level)
17548         (gnus-group-insert-group-line): Ditto.
17549         * gnus-score.el (gnus-score-set-expunge-below)
17550         (gnus-score-set-mark-below, gnus-summary-score-effect)
17551         (gnus-summary-score-entry): Ditto.
17552         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17553         (gnus-soup-pack): Ditto.
17554         * gnus-spec.el (gnus-xmas-format): Ditto.
17555         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17556         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17557         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17558         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17559         * nndb.el (nndb-get-remote-expire-response): Ditto.
17560         * nndiary.el (nndiary-parse-schedule-value)
17561         (nndiary-string-to-number, nndiary-request-replace-article)
17562         (nndiary-request-article): Ditto.
17563         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17564         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17565         * nneething.el (nneething-make-head): Ditto.
17566         * nnfolder.el (nnfolder-request-article)
17567         (nnfolder-retrieve-headers): Ditto.
17568         * nnheader.el (nnheader-file-to-number): Ditto.
17569         * nnkiboze.el (nnkiboze-request-article): Ditto.
17570         * nnmail.el (nnmail-process-unix-mail-format)
17571         (nnmail-process-babyl-mail-format): Ditto.
17572         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17573         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17574         (nnmh-request-create-group, nnmh-request-list-1)
17575         (nnmh-request-group, nnmh-request-article): Ditto.
17576         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17577         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17578         * nnsoup.el (nnsoup-make-active): Ditto.
17579         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17580         * nntp.el (nntp-find-group-and-number)
17581         (nntp-retrieve-headers-with-xover): Ditto.
17582         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17583         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17584         (pgg-format-key-identifier): Ditto.
17585         * pop3.el (pop3-last, pop3-stat): Ditto.
17586         * qp.el (quoted-printable-decode-region): Ditto.
17587
17588         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17589         of concat.
17590
17591 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17594
17595         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17596
17597         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17598
17599         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17600
17601         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17602
17603         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17604
17605         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17606         (gnus-carpal-mode): Ditto.
17607
17608         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17609         (gnus-browse-mode): Ditto.
17610
17611         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17612
17613         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17614
17615 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17616
17617         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17618
17619 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * gnus-util.el (gnus-run-mode-hooks): New function.
17622
17623         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17624
17625         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17626         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17627
17628 2005-05-27  Lute Kamstra  <lute@gnu.org>
17629
17630         * dns-mode.el (dns-mode): Specify customization group.
17631
17632 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17633
17634         * gnus-agent.el (gnus-agent-make-mode-line-string):
17635         Use mode-line-highlight as mouse-face.
17636
17637 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * canlock.el (canlock): Change the parent group to news.
17640
17641         * deuglify.el (gnus-outlook-deuglify): Add :group.
17642
17643         * dig.el (dig): Add :group.
17644
17645         * dns-mode.el (dns-mode): Add :group.
17646
17647         * encrypt.el (encrypt): Add :group.
17648
17649         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17650         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17651         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17652         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17653         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17654
17655         * gnus-diary.el (gnus-diary): Add :group.
17656
17657         * gnus.el (gnus-group-news-1-face): Add :group.
17658         (gnus-group-news-1-empty-face): Ditto.
17659         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17660         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17661         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17662         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17663         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17664         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17665         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17666         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17667         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17668         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17669         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17670         (gnus-summary-high-ticked-face): Ditto.
17671         (gnus-summary-low-ticked-face): Ditto.
17672         (gnus-summary-normal-ticked-face): Ditto.
17673         (gnus-summary-high-ancient-face): Ditto.
17674         (gnus-summary-low-ancient-face): Ditto.
17675         (gnus-summary-normal-ancient-face): Ditto.
17676         (gnus-summary-high-undownloaded-face): Ditto.
17677         (gnus-summary-low-undownloaded-face): Ditto.
17678         (gnus-summary-normal-undownloaded-face): Ditto.
17679         (gnus-summary-high-unread-face): Ditto.
17680         (gnus-summary-low-unread-face): Ditto.
17681         (gnus-summary-normal-unread-face): Ditto.
17682         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17683         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17684
17685         * hashcash.el (hashcash): New custom group.
17686         (hashcash-default-payment): Add :group.
17687         (hashcash-payment-alist): Ditto.
17688         (hashcash-default-accept-payment): Ditto.
17689         (hashcash-accept-resources): Ditto.
17690         (hashcash-path): Ditto.
17691         (hashcash-extra-generate-parameters): Ditto.
17692         (hashcash-double-spend-database): Ditto.
17693         (hashcash-in-news): Ditto.
17694
17695         * message.el (message-minibuffer-local-map): Add :group.
17696
17697         * netrc.el (netrc): Add :group.
17698
17699         * sieve-manage.el (sieve-manage-log): Add :group.
17700         (sieve-manage-default-user): Diito.
17701         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17702         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17703         (sieve-manage-authenticators): Ditto.
17704         (sieve-manage-authenticator-alist): Ditto.
17705         (sieve-manage-default-port): Ditto.
17706
17707         * sieve-mode.el (sieve-control-commands-face): Add :group.
17708         (sieve-action-commands-face): Ditto.
17709         (sieve-test-commands-face): Ditto.
17710         (sieve-tagged-arguments-face): Ditto.
17711
17712         * smime.el (smime): Add :group.
17713
17714         * spam-report.el (spam-report): Add :group.
17715
17716         * spam.el (spam, spam-face): Add :group.
17717
17718 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17719
17720         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17721         return \n.\n.\n at the end of articles.  Protect against that.
17722         (nntp-with-open-group): Allow debugging.
17723
17724         * nnheader.el (mail-header-set-extra): Make into a function
17725         because I just could't understand how to quote the list properly.
17726
17727         * dns.el (query-dns-cached): New function.
17728
17729 2005-05-26  Lute Kamstra  <lute@gnu.org>
17730
17731         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17732
17733 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17736
17737         * gnus-art.el: Don't autoload mail-extract-address-components.
17738
17739         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17740         eval-and-compile to evaluate it.
17741
17742         * hashcash.el: Don't autoload executable-find.
17743
17744         * nndb.el: Don't declare the nndb back end two or more times; don't
17745         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17746
17747         * nntp.el: Autoload format-spec instead of format; use
17748         eval-and-compile to evaluate autoload forms.
17749
17750 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17751
17752         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17753
17754 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17755
17756         * gnus.el (gnus-version-number): Bump version.
17757
17758 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17759
17760         * gnus.el: No Gnus v0.3 is released.
17761
17762 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17763
17764         * lpath.el (featurep): Bind show-nonbreak-escape.
17765
17766 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * gnus-art.el (gnus-article-edit-part): Disable undo.
17769
17770 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17773         gnus-article-date-lapsed-new-header is t if date timer is active;
17774         skip headers in which the original date value is empty.
17775         (gnus-article-save-original-date): Redefine it as a macro.
17776         (gnus-display-mime): Use it.
17777
17778 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * gnus-art.el (article-date-ut): Support converting date in
17781         forwarded parts as well.
17782         (gnus-article-save-original-date): New function.
17783         (gnus-display-mime): Use it.
17784
17785 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17786
17787         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17788         enclosure element of <item>.
17789
17790 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17791
17792         * message.el (message-kill-buffer-query): Rename from
17793         `message-kill-buffer-query-if-modified'.  Add :version.
17794
17795 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17798         window layout.
17799
17800 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * mml.el: Autoload dnd when compiling.
17803
17804 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17805
17806         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17807         x-dnd-*.
17808
17809 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * qp.el (quoted-printable-encode-region): Save excursion.
17812
17813 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17814
17815         * message.el (message-kill-buffer-query-if-modified): Add new variable
17816         so the user can kill a modified message buffer quickly.
17817         (message-kill-buffer): Use it.
17818
17819 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * lpath.el: Fbind display-time-event-handler; don't fbind
17822         string-to-multibyte.
17823
17824         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17825
17826 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17829         contained in text because xml.el decodes entities) with LFs.
17830
17831 2005-04-11  Lute Kamstra  <lute@gnu.org>
17832
17833         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17834         differently.
17835
17836 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17837
17838         * mm-util.el (mm-detect-coding-region): Typo.
17839
17840 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17843
17844 2005-04-06  Deepak Goel  <deego@gnufans.org>
17845
17846         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17847         user-function allow user modifications of the scores.
17848         (spam-stat-score-buffer-user): New function, to allow
17849         user-computed modifications to the score.
17850         (spam-stat-score-buffer-user-functions): List of additional
17851         scoring functions.
17852         (spam-stat-error-holder): Global temporary error holder.
17853         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17854         variable.
17855
17856 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17857
17858         * gnus-registry.el (gnus-registry-clean-empty-function)
17859         (gnus-registry-trim, gnus-registry-fetch-groups)
17860         (gnus-registry-delete-group): Groups that match
17861         `gnus-registry-ignored-groups' are removed from the registry
17862         entries, not just ignored for splitting.  This helps clean up the
17863         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17864         to get all the groups a message ID is in.
17865
17866         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17867         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17868         (spam-stat-score-buffer-user-functions): Add :number custom type.
17869
17870 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17873         argument in XEmacs.
17874
17875         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17876         (nnrss-request-group): Decode group name first.
17877         (nnrss-request-article): Make a text/plain article if mml-to-mime
17878         failed.
17879         (nnrss-get-encoding): Return a compatible encoding according to
17880         nnrss-compatible-encoding-alist.
17881         (nnrss-find-el): Use consp instead of listp.
17882         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17883
17884 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17887         which Emacs 20 doesn't support.
17888         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17889
17890 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17891
17892         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17893         silence the byte compiler inside the defun.
17894
17895         * gnus-demon.el (parse-time-string): Add autoload.
17896
17897         * gnus-delay.el (parse-time-string): Add autoload.
17898
17899         * gnus-art.el (parse-time-string): Add autoload.
17900
17901         * nnultimate.el (parse-time): Require for `parse-time-string'.
17902
17903 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17904
17905         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17906
17907         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17908
17909         * smime.el (smime-ldap-host-list): Add :version.
17910
17911 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17914         pass it to `gnus-browse-read-group'.
17915         (gnus-browse-read-group): Add NUMBER argument and pass it to
17916         `gnus-group-read-ephemeral-group'.
17917
17918         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17919         argument and pass it to `gnus-group-read-group'.
17920
17921 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17922
17923         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17924         mm-xemacs-find-mime-charset-1 if we have the mule feature
17925         available at runtime.
17926
17927 2005-03-25  Werner Lemberg  <wl@gnu.org>
17928
17929         * nnmaildir.el: Replace `illegal' with `invalid'.
17930
17931 2005-03-23  Lute Kamstra  <lute@gnu.org>
17932
17933         * time-date.el: Add comment on time value formats.
17934         Don't require parse-time.
17935         (with-decoded-time-value): New macro.
17936         (encode-time-value): New function.
17937         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17938         (days-to-time): Return a valid time value when arg is huge.
17939         (time-since): Use time-subtract.
17940         (time-to-number-of-days): Use time-to-seconds.
17941
17942 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17943
17944         * gnus-start.el (gnus-display-time-event-handler):
17945         Check display-time-timer at runtime rather than only at load time
17946         in case display-time-mode is turned off in the mean time.
17947
17948 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17949
17950         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17951         used.
17952
17953         * nneething.el (nneething-map-file-directory): Derive from
17954         `gnus-directory'.
17955
17956         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17957         the To/Cc button.
17958
17959 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * nnmaildir.el (nnmaildir-request-accept-article):
17962         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17963
17964 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17965
17966         * gnus-async.el: Require timer-funcs at compile time when in
17967         XEmacs for `run-with-idle-timer'.
17968
17969 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17970
17971         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17972         autoloaded function.
17973
17974 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17975
17976         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17977
17978 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17979
17980         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17981
17982 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17983
17984         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17985         Add gnus-expert-user to default.
17986
17987 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17988
17989         * nnimap.el (nnimap-open-server): Ditto.
17990
17991         * imap.el (imap-authenticate): Fix typo.
17992
17993 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17994
17995         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17996         buffer (since IMAP server might return FETCH response out of
17997         order, and the nntp buffer must be sorted).
17998
17999 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18000
18001         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18002         comparison on string.
18003
18004         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18005         (gnus-agent-score): Rename category keywords to match gnus-cus.
18006         (gnus-agent-summary-fetch-series): Modify to protect against
18007         gnus-agent-summary-fetch-group clearing processable flags.
18008         (gnus-agent-synchronize-group-flags): Update live group buffer as
18009         synchronization may occur due to the user toggle the plugged
18010         status.
18011         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18012         successfully downloaded.
18013         (gnus-agent-expire-group-1): Avoid using markers when the overview
18014         is in ascending order; greatly improves performance.
18015         (gnus-agent-regenerate-group):
18016         Use gnus-agent-synchronize-group-flags to reset read status in both
18017         gnus and server.
18018         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18019
18020 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18021
18022         * message.el: Don't autoload former message-utils variables.
18023         (message-strip-subject-trailing-was): Change doc string.
18024
18025         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18026         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18027         (nnweb-google-search): Add "hl=en" here.
18028         (nnweb-google-parse-1, nnweb-google-create-mapping):
18029         Don't hardcode URL.
18030
18031 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * message.el (message-get-reply-headers, message-followup):
18034         Mention related variables `message-use-followup-to' and
18035         `message-use-mail-followup-to', in the information buffer.
18036
18037         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18038         of broken groups(-beta).google.com.
18039
18040 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18041
18042         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18043         parameter to invoked gnus-request-move-article; remove the
18044         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18045         all at once instead of once per article.
18046         (gnus-summary-remove-process-mark): Accept a list of articles as
18047         well as a single article for processing.
18048
18049         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18050         parameter.
18051
18052         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18053
18054         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18055
18056         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18057         parameter.
18058
18059         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18060         parameter.
18061
18062         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18063         parameter and remove the gnus-sum-hint-move-is-internal variable.
18064
18065         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18066         parameter.
18067
18068         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18069         parameter.
18070
18071         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18072         parameter.
18073
18074         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18075
18076         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18077         parameter.
18078
18079         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18080         parameter.
18081
18082 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18083
18084         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18085         a more conservative way.
18086
18087 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18088
18089         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18090         buffer, so it moves the window's cursor.
18091
18092 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18093
18094         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18095         `mm-dissect-multipart' and receive the from field as an (optional)
18096         argument from `mm-dissect-multipart'.
18097         (mm-dissect-multipart): Receive the from field as an argument and
18098         pass it on when we call `mm-dissect-buffer' on MIME parts.
18099         Fixes verification/decryption of signed/encrypted MIME parts.
18100
18101 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * gnus-sum.el (gnus-summary-move-article):
18104         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18105         whatever it calls (right now, only nnimap-request-move article
18106         respects it).
18107
18108         * nnimap.el (nnimap-request-move-article):
18109         When gnus-sum-hint-move-is-internal is set, don't do the extra
18110         nnimap-request-article.
18111
18112 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18113
18114         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18115
18116         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18117         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18118
18119         * gnus-sum.el (gnus-summary-caesar-message):
18120         Apply `gnus-treat-article' after rotation.
18121
18122         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18123         doc string.
18124
18125 2005-02-22  Simon Josefsson  <jas@extundo.com>
18126
18127         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18128         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18129         <arne@arnested.dk>.
18130         (encrypt): Add password-cache and password-cache-expiry as group
18131         members.
18132
18133 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18134
18135         * smime.el (smime-ldap-host-list): Doc fix.
18136         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18137         cache) password.
18138         (smime-sign-region): Use it.
18139         (smime-decrypt-region): Use it.
18140         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18141         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18142         fails.
18143         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18144         certificate from DER to PEM format rather than calling openssl.
18145
18146         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18147
18148         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18149         for signing/encryption.
18150
18151         * mml.el (mml-parse-1): Use them.
18152
18153 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18154
18155         * nnrss.el (nnrss-verbose): Remove.
18156         (nnrss-request-group): Use `nnheader-message' instead.
18157
18158 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18159
18160         * nnrss.el (nnrss-verbose): New variable.
18161         (nnrss-request-group): Make it say nnrss is requesting a group.
18162
18163 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18166         Handle news URL with given port correctly.
18167
18168 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18171         containing special characters.
18172
18173         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18174
18175         * mml.el (mime-to-mml): Ditto.
18176
18177         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18178         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18179         (rfc2047-decode-region): Quote decoded words containing special
18180         characters when rfc2047-quote-decoded-words-containing-tspecials
18181         is non-nil.
18182
18183 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18186
18187         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18188
18189 2005-02-15  Simon Josefsson  <jas@extundo.com>
18190
18191         * nnimap.el (nnimap-debug): Doc fix.
18192
18193         * imap.el (imap-debug): Doc fix.
18194
18195 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18198
18199 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18200
18201         * gnus.el (spam-contents): Improve docs for spam-contents
18202         parameter in its variable incarnation.
18203
18204 2005-02-14  Simon Josefsson  <jas@extundo.com>
18205
18206         * smime-ldap.el: Use require instead of load-library for ldap.
18207         (smime-ldap-search): Indent.
18208         (smime-ldap-search-internal): Shorten line.
18209
18210         * smime.el (smime-cert-by-dns): Add doc-string.
18211         (smime-cert-by-ldap-1): Indent.
18212
18213         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18214         mml-smime-get-dns-ldap.
18215         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18216
18217 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18218
18219         * smime.el: Require smime-ldap.
18220         (smime-ldap-host-list): New variable.
18221         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18222
18223         * mml-smime.el (mml-smime-encrypt-query): New function.
18224         (mml-smime-encrypt-query): Use it.
18225
18226         * smime-ldap.el: New file.
18227
18228 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18231
18232 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18233
18234         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18235         argument in doc string.  Make query for type more clear.
18236
18237 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * gnus.el (gnus-group-startup-message): Search for gnus images in
18240         etc/images/gnus.
18241         * mm-util.el (mm-image-load-path): Likewise.
18242         * smiley.el (smiley-data-directory): Search for smilies in
18243         etc/images/smilies.
18244
18245 2005-02-09  Kim F. Storm  <storm@cua.dk>
18246
18247         Change Emacs release version from 21.4 to 22.1 throughout.
18248         Change Emacs development version from 21.3.50 to 22.0.50.
18249
18250 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18253
18254         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18255         non-Mule XEmacs as well.
18256         (mm-decompress-buffer): Signal an error intentionally if it does
18257         not decompress compressed data because auto-compression-mode is
18258         disabled.
18259
18260 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18261
18262         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18263         an ID in the registry even if it has no groups.
18264
18265 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18268         merge it into mm-decompress-buffer.
18269         (gnus-mime-copy-part): Use the MIME part charset, the value which
18270         a user specified or gnus-newsgroup-charset for decoding, like
18271         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18272         save-buffer what was used.  Suggested by Kevin Ryde
18273         <user42@zip.com.au>.
18274         (gnus-mime-inline-part): Allow the name parameter as well as the
18275         filename parameter; force decompressing of compressed data; always
18276         display contents being not decoded as unibyte.
18277
18278         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18279         as well as the filename parameter.
18280
18281         * mm-util.el (mm-decompress-buffer):
18282         Merge gnus-mime-jka-compr-maybe-uncompress.
18283         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18284         of compressed data.
18285
18286 2005-02-08  Simon Josefsson  <jas@extundo.com>
18287
18288         * imap.el (imap-log): Doc fix.
18289
18290 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18293         the coding cookies; decompress compressed parts.
18294
18295         * mml.el (mml-generate-mime-1): Add the charset parameter according
18296         to the value which a user specified manually or the coding cookie.
18297
18298         * mm-util.el (mm-string-to-multibyte): New function.
18299         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18300         (mm-coding-system-to-mime-charset): New function.
18301         (mm-decompress-buffer): New function.
18302         (mm-find-buffer-file-coding-system): New function.
18303
18304         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18305         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18306         parts.
18307
18308 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18309
18310         * mm-view.el (mm-display-inline-fontify): Decode a part according
18311         to the charset parameter.
18312
18313 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18316         prefix arg is neither nil nor a number, as info specifies.
18317
18318 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18321         timestamps.
18322
18323 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18324
18325         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18326         groups error checking and notify user.
18327
18328 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18329
18330         * message.el (message-send-mail-function): Check existence of
18331         sendmail-program first before using default value
18332         `message-send-mail-with-sendmail'.  Otherwise use more generic
18333         `smtpmail-send-it'.
18334
18335 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * nntp.el (nntp-request-update-info): Always return nil.
18338
18339 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18340
18341         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18342
18343 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18344
18345         * message.el (message-beginning-of-line): Change the behavior when
18346         invoked between BOL and : so that it first moves backward.
18347
18348 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18351         article buffer when editing of the article is discarded.
18352         (gnus-article-prepare): Revert.
18353
18354 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-art.el (gnus-article-prepare):
18357         Remove message-strip-forbidden-properties from the local hook.
18358
18359 2005-01-27  Simon Josefsson  <jas@extundo.com>
18360
18361         * password.el (password-cache-add): Only start one timer per key.
18362         Reported by Derek Atkins <warlord@MIT.EDU>.
18363
18364 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18365
18366         * run-at-time.el: Remove.  It is no longer needed as
18367         timer-funcs.el in the xemacs-base package has a working version of
18368         `run-at-time'.
18369
18370         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18371
18372         * password.el: Require timer-funcs instead of run-at-time in
18373         XEmacs.
18374         Remove `password-run-at-time' macro.
18375         (password-cache-add): Use `run-at-time' instead of
18376         `password-run-at-time'.
18377
18378         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18379         Remove `nnheader-cancel-function-timers' alias,
18380         `cancel-function-timers' exists in XEmacs in timer-funcs.
18381
18382         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18383         for `run-with-idle-timer'.
18384
18385         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18386         for `run-at-time'.
18387
18388         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18389         for `with-timeout'.
18390
18391         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18392         the same as for XEmacs 21.4.
18393         No need to ignore `run-with-idle-timer', this function exists in
18394         XEmacs now in timer-funcs.el in the xemacs-base package.
18395         (dgnushack-compile): No need to delete
18396         run-at-time.el from the list of files to compile because it
18397         doesn't exist anymore.
18398
18399 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18402         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18403
18404 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18405
18406         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18407         sensitively.
18408
18409 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18410
18411         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18412
18413 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18416         which will be inserted according to the multibyteness of a buffer
18417         rather than the type of contents.  Suggested by ARISAWA Akihiro
18418         <ari@mbf.ocn.ne.jp>.
18419
18420         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18421         of string which old xml.el may return rather than a string.
18422
18423 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18424
18425         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18426
18427 2005-01-16  Simon Josefsson  <jas@extundo.com>
18428
18429         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18430         idn/idna.el isn't available.
18431         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18432         <michael@waxrat.com>.
18433
18434         * hashcash.el: Remove non-FSF copyright header.
18435
18436         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18437         (hashcash-generate-payment): Use it.
18438         (hashcash-generate-payment-async): Use it.
18439
18440 2005-01-15  Simon Josefsson  <jas@extundo.com>
18441
18442         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18443         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18444
18445         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18446         gnus-summary-idna-message.
18447         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18448         (gnus-summary-idna-message): New function.
18449
18450 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18451
18452         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18453         gnus-novice-user.
18454
18455 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * nnrss.el (nnrss-request-delete-group): Delete entries in
18458         nnrss-group-alist as well.
18459         (nnrss-save-server-data): Insert newline.
18460
18461 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18462
18463         * gnus.el (gnus-user-agent): Use list of symbols instead of
18464         symbols.  Display full version number for (S)XEmacs.
18465         Optionally display (S)XEmacs codename.
18466
18467         * gnus-util.el (gnus-emacs-version): Update for new
18468         `gnus-user-agent'.
18469
18470         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18471         Gnus version.
18472
18473 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18474
18475         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18476         which is unreadable in some setups.
18477
18478 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-spec.el (gnus-update-format-specifications): Flush the
18481         group format spec cache if it doesn't support decoded group names.
18482
18483 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18486         Allow to apply decay on score files matching a regexp.
18487
18488 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18491         compatibility in %g and %c.
18492
18493 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18496         name for only %g and %c.
18497         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18498         of gnus-tmp-group to decoded group name.
18499         (gnus-group-make-rss-group): Exclude `/'s from group names.
18500
18501 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * nnrss.el (nnrss-get-encoding): Fix regexp.
18504
18505 2004-12-27  Simon Josefsson  <jas@extundo.com>
18506
18507         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18508         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18509         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18510
18511 2004-12-17  Kim F. Storm  <storm@cua.dk>
18512
18513         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18514
18515         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18516
18517 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18518
18519         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18520
18521 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * nnrss.el: Require rfc2047 and mml.
18524         (nnrss-file-coding-system): New variable.
18525         (nnrss-format-string): Redefine it as an inline function.
18526         (nnrss-decode-group-name): New function.
18527         (nnrss-string-as-multibyte): Remove.
18528         (nnrss-retrieve-headers): Decode group name; don't use
18529         nnrss-format-string.
18530         (nnrss-request-group): Decode group name.
18531         (nnrss-request-article): Decode group name; allow a Message-ID as
18532         well as an article number; don't use nnrss-format-string; encode a
18533         Message-ID string which may contain non-ASCII characters; use
18534         mml-to-mime to compose a MIME article.
18535         (nnrss-request-expire-articles): Decode group name.
18536         (nnrss-request-delete-group): Decode group name.
18537         (nnrss-fetch): Clarify error message.
18538         (nnrss-read-server-data): Use insert-file-contents instead of load;
18539         bind file-name-coding-system; use multibyte buffer.
18540         (nnrss-save-server-data): Bind coding-system-for-write to the
18541         value of nnrss-file-coding-system; bind file-name-coding-system;
18542         add coding cookie.
18543         (nnrss-read-group-data): Use insert-file-contents instead of load;
18544         bind file-name-coding-system; use multibyte buffer.
18545         (nnrss-save-group-data): Bind coding-system-for-write to the
18546         value of nnrss-file-coding-system; bind file-name-coding-system.
18547         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18548         make it work with non-ASCII text.
18549         (nnrss-find-el): Make it work with old xml.el as well.
18550
18551 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18552
18553         * nnrss.el (nnrss-get-encoding): New function.
18554         (nnrss-fetch): Use unibyte buffer initially; bind
18555         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18556         decode contents according to the encoding attribute.
18557         (nnrss-save-group-data): Add coding cookie.
18558         (nnrss-mime-encode-string): New function.
18559         (nnrss-check-group): Use it to encode subject and author.
18560
18561 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18562
18563         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18564         imaginary variable.
18565
18566 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18569         correctly even if there are wide characters.
18570
18571 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18572
18573         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18574         downcased symbol names; make a new cache instead of reusing
18575         bbdb-hashtable.
18576
18577 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18580         concatenating segments rather than before concatenating them.
18581         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18582
18583         * message.el (message-get-reply-headers): Bind `extra'.
18584
18585 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18586
18587         * message.el (message-extra-wide-headers): New variable.
18588         (message-get-reply-headers): Use it.
18589
18590 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18593         (gnus-agent-group-pathname): Ditto.
18594
18595         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18596
18597         * gnus-group.el (gnus-group-make-group): Decode group name.
18598         (gnus-group-make-rss-group): Register the group data after opening
18599         the nnrss group.
18600
18601 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18602
18603         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18604         by expiry now get marked as read.
18605
18606 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18609
18610 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18611
18612         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18613         unify Latin characters in XEmacs.
18614         (mm-find-mime-charset-region): Use it.
18615
18616 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * gnus-util.el (gnus-delete-directory): New function.
18619
18620         * gnus-agent.el (gnus-agent-delete-group): Use it.
18621
18622         * gnus-cache.el (gnus-cache-delete-group): Use it.
18623
18624 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18627         names.
18628
18629 2004-12-16  Simon Josefsson  <jas@extundo.com>
18630
18631         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18632
18633 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18636
18637         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18638         (gnus-group-set-current-level): Decode group name.
18639
18640 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18641
18642         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18643         failed.
18644
18645 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * gnus-group.el (gnus-group-delete-group): Decode group name.
18648         (gnus-group-make-rss-group): Encode group name.
18649         (gnus-group-catchup-current): Decode group name.
18650         (gnus-group-kill-group): Decode group name.
18651
18652 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18653
18654         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18655
18656 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * gnus-group.el (gnus-group-make-rss-group):
18659         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18660
18661         * gnus-start.el (gnus-setup-news): Honor user's setting to
18662         gnus-message-archive-method.  Suggested by Lute Kamstra
18663         <lute@gnu.org>.
18664
18665 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18666
18667         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18668         global counterparts of the buffer-local variables.
18669
18670 2004-11-16  Romain Francoise  <romain@orebokech.com>
18671
18672         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18673         counterparts of the buffer-local variables.
18674
18675 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * message.el (message-forbidden-properties): Fix typo in doc
18678         string.
18679
18680 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * gnus-util.el (gnus-replace-in-string): Add doc string.
18683
18684         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18685         to avoid problems when splitting mails with many recipients.
18686
18687 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18688
18689         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18690         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18691
18692 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18693
18694         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18695         if there is no hashtable in memory or file modification time is
18696         newer than cached timestamp.
18697
18698 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-sum.el (gnus-summary-limit-to-recipient):
18701         Implement not-matching option.
18702
18703 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18704
18705         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18706         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18707         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18708         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18709         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18710         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18711
18712 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * message.el (message-forward-make-body-mml): Remove headers
18715         according to message-forward-ignored-headers if a message is decoded.
18716
18717 2004-12-02  Romain Francoise  <romain@orebokech.com>
18718
18719         * message.el (message-forward-make-body-plain): Always remove
18720         headers according to message-forward-ignored-headers.
18721
18722 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18723
18724         * spam.el (spam-summary-prepare-exit): Remove the
18725         gnus-summary-limit pop for now, it has problems with ham marks for
18726         me.
18727
18728 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18729
18730         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18731         correctly.
18732
18733 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18734
18735         * format-spec.el (format-spec): Message the char.
18736
18737 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18738
18739         * gnus-art.el (gnus-split-methods): Reformat comments.
18740
18741         * spam.el (spam-summary-prepare-exit): Remove article limits
18742         before exiting the summary buffer.
18743
18744 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18747         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18748
18749         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18750         order to silence the byte compiler.
18751
18752         * spam.el: Fix the way to silence the byte compiler, which
18753         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18754         bbdb-search-simple, spam-BBDB-register-routine,
18755         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18756         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18757         spam-stat-buffer-is-spam, spam-stat-load,
18758         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18759         spam-stat-save and spam-stat-split-fancy.
18760
18761 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18764         which may confuse users.
18765         (canlock-password-for-verify): Ditto.
18766
18767         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18768
18769         * gnus-art.el (gnus-emphasis-alist): Ditto.
18770
18771         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18772
18773         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18774
18775         * gnus-start.el (gnus-save-killed-list): Ditto.
18776
18777         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18778         (gnus-sum-thread-tree-root): Ditto.
18779         (gnus-sum-thread-tree-false-root): Ditto.
18780         (gnus-sum-thread-tree-single-indent): Ditto.
18781
18782         * message.el (message-courtesy-message): Ditto.
18783         (message-archive-note): Ditto.
18784         (message-subscribed-address-file): Ditto.
18785         (message-user-fqdn): Ditto.
18786
18787         * spam-report.el (spam-report-gmane-regex): Ditto.
18788
18789         * spam.el (spam-blackhole-good-server-regex): Ditto.
18790
18791 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * mml.el (mml-preview): Widen the message buffer before copying
18794         the contents to the preview buffer; sort headers before previewing.
18795
18796         * message.el (message-hidden-headers): Fix the way to avoid a bug
18797         in the `repeat' widget in Emacs 21.3 or earlier.
18798
18799 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * message.el (message-hidden-headers): Default to "^References:".
18802         Improve customization type.  Suggested by Reiner Steib
18803         <Reiner.Steib@gmx.de>.
18804
18805 2004-11-25  Romain Francoise  <romain@orebokech.com>
18806
18807         * message.el (message-strip-forbidden-properties): Remove check for
18808         obsolete `message-hidden' text property, hidden headers are not
18809         accessible in the buffer anymore.
18810
18811 2004-11-22  Romain Francoise  <romain@orebokech.com>
18812
18813         * message.el (message-header-format-alist): Add `From' in list
18814         so that it can be sorted.
18815         (message-fix-before-sending): Widen and sort headers before
18816         sending.
18817         (message-hide-headers): Use narrowing to hide headers by moving
18818         them to the top of the buffer and narrowing to the region
18819         underneath.
18820
18821 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18822
18823         * message.el (message-strip-forbidden-properties):
18824         Bind buffer-read-only (etc) to nil.
18825
18826 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18829         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18830
18831 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18832
18833         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18834
18835 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18836
18837         * dns.el (query-dns): Use sit-for to time instead of
18838         accept-process-output, since that doesn't seem to work on udp
18839         sockets.
18840
18841 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18844
18845 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18846
18847         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18848         doc string.  Improve doc string.
18849
18850 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18851
18852         * nntp.el (nntp-request-update-info): Return nil if
18853         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18854         may not call gnus-activate-group which uselessly issues the GROUP
18855         commands for all nntp groups and wastes time.  Reported by Romain
18856         Francoise <romain@orebokech.com>.
18857
18858         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18859
18860 2004-11-15  Simon Josefsson  <jas@extundo.com>
18861
18862         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18863         headers separately.
18864         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18865         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18866
18867 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18868
18869         * gnus-start.el (gnus-convert-old-newsrc):
18870         Assign legacy-gnus-agent to 5.10.7.
18871
18872 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18873
18874         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18875         start of the lines.
18876
18877 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18878
18879         * hashcash.el (hashcash-default-payment): Change default to 20.
18880         (hashcash-default-accept-payment): Change default to 20.
18881         (hashcash-process-alist): New variable.
18882         (hashcash-generate-payment-async): Add.
18883         (hashcash-already-paid-p): Add.
18884         (hashcash-insert-payment): Don't generate payments twice.
18885         (hashcash-insert-payment-async): Add.
18886         (hashcash-insert-payment-async-2): Add.
18887         (hashcash-cancel-async): Add.
18888         (hashcash-wait-async): Add.
18889         (hashcash-processes-running-p): Add.
18890         (hashcash-wait-or-cancel): Add.
18891         (mail-add-payment): New optional argument.  Conditionally start
18892         asynchronous calculation.
18893         (mail-add-payment-async): Add.
18894
18895         * message.el (message-send-mail): Wait for asynchronous hashcash
18896         results.  Don't clobber existing X-Hashcash headers.
18897         (message-setup-1): Call mail-add-payment-async when
18898         message-generate-hashcash is non-nil.
18899
18900 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18901
18902         * message.el (message-use-alternative-email-as-from): Examine the
18903         From header as well; use message-make-from in order to include a
18904         user's full name.
18905
18906 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18909         default; improve customization type.
18910         (gnus-emphasis-custom-with-format): New macro.
18911         (gnus-emphasis-custom-value-to-external): New function.
18912         (gnus-emphasis-custom-value-to-internal): New function.
18913
18914 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18915
18916         * dns.el (query-dns): Resolve reverse addresses.
18917
18918 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18919
18920         * gnus-group.el (gnus-group-get-new-news): Use it.
18921
18922         * gnus-start.el (gnus-check-reasonable-setup): New function.
18923
18924 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18927         "Args out of range" error.  Reported by Arnaud Giersch
18928         <arnaud.giersch@free.fr>.
18929
18930 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18931
18932         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18933
18934 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18935
18936         * spam.el (spam group): Add :version.
18937
18938         * pgg-def.el (pgg group): Add :version.
18939
18940 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * gnus-art.el (gnus-article-edit-article): Don't associate the
18943         article buffer with a draft file.  This is a temporary measure
18944         against the 2004-08-22 change to gnus-article-edit-mode.
18945
18946 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18947
18948         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18949         (html2text-format-tags): Remove unused variable `attr'.
18950
18951 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18952
18953         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18954
18955         * tls.el (tls-process-connection-type, tls-success)
18956         (tls-certtool-program): Add :version.
18957
18958         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18959         (starttls-extra-arguments, starttls-process-connection-type)
18960         (starttls-connect, starttls-failure, starttls-success): Add :version.
18961
18962         * spam-stat.el (spam-stat): Add :version.
18963
18964         * sieve.el (sieve): Add :version.
18965
18966         * sha1.el (sha1): Add :version.
18967         (sha1-use-external): Remove redundant version.
18968
18969         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18970         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18971         (nnmail-split-fancy-match-partial-words)
18972         (nnmail-split-lowercase-expanded): Add :version.
18973
18974         * nndiary.el (nndiary): Add :version.
18975
18976         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18977
18978         * mml-sec.el (mml-default-sign-method)
18979         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18980         Add :version.
18981
18982         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18983
18984         * mm-url.el (mm-url-use-external, mm-url-program)
18985         (mm-url-arguments): Add :version.
18986
18987         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18988         (mm-attachment-file-modes, mm-decrypt-option)
18989         (mm-w3m-safe-url-regexp): Add :version.
18990
18991         * message.el (message-cite-prefix-regexp)
18992         (message-sendmail-envelope-from, message-minibuffer-local-map)
18993         (message-user-fqdn, message-completion-alist): Add :version.
18994
18995         * gnus-win.el (gnus-configure-windows-hook)
18996         (gnus-use-frames-on-any-display): Add :version.
18997
18998         * gnus-art.el (gnus-article-address-banner-alist)
18999         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19000         (gnus-treat-from-picon, gnus-treat-mail-picon)
19001         (gnus-treat-x-pgp-sig): Add :version.
19002
19003         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19004         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19005         (gnus-summary-article-delete-hook)
19006         (gnus-summary-display-while-building): Add :version.
19007
19008         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19009         (gnus-get-top-new-news-hook): Add :version.
19010
19011         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19012         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19013
19014         * gnus-registry.el (gnus-registry): Add :version.
19015
19016         * gnus-spec.el (gnus-use-correct-string-widths)
19017         (gnus-make-format-preserve-properties): Add :version.
19018
19019         * gnus.el (gnus-group-charter-alist)
19020         (gnus-group-fetch-control-use-browse-url)
19021         (gnus-install-group-spam-parameters): Add :version.
19022
19023         * gnus-diary.el (gnus-diary): Add :version.
19024
19025         * gnus-delay.el (gnus-delay): Add :version.
19026
19027         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19028         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19029         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19030         Add :version.
19031
19032         * gnus-agent.el (gnus-agent-max-fetch-size)
19033         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19034         (gnus-agent-prompt-send-queue): Add :version.
19035
19036         * deuglify.el (gnus-outlook-deuglify): Add :version.
19037
19038         * html2text.el: Beautify code.  Improve doc strings.
19039         Some checkdoc cleanup.
19040         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19041
19042 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19043
19044         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19045
19046 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19049         when package is loaded.
19050
19051         * spam.el (spam-summary-score-preferred-header): Add global preference
19052         for people who want to override the default SpamAssassin over
19053         Bogofilter preference (when both are set).
19054         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19055         (spam-user-format-function-S):
19056         Check spam-summary-score-preferred-header.
19057         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19058         (spam-user-format-function-S): Format the score correctly.
19059
19060 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19063         signature file.  Suggested by Manoj Srivastava
19064         <srivasta@golden-gryphon.com>.
19065
19066         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19067         iso-2022-jp even in the Japanese language environment.
19068         Suggested by Jason Rumney <jasonr@gnu.org>.
19069
19070 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19073         use the same characters as the dummy marks; make it free from
19074         getting affected by the language environment.
19075         (gnus-summary-read-group-1): Update mark positions only when the
19076         format spec is updated.
19077
19078         * gnus-spec.el (gnus-update-format-specifications): Return a list
19079         of updated types.
19080
19081 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19084         of boundp to check if display-warning is available.
19085
19086 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19087
19088         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19089
19090 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * nnspool.el (nnspool-spool-directory): Use news-path if the
19093         news-directory variable is not bound.
19094
19095         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19096         function instead of display-warning if it is not available.
19097
19098 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19099
19100         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19101         v5-10: Use `point-at-bol'.
19102
19103 2004-10-26  Simon Josefsson  <jas@extundo.com>
19104
19105         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19106         <chenggao@gmail.com>.
19107
19108 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19111         instead.
19112
19113 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19114
19115         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19116         to remove a server from the nnimap-server-buffer-alist.
19117         (nnimap-open-connection, nnimap-close-server): Use it.
19118
19119         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19120
19121 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19124         running the major-mode function.
19125
19126 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19129         dummy marks in the right way.
19130
19131 2004-10-18  David Edmondson  <dme@dme.org>
19132
19133         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19134         excessively.
19135
19136 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * gnus-util.el (gnus-split-references): Accept a nil references
19139         string and go on blissfully.
19140
19141         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19142         cases where the references string is non-nil but has no references.
19143
19144         * encrypt.el: Add autoload tags.
19145
19146         * spam.el (spam-resolve-registrations-routine): Remove article
19147         from unregistration list too.  Reported by David Hanak
19148         <dhanak@isis.vanderbilt.edu>
19149
19150 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19153         nil.  Change custom type.
19154
19155 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19156
19157         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19158
19159         * gnus-sum.el (gnus-summary-move-article): Use it.
19160
19161 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19162
19163         * encrypt.el: Add autoload cookies.
19164
19165         * spam.el (spam-backend-article-list-property)
19166         (spam-backend-get-article-todo-list)
19167         (spam-backend-put-article-todo-list)
19168         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19169         Resolve registrations separately.
19170         (spam-register-routine): Format comments.
19171         (spam-unregister-routine, spam-register-routine): Always call with
19172         specific-articles, no default list.
19173         (spam-summary-prepare-exit): Use the spam-classifications function.
19174
19175         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19176         gnus-encrypt.el.
19177
19178         * encrypt.el: Copied from gnus-encrypt.el.
19179
19180         * gnus-encrypt.el: Commented that it's obsolete.
19181
19182 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19185         (gnus-score-save): Use it.
19186
19187         * message.el (message-bury): Use `window-dedicated-p'.
19188
19189 2004-10-15  Simon Josefsson  <jas@extundo.com>
19190
19191         * pop3.el (top-level): Don't require nnheader.
19192         (pop3-read-timeout): Add.
19193         (pop3-accept-process-output): Add.
19194         (pop3-read-response, pop3-retr): Use it.
19195
19196 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19197
19198         * spam.el (spam-register-routine): Move comment.
19199         (spam-verify-bogofilter): Use 'unknown for the initial
19200         spam-bogofilter-valid state, not 'never.
19201
19202         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19203         for netrc-machine.
19204
19205         * nnimap.el (nnimap-open-connection):
19206         Use netrc-machine-user-or-password.
19207
19208 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19209
19210         * gnus-registry.el (gnus-registry-unload-hook):
19211         Set as a variable with add-hook.
19212
19213         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19214         of news-path.
19215
19216         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19217
19218         * spam.el: Delete duplicate `provide'.
19219         (spam-unload-hook): Set as a variable with add-hook.
19220
19221 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19222
19223         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19224         in the doc string.
19225
19226         * message.el (message-ignored-news-headers)
19227         (message-ignored-supersedes-headers)
19228         (message-ignored-resent-headers)
19229         (message-forward-ignored-headers): Improve custom type.
19230
19231 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * message.el (message-tokenize-header): Fix 2004-09-06 change
19234         which used point-min in the wrong place.
19235
19236 2004-10-12  Simon Josefsson  <jas@extundo.com>
19237
19238         * tls.el (tls-certtool-program): New variable.
19239         (tls-certificate-information): New function, based on
19240         ssl-certificate-information.
19241
19242 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * compface.el: Move the version of ELisp-based uncompface program
19245         to the contrib directory because of the copyright problem.
19246
19247 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * message.el (message-kill-buffer): Raise the current frame.
19250
19251 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19252
19253         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19254
19255         * gnus.el (message-y-or-n-p): Autoload.
19256
19257         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19258         (pop3-password-required, pop3-authentication-scheme)
19259         (pop3-leave-mail-on-server): Make customizable.
19260         (pop3): New custom group.
19261         (pop3-retr): Remove `sleep-for' statements.
19262         Suggested by Dave Love <fx@gnu.org>.
19263
19264         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19265         Windows/DOS.
19266
19267         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19268         (imap-parse-body): Fix incorrect use of `assert'.
19269         Suggested by Dave Love <fx@gnu.org>.
19270
19271         * mml.el (mml-minibuffer-read-disposition): Require match.
19272         Suggested by Dave Love <fx@gnu.org>.
19273
19274 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19275
19276         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19277         doc string.
19278
19279 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19282
19283 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19284
19285         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19286         instead of calling `mm-insert-inline', to decode text/* parts
19287         before displaying them.
19288
19289 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * mm-uu.el (mm-uu-text-plain-type): New variable.
19292         (mm-uu-pgp-signed-extract-1): Use it.
19293         (mm-uu-pgp-encrypted-extract-1): Use it.
19294         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19295         bind mm-uu-text-plain-type with that value.
19296         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19297         mm-uu-dissect.
19298
19299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-group.el (gnus-update-group-mark-positions):
19302         * gnus-sum.el (gnus-update-summary-mark-positions):
19303         * message.el (message-check-news-body-syntax):
19304         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19305         of string-as-multibyte.
19306
19307 2004-10-05  Juri Linkov  <juri@jurta.org>
19308
19309         * gnus-group.el (gnus-update-group-mark-positions):
19310         * gnus-sum.el (gnus-update-summary-mark-positions):
19311         * message.el (message-check-news-body-syntax):
19312         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19313         8-bit unibyte values to a multibyte string for search functions.
19314
19315 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19318         (mm-uu-dissect-text-parts): New function.
19319
19320         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19321         dissect text parts.
19322
19323         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19324         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19325
19326         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19327
19328         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19329         Use gnus-current-topics instead of gnus-current-topic.
19330
19331 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19332
19333         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19334
19335 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19336
19337         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19338         where approriate.
19339
19340         * nnml.el (nnml-generate-active-info): do.
19341
19342         * nndiary.el (nndiary-generate-active-info): do.
19343
19344         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19345         (gnus-topic-move): do.
19346
19347         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19348         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19349
19350         * gnus-srvr.el (gnus-server-prepare)
19351         (gnus-server-open-all-servers): do.
19352
19353         * gnus-msg.el (gnus-summary-cancel-article)
19354         (gnus-summary-resend-message)
19355         (gnus-summary-mail-crosspost-complaint): do.
19356
19357         * gnus-move.el (gnus-change-server): do.
19358
19359         * gnus-group.el (gnus-group-unmark-all-groups)
19360         (gnus-group-set-current-level): do.
19361
19362 2004-10-04  Simon Josefsson  <jas@extundo.com>
19363
19364         * message.el (message-generate-hashcash): Doc fix.
19365
19366 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19367
19368         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19369         avoid infinite recursion via gnus-get-function.
19370
19371 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19372
19373         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19374
19375         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19376
19377         * nnmail.el (nnmail-split-history): do.
19378
19379         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19380         (nnml-request-delete-group): do.
19381
19382         * nnslashdot.el (nnslashdot-read-groups): do.
19383
19384         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19385         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19386
19387         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19388         (nnspool-sift-nov-with-sed): Use last.
19389         (nnspool-retrieve-headers-with-nov): Use mapc.
19390         (nnspool-request-newgroups): Use dolist.
19391         (nnspool-request-group): Use last.
19392
19393         * nntp.el (nntp-read-server-type): Use dolist.
19394
19395         * nnvirtual.el (nnvirtual-create-mapping)
19396         (nnvirtual-update-read-and-marked): Use dolist.
19397         (nnvirtual-convert-headers): Simplify.
19398
19399 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19400
19401         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19402         Add support for sync'ing tick marks.
19403
19404 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19407         there's no visible header.
19408
19409 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19410
19411         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19412         When necessary, pass full group name to gnus-request-set-marks.
19413
19414 2004-10-01  Simon Josefsson  <jas@extundo.com>
19415
19416         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19417         acroread.
19418
19419 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19420
19421         * spam-report.el (spam-report-gmane): Fix interactive.
19422
19423         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19424
19425         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19426         when writing file.
19427         (gnus-agent-synchronize-flags): Don't default to being
19428         interactive.
19429
19430 2004-09-30  Simon Josefsson  <jas@extundo.com>
19431
19432         * message.el (message-generate-hashcash): Add.
19433         (message-send-mail): Use it, call mail-add-payment.
19434
19435 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19436
19437         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19438
19439 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19440
19441         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19442         gnus-requst-update-info with explicit code to sync the in-memory
19443         info read flags with the marks being sync'd to the backend.
19444
19445         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19446
19447 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19448
19449         * spam.el (spam-verify-bogofilter): Add new function.
19450         (spam-check-bogofilter)
19451         (spam-bogofilter-register-with-bogofilter): Use it.
19452         (spam-verify-bogofilter): Add small fixes.
19453
19454 2004-09-28  Simon Josefsson  <jas@extundo.com>
19455
19456         * hashcash.el (hashcash-generate-payment): Revert.
19457
19458 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19459
19460         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19461         Use gnus-extract-references instead of gnus-split-references.
19462
19463         * gnus-util.el (gnus-extract-references): Add new function, analogous
19464         to gnus-split-references but extracts only the message-ID without
19465         anything extra.
19466
19467         * hashcash.el (hashcash-generate-payment)
19468         (hashcash-check-payment): Do the right thing if hashcash-path is
19469         nil (because the hashcash program could not be found).
19470
19471         * spam.el (spam-use-hashcash): Remove comment.
19472
19473 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19474
19475         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19476         (gnus-cache-enter-article, gnus-cache-remove-article)
19477         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19478
19479         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19480
19481         * gnus-art.el (article-hide-boring-headers)
19482         (article-translate-strings, article-display-face)
19483         (gnus-article-mime-match-handle-first)
19484         (gnus-article-highlight-headers)
19485         (gnus-article-add-buttons-to-head): do.
19486
19487 2004-09-27  Simon Josefsson  <jas@extundo.com>
19488
19489         * hashcash.el: New version, from
19490         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19491         ../contrib/.
19492
19493 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19496
19497 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19498
19499         * gnus-dup.el (gnus-dup-open): Use mapc.
19500         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19501
19502         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19503         Reported by Stefan Wiens <s.wi@gmx.net>.
19504
19505         * gnus.el (gnus-shutdown): Use dolist.
19506
19507         * gnus-undo.el (gnus-undo): Use mapc.
19508
19509         * nnrss.el (nnrss-generate-active): do.
19510
19511         * message.el (message-cite-original-without-signature)
19512         (message-cite-original): Use mapc.
19513         (message-do-actions, message-make-forward-subject): Use dolist.
19514
19515 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19516
19517         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19518         deletion to remove entire duplicate line.  Fixes merged article
19519         number bug.
19520
19521 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19522
19523         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19524         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19525         first ask if you want to open a server and then, even when you
19526         responded with no, asking if you want to synchronize the server's
19527         flags.
19528         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19529         multi-line expressions.
19530         (gnus-agent-synchronize-group-flags): New internal function.
19531         Updates marks in memory (in the info structure) AND in the
19532         backend.
19533
19534         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19535
19536         * nnagent.el (nnagent-request-set-mark):
19537         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19538         method, to ensure that synchronization updates marks in the
19539         backend and in the info (in memory) structure.
19540
19541 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19542
19543         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19544         convention fully; don't miss the root article of a thread; make
19545         the X-Draft-From header with correct article numbers.
19546
19547 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19548
19549         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19550         unless plugged.  Disable the agent so that an open failure causes
19551         an error.
19552
19553         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19554         Revert 2004-09-21 change.  The backend must be opened while
19555         synchronizing flags even when the backend stores the flags
19556         locally.
19557
19558 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19559
19560         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19561         in `header' match.  Reported by Svend Tollak Munkejord.
19562
19563         * message.el (message-cite-original): Fix use of
19564         `message-cite-articles-with-x-no-archive'.
19565
19566 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19569         (gnus-window-to-buffer): Ditto.
19570
19571         * mml.el (mml-preview-buffer): New variable.
19572         (mml-preview): Manage window layout with gnus-buffer-configuration.
19573
19574         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19575         X-Draft-From header even if those articles aren't quoted.
19576
19577 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19578
19579         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19580         (gnus-request-set-mark, gnus-request-update-mark): Use new
19581         g-s-t-u-l-m to decide to use backend even when unplugged.
19582
19583 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19586         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19587
19588 2004-09-20  Simon Josefsson  <jas@extundo.com>
19589
19590         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19591         "utf-16-le".
19592
19593 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19594
19595         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19596
19597 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19598
19599         * uudecode.el (uudecode-use-external): Add :version.
19600
19601         * smime.el (smime-CA-file, smime-encrypt-cipher)
19602         (smime-dns-server): Add :version.
19603
19604         * smiley.el (gnus-smiley-file-types): Add :version.
19605
19606         * sha1.el (sha1-use-external): Add :version.
19607
19608         * pgg-def.el (pgg-query-keyserver): Add :version.
19609
19610         * nnmail.el (nnmail-fancy-expiry-targets)
19611         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19612         Add :version.
19613
19614         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19615         (nnimap-retrieve-groups-asynchronous): Add :version.
19616         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19617
19618         * mml.el (mml-content-disposition-parameters)
19619         (mml-insert-mime-headers-always): Add :version.
19620
19621         * mm-util.el (mm-coding-system-priorities): Add :version.
19622
19623         * mm-decode.el (mm-inline-text-html-with-images)
19624         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19625         (mm-verify-option): Add :version.
19626         (mm-text-html-renderer): Change :version.
19627
19628         * message.el (message-fcc-externalize-attachments)
19629         (message-required-headers, message-draft-headers)
19630         (message-subject-trailing-was-query)
19631         (message-subject-trailing-was-ask-regexp)
19632         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19633         (message-mark-insert-end, message-archive-header)
19634         (message-archive-note, message-cross-post-default)
19635         (message-cross-post-note, message-followup-to-note)
19636         (message-cross-post-note-function, message-use-mail-followup-to)
19637         (message-subscribed-address-functions)
19638         (message-subscribed-address-file, message-subscribed-addresses)
19639         (message-subscribed-regexps, message-allow-no-recipients)
19640         (message-yank-cited-prefix, message-signature-insert-empty-line)
19641         (message-hidden-headers, message-hierarchical-addresses)
19642         (message-mail-user-agent, message-use-idna)
19643         (message-valid-fqdn-regexp)
19644         (message-strip-special-text-properties, message-header-synonyms)
19645         (message-beginning-of-line, message-tab-body-function): Add :version.
19646         (message-insert-canlock, message-wide-reply-confirm-recipients):
19647         Change :version.
19648
19649         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19650         and :version.
19651         (mail-source-delete-old-incoming-confirm)
19652         (mail-source-movemail-program): Add :version.
19653
19654         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19655         (gnus-agent-cache, gnus-agent): Change :version.
19656
19657         * gnus-util.el (gnus-use-byte-compile): Change :version.
19658
19659         * gnus-sum.el (gnus-summary-make-false-root-always)
19660         (gnus-summary-default-high-score)
19661         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19662         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19663         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19664         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19665         (gnus-sum-thread-tree-single-indent)
19666         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19667         (gnus-sum-thread-tree-leaf-with-other)
19668         (gnus-sum-thread-tree-single-leaf): Add :version.
19669         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19670         (gnus-article-loose-mime): Change :version.
19671
19672         * gnus-start.el (gnus-backup-startup-file)
19673         (gnus-save-startup-file-via-temp-buffer): Add :version.
19674
19675         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19676         (gnus-server-offline-face): Add :version.
19677
19678         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19679
19680         * gnus-msg.el (gnus-gcc-externalize-attachments)
19681         (gnus-debug-files, gnus-debug-exclude-variables)
19682         (gnus-discouraged-post-methods): Change :version.
19683         (gnus-confirm-mail-reply-to-news)
19684         (gnus-confirm-treat-mail-like-news): Add :version.
19685
19686         * gnus-int.el (gnus-server-unopen-status): Add :version.
19687
19688         * gnus-group.el (gnus-group-jump-to-group-prompt)
19689         (gnus-large-ephemeral-newsgroup)
19690         (gnus-fetch-old-ephemeral-headers): Add :version.
19691
19692         * gnus-fun.el (gnus-x-face-directory)
19693         (gnus-convert-pbm-to-x-face-command)
19694         (gnus-convert-image-to-x-face-command)
19695         (gnus-convert-image-to-face-command): Add :version.
19696
19697         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19698
19699         * gnus-cite.el (gnus-cite-blank-line-after-header)
19700         (gnus-article-boring-faces): Add :version.
19701
19702         * gnus-art.el (gnus-buttonized-mime-types)
19703         (gnus-inhibit-mime-unbuttonizing)
19704         (gnus-treat-display-face)
19705         (gnus-treat-body-boundary): Change :version.
19706         (gnus-body-boundary-delimiter, gnus-picon-databases)
19707         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19708         (gnus-treat-date-english, gnus-treat-fold-headers)
19709         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19710         (gnus-treat-mail-picon, gnus-treat-wash-html)
19711         (gnus-article-encrypt-protocol)
19712         (gnus-use-idna, gnus-article-over-scroll)
19713         (gnus-mime-display-multipart-alternative-as-mixed)
19714         (gnus-mime-display-multipart-related-as-mixed)
19715         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19716         (gnus-ctan-url, gnus-button-ctan-handler)
19717         (gnus-button-handle-ctan-bogus-regexp)
19718         (gnus-button-ctan-directory-regexp)
19719         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19720         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19721         (gnus-button-man-level, gnus-button-emacs-level)
19722         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19723
19724         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19725         (gnus-agent-go-online): Change :version.
19726         (gnus-agent-expire-unagentized-dirs)
19727         (gnus-agent-auto-agentize-methods): Add :version.
19728
19729         * flow-fill.el (fill-flowed-display-column)
19730         (fill-flowed-encode-column): Add :version.
19731
19732         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19733         (gnus-outlook-deuglify-unwrap-max)
19734         (gnus-outlook-deuglify-cite-marks)
19735         (gnus-outlook-deuglify-unwrap-stop-chars)
19736         (gnus-outlook-deuglify-no-wrap-chars)
19737         (gnus-outlook-deuglify-attrib-cut-regexp)
19738         (gnus-outlook-deuglify-attrib-verb-regexp)
19739         (gnus-outlook-deuglify-attrib-end-regexp)
19740         (gnus-outlook-display-hook): Add :version.
19741
19742         * binhex.el (binhex-use-external): Add :version.
19743
19744 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19745
19746         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19747         and `invisible'.
19748
19749 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19750
19751         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19752         in gnus-registry-trim.
19753
19754 2004-09-13  Simon Josefsson  <jas@extundo.com>
19755
19756         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19757
19758         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19759
19760         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19761         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19762         <yamaoka@jpl.org>.
19763         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19764         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19765         <yamaoka@jpl.org>.
19766
19767         * sieve.el (sieve-manage-mode): Ditto.
19768
19769 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19770
19771         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19772
19773 2004-09-11  Simon Josefsson  <jas@extundo.com>
19774
19775         * dns-mode.el: Add.
19776
19777         * mm-view.el (mm-display-dns-inline): Add.
19778
19779         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19780         (mm-automatic-display): Ditto.
19781
19782         * mailcap.el (mailcap-mime-data): Add text/dns.
19783         (mailcap-mime-extensions): Map .soa to text/dns.
19784
19785 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19786
19787         * gnus-art.el (article-decode-mime-words, article-babel)
19788         (gnus-article-highlight-signature, gnus-article-add-buttons)
19789         (gnus-signature-toggle): Remove unnecessary bindings of
19790         `inhibit-read-only' inherited from v5.10 merge.
19791
19792 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * nntp.el (nntp): New customization group.
19795         (nntp-authinfo-file): Add customization group.
19796
19797         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19798
19799         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19800
19801         * gnus.el (to-address, to-list, subscribed)
19802         (large-newsgroup-initial): Ditto.
19803
19804         * flow-fill.el (fill-flowed-display-column)
19805         (fill-flowed-encode-column): Ditto.
19806
19807 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19808
19809         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19810         Use point-min rather than 1.
19811         (message-send-mail): Use buffer-size rather than point-max.
19812
19813         * gnus-sum.el (gnus-summary-search-article-forward):
19814         Signal a specific `search-failed' rather than a generic `error'.
19815
19816         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19817         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19818         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19819
19820 2004-09-10  Simon Josefsson  <jas@extundo.com>
19821
19822         * nndb.el (require): Remove tcp and duplicate cl.
19823
19824 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * gnus-agent.el (directory-files-and-attributes): Move forward.
19827
19828 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19829
19830         * gnus-agent.el (directory-files-and-attributes):
19831         Optionally defined to support XEmacs.
19832
19833 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19834
19835         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19836         to avoid run-time CL dependencies.
19837         (gnus-agent-unfetch-articles): New function.
19838         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19839         article numbers even when local .overview file is missing.
19840         (gnus-agent-read-article-number): New function.  Only accepts
19841         27-bit article numbers.
19842         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19843         Use gnus-agent-read-article-number.
19844         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19845         from backend while recognizing that article numbers in .overview
19846         must be valid.
19847         (gnus-agent-update-files-total-fetched-for):
19848         Use directory-files-and-attributes to improve performance.
19849         * gnus-int.el (gnus-request-move-article):
19850         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19851         improve performance.
19852
19853         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19854         some users confused by references to .newsrc when they only have a
19855         .newsrc.eld file.
19856         (gnus-convert-mark-converter-prompt)
19857         (gnus-convert-converter-needs-prompt): Fix use of property list.
19858         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19859         New function.  Used internally to only display 'gnus converting
19860         files' message when actually necessary.
19861
19862         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19863         methods now autoloaded.
19864
19865 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19868         identifiers.
19869
19870 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19871
19872         * gnus-picon.el: Fix indentation and closing parenthesis.
19873
19874 2004-09-01  Simon Josefsson  <jas@extundo.com>
19875
19876         * message.el (message-canlock-generate): Require sha1, not
19877         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19878         to require within a function.  Sadly, if sha1.el isn't loaded, the
19879         let binding in m-c-g will hide the defcustom definition, which is
19880         bad.)
19881
19882         * canlock.el: Require sha1, not sha1-el.
19883
19884         * message.el: Don't autoload sha1 (there is a autoload cookie in
19885         sha1.el).
19886
19887         * sha1-el.el: Rename to sha1.el.
19888
19889 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19890
19891         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19892
19893 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19894
19895         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19896
19897 2004-08-30  Kim F. Storm  <storm@cua.dk>
19898
19899         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19900
19901         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19902         Add :group 'nnimap.
19903
19904 2004-08-30  Andreas Schwab  <schwab@suse.de>
19905
19906         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19907         ?* and ?\;.
19908
19909         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19910         and ?\' to symbol instead of whitespace.
19911
19912 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19915
19916         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19917         instead of re-search-forward.
19918
19919         * gnus-uu.el (gnus-uu-save-article): Ditto.
19920         (gnus-uu-post-encode-uuencode): Ditto.
19921
19922         * html2text.el (html2text-clean-list-items): Ditto.
19923         (html2text-clean-dtdd): Ditto.
19924         (html2text-format-tags): Ditto.
19925
19926         * message.el (message-send-mail-with-sendmail): Fix regexp.
19927         (message-fill-field-general): Use search-forward instead of
19928         re-search-forward.
19929         (unbold-region): Ditto.
19930
19931         * nnrss.el (nnrss-request-article): Ditto.
19932
19933         * nnslashdot.el (nnslashdot-request-article): Ditto.
19934
19935         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19936
19937         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19938         "Unrecognized menu descriptor" error in XEmacs.
19939
19940 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19941
19942         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19943         parent article of a sparse article in the thread hashtb.
19944
19945 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19946
19947         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19948         (nnmail-expand-newtext): Lowercase expanded entries if
19949         nnmail-split-lowercase-expanded is non-nil.
19950
19951 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19954
19955         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19956         of gnus-tmp-news-method into string under XEmacs.  It will be
19957         passed to gnus-correct-length which takes only a string argument.
19958
19959 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * gnus-util.el (gnus-bind-print-variables): New macro.
19962         (gnus-prin1): Use it.
19963         (gnus-prin1-to-string): Use it.
19964         (gnus-pp): New function.
19965         (gnus-pp-to-string): New function.
19966
19967         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19968         Replace pp-to-string with gnus-pp-to-string.
19969         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19970         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19971         * gnus-msg.el (gnus-debug): Ditto.
19972         * gnus-score.el (gnus-score-save): Ditto.
19973         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19974         gnus-pp-to-string.
19975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19976         with gnus-pp.
19977         * score-mode.el (gnus-score-pretty-print): Ditto.
19978         * webmail.el (webmail-debug): Ditto.
19979
19980 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * gnus-art.el (article-display-face, article-display-x-face):
19983         Use buffer-read-only.
19984
19985 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * gnus-art.el (article-hide-list-identifiers):
19988         Bind inhibit-read-only as t.
19989
19990 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19991
19992         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19993
19994 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19995
19996         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19997         (gnus-narrow-to-page): Don't assume point-min == 1.
19998         (gnus-article-edit-mode): Derive from message-mode.
19999
20000         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20001         point-min == 1.
20002
20003         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20004         Disable incorrect use of `assert'.
20005
20006         * message.el (message-mode): Set comment-start-skip.
20007
20008
20009 2004-08-22  Sam Steingold  <sds@gnu.org>
20010
20011         * pop3.el (pop3-leave-mail-on-server): New user variable.
20012         (pop3-movemail): Delete mail only when it is nil.
20013
20014 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20015
20016         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20017
20018         * mml.el (mml-preview): Use `pop-to-buffer'.
20019
20020         * message.el (message-goto-mail-followup-to): Insert after "To".
20021         (message-carefully-insert-headers): Add comment.
20022
20023         * gnus.el: Remove unused variable `gnus-article-check-size'.
20024
20025         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20026
20027         * gnus-art.el (gnus-button-alist):
20028         Improve `gnus-button-handle-library' entry.
20029
20030 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20031
20032         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20033         Use downcase, since XEmacs capitalizes error messages differently.
20034
20035 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20036
20037         * nntp.el: Add (require 'gnus) due to reference to
20038         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20039
20040 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20041
20042         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20043         Bind `mm-fill-flowed'.
20044
20045         * mm-decode.el (mm-dissect-singlepart): Check it.
20046
20047 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20048
20049         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20050         'imap' for netrc parsing.
20051
20052 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20053
20054         * mailcap.el (mailcap-mime-data): Mark as risky.
20055
20056 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20059         may be included in the encoded word.
20060         (rfc2047-encode): Don't append a space if the encoded word
20061         includes close parenthesis.
20062
20063 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20066         of text within parentheses.
20067
20068 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20069
20070         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20071         (gnus-encrypt-write-file-contents): Make the password key the file
20072         name PLUS the cipher, not just the cipher.  Also remove failed
20073         passwords from the cache.
20074
20075 2004-08-06  Simon Josefsson  <jas@extundo.com>
20076
20077         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20078         Doc fix.
20079
20080 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20083         LWSP.
20084
20085 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20086
20087         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20088         Try to append in-reply-to: data to the references: header.
20089
20090         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20091         (netrc-parse): Use gnus-encrypt.el functions.
20092
20093         * gnus-encrypt.el: Add new file for encryption support; currently
20094         does only a few GPG ciphers and an internal XOR cipher.
20095
20096         * password.el: Add comments on using password-read-and-add.
20097         (password-read-and-add): Add function to read and add the
20098         password to the cache at once.
20099
20100 2004-07-28  Simon Josefsson  <jas@extundo.com>
20101
20102         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20103         parameter (but don't use it, for now).
20104
20105         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20106         instead of hard coding to nil.
20107
20108 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20111         as mm-inline-image-xemacs does.
20112
20113 2004-07-26  Simon Josefsson  <jas@extundo.com>
20114
20115         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20116         Revert part of 2004-07-17 change below.
20117
20118 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20121         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20122
20123 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20124
20125         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20126         quotes that actually start with ">" at the beginning of the
20127         lines.
20128
20129 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20130
20131         * rfc2047.el (rfc2047-encode-region): Fix last change.
20132         (rfc2047-encode-parameter): Remove useless concat.
20133
20134 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20137         encode special characters; fix some kind of misconfigured headers;
20138         signal a real error if debug-on-quit or debug-on-error is non-nil.
20139         (rfc2047-encode-max-chars): New variable.
20140         (rfc2047-encode-1): Use it.
20141         (rfc2047-encode-parameter): New function.
20142
20143         * mml.el (mml-insert-parameter): Remove an excessive space.
20144
20145 2004-07-17  Simon Josefsson  <jas@extundo.com>
20146
20147         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20148         Kai Grossjohann <kai@emptydomain.de>.
20149         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20150         (gnus-group-make-menu-bar): Ditto.
20151
20152         * gnus-util.el (gnus-group-server): Add.
20153
20154 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20155
20156         * message.el (message-clone-locals): Clone sendmail and smtp
20157         variables.
20158
20159 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * rfc2047.el (rfc2047-encode-region): Fix last change.
20162
20163 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20166         characters as non-special.
20167
20168 2004-07-09  Simon Josefsson  <jas@extundo.com>
20169
20170         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20171         Users will lose all flag changes made while unplugged with
20172         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20173         good default.  See numerous reports on ding mailing list.
20174
20175 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20178         add generate-head-function and generate-article-function to the
20179         rfc822-forward entry.
20180         (nndoc-rfc822-forward-generate-article): New function.
20181         (nndoc-rfc822-forward-generate-head): New function.
20182
20183         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20184
20185 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20186
20187         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20188         respect display group parameter and gnus-summary-expunge-below.
20189         (gnus-articles-to-read): Remove unused reference to display group
20190         parameter.
20191
20192 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20193
20194         * nnheader.el (nnheader-uniquify-message-id): New experimental
20195         variable.
20196         (nnheader-nov-read-message-id): Use it.
20197
20198         * spam-report.el (spam-report-gmane): Add interactive.
20199
20200 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * mm-encode.el (mm-content-transfer-encoding-defaults):
20203         Use qp-or-base64 for the application/* types.
20204
20205 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20206
20207         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20208
20209 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20210
20211         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20212         trim value.
20213
20214 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20215
20216         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20217         New macro and function.
20218         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20219
20220 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20223         after-load-alist.
20224
20225 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20226
20227         * gnus-group.el (gnus-group-get-new-news-this-group):
20228         Don't update info that isn't there.
20229
20230 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20231
20232         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20233         entry.
20234
20235 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20236
20237         * mm-view.el (mm-inline-render-with-function): Use multibyte
20238         buffer; decode html source by charset.
20239
20240         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20241
20242         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20243         Mule-UCS is loaded under XEmacs.
20244         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20245
20246 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20247
20248         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20249
20250 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * mm-util.el (mm-coding-system-p): Return a coding-system.
20253         (mm-mime-mule-charset-alist): Use shift_jis instead of
20254         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20255         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20256         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20257         instead of japanese-shift-jis and iso-latin-1 respectively in
20258         order to share the default value with both Emacs and XEmacs-mule.
20259         (mm-mule-charset-to-mime-charset):
20260         Make mm-coding-system-priorities effective.
20261         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20262         while predicating of candidates upon the priorities.
20263
20264 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20265
20266         * gnus-sum.el (gnus-summary-make-menu-bar):
20267         Add gnus-uu-invert-processable.
20268
20269         * gnus.el: Autoload gnus-uu-invert-processable.
20270
20271 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * mm-util.el (mm-with-multibyte-buffer): New macro.
20274
20275         * rfc2047.el (rfc2047-encode-string): Use it.
20276         (rfc2047-encode-region): Move point to the end of the region after
20277         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20278
20279 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20282         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20283
20284 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20287         (gnus-cite-parse): Ignore quoted envelope From_.
20288         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20289
20290 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20291
20292         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20293         invalid addresses.
20294
20295 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20296
20297         * spam.el: Change section markers, revise TODO list.
20298         (spam-backends): Make new master list of all installed backends.
20299         (spam-summary-exit-behavior): Add new variable to determine how
20300         messages moves are done at summary exit.
20301         (spam-move-spam-nonspam-groups-only)
20302         (spam-process-ham-in-nonham-groups)
20303         (spam-process-ham-in-spam-groups): Remove variables, the
20304         spam-summary-exit-behavior variable should be used to manage this
20305         behavior.
20306         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20307         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20308         and spam-old-spam-articles.
20309         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20310         Add empty variables, placeholders for the backends they represent.
20311         (spam-set-difference): Move, unchanged.
20312         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20313         unless the user has a processor variable.
20314         (spam-classifications, spam-classification-valid-p)
20315         (spam-backend-properties, spam-backend-property-valid-p)
20316         (spam-backend-function-type-valid-p)
20317         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20318         (spam-report-articles-gmane, spam-report-articles-resend):
20319         Remove functions, they are not needed.
20320         (spam-install-backend-super, spam-backend-list)
20321         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20322         (spam-backend-function, spam-backend-ham-registration-function)
20323         (spam-backend-spam-registration-function)
20324         (spam-backend-ham-unregistration-function)
20325         (spam-backend-spam-unregistration-function)
20326         (spam-backend-statistical-p, spam-backend-mover-p)
20327         (spam-install-backend-alias, spam-install-checkonly-backend)
20328         (spam-install-mover-backend, spam-install-nocheck-backend)
20329         (spam-install-backend, spam-install-statistical-backend)
20330         (spam-install-statistical-checkonly-backend): Add backend installation
20331         support.
20332         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20333         (spam-group-processor-p): Use the new backend code and respect the
20334         summary exit behavior.
20335         (spam-mark-spam-as-expired-and-move-routine): Remove.
20336         (spam-summary-prepare): Change to use the new spam-old-articles
20337         variable.
20338         (spam-copy-or-move-routine, spam-copy-spam-routine)
20339         (spam-move-spam-routine, spam-copy-ham-routine)
20340         (spam-move-ham-routine): Add code to copy/move ham or spam.
20341         (spam-fetch-field-fast): Improve doc and code, plus allow the
20342         'number request.
20343         (spam-list-of-checks, spam-list-of-statistical-checks):
20344         Remove variables.
20345         (spam-split, spam-find-spam): Use the new backend code.
20346         (spam-registration-functions): Remove variable.
20347         (spam-unregister-routine): Add convenience wrapper.
20348         (spam-log-undo-registration, spam-register-routine)
20349         (spam-log-processing-to-registry)
20350         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20351         where possible.
20352         (spam-check-gmane-xref, spam-check-regex-headers)
20353         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20354         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20355         (spam-check-bogofilter-headers, spam-check-spamoracle)
20356         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20357         (spam-check-crm114-headers): Use the spam-split-group that
20358         spam-split prepares, no need to determine it every time.
20359
20360         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20361         to the nnheader-parse-naked-head call.
20362
20363         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20364
20365         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20366         the nnheader-nov-read-message-id call.
20367
20368 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20371         gnus-activate-group twice.  Suggested by Markus Peter
20372         <warp@spin.de>.
20373
20374 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * gnus-art.el (gnus-article-time-format): Exchange the order of
20377         day and month in the default value; fix customization type.
20378         (article-date-ut): Use add-text-properties.
20379         (article-make-date-line): Use message-make-date instead of
20380         current-time-string.
20381
20382         * message.el (message-fetch-field): Don't use set-text-properties.
20383         (message-make-date): Simplify.
20384
20385         * messagexmas.el (message-xmas-make-date): New function.
20386         (message-xmas-redefine): Defalias message-make-date to it.
20387
20388 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20391         (rfc2047-encode-region): Treat text within parentheses as special;
20392         show the original text when error has occurred.
20393
20394         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20395         already-computed method to gnus-activate-group.
20396
20397         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20398         same select-methods identical Lisp objects.
20399
20400         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20401         object when modifying the info.
20402
20403 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20406         gnus-opened-servers since it has never been opened with the new
20407         configuration yet.
20408
20409 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20412         arg to nnheader-generate-fake-message-id.
20413
20414 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20415
20416         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20417         number and build a fake message ID localized to a group and
20418         article number (so it's repeatable from that point on).
20419         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20420         ID format.
20421
20422         * gnus-sum.el (gnus-get-newsgroup-headers):
20423         Call nnheader-generate-fake-message-id with the article number.
20424
20425 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20426
20427         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20428         end-of-buffer.
20429
20430 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20431
20432         * message.el (message-ignored-supersedes-headers): Add Approved.
20433
20434 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20437         goto-char.
20438         (rfc2047-encode): Fold the line before encoding.
20439
20440 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20441
20442         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20443         folding -- not all headers can be folded, and this should be done
20444         by the message composition mode.  Probably.  I think.
20445
20446 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20449         fast.
20450
20451         * gnus-ems.el (gnus-remove-image): Don't use
20452         message-text-with-property; remove only the image found first.
20453
20454         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20455         found first.
20456
20457 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20458
20459         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20460
20461 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * message.el (message-text-with-property): Make it fast and accept
20464         optional arguments.
20465         (message-strip-forbidden-properties): Use it.
20466         (message-fix-before-sending): Follow the m-t-w-p change.
20467
20468         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20469
20470 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * gnus-art.el (article-hide-headers): Don't change the buffer
20473         mistakenly when performing mml-preview even if
20474         gnus-single-article-buffer is nil.
20475
20476 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20477
20478         * message.el (message-expand-name-databases): New user option.
20479         (message-expand-name): Use it.
20480
20481 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20482
20483         * spam.el (spam-report-articles-resend)
20484         (spam-report-resend-register-routine): Allow ham reporting.
20485         (spam-report-resend-register-ham-routine): Add wrapper.
20486         (spam-registration-functions): Add ham resending functions.
20487         (spam-list-of-processors): Add ham resend processor.
20488
20489         * gnus.el (ham-resend-to): Add new group parameter.
20490         (spam-process): Add ham resend option.
20491
20492         * spam-report.el (spam-report-resend): Allow reporting ham.
20493         (spam-report-resend-ham): Add wrapper.
20494
20495 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20496
20497         * message.el (message-cite-articles-with-x-no-archive):
20498         New variable.
20499         (message-cite-original): Use it.
20500
20501 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20502
20503         * message.el (message-cite-original): Respect X-No-Archive.
20504
20505 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20506
20507         * gnus-art.el (article-hide-headers): Refer to the values for
20508         gnus-ignored-headers and gnus-visible-headers in the summary
20509         buffer since a user may have set them as group parameters.
20510
20511 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20512
20513         * assistant.el (assistant-node-name): Add convenience function.
20514         (assistant-render-text, assistant-render-node): Add error handling,
20515         plus handle multiple next nodes.
20516         (assistant-find-next-node): Comment out for now.
20517         (assistant-find-next-nodes): Add function, returns list of next
20518         nodes.
20519
20520 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20521
20522         * mail-source.el (mail-source-directory): Fix doc-string.
20523
20524 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20525
20526         * assistant.el (assistant-render-text, assistant-eval): Add :set
20527         widget type, which is different because it takes and returns a
20528         list.  Much hilarity ensues.
20529
20530 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20533
20534         * gnus-group.el (gnus-group-get-new-news-this-group):
20535         Add doc-string.
20536
20537         * gnus-start.el (gnus-activate-group): Add doc-string.
20538
20539 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20540
20541         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20542
20543 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20544
20545         * assistant.el (assistant-render-text): Try to add a :set
20546         widget, more to come.
20547
20548         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20549         strings.
20550         (spam-report-articles-resend)
20551         (spam-register-routine): Do registration iff any articles warrant
20552         it.
20553         (spam-summary-prepare-exit): Change log message for nil group
20554         destinations.
20555
20556 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20557
20558         * spam.el (spam-report-resend-register-routine):
20559         Allow spam-report-resend-to to be a group parameter or a global value.
20560
20561 2004-05-26  Simon Josefsson  <jas@extundo.com>
20562
20563         * starttls.el: Merge with my GNUTLS based starttls.el.
20564         (starttls-gnutls-program, starttls-use-gnutls)
20565         (starttls-extra-arguments, starttls-process-connection-type)
20566         (starttls-connect, starttls-failure, starttls-success):
20567         New variables.
20568         (starttls-program, starttls-extra-args): Doc fix.
20569         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20570         New functions.
20571         (starttls-negotiate, starttls-open-stream):
20572         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20573         function if it is set.
20574
20575 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20578         structured fields.
20579
20580 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20583
20584 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20585
20586         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20587         Add variable.
20588         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20589         assigning the spam-mark to new messages.
20590
20591 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20592
20593         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20594
20595 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20598
20599         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20600         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20601         default.
20602
20603 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20604
20605         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20606         correct data.
20607
20608 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20609
20610         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20611         (spam-group-processor-p): Fix function.
20612         (spam-group-processor-multiple-p)
20613         (spam-group-spam-processor-report-gmane-p)
20614         (spam-group-spam-processor-report-resend-p)
20615         (spam-group-spam-processor-bogofilter-p)
20616         (spam-group-spam-processor-blacklist-p)
20617         (spam-group-spam-processor-ifile-p)
20618         (spam-group-ham-processor-ifile-p)
20619         (spam-group-spam-processor-spamoracle-p)
20620         (spam-group-spam-processor-crm114-p)
20621         (spam-group-ham-processor-bogofilter-p)
20622         (spam-group-spam-processor-stat-p)
20623         (spam-group-ham-processor-stat-p)
20624         (spam-group-ham-processor-whitelist-p)
20625         (spam-group-ham-processor-BBDB-p)
20626         (spam-group-ham-processor-spamoracle-p)
20627         (spam-group-ham-processor-copy-p): Remove functions with some
20628         prejudice against unneeded code.
20629         (spam-report-articles-resend)
20630         (spam-report-resend-register-routine): Allow the group/topic
20631         spam-resend-to value to override spam-report-resend-to.
20632         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20633         properly now.
20634
20635         * gnus.el (spam-resend-to): Add group/topic parameter.
20636         (spam-process): Move the OBSOLETE processors to the end of the
20637         choices.
20638
20639 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20640
20641         * spam-report.el (spam-report-resend-to, spam-report-resend):
20642         Start with resend-to set to nil, and then ask the user if necessary.
20643         (spam-report-resend): spam-report-resend takes a list of articles, not
20644         separate article numbers.
20645
20646 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20649         addition to emacs-w3m.
20650
20651 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20652
20653         * assistant.el (assistant-authinfo-data): New function.
20654         (assistant-eval): Eval for entire assistant.
20655
20656         * netrc.el (netrc-services-file): New variable.
20657         (netrc-parse-services): New function.
20658         (netrc-find-service-name): New function.
20659         (netrc-find-service-number): New function.
20660         (netrc-port-equal): New function.
20661         (netrc-machine): Use it.
20662
20663         * nnimap.el (nnimap-open-connection): Use netrc.
20664
20665         * gnus-util.el (gnus-netrc-get): Remove aliases.
20666
20667         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20668
20669         * assistant.el (wid-edit): Fix compilation.
20670
20671         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20672
20673 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20674
20675         * gnus-util.el (gnus-set-file-modes): New function.  (small
20676         patch).
20677
20678 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20679
20680         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20681
20682         * assistant.el (assistant-render-node): Fix up rendering and
20683         read-only text.
20684         (assistant-render-node): Reset.
20685         (assistant-make-read-only): Not sticky.
20686
20687 2004-05-20  Danny Siu  <dsiu@adobe.com>
20688
20689         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20690         centered even when gnus-auto-center-summary is t.
20691
20692 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20693
20694         * dns.el (dns-get-txt-answer): New function.
20695         (dns-read-txt): Ditto.
20696         (query-dns): Use it.
20697
20698 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20701         active for foreign groups even if the group level is higher than
20702         the specified value.
20703
20704 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20705
20706         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20707         non-active groups.
20708
20709         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20710
20711 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20712
20713         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20714
20715 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20716
20717         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20718         (spam-crm114-header, spam-crm114-spam-switch)
20719         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20720         (spam-crm114-positive-spam-header)
20721         (spam-crm114-database-directory, spam-list-of-processors)
20722         (spam-group-spam-processor-crm114-p)
20723         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20724         (spam-generic-score, spam-list-of-checks)
20725         (spam-list-of-statistical-checks, spam-registration-functions)
20726         (spam-check-crm114-headers, spam-crm114-score)
20727         (spam-check-crm114, spam-crm114-register-with-crm114)
20728         (spam-crm114-register-spam-routine)
20729         (spam-crm114-unregister-spam-routine)
20730         (spam-crm114-register-ham-routine)
20731         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20732         From asjo@koldfront.dk (Adam Sjøgren).
20733
20734         * gnus.el: Add spam-use-crm114.
20735
20736         * spam.el (spam-list-of-processors, spam-registration-functions):
20737         Add spam-use-resend.
20738         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20739         (spam-report-articles-gmane): Add doc fix.
20740         (spam-report-articles-resend, spam-report-resend-register-routine):
20741         Add wrappers around spam-report-resend-to.
20742
20743         * spam-report.el (spam-report-resend-to, spam-report-resend):
20744         Add support for resending spam.
20745         (spam-report-gmane): Fix line length >80.
20746
20747         * gnus.el (spam-process): Add spam-use-resend.
20748
20749 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20750
20751         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20752         number of processed spam messages.
20753         (spam-ham-copy-or-move-routine): Return the number of processed
20754         ham messages.
20755         (spam-summary-prepare-exit): Use the above values to decide
20756         whether status messages shouled be displayed.
20757
20758 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20759
20760         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20761         `rfc2047-encoding-function-alist' in order to avoid conflicting
20762         with the old version.
20763         (rfc2047-encode-region): Concatenate words containing non-ASCII
20764         characters in structured fields; don't encode space-delimited
20765         ASCII words even in unstructured fields; don't break words at
20766         char-category boundaries.
20767         (rfc2047-encode-1): New function.
20768         (rfc2047-encode): Use it; encode text so that it occupies the
20769         maximum width within 76-column; work correctly on Q encoding for
20770         iso-2022-* charsets.
20771         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20772         sure not to break a line just after the header name.
20773         (rfc2047-b-encode-region): Remove.
20774         (rfc2047-b-encode-string): New function.
20775         (rfc2047-q-encode-region): Remove.
20776         (rfc2047-q-encode-string): New function.
20777
20778         * mm-util.el (mm-replace-in-string): New function.
20779
20780 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20781
20782         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20783         Really get it right.
20784         (gnus-inews-make-draft): Really.
20785
20786 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20787
20788         * nnmh.el (nnmh-request-list-1): Don't check the link count
20789         before descending.  (small patch)
20790
20791 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20792
20793         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20794         stuff.
20795
20796         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20797         Match on real group name.
20798
20799         * gnus-art.el (gnus-signature-limit): Doc fix.
20800
20801         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20802
20803         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20804
20805 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20806
20807         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20808         isn't a string.
20809
20810 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20811
20812         * gnus-draft.el (gnus-draft-send):
20813         Bind rfc2047-encode-encoded-words.
20814
20815         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20816         (rfc2047-encodable-p): Say that =? needs encoding.
20817         (rfc2047-encode-encoded-words): New variable.
20818
20819         * gnus-group.el (gnus-group-select-group): Doc fix.
20820
20821         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20822
20823         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20824         to nil.
20825
20826         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20827
20828         * nnheader.el (nnheader-get-lines-and-char): New function.
20829
20830 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20831
20832         * gnus-msg.el (gnus-summary-followup-with-original):
20833         Document yanking of region when active.
20834
20835 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20838         groups if the group level is higher than the specified value.
20839
20840 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20841
20842         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20843         (gnus-group-jump-to-group): Add prefix argument using
20844         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20845         non-active group.
20846
20847         * compface.el (uncompface): Be verbose when changing
20848         `uncompface-use-external'.
20849
20850         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20851         handle manual section.
20852
20853 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20854
20855         * gnus-art.el (gnus-button-alist): Revert previous change.
20856
20857 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20858
20859         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20860
20861 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20862
20863         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20864         whether backend can accept message.
20865
20866         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20867
20868 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20869
20870         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20871         Avoid creating directory when nntp-marks-is-evil is true.
20872         Reported by Reiner Steib.
20873
20874 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * gnus-picon.el (gnus-picon-style): New variable.
20877         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20878         (gnus-picon-transform-address): Support `gnus-picon-style'.
20879         From Jesper Harder <harder@ifa.au.dk>.
20880
20881 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20882
20883         * message.el (message-fill-field): Return point.
20884         (message-generate-headers): Go to end of field.
20885
20886         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20887         stuff for non-living groups.
20888
20889 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20890
20891         * gnus-art.el (gnus-article-followup-with-original)
20892         (gnus-article-reply-with-original): gnus-mark-active-p ->
20893         gnus-region-active-p.
20894
20895 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20896
20897         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20898         only when there is spam or ham to be processed.
20899
20900 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20901
20902         * mail-source.el (mail-source-delete-crash-box): Refactor.
20903         (mail-source-fetch): Use it.
20904         (mail-source-fetch-file): Ditto.
20905         (mail-source-fetch-directory): Run postscript in loop.
20906         (mail-source-fetch-pop): Delete.
20907         (mail-source-fetch-maildir): Ditto.
20908         (mail-source-fetch-imap): Ditto.
20909
20910         * imap.el (imap-authenticators): Comment out sasl.
20911
20912         * message.el (message-skip-to-next-address): New function.
20913         (message-fill-header-address): Refactor.
20914         (message-fill-address): Use it.
20915         (message-delete-address): Use it.
20916         (message-fill-header-general): Refactor.
20917         (message-fill-field-address): Rename.
20918         (message-narrow-to-field): Find the start of the header.
20919         (message-header-format-alist): Don't pre-fill.
20920         (message-fill-header): Remove.
20921         (message-insert-header): New function.
20922         (message-shorten-references): Use it.
20923
20924         * rfc2047.el (rfc2047-field-value): Strip props.
20925
20926         * mail-parse.el (mail-header-make-address): New alias.
20927
20928         * ietf-drums.el (ietf-drums-make-address): New function.
20929
20930         * imap.el: Add compiler directives.
20931
20932         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20933
20934         * gnus-art.el (article-decode-idna-rhs): Don't use
20935         message-idna-inside-rhs-p.
20936
20937 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20938
20939         * message.el (message-idna-inside-rhs-p): Remove.
20940         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20941
20942         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20943         false positives.
20944
20945 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20946
20947         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20948
20949 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20950
20951         * nneething.el (nneething-file-name): Don't create spurious
20952         files.
20953
20954         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20955         (gnus-inews-do-gcc): Remove sleep.
20956
20957         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20958         part under point.
20959
20960         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20961         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20962
20963 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20964
20965         * spam.el (spam-summary-prepare-exit): Fix (length).
20966
20967 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20968
20969         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20970         as expired without moving it" message when there are spam
20971         messages left.
20972
20973 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20974
20975         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20976         header is not nil.
20977
20978 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20979
20980         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20981         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20982         (nntp-marks-changed-p): New arg SERVER.
20983         (nntp-request-update-info): Adjust caller.
20984
20985 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20986
20987         * nntp.el (nntp-save-marks): Pass missing arg.
20988
20989 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20990
20991         * nntp.el: Support marks.
20992         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20993         (nntp-marks-modtime, nntp-marks-directory): New variables.
20994         (nntp-request-set-mark, nntp-request-update-info)
20995         (nntp-possibly-create-directory, nntp-marks-changed-p)
20996         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20997         New functions.
20998
20999 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21000
21001         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21002         (gnus-xmas-redefine): Rename.
21003
21004         * gnus-score.el (gnus-score-insert-help):
21005         Use gnus-select-lowest-window.
21006
21007         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21008         appt-select-lowest-window and rename to gnus-select-lowest-window.
21009
21010         * gnus.el: do.
21011
21012 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21013
21014         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21015         encodings of MIME-encoded words, in order to improve
21016         interoperability with several broken MUAs.
21017
21018 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21019
21020         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21021         tags, only when charsets are not specified in headers.
21022         (mm-inline-text-html-render-with-w3m): Ditto.
21023
21024         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21025         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21026
21027 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21028
21029         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21030         instead of MIME-decoded from fields when checking
21031         `gnus-article-address-banner-alist'.
21032
21033 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21034
21035         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21036         description rather than subject.
21037
21038 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21039
21040         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21041
21042 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21043
21044         * gnus.el (gnus-version-number): Bump.
21045
21046 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21047
21048         * gnus.el: No Gnus v0.2 is released.
21049
21050 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21051
21052         * gnus-agent.el (gnus-agent-read-agentview):
21053         Inline gnus-uncompress-range.
21054
21055 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21056
21057         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21058         `exec-installed-p'.
21059
21060 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21061
21062         * gnus.el (spam-process, spam-autodetect-methods):
21063         Add bsfilter and bsfilter-headers.
21064
21065         * spam.el (spam-bsfilter): New customize group.
21066         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21067         (spam-bsfilter-header, spam-bsfilter-probability-header)
21068         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21069         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21070         (spam-bsfilter-database-directory): New options.
21071         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21072         (spam-list-of-statistical-checks, spam-registration-functions):
21073         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21074         (spam-bsfilter-score): New command.
21075         (spam-check-bsfilter-headers, spam-check-bsfilter)
21076         (spam-bsfilter-register-with-bsfilter)
21077         (spam-bsfilter-register-spam-routine)
21078         (spam-bsfilter-unregister-spam-routine)
21079         (spam-bsfilter-register-ham-routine)
21080         (spam-bsfilter-unregister-ham-routine): New functions.
21081         (spam-generic-score): Support bsfilter; Accept an optional argument
21082         to recalcurate spam score even if scoring header has already been
21083         added.
21084         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21085         optional argument to recalcurate spam score even if scoring header
21086         has already been added.
21087
21088 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21089
21090         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21091         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21092         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21093         link is missing.
21094
21095 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21096
21097         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21098         (html2text-get-attr): Rewrite.
21099
21100         * message.el (message-setup-1): Remove redundant put-text-property
21101         on mail-header-separator.
21102
21103 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21104
21105         * gnus-registry.el (gnus-registry-cache-whitespace)
21106         (gnus-registry-action, gnus-registry-spool-action)
21107         (gnus-registry-split-fancy-with-parent): Change message levels
21108         from 5 to 3 or 7, as needed.
21109
21110         * spam.el (spam-summary-prepare-exit)
21111         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21112         (spam-split, spam-find-spam, spam-log-undo-registration)
21113         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21114         level from 5 to 6.
21115
21116 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21117
21118         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21119         2004-03-04 change).
21120
21121 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21122
21123         * sieve-manage.el (sieve-manage-open):
21124         * nnweb.el (nnweb-insert-html):
21125         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21126         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21127         * nnspool.el (nnspool-request-group):
21128         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21129         * nnml.el (nnml-request-update-info):
21130         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21131         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21132         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21133         (nnimap-request-set-mark):
21134         * nnfolder.el (nnfolder-request-update-info):
21135         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21136         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21137         * gnus-uu.el (gnus-uu-find-articles-matching):
21138         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21139         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21140         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21141         * gnus-nocem.el (gnus-nocem-scan-groups):
21142         * gnus-int.el (gnus-start-news-server):
21143         * gnus-group.el (gnus-group-make-kiboze-group)
21144         (gnus-group-browse-foreign-server):
21145         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21146         Use mapc when appropriate.
21147
21148 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21149
21150         FIXME: Make separate entries for each person.
21151
21152         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21153         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21154         <shields@msrl.com>:
21155
21156         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21157         may need for spam sorting and scoring.
21158         (spam-user-format-function-S): Add user format function suitable for
21159         general use.
21160         (spam-article-sort-by-spam-status): Add sorting function for summary
21161         sorting.
21162         (spam-extra-header-to-number): Add function to get a score from a
21163         header.
21164         (spam-summary-score): Add function to get a numeric score from the
21165         headers.
21166         (spam-generic-score): Fix function doc, was in wrong place.
21167         (spam-initialize): Take symbols when it's run, and install the
21168         extra headers that spam-necessary-extra-headers thinks we need.
21169
21170 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21171
21172         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21173         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21174
21175 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21176
21177         * gnus-sum.el (gnus-set-global-variables)
21178         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21179         (gnus-article-get-xrefs, gnus-summary-best-group)
21180         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21181         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21182         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21183         Use with-current-buffer.
21184
21185 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21186
21187         * spam.el (spam-summary-prepare-exit): Simplify logic.
21188         (spam-fetch-article-header): Read the article header if it's not
21189         available.
21190         (spam-list-articles): Simplify logic.
21191         (spam-filelist-register-routine): Fix bug with unregister-list.
21192
21193         * gnus-registry.el: Fix comments at beginning.
21194
21195 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21196
21197         * message.el (message-cater-to-broken-inn): Remove.
21198         (message-shorten-references): Make sure the total folded length of
21199         References is shorter than 998 characters to cater to a bug in INN
21200         2.3.  Also, don't pretend that references aren't folded -- this
21201         hasn't worked for a while.
21202
21203 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21204
21205         * gnus-agent.el (gnus-agentize):
21206         gnus-agent-send-mail-real-function no longer set to current value
21207         of message-send-mail-function but rather a lambda that calls
21208         message-send-mail-function.  The change makes the agent real-time
21209         responsive to user changes to message-send-mail-function.
21210
21211 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21212
21213         * legacy-gnus-agent.el
21214         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21215         help from Florian Weimer <fw@deneb.enyo.de>
21216
21217 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * nnmail.el (nnmail-cache-insert): Revert last change.
21220
21221 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21222
21223         * nnmail.el (nnmail-cache-insert): Always check whether
21224         nnmail-cache-ignore-groups matches a group name.
21225
21226 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21227
21228         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21229         (spam-find-spam, spam-log-processing-to-registry)
21230         (spam-log-registered-p, spam-log-unregistration-needed-p)
21231         (spam-log-undo-registration): Use gnus-message instead of
21232         gnus-error, none of these errors are fatal.
21233
21234         * gnus-registry.el (gnus-registry-clean-empty-function)
21235         (gnus-registry-clean-empty): Remove only empty entries without
21236         extra data.
21237
21238 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21239
21240         * spam-stat.el (spam-stat-buffer-change-to-spam)
21241         (spam-stat-buffer-change-to-non-spam): Change (error) to
21242         (gnus-message 8) invocation.
21243
21244 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * nntp.el (nntp-via-netcat-command): New variable.
21247         (nntp-via-netcat-switches): New variable.
21248         (nntp-open-via-rlogin-and-netcat): New function.
21249         (nntp-open-connection-function): Doc fix.
21250         (nntp-telnet-command): Doc fix.
21251         (nntp-end-of-line): Doc fix.
21252         (nntp-via-rlogin-command): Doc fix.
21253         (nntp-via-user-name): Doc fix.
21254         (nntp-via-address): Doc fix.
21255
21256 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21259         error in Emacs 21.1.
21260
21261 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21262
21263         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21264
21265 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21266
21267         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21268         (gnus-agent-with-refreshed-group): New macro.
21269         (gnus-agent-rename-group): New function.
21270         (gnus-agent-delete-group): New function.
21271         (gnus-agent-save-group-info): Use gnus-command-method when
21272         `method' parameter is nil.  Don't write nil entries into the
21273         active file.
21274         (gnus-agent-get-group-info): New function.
21275         (gnus-agent-fetch-articles):
21276         Use gnus-agent-update-files-total-fetched-for to increment disk space
21277         used.
21278         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21279         Use gnus-agent-update-view-total-fetched-for to increment disk space
21280         used.
21281         (gnus-agent-get-local): Add optional parameters to avoid calling
21282         gnus-group-real-name and gnus-find-method-for-group.
21283         (gnus-agent-set-local): Delete stored entry if either min, or max,
21284         are nil.
21285         (gnus-agent-fetch-session): Reworded error/quit messages.
21286         On quit, use gnus-agent-regenerate-group to record existance of any
21287         articles fetched to disk before the quit occurred.
21288         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21289         gnus-agent-update-view-total-fetched-for, and
21290         gnus-agent-update-files-total-fetched-for to decrement disk space
21291         used.
21292         (gnus-agent-retrieve-headers):
21293         Use gnus-agent-update-view-total-fetched-for to increment disk space
21294         used.
21295         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21296         with gnus-agent-update-files-total-fetched-for to decrement disk
21297         space and fresh group buffer.
21298         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21299         (gnus-agent-need-update-total-fetched-for): New variable.
21300         (gnus-agent-update-files-total-fetched-for): New function.
21301         (gnus-agent-update-view-total-fetched-for): New function.
21302         (gnus-agent-total-fetched-for): New function.
21303
21304         * gnus-cache.el (gnus-cache-save-buffers):
21305         Use gnus-cache-update-overview-total-fetched-for to change disk space
21306         used by this group.
21307         (gnus-cache-possibly-enter-article):
21308         Use gnus-cache-update-file-total-fetched-for to increment disk space
21309         used by this group.
21310         (gnus-cache-possibly-remove-article):
21311         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21312         used by this group.
21313         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21314         (gnus-cache-rename-group): New function.
21315         (gnus-cache-delete-group): New function.
21316         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21317         (gnus-cache-need-update-total-fetched-for): New variable.
21318         (gnus-cache-with-refreshed-group): New macro.
21319         (gnus-cache-update-file-total-fetched-for): New function.
21320         (gnus-cache-update-overview-total-fetched-for): New function.
21321         (gnus-cache-rename-group-total-fetched-for): New function.
21322         (gnus-cache-delete-group-total-fetched-for): New function.
21323         (gnus-cache-total-fetched-for): New function.
21324
21325         * gnus-group.el: Require gnus-sum and autoload functions to
21326         resolve warnings when gnus-group.el compiled alone.
21327         (gnus-group-line-format): Documented new %F.
21328         (size of Fetched data) group line format; identifies disk space
21329         used by agent and cache.
21330         (gnus-group-line-format-alist): Defined new F format.
21331         (gnus-total-fetched-for): New function.
21332         (gnus-group-delete-group): No longer update
21333         gnus-cache-active-altered as gnus-request-delete-group now keeps
21334         the cache in sync.
21335         (gnus-group-list-active): Let the agent store a server's active
21336         list if currently plugged.
21337
21338         * gnus-int.el (gnus-request-delete-group):
21339         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21340         local disk in sync with the server.
21341         (gnus-request-rename-group):
21342         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21343         local disk in sync with the server.
21344
21345         * gnus-start.el (gnus-get-unread-articles):
21346         Cosmetic simplification to logic.
21347
21348         * gnus-util.el (gnus-rename-file): New function.
21349
21350 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21351
21352         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21353
21354 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21355
21356         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21357         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21358
21359 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21360
21361         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21362         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21363
21364 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21365
21366         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21367
21368 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21369
21370         * spam.el (spam-set-difference): Add function to replace
21371         gnus-set-difference in spam.el.
21372         (spam-summary-prepare-exit): Use spam-set-difference.
21373
21374 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21375
21376         * gnus-registry.el (gnus-registry-cache-file): Update to use
21377         gnus-dribble-directory OR gnus-home-directory OR ~.
21378         (gnus-registry-split-fancy-with-parent): Fix doc.
21379
21380 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * message.el (message-exchange-point-and-mark):
21383         Use message-mark-active-p.  Suggested by Jesper Harder
21384         <harder@ifa.au.dk>.
21385
21386 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * message.el (message-exchange-point-and-mark): Don't activate
21389         region if it was inactive.  Suggested by Hiroshi Fujishima
21390         <pooh@nature.tsukuba.ac.jp>.
21391
21392 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * gnus-art.el (article-display-face): Display Faces in the same
21395         order as X-Faces.
21396
21397 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21400
21401 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21404         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21405         (gnus-article-mime-hierarchy): Remove.
21406         (gnus-article-mime-hierarchy-next): Remove.
21407         (gnus-article-mode): Revert 2004-03-19 change.
21408         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21409         (gnus-insert-mime-button): Revert 2004-03-19 change.
21410         (gnus-mime-accumulate-hierarchy): Remove.
21411         (gnus-mime-enter-multipart): Remove.
21412         (gnus-mime-leave-multipart): Remove.
21413         (gnus-mime-display-part): Revert 2004-03-19 change.
21414         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21415
21416         * mml.el (mml-preview): Revert 2004-03-19 change.
21417
21418 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21419
21420         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21421
21422 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21423
21424         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21425         t while entering a file name using the mm-with-multibyte macro.
21426         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21427
21428         * mm-util.el (mm-with-multibyte): New macro.
21429
21430 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21433         New user option.
21434         (gnus-mime-multipart-functions): Doc and customization fix.
21435         (gnus-article-mime-hierarchy): New variable.
21436         (gnus-article-mime-hierarchy-next): New variable.
21437         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21438         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21439         gnus-article-mime-hierarchy-next to nil.
21440         (gnus-insert-mime-button): Show hierarchy numbers.
21441         (gnus-mime-accumulate-hierarchy): New function.
21442         (gnus-mime-enter-multipart): New function.
21443         (gnus-mime-leave-multipart): New function.
21444         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21445         (gnus-mime-display-alternative): Show hierarchy numbers.
21446
21447         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21448         gnus-article-mime-hierarchy-next to nil.
21449
21450 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21451
21452         * dns.el: Don't require gnus-xmas.
21453
21454 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21455
21456         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21457         inline PGP.
21458         (mml-menu): Disable mml-quote-region if mark is inactive.
21459
21460 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21461
21462         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21463         when the group's active is not available.
21464
21465 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21466
21467         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21468         error.
21469
21470 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21471
21472         * imap.el (imap-store-password): New variable.
21473         (imap-interactive-login): Use it.
21474         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21475
21476 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21479         window-start and hscroll to summary window.
21480
21481 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21482
21483         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21484         conversion message to newsrc-dribble when an actual conversion is
21485         performed.
21486
21487 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21488
21489         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21490
21491 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21492
21493         * mm-decode.el (mm-complicated-handles): New function reviving
21494         former definition of mm-multiple-handles.
21495
21496         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21497         (gnus-mime-delete-part): Use it.
21498
21499 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21500
21501         * gnus-agent.el (gnus-agent-read-local):
21502         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21503         avoid the implicit assumption that they will always be equal.
21504         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21505         coding-system-for-write, as the with-temp-file macro first prints
21506         to a buffer then saves the buffer.
21507
21508 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21509
21510         * gnus-art.el (gnus-article-edit-part): New function.
21511         (gnus-mime-save-part-and-strip): Use it; do query instead of
21512         signaling an error; don't use mm-multiple-handles.
21513         (gnus-mime-delete-part): Ditto.
21514
21515 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21516
21517         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21518         old file versions.
21519         (gnus-group-prepare-hook): Remove function that converted list
21520         form of gnus-agent-expire-days to group properties.
21521
21522         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21523         (gnus-request-accept-article): Re-indented.
21524
21525         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21526         converters to handle old agent file formats.  Add logic for a
21527         "backup before upgrading warning".
21528         (gnus-convert-mark-converter-prompt): Developers can mark
21529         functions as needing (default), or not needing,
21530         gnus-convert-old-newsrc's "backup before upgrading warning".
21531         (gnus-convert-converter-needs-prompt): Tests whether the user
21532         should be protected from potentially irreversable changes by the
21533         function.
21534
21535         * legacy-gnus-agent.el: New.  Provides converters that are only
21536         loaded when gnus-convert-old-newsrc needs to call them.
21537
21538 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21539
21540         * mail-source.el (mail-source-touch-pop): Doc fix.
21541
21542         * message.el (message-smtpmail-send-it): Doc fix.
21543
21544 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21545
21546         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21547
21548         * nnmail.el (nnmail-split-fancy): do.
21549
21550         * gnus-kill.el (gnus-kill, gnus-execute): do.
21551
21552 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21553
21554         * gnus-sum.el (gnus-widget-reversible-match)
21555         (gnus-widget-reversible-to-internal)
21556         (gnus-widget-reversible-to-external): New functions.
21557         (gnus-widget-reversible): New widget.
21558         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21559
21560 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21561
21562         * gnus-sum.el (gnus-thread-sort-functions)
21563         (gnus-article-sort-functions): Document `(not F)' items.
21564
21565 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21566
21567         * spam.el (spam-use-gmane-xref): Add new backend.
21568         (spam-gmane-xref-spam-group): Add variable to control the name of the
21569         Gmane spam group.
21570         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21571         (spam-regex-headers-spam, spam-regex-headers-ham)
21572         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21573         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21574         backends and checks.
21575         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21576
21577         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21578         an autodetect method.
21579
21580 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21581
21582         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21583         articles are being added to a group.
21584         (gnus-request-replace-article): Inform the agent that articles
21585         need to be uncached as the cached contents are no longer valid.
21586
21587 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21588
21589         * binhex.el: Don't autoload executable-find.
21590
21591         * canlock.el: Don't autoload mail-fetch-field.
21592
21593         * dgnushack.el: Autoload c-mode for XEmacs.
21594
21595         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21596
21597         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21598         rmail-dont-reply-to and rmail-output.
21599
21600         * gnus-score.el: Don't autoload ffap-string-at-point.
21601
21602         * gnus-setup.el: Don't autoload sc-cite-original.
21603
21604         * imap.el: Don't autoload base64-decode-string,
21605         base64-encode-string and md5.
21606
21607         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21608         and rmail-msg-restore-non-pruned-header.
21609
21610         * mm-decode.el: Don't autoload executable-find.
21611
21612         * mm-url.el: Don't autoload executable-find.
21613
21614         * mm-view.el: Don't autoload diff-mode.
21615
21616         * nndb.el: Don't autoload news-reply-mode, news-setup,
21617         cancel-timer and telnet.
21618
21619         * password.el: Don't autoload run-at-time for Emacs.
21620
21621         * sha1-el.el: Don't autoload executable-find.
21622
21623         * sieve-mode.el: Don't autoload c-mode.
21624
21625         * uudecode.el: Don't autoload executable-find.
21626
21627 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21628
21629         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21630         (gnus-agent-possibly-alter-active): Avoid null in numeric
21631         comparison.
21632         (gnus-agent-set-local): Refuse to save null in local object table.
21633         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21634         list of articles that will be marked as unread.
21635
21636 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21637
21638         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21639
21640 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21641
21642         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21643         language tags.
21644
21645 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21646
21647         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21648         Don't bind "obarray".
21649
21650         * gnus-sum.el (gnus-thread-sort-functions):
21651         Add `gnus-thread-sort-by-most-recent-number' and
21652         `gnus-thread-sort-by-most-recent-date'.
21653         Reported by Kai Grossjohann <kai@emptydomain.de>.
21654
21655 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21656
21657         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21658
21659 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21660
21661         * gnus-cus.el (gnus-agent-customize-category):
21662         Remove ignore-errors macro reference that required cl to be loaded at
21663         run-time.
21664
21665         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21666         single-interval range of the form (min . max).  Previously the
21667         range had to look like ((min . max)).  Likewise, return
21668         (min . max) rather than ((min . max)).
21669         (gnus-range-map): Use gnus-range-normalize to accept
21670         single-interval range.
21671
21672         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21673         the cache, but not the agent, now appear with their usual face.
21674
21675         * dgnushack.el (loaddir): New variable that is bound to the
21676         directory containing the dgnushack.el file. Use loaddir, rather
21677         than srcdir, to update load-path. Change lets dgnushack compile
21678         code in directories other than GNUS/lisp.
21679
21680 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * lpath.el: Don't bind w3m-safe-url-regexp.
21683
21684         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21685         w3m-safe-url-regexp variable buffer-local.
21686
21687         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21688
21689 2004-02-27  Simon Josefsson  <jas@extundo.com>
21690
21691         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21692         gnus-group-real-prefix.
21693         (gnus-summary-move-article): Use it, instead of
21694         gnus-group-real-prefix.
21695
21696 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21697
21698         * lpath.el: Bind w3m-safe-url-regexp.
21699
21700         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21701         w3m-safe-url-regexp variable buffer-local and set it as the value
21702         of mm-w3m-safe-url-regexp.
21703
21704         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21705
21706         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21707         parsing gnus-posting-styles when the message is not for replying.
21708
21709         * dgnushack.el: Autoload sgml-mode for XEmacs.
21710
21711         * nnrss.el (nnrss-opml-export):
21712         Use mm-set-buffer-file-coding-system instead of
21713         set-buffer-file-coding-system.
21714
21715 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21716
21717         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21718         of checkdoc.el).
21719         * nnrss.el: do.
21720         * gnus-mlspl.el: do.
21721         * gnus-ml.el: do.
21722         * gnus-srvr.el: do.
21723
21724         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21725
21726 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21727
21728         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21729         Corrections to custom-manual links.
21730
21731         * gnus-art.el (gnus-article): Ditto.
21732
21733         * mm-decode.el (mime-display, mime-security): Ditto.
21734
21735 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21736
21737         * flow-fill.el: Typo.
21738
21739 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21740
21741         * spam-wash.el: New file.
21742
21743 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21744
21745         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21746
21747 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21748
21749         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21750         to be run with new-articles as LIST1, not LIST2.
21751         (spam-registration-functions): Add spam-use-ham-copy as a nil
21752         registration backend.
21753
21754 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21755
21756         * spam-stat.el (spam-stat-washing-hook): New option.
21757         (spam-stat-buffer-words): Use it.
21758         (spam-stat-process-directory, spam-stat-test-directory):
21759         Use insert-file-contents-literally.
21760         (spam-stat-coding-system): New variable.
21761         (spam-stat-load, spam-stat-save): Use it.
21762
21763 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21764
21765         * spam-report.el (spam-report-plug-agent):
21766         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21767
21768 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21769
21770         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21771         Allow / in mailto URLs.
21772
21773 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21774
21775         * spam-report.el (spam-report-process-queue): Fix interactive use.
21776         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21777         (spam-report-unplug-agent): Doc fixes.
21778         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21779         (spam-report-agentize, spam-report-deagentize): Autoload.
21780
21781 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21784
21785         * message.el (message-setup-fill-variables): Add mml tags to
21786         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21787         <ajk@iu.edu>.
21788         (message-mode): Don't modify paragraph-separate there.
21789
21790 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * compface.el (uncompface-use-external): Default to undecided.
21793         (uncompface-use-external-threshold): New variable.
21794         (uncompface-float-time): New macro.
21795         (uncompface): Determine whether to use the external decoder if
21796         uncompface-use-external is undecided.
21797
21798 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21799
21800         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21801         after images.
21802
21803         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21804
21805 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21806
21807         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21808
21809         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21810
21811         * gnus-sum.el (gnus-summary-limit-to-age)
21812         (gnus-summary-limit-children): do.
21813
21814         * gnus-int.el (gnus-request-scan): do.
21815
21816         * gnus-group.el (gnus-group-suspend): do.
21817
21818         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21819
21820         * gnus-cite.el (gnus-cite-parse-attributions): do.
21821
21822         * gnus-agent.el (gnus-summary-set-agent-mark)
21823         (gnus-agent-regenerate-group): do.
21824
21825         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21826
21827         * binhex.el (binhex-decode-region-internal): do.
21828
21829 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * gnus-fun.el (gnus-face-properties-alist): New user option.
21832         (gnus-display-x-face-in-from): Use it.
21833
21834         * gnus-art.el (article-display-face): Ditto.
21835
21836         * compface.el (uncompface-use-external): Default to nil.
21837
21838 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21839
21840         * nntp.el (nntp-erase-buffer): New function.
21841         (nntp-retrieve-data, nntp-send-command)
21842         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21843         (nntp-possibly-change-group): Use it.
21844
21845         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21846         Use with-current-buffer.
21847
21848 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21849
21850         * compface.el: Merge the ELisp-based uncompface program.
21851         (compface): New customization group.
21852         (uncompface-use-external): New user option.
21853         (uncompface): Call uncompface-internal if uncompface-use-external
21854         is nil.
21855         (uncompface-internal): New function.  Note that there are also
21856         some other functions and variables added for this function.
21857
21858 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21859
21860         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21861         if necessary.
21862
21863 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21864
21865         * spam-report.el (spam-report-unplug-agent)
21866         (spam-report-plug-agent, spam-report-deagentize)
21867         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21868         Add support for the Agent in spam-report: when unplugged, report to a
21869         file; when plugged, submit all the requests.
21870
21871         * spam.el (spam-register-routine): Fix message about
21872         registration.
21873
21874 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21875
21876         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21877         dependencies.
21878         (rfc2047-encode): Use it.
21879
21880         * gnus-art.el (gnus-button-marker-list): Move before first
21881         reference.
21882
21883         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21884         (imap-parse-body): Fix format string mismatch.
21885
21886         * gnus-score.el (gnus-summary-increase-score): do.
21887
21888         * nnrss.el (nnrss-close): New function.
21889
21890 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21891
21892         * nnrss.el (nnrss-make-filename): New function.
21893         (nnrss-request-delete-group, nnrss-read-server-data)
21894         (nnrss-save-server-data, nnrss-read-group-data)
21895         (nnrss-save-group-data): Use it.
21896         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21897         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21898         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21899
21900 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21901
21902         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21903
21904 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21905
21906         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21907         files.
21908
21909         * message.el (message-generate-headers-first): Don't quote nil
21910         and t in docstrings.
21911
21912         * imap.el (imap-id): do.
21913
21914         * gnus-agent.el (gnus-agent-consider-all-articles)
21915         (gnus-agent-queue-mail): do.
21916
21917 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21918
21919         * spam-report.el (spam-report-process-queue): New function.
21920         Process requests from `spam-report-requests-file'.
21921         (spam-report-process-queue): Doc fix.
21922
21923 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21924
21925         * spam.el (spam-register-routine)
21926         (spam-log-processing-to-registry, spam-log-registered-p)
21927         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21928         Change "check" to "spam-check" for semi-clarity.
21929
21930 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21931
21932         * pop3.el: Require nnheader.
21933
21934         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21935
21936         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21937
21938         * gnus-picon.el: Require cl.
21939
21940         * gnus-fun.el: Require gnus-ems and gnus-util.
21941
21942         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21943
21944         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21945
21946         * gnus-art.el (gnus-article-edit-mode): Define before first
21947         reference.
21948
21949 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21950
21951         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21952         (gnus-uu-post-encoded): Use point-at-bol.
21953
21954         * gnus-topic.el (gnus-group-active-topic-p): do.
21955
21956         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21957
21958         * gnus-group.el (gnus-group-kill-region): do.
21959
21960         * gnus-art.el (article-date-ut): do.
21961
21962         * message.el (message-fetch-field): Remove redundant
21963         case-fold-search binding.
21964         (message-narrow-to-field): Simplify.
21965
21966 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21967
21968         * spam.el (spam-directory): Derive from `gnus-directory'.
21969
21970         * spam-report.el (spam-report-url-to-file)
21971         (spam-report-requests-file): New function and variable for offline
21972         reporting.
21973         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21974         and user defined function.
21975         (spam-report-url-ping-mm-url): Remove doubled slash.
21976
21977 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21978
21979         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21980
21981 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21982
21983         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21984         Fix format string mismatch.
21985
21986         * sieve.el (sieve-deactivate-all): do.
21987
21988         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21989
21990         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21991
21992         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21993
21994         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21995
21996 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21997
21998         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21999         the list of checks.
22000
22001 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22002
22003         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22004         padding.
22005
22006 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22007
22008         * mm-view.el (mm-fill-flowed): New variable.
22009         (mm-inline-text): Use it.
22010
22011 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22012
22013         * spam.el (spam-spamassassin-register-ham-routine)
22014         (spam-spamassassin-register-spam-routine): Fix function names.
22015
22016 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus.el (gnus-tmp-grouplens): Remove.
22019         (gnus-summary-line-format): Remove grouplens.
22020
22021         * gnus-group.el (gnus-group-line-format): Ditto.
22022
22023         * gnus-spec.el (gnus-format-specs): Ditto.
22024         (gnus-update-format-specifications): Flush the group format spec
22025         cache if there's the grouplens stuff.
22026         (gnus-parse-simple-format): Replace %l with the empty string.
22027
22028 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22029
22030         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22031         omission.
22032
22033 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22034
22035         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22036         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22037
22038 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22039
22040         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22041         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22042         New macros and functions.
22043         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22044         Handle > NLINK_MAX messages.
22045         * nnmaildir.el (nnmaildir-request-set-mark):
22046         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22047
22048 2004-01-25  Alex Schroeder  <alex@gnu.org>
22049
22050         * spam-stat.el (spam-stat-process-directory-age): New option.
22051         (spam-stat-process-directory): Use it.
22052
22053 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22054
22055         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22056         (spam-stat-save): Accept prefix argument.
22057
22058 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22059
22060         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22061         links" error.
22062
22063 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22064
22065         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22066         the rest of the and/or forms.
22067
22068 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22069
22070         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22071         compatibility with old .newsrc.eld files.
22072
22073         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22074
22075         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22076
22077         * gnus-start.el (gnus-1): do.
22078
22079         * gnus-group.el (gnus-group-line-format-alist): do.
22080
22081         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22082
22083         * gnus-gl.el: Remove.
22084
22085 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22086
22087         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22088         marks consisting of a single range {for example, (3 . 5)} rather
22089         than a list of a single range { ((3 . 5)) }.
22090
22091 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22092
22093         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22094         Use with-current-buffer.
22095         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22096         avoid consing a string.
22097
22098         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22099         Remove obsolete entries for big5 and gb2312.
22100
22101 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22102
22103         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22104         uncompressed list.
22105
22106 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22107
22108         * spam-stat.el (spam-stat-strip-xref): New function.
22109         (spam-stat-process-directory): Use it.
22110
22111         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22112         here -- it's done in message-fetch-field.
22113
22114 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22115
22116         * gnus-agent.el (gnus-agent-queue-mail)
22117         (gnus-agent-prompt-send-queue): New variables.
22118         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22119         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22120         "nndraft:queue" along to gnus-draft-send.
22121         Use gnus-agent-prompt-send-queue.
22122         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22123         is "nndraft:queue".  Suggested by Gaute Strokkenes
22124         <gs234@srcf.ucam.org>
22125
22126         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22127         (agent-enable-undownloaded-faces): Add.
22128         (gnus-agent-cat-groups): Use eval-and-compile, not
22129         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22130         method of gnus-agent-cat-groups even when the buffer has been
22131         evaled.
22132         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22133         delete gnus-agent-save-active-1.
22134         (gnus-agent-save-groups): Delete.  Identical to
22135         gnus-agent-save-active.
22136         (gnus-agent-write-active): No longer adjust agent's copy of active
22137         file as agent's adjustments are now stored in their own
22138         file.  Remove optional parameter.
22139         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22140         servers.  Add use of min/max range limits from server's local
22141         file.
22142         (gnus-agent-save-alist): Remove unused optional argument.
22143         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22144         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22145         (gnus-agent-set-local): A per-server file that keeps min/max range
22146         limits for articles known to the agent.  Provides a fast mechanism
22147         for altering many active ranges.
22148         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22149         active file (local makes it unnecessary).
22150         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22151
22152         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22153         (agent-enable-undownloaded-faces): Add.
22154
22155         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22156         disable it when sending to "nndraft:queue".
22157         (gnus-group-send-queue): Add safety check to avoid sending queue
22158         when unplugged.
22159
22160         * gnus-group.el (gnus-group-catchup): Use new
22161         gnus-sequence-of-unread-articles, not
22162         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22163         numbers of articles.  Use gnus-range-map to avoid having to
22164         uncompress the unread list.
22165         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22166         Fix invalid ange-ftp reference.
22167
22168         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22169         (gnus-sorted-range-intersection): Intersection of two ranges
22170         without requiring that they first be uncompressed.
22171
22172         * gnus-start.el (gnus-activate-group): Unless blocked by the
22173         caller, possibly expand the active range to include both cached
22174         and agentized articles.
22175         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22176         multiple version-dependent converters.
22177         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22178         gnus-agent-save-active.
22179         (gnus-save-newsrc-file): Save dirty agent range limits.
22180
22181         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22182         gnus-agent-possibly-alter-active.
22183         (gnus-adjust-marked-articles): Faster handling of simple lists.
22184
22185 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22186
22187         * spam-stat.el (spam-stat-test-directory): New optional argument
22188         displays a list of files detected.  Suggested by Andrew Cohen
22189         <cohen@andy.bu.edu>.
22190         (spam-stat-buffer-words-with-scores): Don't narrow and change
22191         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22192
22193 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22194
22195         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22196         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22197         (spam-spamassassin-arguments)
22198         (spam-spamassassin-spam-flag-header)
22199         (spam-spamassassin-positive-spam-flag-header)
22200         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22201         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22202         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22203         (spam-list-of-processors, spam-list-of-checks)
22204         (spam-list-of-statistical-checks, spam-registration-functions)
22205         (spam-check-spamassassin-headers, spam-check-spamassassin)
22206         (spam-spamassassin-score)
22207         (spam-spamassassin-register-with-sa-learn)
22208         (spam-spamassassin-register-spam-routine)
22209         (spam-spamassassin-register-ham-routine)
22210         (spam-assassin-register-spam-routine)
22211         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22212         (spam-bogofilter-score): Fix to show article before scoring.
22213
22214 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22215
22216         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22217         default scoring function.
22218         (spam-generic-score): Call spam-spamassassin-score if
22219         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22220         spam-bogofilter-score otherwise.
22221
22222         * gnus.el (spam-process, spam-autodetect-methods):
22223         Add spamassassin and spamassassin-headers.
22224
22225 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22226
22227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22228         Suppress unnecessary messages.
22229
22230 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22231
22232         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22233         make-hash-table.
22234
22235 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * canlock.el (base64-encode-string): Don't autoload it.
22238
22239 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22240
22241         * run-at-time.el: Remove useless (require 'itimer),
22242         eval-and-compile and (featurep 'xemacs).
22243
22244 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22245
22246         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22247         GROUP is a virtual group.
22248
22249 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22250
22251         * gnus.el: Autoload `message-y-or-n-p'.
22252
22253 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22254
22255         * pgg-parse.el: Remove unnecessary (require 'custom).
22256
22257         * pgg-def.el: do.
22258
22259         * nnmail.el: do.
22260
22261         * gnus-undo.el: do.
22262
22263         * gnus-picon.el: do.
22264
22265         * gnus-util.el: do.
22266
22267 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22268
22269         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22270
22271 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22272
22273         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22274         handle, as well as a list.
22275
22276         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22277         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22278         (mm-w3m-cid-retrieve): Simplify.
22279
22280 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22281
22282         * message.el (message-kill-to-signature): Allow prefix arg to
22283         specify number of lines to keep before signature.
22284
22285 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22286
22287         * message.el (message-kill-to-signature): Change docstring.
22288
22289 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22290
22291         * canlock.el: Always require sha1-el.
22292         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22293
22294         * message.el: Autoload sha1 only when compiling.
22295
22296         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22297         eudc-expand-inline for XEmacs.
22298
22299 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * message.el (message-canlock-generate): Require sha1-el.
22302
22303 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22304
22305         * message.el (message-expand-name): Silence the byte compiler.
22306
22307         * lpath.el: Add detect-coding-system.
22308
22309         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22310         cus-edit.
22311
22312 2004-01-13  Simon Josefsson  <jas@extundo.com>
22313
22314         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22315         Invoke gnus-score-mode.
22316         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22317
22318         * gnus-range.el (gnus-compress-sequence): Doc fix.
22319         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22320
22321 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22322
22323         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22324
22325 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22326
22327         * spam.el (spam-get-article-as-string): Update to use
22328         gnus-request-article-this-buffer, much simpler.
22329         (spam-get-article-as-buffer): Remove.
22330
22331 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22332
22333         * message.el (message-expand-name): Use EUDC if the user uses that.
22334
22335 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22336
22337         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22338         character for the encoding to avoid consing a string.
22339
22340         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22341         unnecessarily.
22342
22343         * mm-util.el (mm-replace-chars-in-string): Remove.
22344
22345         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22346         of mm-replace-chars-in-string.
22347
22348 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22349
22350         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22351
22352         * mm-util.el (mm-subst-char-in-string): Support inplace.
22353
22354         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22355         a new string in every iteration.  Use shy groups.
22356
22357 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22358
22359         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22360         * gnus-soup.el (gnus-soup-group-brew):
22361         * gnus-msg.el (gnus-put-message):
22362         * gnus-move.el (gnus-group-move-group-to-server):
22363         * gnus-kill.el (gnus-batch-score):
22364         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22365         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22366         (gnus-group-update-group, gnus-group-read-group)
22367         (gnus-group-make-group, gnus-group-make-help-group)
22368         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22369         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22370         (gnus-group-sort-by-unread, gnus-group-catchup)
22371         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22372         (gnus-group-yank-group, gnus-group-set-info)
22373         (gnus-group-list-groups):
22374         * gnus.el (gnus-generate-new-group-name):
22375         * gnus-delay.el (gnus-delay-send-queue):
22376         * nnvirtual.el (nnvirtual-catchup-group):
22377         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22378         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22379         (gnus-group-prepare-topics, gnus-topic-check-topology):
22380         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22381         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22382         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22383         (gnus-group-make-articles-read):
22384         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22385         (gnus-group-change-level, gnus-kill-newsgroup)
22386         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22387         (gnus-get-unread-articles, gnus-make-articles-unread)
22388         (gnus-make-ascending-articles-unread): Use accessor
22389         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22390         to get group information for improved readability.
22391
22392
22393 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22394
22395         * gnus-art.el (article-decode-mime-words, article-babel)
22396         (gnus-article-highlight-signature, gnus-article-add-buttons)
22397         (gnus-signature-toggle): Use gnus-with-article-buffer.
22398
22399         * gnus-art.el (gnus-article-highlight-headers)
22400         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22401
22402         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22403         (gnus-article-set-globals, gnus-request-article-this-buffer)
22404         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22405         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22406         (gnus-mime-display-alternative): Use with-current-buffer.
22407
22408 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22409
22410         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22411         also under 80 char limit, and call gnus-error if needed.
22412         (spam-fetch-article-header): Fix - it was a
22413         buffer-local variable (gnus-newsgroup-data).
22414         (spam-find-spam): Use spam-generate-fake-headers, forget about
22415         spam-insert-fake-headers.
22416         (spam-insert-fake-headers): Remove.
22417
22418 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22419
22420         * deuglify.el (gnus-article-outlook-unwrap-lines)
22421         (gnus-outlook-rearrange-article)
22422         (gnus-outlook-repair-attribution-outlook)
22423         (gnus-outlook-repair-attribution-block)
22424         (gnus-outlook-repair-attribution-other): Remove redundant
22425         save-excursion.
22426
22427 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22428
22429         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22430         (spam-fetch-field-subject-fast)
22431         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22432         (spam-fetch-article-header): Add functions to deal with Gnus
22433         internals for fast retrieval of article header data.
22434         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22435
22436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22437
22438         * pop3.el (pop3-md5): Remove.
22439         (pop3-apop): Replace pop3-md5 with md5.
22440
22441         * mm-bodies.el: base64 is always built-in.
22442
22443         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22444         Use with-current-buffer.
22445
22446 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22447
22448         * canlock.el (canlock-insert-header): Remove excessive grouping in
22449         regexp.
22450
22451         * gnus-sum.el (gnus-summary-read-document): Ditto.
22452
22453         * gnus-uu.el (gnus-uu-part-number): Ditto.
22454
22455         * html2text.el (html2text-remove-tags): Ditto.
22456         (html2text-format-tags): Ditto.
22457         (html2text-format-single-elements): Ditto.
22458
22459         * mml.el (mml-parse-1): Ditto.
22460
22461 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22462
22463         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22464
22465         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22466
22467         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22468
22469         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22470
22471 2003-11-15  Simon Josefsson  <jas@extundo.com>
22472
22473         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22474         (pgg-gpg-lookup-key): Use regexp match instead of
22475         split-string (split-string is different between emacs 21.2 and
22476         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22477
22478 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22479
22480         * gnus-art.el (gnus-mime-view-all-parts)
22481         (gnus-article-part-wrapper, gnus-article-view-part):
22482         Use with-current-buffer.
22483
22484 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22485
22486         * spam.el (spam-disable-spam-split-during-ham-respool)
22487         (spam-spamoracle-database, spam-cache-lookups)
22488         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22489         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22490         (spam-group-ham-marks, spam-group-spam-marks)
22491         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22492         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22493         also add spam-use-blackholes to the statistical checks.
22494         (spam-fetch-field-fast): Add interface to fetching fields, may
22495         become a macro.
22496         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22497         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22498         (spam-insert-fake-headers): Fake an article when needed.
22499         (spam-find-spam): Fake article when possible.
22500         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22501         (spam-check-bogofilter-headers): Use message-fetch-field instead
22502         of nnmail-fetch-field.
22503
22504 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22505
22506         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22507
22508 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22509
22510         * spam.el (spam-split): Do not require spam-use-CHECK to be
22511         enabled if that check is passed to spam-split explicitly; also
22512         fix so 'spam doesn't get converted to spam-split-group when
22513         spam-split-symbolic-return is t.
22514         (spam-find-spam): Find registrations of the article and use those
22515         instead of re-running spam-split to find the spam/ham
22516         classification of the article.
22517         (spam-log-processing-to-registry, spam-log-registered-p)
22518         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22519         Use gnus-error instead of gnus-message.
22520         (spam-log-registration-type): Add function to determine the
22521         classification of a message based on registry entries; will
22522         return nil if both 'spam and 'ham are found.
22523         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22524         a reasonably fast local cache without the loading errors.
22525         (spam-cache-lookups): Set to t by default.
22526         (spam-find-spam): Don't try to guess spam-cache-lookups.
22527         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22528         spam-caches entry.
22529         (spam-filelist-build-cache, spam-filelist-check-cache):
22530         Fix caching of whitelist/blacklist entries.
22531         (spam-check-whitelist, spam-check-blacklist):
22532         Invoke spam-from-listed-p with a type, not a cache variable.
22533         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22534
22535 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22536
22537         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22538
22539         * nnmail.el (nnmail-split-fancy): do.
22540
22541         * mml.el (mml-parse): do.
22542
22543         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22544         (gnus-score-adaptive): do.
22545
22546 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22547
22548         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22549         (gnus-mime-button-map): Don't set keymap parent.
22550         (gnus-button-ctan-directory-regexp): Use shy grouping.
22551         (gnus-prev-page-map): Don't set keymap parent.
22552         (gnus-prev-page-map): Remove duplicated one.
22553         (gnus-next-page-map): Don't set keymap parent.
22554         (gnus-mime-security-button-map): Ditto.
22555
22556         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22557         version number.
22558
22559         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22560
22561 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * canlock.el (canlock-sha1-function): Remove.
22564         (canlock-sha1-function-for-verify): Remove.
22565         (canlock-openssl-program): Remove.
22566         (canlock-openssl-args): Remove.
22567         (canlock-ignore-errors): Remove.
22568         (canlock-sha1-with-openssl): Remove.
22569         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22570         (canlock-verify): Don't use canlock-ignore-errors.
22571
22572         * sha1-el.el (sha1-string-external): Make it can return a string
22573         in binary form.
22574         (sha1-region-external): Ditto.
22575         (sha1-string-internal): Ditto.
22576         (sha1-region-internal): Ditto.
22577         (sha1-region): Ditto.
22578         (sha1-string): Ditto.
22579         (sha1): Ditto.
22580
22581 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22582
22583         * spam.el (spam-report-articles-gmane): New command.
22584
22585 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22586
22587         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22588
22589         * run-at-time.el (run-at-time-saved): Remove.
22590         (run-at-time): Doc fix.
22591
22592 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22593
22594         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22595         (gnus-summary-limit-map): Add it.
22596         (gnus-summary-make-menu-bar): do.
22597
22598 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22599
22600         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22601         Make attempt at some caching support (done for BBDB only now).
22602         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22603         addresses to be checked.
22604         (spam-clear-cache-BBDB): Add function, to be invoked by
22605         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22606         (spam-check-BBDB): Check and use the caches, if
22607         spam-cache-lookups is on, remove superfluous (provide).
22608
22609 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22610
22611         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22612
22613 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22614
22615         * run-at-time.el (run-at-time-saved): Move to after the definition
22616         of `run-at-time'.
22617
22618         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22619
22620 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22623         mm-w3m-local-map-property.
22624
22625         * mm-view.el (mm-w3m-mode-map): Remove.
22626         (mm-w3m-local-map-property): Remove.
22627         (mm-inline-text-html-render-with-w3m): Don't use
22628         mm-w3m-local-map-property.
22629
22630 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22631
22632         * run-at-time.el: New file.
22633
22634         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22635         under Emacs.
22636
22637         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22638         of gnus-set-text-properties.
22639
22640         * gnus-uu.el (gnus-uu-save-article): Ditto.
22641
22642         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22643
22644         * gnus-cite.el (gnus-cite-parse): Ditto.
22645
22646         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22647         of gnus-.
22648
22649         * gnus-xmas.el (run-at-time): Require run-at-time.
22650
22651         * gnus.el: Change calls to nnheader-run-at-time and
22652         password-run-at-time throughout to use run-at-time directly.
22653
22654         * password.el: Remove definition of run-at-time.
22655
22656         * nnheaderxm.el: Remove definition of run-at-time.
22657
22658 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22659
22660         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22661         in prompt.
22662
22663 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22664
22665         * messagexmas.el (message-xmas-redefine): Alias
22666         `message-make-caesar-translation-table' to
22667         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22668         version.
22669
22670         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22671         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22672         `gnus-xmas-set-text-properties'.
22673         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22674         `gnus-xmas-completing-read'.
22675         (gnus-xmas-completing-read): Removed.
22676         (gnus-xmas-open-network-stream): Removed.
22677
22678         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22679         XEmacs version.
22680
22681         * dns.el (dns-make-network-process): Use `open-network-stream'
22682         instead of `gnus-xmas-open-network-stream'.
22683
22684         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22685
22686         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22687
22688 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22689
22690         * gnus-art.el (gnus-mime-display-alternative)
22691         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22692         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22693         Don't use gnus-local-map-property.
22694
22695         * gnus-util.el (gnus-local-map-property): Remove.
22696
22697         * mm-view.el (mm-view-pkcs7-decrypt):
22698         Replace gnus-completing-read-maybe-default with completing-read.
22699
22700         * gnus-util.el (gnus-completing-read): do.
22701         (gnus-completing-read-maybe-default): Remove.
22702
22703 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22704
22705         * password.el: Only autoload `run-at-time' if not XEmacs.
22706         Only autoload the itimer functions if XEmacs.
22707
22708 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22709
22710         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22711         XEmacsen.
22712
22713         * dgnushack.el: Autoload executable-find for XEmacs.
22714
22715 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22716
22717         * gnus-art.el (gnus-read-string): Remove.
22718         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22719         read-string.
22720
22721 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22722
22723         * netrc.el: Autoload password-read.
22724         (netrc): Add configuration group.
22725         (netrc-encoding-method, netrc-openssl-path):
22726         Add variables for encoding and decoding of files with symmetric
22727         ciphers.
22728         (netrc-encode): Add assistant function to encode a file with
22729         netrc-encoding-method.
22730         (netrc-parse): Add interactive parameter, added optional
22731         decoding if netrc-encoding-method is non-nil but otherwise
22732         behavior is standard.
22733         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22734         Do s/encode/encrypt/ everywhere.
22735
22736         * spam.el: Remove executable-find autoload.
22737
22738 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22739
22740         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22741
22742         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22743
22744 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * gnus-art.el (gnus-treat-ansi-sequences)
22747         (article-treat-ansi-sequences): New variable and function.
22748         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22749
22750         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22751         Use it.
22752
22753 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22754
22755         * mm-util.el (mm-quote-arg): Remove.
22756
22757         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22758         shell-quote-argument.
22759
22760         * gnus-uu.el (gnus-uu-command): do.
22761
22762         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22763
22764         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22765         with make-char.
22766
22767         * mm-util.el (mm-make-char): Remove.
22768
22769         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22770         add-minor-mode.
22771
22772         * gnus-undo.el (gnus-undo-mode): do.
22773
22774         * gnus-topic.el (gnus-topic-mode): do.
22775
22776         * gnus-sum.el (gnus-dead-summary-mode): do.
22777
22778         * gnus-start.el (gnus-slave-mode): do.
22779
22780         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22781
22782         * gnus-ml.el (gnus-mailing-list-mode): do.
22783
22784         * gnus-gl.el (gnus-grouplens-mode): do.
22785
22786         * gnus-draft.el (gnus-draft-mode): do.
22787
22788         * gnus-dired.el (gnus-dired-mode): do.
22789
22790         * gnus-ems.el (gnus-add-minor-mode): Remove.
22791
22792         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22793         Replace gnus-char-width with char-width.
22794
22795         * gnus-ems.el (gnus-char-width): Remove.
22796
22797         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22798         Replace gnus-char-width with char-width.
22799
22800         * gnus-ems.el (gnus-char-width): Remove.
22801
22802         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22803         definition.
22804         Remove Emacs 20 hash table compatibility code.
22805
22806         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22807         20 compatibility code.
22808
22809         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22810
22811         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22812
22813         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22814         Replace with point-at-{eol,bol}.
22815
22816         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22817
22818         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22819
22820         * flow-fill.el (fill-flowed-point-at-bol)
22821         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22822
22823         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22824         Replace with point-at-{eol,bol} throughout all files.
22825
22826 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22827
22828         * ntlm.el (ntlm-string-as-unibyte): New macro.
22829         (ntlm-build-auth-response): Use it.
22830
22831         Remove Emacs 20 stuff:
22832         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22833         (butlast, mapc, remove): Remove the compiler macros.
22834         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22835         of delq and copy-sequence.
22836         * gnus-art.el (popup-menu): Remove the compiler macro.
22837         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22838         Emacs 20.
22839
22840 2004-01-05  Simon Josefsson  <jas@extundo.com>
22841
22842         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22843         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22844         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22845         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22846         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22847         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22848         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22849         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22850         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22851         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22852         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22853         string-xor into ntlm-string-xor.
22854         Suggested by Jesper Harder <harder@myrealbox.com>.
22855
22856         * ntlm.el: Don't include poem.
22857
22858         * md4.el (print-int32, print-string-hexa): Remove.
22859         Suggested by Jesper Harder <harder@myrealbox.com>.
22860
22861         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22862
22863         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22864         probably breaks emacs with DL patch, but do we care? Is anyone
22865         still using the DL stuff?)
22866
22867         * sieve-manage.el: Use the password package.
22868         (sieve-manage-read-passwd): Remove.
22869         (sieve-manage-interactive-login): Use password.  Re-add
22870         condition-case around loop.
22871
22872         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22873         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22874         Use the password package.
22875
22876 2003-02-19  Simon Josefsson  <jas@extundo.com>
22877
22878         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22879         token.
22880
22881 2002-08-07  Simon Josefsson  <jas@extundo.com>
22882
22883         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22884         (sieve-manage-authenticators):
22885         (sieve-manage-authenticator-alist): Add some SASL mechs.
22886         (sieve-sasl-auth): New function.
22887         (sieve-manage-cram-md5-auth):
22888         (sieve-manage-plain-auth): Rewrite using SASL library.
22889         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22890         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22891         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22892         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22893
22894 2004-01-05  Simon Josefsson  <jas@extundo.com>
22895
22896         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22897         New files.
22898
22899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22900
22901         * gnus-group.el (gnus-no-groups-message): Update.
22902
22903         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22904
22905 2003-11-09  Simon Josefsson  <jas@extundo.com>
22906
22907         * imap.el: Support for ID IMAP extension (RFC 2971).
22908         (imap-local-variables): Add imap-id.
22909         (imap-id): New variable.
22910         (imap-id): New function.
22911         (imap-parse-response): Parse untagged ID response.
22912         * nnimap.el (nnimap-id): New variable.
22913         (nnimap-open-connection): Use it.
22914
22915 2003-12-28  Simon Josefsson  <jas@extundo.com>
22916
22917         * gnus-score.el (gnus-score-edit-all-score): New.
22918         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22919
22920 2004-01-04  Simon Josefsson  <jas@extundo.com>
22921
22922         * password.el: Add.
22923
22924 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22925
22926         * dns.el (dns-query-types): Fix typo.
22927         (dns-query-types): New function.
22928         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22929         PTR and SOA replies, see RFC 1035.
22930
22931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22932
22933         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22934
22935         * Move to Changelog.2.
22936
22937 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22938
22939         * gnus.el (gnus-version-number): Bump version.
22940
22941 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22942
22943         * gnus.el: No Gnus v0.1 is released.
22944
22945 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22946
22947         * gnus.el: No Gnus v0.0 is released.
22948
22949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22950
22951         * gnus.el (gnus-version-number): Bump.
22952         (gnus-version): No.
22953
22954 See ChangeLog.2 for earlier changes.
22955
22956   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22957
22958   This file is part of GNU Emacs.
22959
22960   GNU Emacs is free software: you can redistribute it and/or modify
22961   it under the terms of the GNU General Public License as published by
22962   the Free Software Foundation, either version 3 of the License, or
22963   (at your option) any later version.
22964
22965   GNU Emacs is distributed in the hope that it will be useful,
22966   but WITHOUT ANY WARRANTY; without even the implied warranty of
22967   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22968   GNU General Public License for more details.
22969
22970   You should have received a copy of the GNU General Public License
22971   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22972
22973 ;; Local Variables:
22974 ;; coding: utf-8
22975 ;; fill-column: 79
22976 ;; add-log-time-zone-rule: t
22977 ;; End: