Commit resolve.
[gnus] / lisp / ChangeLog
1 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4         Make button keymap non-sticky after buttons.
5
6 2011-08-18  David Engster  <dengste@eml.cc>
7
8         * nnmairix.el (nnmairix-request-set-mark)
9         (nnmairix-goto-original-article): Remove adding of article to registry,
10         since `gnus-registry-add-group' isn't available anymore.
11         (nnmairix-determine-original-group-from-registry): Use
12         `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
13         available anymore.
14
15 2011-08-12  Simon Josefsson  <simon@josefsson.org>
16
17         * starttls.el (starttls-any-program-available): Define as obsolete
18         function.
19
20 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
23         versions which Gnus use when appropriate.
24
25         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
26         a pretty destructive command.
27
28         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
29
30 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * message.el (message-fix-before-sending): Make a different warning
33         about NUL characters (bug#9270).
34
35         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
36         from custom (bug#9260).
37
38         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
39         things work in Emacs 22 and XEmacs, too.
40
41         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
42         default From.
43
44         * gnus-spec.el (gnus-lrm-string-p): New macro.
45         (gnus-lrm-string): New constant.
46         (gnus-summary-line-format-spec): LRM-ify the from.
47         (gnus-tilde-max-form): LRM-ify string chopping.
48
49         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
50
51         * message.el (message-is-yours-p): Allow disabling canlock checking
52         (bug#9295).
53         (message-shoot-gnksa-feet): Add `canlock-verify'.
54         (message-auto-save-directory): Use ~/ as the auto-save directory if the
55         message directory isn't writable (bug#9304).
56
57         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
58         non-world-readable.
59
60 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
63         articles.
64
65 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
66
67         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
68         copy-list.
69
70 2011-08-12  Sam Steingold  <sds@gnu.org>
71
72         * gnus-score.el (gnus-score-find-alist): Keep the score files already
73         in the reverse order to avoid modifying the cache with `nreverse'.
74         (gnus-all-score-files): Do not modify the value returned by
75         `gnus-score-find-alist' because it lives in a cache variable.
76         (gnus-current-home-score-file): No need to `nreverse' the return value
77         of `gnus-score-find-alist', it is already in the correct order.
78
79 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
80
81         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
82         type MESSAGE and subtype RFC822 is slightly different from those of
83         type TEXT.
84
85 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
88         allows article-referral to work from an nnir group.
89
90 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
91
92         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
93
94 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
95
96         * mml1991.el (mml1991-epg-find-usable-key)
97         (mml1991-epg-find-usable-secret-key): New function.
98         (mml1991-epg-sign): Check if signing key is usable.
99         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
100
101 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
102
103         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
104         server-variables only. This should fix a bug introduced with commit
105         e1889675b7f4adf057833c5513c9374134c4e053.
106         (nnir-run-query): 'nnir-search-engine should not be set from the global
107         environment.
108
109 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
110
111         * nnir.el (nnir-search-thread): Position point on referring article
112         line.
113         (nnir-warp-to-article): Clean up summary buffers.
114
115         * nnimap.el (nnimap-request-thread): Whitespace fix.
116
117 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
118
119         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
120
121 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * starttls.el (starttls-available-p): Renamed from
124         `starttls-any-program-available' and changed return convention.
125
126 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
127
128         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
129         `unix-sync' unless it's defined.
130
131 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
132
133         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
134         `aref' for XEmacs compatibiltiy.
135
136 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
139
140 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
141
142         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
143         closures, quote the form properly (bug#9194).
144
145 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
148         (gnus-summary-insert-new-articles): Protect against servers that are
149         down.
150
151 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
152
153         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
154         in mm handle if none is specified.
155
156 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
157
158         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
159
160 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
161
162         * nnir.el (nnir-search-thread): New function to make an nnir group
163         based on a thread query.
164
165         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
166         of nnir in thread referral.
167         (gnus-summary-refer-thread): Use it.
168
169         * nnimap.el (nnimap-request-thread): Use it.
170
171 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * shr.el (shr-tag-comment): Ignore HTML comments.
174
175 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
176
177         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
178         argument.
179         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
180         `nnir-address' to handle server info rather than passing an arg.
181
182         * nnimap.el (nnimap-make-thread-query): New utility function to format
183         an imap thread search query.
184         (nnimap-request-thread): Use it.
185
186         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
187         right select-method if we are not going back to the group buffer.
188
189 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
192         enter invalid buffer configurations into the quit form (bug#9107).
193         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
194         unplugged/plugged.
195
196         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
197         keep track of which ones are unread (bug#9061).
198
199         * gnus.el (gnus-refer-article-method): Allow entering any sexp
200         (bug#9055).
201
202         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
203         (bug#9041).
204
205         * gnus-html.el (mm-util): Require (bug#9073).
206
207         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
208         (gnus-summary-refer-thread): Use it to remove duplicates in the
209         un-threaded view (bug#9053).
210         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
211
212 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
213
214         * nnir.el (nnir-read-server-parm): Use default value from global
215         variable.  Without this the default search engine parameters aren't
216         used at all.
217
218 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * message.el (message-unique-id): Don't use the undocumented return
221         value from (random t) (bug#9118).
222
223 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * message.el (message-auto-save-directory): If the ~/Mail directory
226         doesn't exist, use ~ as the auto-save directory (bug#4432).
227
228         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
229         hasn't already been started.
230
231 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
234
235         * message.el (message-reply): Work around mysterious bug where
236         `message-mode' seems to overwrite the locally bound `subject' variable.
237
238 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
239
240         * nnimap.el (nnimap-request-thread): Ensure search is performed in
241         correct group.
242
243         * gnus-int.el (gnus-request-thread): Add group argument.
244
245         * gnus-sum.el (gnus-summary-refer-thread): Use it.
246
247 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
250
251         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
252         renamed to `debbugs-gnu-*'.
253
254 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
255
256         * plstore.el: Revert the editing feature since it is not urgent.
257         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
258         (plstore-mode-decoded): Remove.
259
260 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
263         isn't very interesting any more, and it leaks potentially secret data.
264         (gnus-debug): Removed.
265
266         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
267         use of :custom-show.
268
269 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
270
271         * plstore.el: Add documentation.
272         (plstore-mode): New mode to edit plstore file.
273         (plstore-mode-toggle-display, plstore-mode-original)
274         (plstore-mode-decoded): New command.
275         (plstore--encode, plstore--decode, plstore--write-contents-functions)
276         (plstore--insert-buffer, plstore--make): New function.
277         (plstore-open, plstore-save): Simplify by using them.
278
279 2011-07-06  Glenn Morris  <rgm@gnu.org>
280
281         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
282
283 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
286         no longer is much used.
287         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
288         Articles".
289
290 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
291
292         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
293         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
294         `notmuch' backend.
295
296 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * mm-decode.el (mm-text-html-renderer): Doc fix.
299
300         * gnus-msg.el (gnus-bug): Fix the MML tag.
301
302         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
303
304 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
305
306         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
307         secondary methods if started with `gnus-no-server'.
308
309 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
310
311         * message.el (message-return-action): Fix typo in docstring.
312
313 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
316         bug reports at once.
317
318         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
319
320 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * nndraft.el: Require gnus-group.
323         (nndraft-request-list): Declare.
324
325         * nndraft.el (nndraft-update-unread-articles): Don't show group having
326         no unread article unless it matches gnus-permanently-visible-groups.
327
328         * nndraft.el (nndraft-update-unread-articles): New function.
329         (nndraft-request-associate-buffer): Use it to update the number of
330         unread articles for the nndraft groups in the group buffer when saving
331         or killing a draft message.
332
333 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
336         systems to binary before writing and reading the mbox files.
337
338         * gnus.el (gnus-summary-line-format): Link to the info node for %U
339         instead of trying to list them all (bug#8978).
340
341 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
342
343         * pop3.el (pop3-open-server): Use :end-of-capability.
344
345 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
348         the id is always a number.
349
350         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
351
352         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
353         debbugs mode, if possible.
354
355 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
356
357         * auth-source.el (auth-source-token-passphrase-callback-function):
358         Reindent.
359         (epg-context-operation): Remove unnecessary autoload.
360
361 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus.el (gnus-list-debbugs): New command.
364
365         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
366         mboxstat instead of the maintbox, since the stat seems to be fuller.
367
368         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
369         summary buffers.
370
371         * message.el (message-get-reply-headers): Delete all duplicates,
372         instead of the first.
373         (message-get-reply-headers): Ensure that we have progress while
374         deleting duplicates.
375
376         * gnus-msg.el (gnus-configure-posting-styles): Get the local
377         gnus-posting-style value from the summary buffer to make it easier to
378         make that a per-buffer conf.
379
380 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (nnir-run-imap): Allow halting a search when an article is
383         found by setting `shortcut' in 'query.
384         (nnir-request-article): Use `shortcut' setting when requesting article
385         by Message-ID.
386
387 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
388
389         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
390         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
391         Bring the pseudo-headers back too.
392
393 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
394
395         * auth-source.el (auth-source-token-passphrase-callback-function):
396         Simplify and remove EPA dependency.
397
398 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
399
400         * nnir.el (nnir-request-article): Fix error message text.
401
402 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
403
404         * auth-source.el (plstore-delete): Autoload.
405         (auth-source-plstore-search): Support delete operation.
406         * plstore.el (plstore-delete): New function.
407
408 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
411         mark actually existing articles as unread rather than the ones that
412         active asserts.
413
414 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
415
416         * nntp.el (nntp-record-command):
417         * gnus-util.el (gnus-message-with-timestamp-1):
418         Use format-time-string rather than decoding time stamps by hand.
419         This is simpler and insulates the code from potential changes to
420         current-time format.
421
422 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
425
426 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
427
428         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
429         (plstore-save): Support public key encryption.
430         (plstore--init-from-buffer): New function.
431         (plstore-open): Use it; fix error when opening a non-existent file.
432         (plstore-revert): Use plstore--init-from-buffer.
433
434 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
435
436         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
437
438 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * mml2015.el (mml2015-use): Replace string-match-p with string-match
441         for old Emacsen.
442
443 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
444
445         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
446         is not fully working.
447
448 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * dgnushack.el: Autoload sha1 on XEmacs.
451
452         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
453         quit window configuration.
454
455         * auth-source.el (epg-context-set-passphrase-callback): Remove
456         duplicate autoload.
457
458 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
459
460         * nnir.el (nnir-request-article): Allow requesting articles by
461         Message-ID with nnimap.
462
463         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
464         current server.
465
466 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * auth-source.el: Autoload EPA/EPG functions.
469         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
470         changed when EPA/EPG is not available.
471         (auth-source-backend): Rename "arg" member to "data".
472         (auth-source-backend-parse, auth-source-plstore-search)
473         (auth-source-plstore-create): Use it.
474
475 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
476
477         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
478         `gnus-refer-article-methods'.
479
480 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         * auth-source.el: Require EPA and EPG.
483         (auth-source-passphrase-alist): New variable.
484         (auth-source-passphrase-callback-function)
485         (auth-source-token-passphrase-callback-function): Callbacks for the
486         netrc field encryption (GPG tokens).
487         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
488         Symmetric encryption and decryption of the netrc GPG tokens.
489         (auth-source-netrc-normalize): Use them, simplifying the closure.
490
491 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
494         is available.
495
496 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
499         non-nil, and `nnimap-split-methods' is nil, use the former.
500
501 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
502
503         * plstore.el (plstore-revert): New function.
504         (plstore-open): Use it; hide the buffer from user.
505
506 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
507
508         * auth-source.el (auth-source-backend): New member "arg".
509         (auth-source-backend-parse): Handle new backend 'plstore.
510         * plstore.el: New file.
511
512 2011-06-30  Glenn Morris  <rgm@gnu.org>
513
514         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
515
516 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
519         expiring articles to.
520
521         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
522         variations as ASCII (bug#5458).
523
524 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
527
528 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * message.el (message-point-in-header-p): Tweak the function to default
531         to saying that we're not in the headers if there is no separator at
532         all.  This makes it possible to use the Message version of `M-q' in
533         buffers with no headers (bug#7987).
534         (message-point-in-header-p): Fix last checkin to work with an empty
535         mail-header-separator, too.
536
537         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
538         again, save the choice via customize.
539
540 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * message.el (message-send-mail-function): Add `sendmail-query-once'.
543
544         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
545         ended the connection, bail out before waiting infinitely on a new
546         connection.
547
548 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
549
550         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
551         reports.
552
553         * gnus.el (gnus-bug-package): Use "gnus."
554         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
555
556 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * dgnushack.el: Make the timer warning go away on XEmacs.
559
560         * gnus-art.el (gnus-article-stop-animations): New function to stop any
561         animations going on at article exit time.
562
563         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
564         since removing it breaks people upgrading.
565
566         * shr.el (shr-put-image): Use the new interface for animating images.
567         (shr-put-image): Animate for 60 seconds.
568
569         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
570         avoid compiler warnings.
571
572         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
573         error with `find-file-hooks' on Emacs 22.
574         (with-auth-source-epa-overrides): Ugly hack to Wrap the
575         `find-file-hook' things in `symbol-value' to avoid compilation warnings
576         on all architectures.
577
578         * spam.el (spam-stat): Require in a normal fashion without binding
579         `spam-stat-install-hooks' to avoid compilation warnings.
580
581         * spam-stat.el (spam-stat-install-hooks): Removed.
582         (spam-stat-install-hooks): Don't run automatically.
583
584 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
585
586         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
587         and keystroke.
588
589 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * auth-source.el (auth-source-netrc-cache): Move forward.
592
593 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * proto-stream.el (proto-stream-open-starttls): Use
596         `gnutls-available-p' to see whether we have built-in support.
597
598         * auth-source.el (auth-source-netrc-create): Don't query the bits that
599         we already know.
600         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
601         (auth-source-netrc-create): Don't prompt for the stuff we already know.
602
603 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
606         %S format, since that looks odd.
607         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
608         file, especially when saving.
609
610 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
611
612         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
613         article found.
614
615 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
618         `auth-source-save-secrets' with a more sensitive alist that can be
619         configured per file.  Experimental, so defaults to 'never.
620         (auth-source-netrc-create): Use it.  Still experimental code.
621         (with-auth-source-epa-overrides): Use `find-file-hooks' if
622         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
623
624 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
625
626         * auth-source.el (auth-source-save-secrets): New variable to control if
627         secret tokens should be saved encrypted.
628         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
629         to `auth-source-netrc-normalize'.
630         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
631         on the EPA variables being defined.
632         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
633         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
634         the lexical-let closure.
635         (auth-source-netrc-create): Create "gpg:" tokens according to
636         `auth-source-save-secrets'.
637
638 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * gnus-group.el (gnus-group-update-group): Add new argument
641         `info-unchanged' that stops updating dribble buffer.
642
643         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
644         deletes lines matching to it in dribble buffer.
645
646         * gnus-agent.el (gnus-agent-fetch-group-1):
647         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
648         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
649         * gnus-start.el (gnus-group-change-level):
650         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
651
652         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
653         if newsgroup info is not changed.
654
655         * gnus-group.el (gnus-group-get-new-news-this-group):
656         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
657         Don't update dribble buffer.
658
659 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * gnus-registry.el (gnus-registry-remove-ignored): New function to
662         remove entries with groups we ignore.
663
664 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
667         the underline comes at the bottom.
668
669 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
670
671         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
672         `gnus-registry-user-format-function-M' and declare the latter obsolete.
673         (gnus-registry-article-marks-to-names): Rename from
674         `gnus-registry-user-format-function-M2'.
675
676 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
679         ephemeral group.
680
681 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * shr.el (shr-browse-image): Copy the URL if called interactively.
684
685 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
688         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
689         done, then unselected articles may be marked as read.
690
691         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
692         since not doing this seems to lead to a race condition in pop3-logon.
693
694         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
695         so that the call chain it correct when we call "upwards".
696
697         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
698         in read-only groups.
699
700         * gnus-group.el (gnus-group-mark-article-read): Ditto.
701
702         * message.el (message-cite-reply-position): Doc string fix.
703
704         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
705         avoid regexp overflow.
706         (nnimap-transform-split-mail): Ditto.
707
708         * pop3.el (pop3-retr): Error out if the server closes the connection.
709
710 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
711
712         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
713         mm-with-unibyte-current-buffer.  The buffer should not contain any
714         multibyte chars anyway at this stage.
715
716 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
719         at the end of lines.
720
721 2011-05-29  Julien Danjou  <julien@danjou.info>
722
723         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
724
725 2011-05-27  Glenn Morris  <rgm@gnu.org>
726
727         * gnus-group.el (gnus-bug-group-download-format-alist):
728         Use the "maintainer" version of debian reports as well.
729
730 2011-05-26  Glenn Morris  <rgm@gnu.org>
731
732         * gnus-group.el (gnus-bug-group-download-format-alist):
733         Use the "maintainer" version of debbugs.gnu.org reports.
734
735 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
738
739 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
740
741         * gnus-cus.el (gnus-agent-customize-category):
742         * gnus-delay.el (gnus-delay-send-queue):
743         * gnus.el (gnus-other-frame):
744         Don't quote lambda expressions with `quote'.
745
746 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
749         the thread moves us backwards and so we loop forever.
750
751 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
754         whitespace in base64 data lines.
755
756 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * gnus-registry.el (gnus-registry-user-format-function-M):
759         Use `mapconcat'.
760         (gnus-registry-user-format-function-M2): Use to see the full text of
761         the marks.  Make "," the mark text separator.
762
763         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
764         authentication with auth-source.
765
766 2011-05-17  Glenn Morris  <rgm@gnu.org>
767
768         * gnus-group.el (gnus-import-other-newsrc-file):
769         Use insert-file-contents.
770
771 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
772
773         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
774         1000 iterations.
775
776 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * nntp.el (nntp-open-connection): Check if process-type is available.
779
780 2011-05-16  Julien Danjou  <julien@danjou.info>
781
782         * shr.el (shr-tag-del): Add support for del tag.
783
784 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-html.el (gnus-html-put-image): Register a displayer.
787
788         * shr.el (shr-image-displayer): Don't remove text props from alt text.
789
790 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
791
792         * registry.el (prune-factor): New initialization parameter defaulting
793         to 0.1.
794         (registry-prune-hard): Use it.
795
796         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
797         0.1 expicitly.
798
799 2011-05-13  Glenn Morris  <rgm@gnu.org>
800
801         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
802         is bound, since this function requires sendmail.
803
804 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * registry.el (registry-usage-test): Disable pruning test.
807
808 2011-05-11  David Engster  <dengste@eml.cc>
809
810         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
811         Bind set-network-process-option for XEmacs.
812
813 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * registry.el (registry-prune-hard-candidates)
816         (registry-prune-soft-candidates): Helper methods for registry pruning.
817         (registry-prune): Use them.  Make the sort function optional.
818
819 2011-05-10  Jim Meyering  <meyering@redhat.com>
820
821         * shr.el (shr-colorize-region): Fix typo "on on -> on".
822
823 2011-05-10  Julien Danjou  <julien@danjou.info>
824
825         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
826         symbol and not a list.
827
828 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * gnus-art.el (gnus-article-mode): Move binding of
831         shr-put-image-function here from gnus-article-prepare-display.
832
833         * shr.el (shr-put-image-function): New variable.
834         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
835         (shr-put-image): Return scaled image.
836
837         * gnus-art.el (gnus-shr-put-image): New function.
838         (gnus-article-prepare-display): Bind shr-put-image-function to it.
839
840         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
841         original ones, as deletable.
842
843 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
844
845         * nntp.el (nntp-open-connection): Set TCP keepalive option.
846
847 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * registry.el (registry-full): Add convenience method.  Fix logic.
850         (registry-insert): Use it.  Fix logic here too.
851
852         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
853         `registry-prune' if `registry-full' returns t.
854         (gnus-registry-handle-action)
855         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
856         (gnus-registry-usage-test): Use it.
857
858 2011-05-07  Julien Danjou  <julien@danjou.info>
859
860         * shr.el (shr-link): Make shr-link inherit from link by default.
861
862 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
863
864         * shr.el (shr-urlify, shr-link): Fix shr-link face.
865
866 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
867
868         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
869         error out because the face is not a list.
870
871 2011-05-05  Glenn Morris  <rgm@gnu.org>
872
873         * proto-stream.el (gnutls-negotiate): Fix declarations.
874
875         * gnus-start.el (gnus-propagate-marks): Declare.
876
877 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
878
879         * registry.el (registry-reindex): Fix percentage message.
880
881         * proto-stream.el (network-stream-open-starttls): Adjust to call
882         `gnutls-negotiate' with :process and :hostname arguments.
883
884 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * shr.el: Add shr-link face for links.
887         (shr-urlify): Use it.
888
889         * registry.el (registry-insert): Make error message more helpful.
890
891 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-html.el (gnus-html-schedule-image-fetching):
894         Use url-queue-retrieve, if it exists.
895
896         * shr.el (shr-tag-img): Ditto.
897
898         * gnus.el: Autoload more gnus-agent functions.
899
900         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
901         agent if we haven't already (bug#8502).
902
903         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
904         into the Agent, too.
905
906         * gnus-agent.el (gnus-agent-store-article): New function.
907
908         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
909         and moved from that file for reuse.
910
911         * pop3.el (pop3-open-server): Error messages are "-ERR".
912
913 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
916         (open-tls-stream): Remove superfluous tls/starttls autoloads.
917
918 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
919
920         * gnus.el: No Gnus v0.17 is released.
921
922 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
923
924         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
925         buffer has moved to a different frame.
926
927 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
930         to get the conversion from unibyte to multibyte buffers to work on
931         Emacs 22.
932
933         * nntp.el (nntp-request-article): Slight clean-up.
934
935 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * shr.el (shr-strike-through): New face.
938         (shr-tag-s): Use it to provide <s> support.
939         (shr-tag-s): Remove duplicate definition.
940
941 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
942
943         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
944         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
945
946 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
947
948         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
949         `gnutls-negotiate'.
950         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
951
952 2011-04-23  Glenn Morris  <rgm@gnu.org>
953
954         * gnus-sum.el (gnus-extra-headers): Bump :version.
955
956 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * shr.el (shr-tag-sup): New function.
959         (shr-tag-sub): Ditto.
960
961 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
964         for the case where `gnus-registry-ignored-groups' is a list of lists,
965         and don't call `gnus-parameter-registry-ignore' otherwise.
966
967 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
968
969         * nnimap.el (nnimap-user): New backend variable.
970         (nnimap-open-connection-1): Use it.
971         (nnimap-credentials): Accept user parameter so it's explicit what user
972         name is desired.
973
974         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
975         default.
976
977         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
978         not gnus-registry.el.
979
980         * gnus-registry.el: Mention in comments how to modify
981         `gnus-extra-headers' for proper recipient tracking and that it may
982         already have To and Cc recently, which it does as of this commit.
983         (gnus-registry-ignored-groups): Remove defcustom.
984         Explain why in comments.
985         (gnus-registry-action): Fix data-header reference to use the extra
986         headers.  Explain in package commentary how to add To and Cc headers to
987         the gnus-extra-headers.
988         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
989         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
990         parameter list or a string list in `gnus-registry-ignored-groups'.
991         Fix logic error.
992
993 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * shr.el (shr-expand-url): Protect against null urls.
996
997 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * shr.el (shr-base): New binding.
1000         (shr-tag-base): Keep track of <base>.
1001         (shr-expand-url): New function used throughout.
1002
1003 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * gnus-registry.el
1006         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1007         (gnus-registry-ignored-groups): New variable.
1008         (gnus-registry-ignore-group-p): Use it.
1009         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1010         set the destination group to nil (same as delete) if it's ignored.
1011
1012 2011-04-20  David Engster  <dengste@eml.cc>
1013
1014         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1015
1016         * Makefile.in (test-nntp): New rule.
1017         (check): Add it.
1018         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1019
1020 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * gnus-registry.el (gnus-registry-action)
1023         (gnus-registry-fetch-header-fast):
1024         Don't use mail-header that looks an internal function of mailheader.el.
1025
1026 2011-04-19  Glenn Morris  <rgm@gnu.org>
1027
1028         * time-date.el (time-to-days): Remove unused local variables.
1029
1030 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-registry.el: Eliminate cl functions.
1033         (gnus-registry-sort-addresses): New function that replaces mapcan.
1034         (gnus-registry-action, gnus-registry-spool-action)
1035         (gnus-registry-split-fancy-with-parent)
1036         (gnus-registry-fetch-recipients-fast): Use it.
1037         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1038
1039         * registry.el (initialize-instance, registry-lookup)
1040         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1041         (registry-lookup-secondary-value, registry-search, registry-delete)
1042         (registry-insert, registry-reindex, registry-size, registry-prune):
1043         Use eval-and-compile.
1044
1045 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * registry.el (registry-reindex): New method to recreate the secondary
1048         registry indices.
1049
1050         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1051         tracked field changes.
1052         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1053         (gnus-registry-action, gnus-registry-spool-action)
1054         (gnus-registry-handle-action)
1055         (gnus-registry--split-fancy-with-parent-internal)
1056         (gnus-registry-split-fancy-with-parent)
1057         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1058         move, and delete actions, and for fancy splitting with parent.
1059         (gnus-registry-extract-addresses)
1060         (gnus-registry-fetch-recipients-fast)
1061         (gnus-registry-fetch-header-fast): Convenience functions.
1062         (gnus-registry-misc-test): ERT test of
1063         `gnus-registry-extract-addresses'.
1064
1065 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1066
1067         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1068         Track by subject first, then sender.
1069
1070 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1071
1072         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1073
1074         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1075         Lisp.
1076
1077         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1078         (gnus-draft-send): Use it to avoid popping
1079         up frames from gnus-group-send-queue.
1080
1081 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1082
1083         * gnus-registry.el: Updated gnus-registry docs.
1084
1085 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1088         Fix logic bug.
1089         (gnus-registry-post-process-groups): Fix logging of no results and
1090         quote sender and subject.
1091
1092 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1095         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1096         gnutls-cli are too slow to be done opportunistically.
1097
1098         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1099         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1100         we had no early-data returned.
1101         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1102         two async commands to the same server at the same time.
1103
1104 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1105
1106         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1107
1108 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1111         "warning" level.
1112
1113         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1114         (mm-url-insert-file-contents): Don't set the package names.
1115
1116 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1117
1118         * gnus-registry.el (gnus-registry-action): Remove properties and
1119         simplify subject in `gnus-registry-handle-action'.
1120         (gnus-registry-spool-action): Get subject and sender from message if
1121         they are not passed in.
1122         (gnus-registry-handle-action): Remove properties and simplify subject
1123         consistently.
1124
1125 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1126
1127         * registry.el: Require CL before using defmacro*.
1128
1129 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-art.el (article-treat-date): Assume that
1132         gnus-article-date-headers may be a group parameter.
1133
1134 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1135
1136         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1137
1138         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1139         interactively so the newsrc file can contain foreign groups too.
1140         Useful for debugging but not much for users.
1141
1142 2011-04-07  David Engster  <dengste@eml.cc>
1143
1144         * registry.el (registry-usage-test): Only do
1145         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1146         lexical binding.
1147
1148 2011-04-07  David Engster  <dengste@eml.cc>
1149
1150         * Makefile.in (check, test-registry): New rules for test-suite.
1151
1152 2011-04-06  David Engster  <dengste@eml.cc>
1153
1154         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1155         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1156
1157 2011-04-06  David Engster  <dengste@eml.cc>
1158
1159         * registry.el (initialize-instance): Change :after to :AFTER to be
1160         compatible with old EIEIO version in XEmacs.
1161
1162 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * gnus-registry.el (gnus-registry-post-process-groups)
1165         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1166         and provide better messaging.
1167
1168 2011-04-06  David Engster  <dengste@eml.cc>
1169
1170         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1171         errors.
1172
1173         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1174         dgnushack-compile with error-on-warn enabled, and to signal an error if
1175         clean compilation failed.
1176         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1177         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1178
1179 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1180
1181         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1182         unconditionally anyway, discarding errors.
1183         (gnus-registry-delete-entries): New convenience function.
1184         (gnus-registry-import-eld): Import from old .eld registry.
1185
1186         * registry.el: Don't use ERT if it's not available.  Load it
1187         unconditionally anyway, discarding errors.
1188
1189         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1190         version from the Claudio Bley GnuTLS patch (extra optional parameters
1191         and host name).
1192
1193 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1196         fixup the parameters that can be customized by the user between
1197         save/read cycles.
1198         (gnus-registry-read): Use it.
1199         (gnus-registry-make-db): Use it.
1200         (gnus-registry-spool-action, gnus-registry-handle-action):
1201         Fix messaging.
1202         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1203         Map references to actual group names with sender and subject tracking.
1204         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1205         (gnus-registry-usage-test): Add subject lookup test.
1206
1207         * registry.el (registry-db, initialize-instance): Set up constructor
1208         instead of :initform arguments for the sake of older Emacsen.
1209         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1210         pre-lexbind merge bug.
1211         (registry-usage-test): Use it.
1212         (initialize-instance, registry-db): Move the non-function initforms
1213         back to the class definition.
1214
1215 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * registry.el: New library to manage gnus-registry-style data.
1218
1219         * gnus-registry.el: Use it (major rewrite).
1220
1221         * nnregistry.el: Use it.
1222
1223         * spam.el: Use it.
1224
1225 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1228         marks on non-selected articles.
1229
1230 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1231
1232         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1233         parameter to open-protocol-stream.
1234
1235 2011-04-01  Julien Danjou  <julien@danjou.info>
1236
1237         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1238         fundamental-mode.
1239
1240 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1243         servers.
1244
1245 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1248         made marks not propagate, again.
1249
1250 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1251
1252         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1253         Make this the default type.
1254         (proto-stream-open-plain): Rename from proto-stream-open-default.
1255         (open-protocol-stream, proto-stream-open-starttls)
1256         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1257         with `plain'.
1258
1259         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1260         value.
1261
1262         * nntp.el (nntp-open-connection-function): Document the fact that some
1263         values are not functions but are instead handled specially.
1264         Recognize nntp-open-plain-stream value.
1265         (nntp-open-connection): Recognize that value.
1266
1267 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1270         where it seems to be needed.
1271
1272 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1275         stuff.
1276
1277         * gnus-score.el (gnus-score-string): Fix calling convention of
1278         `gnus-simplify-buffer-fuzzy' after last patches.
1279
1280         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1281         server for articles we didn't get any headers for.  This is a sanity
1282         check.
1283
1284 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1285
1286         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1287         new CAPABILITY, use it.
1288
1289 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1292         downloading anything.
1293
1294         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1295
1296 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1297
1298         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1299         colors.
1300         (gnus-splash-svg-color-symbols): New function.
1301
1302 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1305         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1306         (gnus-simplify-subject-fuzzy): Use the local
1307         gnus-simplify-subject-fuzzy-regex instead of the global one.
1308         This makes using this variable in group parameters work.
1309
1310 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1311
1312         * gnus-registry.el (gnus-registry-unfollowed-groups):
1313         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1314         archive:sent-YYYY-MM-DD groups).
1315         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1316         tracking if there are more than `gnus-registry-max-track-groups'
1317         matches.
1318
1319 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1320
1321         * message.el (message--yank-original-internal): New function to do the
1322         insertion cleanly inside eval in `message-yank-original'.
1323         (message-yank-original): Use it.
1324
1325 2011-03-29  Julien Danjou  <julien@danjou.info>
1326
1327         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1328         local variables disabled rather than `normal-mode'.
1329
1330 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1331
1332         * imap.el (imap-shell-open, imap-process-connection-type):
1333         Use imap-process-connection-type for 'shell' streams as well as
1334         Kerberos, SSL, other subprocesses.
1335
1336 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1337
1338         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1339         with open-network-stream.
1340         (proto-stream-always-use-starttls): Option removed.
1341         (open-protocol-stream): Return a process object by default.  Provide a
1342         new parameter :return-list specifying a list-type return value, which
1343         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1344         :type `network' to `try-starttls', and `network-only' to `default'.
1345         Make `default' the default, for compatibility with open-network-stream.
1346         Handle the no-parameter case exactly as open-network-stream, with no
1347         additional stream processing.  Search plists using plist-get.
1348         Explicitly add :end-of-commend parameter if it is missing.
1349         (proto-stream-open-default): Rename from
1350         proto-stream-open-network-only.  Return 'default as the type.
1351         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1352         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1353         failed.  Always return a list with a (possibly dead) process as the
1354         first element, for compatibility with open-network-stream.
1355         (proto-stream-open-tls): Use plist-get.  Always return a list.
1356         (proto-stream-open-shell): Return `default' as connection type.
1357         (proto-stream-capability-open): Use plist-get.
1358         (proto-stream-eoc): Function deleted.
1359
1360         * nnimap.el (nnimap-stream, nnimap-open-connection)
1361         (nnimap-open-connection-1): Handle renaming of :type parameter for
1362         open-protocol-stream.
1363         (nnimap-open-connection-1): Pass a :return-list parameter
1364         open-protocol-stream to obtain a list return value.  Parse this list
1365         using plist-get.
1366
1367         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1368         for open-protocol-stream.  Accept open-protocol-stream return value
1369         that is a subprocess object instead of a list.  Handle the case of a
1370         dead returned process.
1371
1372 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1373
1374         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1375
1376         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1377
1378 2011-03-21  Julien Danjou  <julien@danjou.info>
1379
1380         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1381         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1382         query.
1383         (mm-inline-text): Render normal text with fontification whenever
1384         possible.
1385
1386         * gnus-sum.el (gnus-summary-save-parts-1):
1387         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1388         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1389         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1390         Use `mm-handle-filename'.
1391
1392         * mm-util.el (mm-handle-filename): New function, return the filename of
1393         an handle.
1394
1395 2011-03-18  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1398         (gnus-buffer-live-p): Check that buffer is not nil.
1399
1400 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1401
1402         * gnus.el: No Gnus v0.15 is released.
1403
1404 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1407         avoid warning on XEmacs.
1408
1409         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1410         on XEmacs.
1411
1412         * gnus-art.el: Require mouse, which the build bot seems to say is
1413         needed.
1414
1415         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1416
1417         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1418         XEmacs, since it doesn't have url-retrieve-synchronously.
1419
1420         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1421         since assoc-string doesn't exist in XEmacs.
1422
1423 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1424
1425         * gnus-group.el (gnus-group-list-ticked): New function.
1426         (gnus-group-make-menu-bar): Provide a menu entry for it.
1427         (gnus-group-list-map): Provide a binding for it.
1428
1429 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * shr.el (shr-visit-file): New command.
1432
1433         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1434
1435 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1436
1437         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1438         servers.
1439
1440 2011-03-16  Julien Danjou  <julien@danjou.info>
1441
1442         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1443         inline.
1444
1445         * gnus-art.el (article-hide-list-identifiers):
1446         Use gnus-group-get-list-identifiers.
1447
1448         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1449         (gnus-summary-remove-list-identifiers):
1450         Use gnus-group-get-list-identifiers to get regexp.
1451         (gnus-select-newsgroup, gnus-summary-insert-subject)
1452         (gnus-summary-insert-articles):
1453         Call gnus-summary-remove-list-identifiers unconditionally.
1454
1455 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1458         we're selecting a group with unread articles.
1459
1460         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1461
1462         * gssapi.el: New file separated out from imap.el to provide a general
1463         Kerberos 5 connection facility for Emacs.
1464
1465         * message.el (message-elide-ellipsis): Document the format spec
1466         ellipsis.
1467
1468 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * message.el (message-elide-region): Allow the ellipsis to say how many
1471         lines were removed.
1472
1473 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1476         window configurations containing buffers that are now dead.
1477
1478         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1479         parsing to avoid integer overflows.
1480         (nnimap-parse-flags): Simplify the last change.
1481         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1482         too large for 32-bit Emacsen.
1483
1484 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1485
1486         * auth-source.el (auth-source-netrc-create):
1487         * message.el (message-yank-original): Fix use of `case'.
1488
1489 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1490
1491         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1492         XEmacs, which was one character too wide.
1493
1494 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1495
1496         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1497         default number of articles to display.
1498         (gnus-articles-to-read): Use pretty names for prompt.
1499
1500 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * gnus-int.el (gnus-open-server): Ditto.
1503
1504         * gnus-start.el (gnus-activate-group): Give a backtrace if
1505         debug-on-quit is set and the user hits `C-g'.
1506         (gnus-read-active-file): Ditto.
1507
1508         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1509
1510 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1511
1512         * message.el (message-yank-original): Use cond instead of CL case.
1513
1514 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1515
1516         * auth-source.el (auth-source-netrc-create): Use usual format for the
1517         default in prompts.
1518
1519 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * lpath.el: Fbind read-char-choice for XEmacs.
1522
1523 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * auth-source.el (auth-source-netrc-create): Show the default in the
1526         prompt when prompting for token creation.
1527
1528 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1529
1530         * auth-source.el (auth-source-format-prompt): Always convert the value
1531         to a string to avoid evaluating non-string arguments.
1532         (auth-source-netrc-create): Offer default properly, not as initial
1533         content in `read-string'.
1534         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1535         of line to determine if we've been run before.  If so, don't run again,
1536         but print a trivial message to indicate the cache was hit instead.
1537
1538 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1541         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1542         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1543         Gnus.
1544
1545 2011-03-11  Julien Danjou  <julien@danjou.info>
1546
1547         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1548         modified file".
1549
1550 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1551
1552         * auth-source.el (auth-source-read-char-choice): New function to read a
1553         character choice using `dropdown-list', `read-char-choice', or
1554         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1555         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1556         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1557         (auth-source-netrc-saver): Use it.
1558         (auth-source-pick-first-password): New convenience function.
1559
1560 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1561
1562         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1563         parameter in the credentials.
1564         (nnimap-open-connection-1): Use it after a successful login.
1565         (nnimap-credentials): Add IMAP-specific user and password prompt.
1566
1567         * auth-source.el (auth-source-search): Add :require parameter, taking a
1568         list.  Document it and the :save-function return token.  Pass :require
1569         down.  Change the CREATED message from a warning to a debug statement.
1570         (auth-source-search-backends): Pass :require down.
1571         (auth-source-netrc-search): Pass :require down.
1572         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1573         Change save prompt to indicate all modifications saved here are
1574         deletions.
1575         (auth-source-netrc-create): Take user login name as default in user
1576         prompt.  Move all the save functionality to a lexically bound function
1577         under the :save-function token in the returned list.  Set up clearer
1578         default prompts for user, host, port, and secret.
1579         (auth-source-netrc-saver): New function, intended to be wrapped for
1580         :save-function.
1581
1582 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1585         lines to be spaces instead.
1586
1587 2011-03-07  Julien Danjou  <julien@danjou.info>
1588
1589         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1590         (sieve-sasl-auth): Check that auth-source-search did return something,
1591         or just return an empty string.
1592
1593 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1594
1595         * gnus.el (gnus-interactive): Use read-directory-name.
1596
1597         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1598         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1599         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1600         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1601         Likewise.
1602
1603         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1604
1605 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1608         onto the list of killed groups, too.  This makes killed nnimap groups,
1609         for instance, more reliably not reappear.
1610
1611         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1612         the parent.
1613
1614         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1615
1616         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1617         really have server-side marks.
1618
1619         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1620         since most backends do not usefully have server-side marks.
1621         (gnus-update-read-articles): Propagate marks to all backends that
1622         really have server-side marks.
1623
1624 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1625
1626         * message.el (message-cite-reply-position, message-cite-style):
1627         New variables.
1628         (message-yank-original): Use the new citation styles.
1629
1630 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1631
1632         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1633         buffer-local issue); don't mark it buffer-local when running under
1634         XEmacs.
1635
1636 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1637
1638         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1639         numbers too big to be `read'.
1640
1641 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1642
1643         * password-cache.el (password-in-cache-p): Add autoload.
1644
1645         * message.el (message-options): Make buffer-local two ways to attempt
1646         to fix a XEmacs bug.
1647
1648 2011-03-02  Julien Danjou  <julien@danjou.info>
1649
1650         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1651
1652 2011-03-01  Julien Danjou  <julien@danjou.info>
1653
1654         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1655         group.
1656         (article-hide-list-identifiers): Use list-identifier group parameter.
1657
1658 2011-02-28  Julien Danjou  <julien@danjou.info>
1659
1660         * sieve.el (sieve-buffer-script-name): New local variable to store
1661         sieve script name.
1662         (sieve-edit-script): Store sieve script name.
1663         (sieve-upload): Use sieve script name when uploading.
1664         (sieve-upload): Use substitute-command-keys.
1665         (sieve-edit-script): Use substitute-command-keys.
1666         (sieve-refresh-scriptlist): Use substitute-command-keys.
1667         (sieve-manage-mode-map): Define keymap properly.
1668         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1669         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1670         Remove commented code about cvs.
1671         (sieve-manage-quit): New function.
1672         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1673
1674 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1677
1678 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * auth-source.el (auth-source-search): Cache empty result sets.
1681
1682         * password-cache.el (password-in-cache-p): Convenience function to
1683         check if a key is in the cache, even if the value is nil.
1684
1685         * auth-source.el (auth-source-save-behavior): New variable to replace
1686         `auth-source-never-create'.
1687         (auth-source-netrc-create): Use it.
1688         (auth-source-never-save): Remove.
1689
1690 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1691
1692         * nnimap.el (nnimap-stream): Doc fix.
1693         (nnimap-open-connection-1): Reverse the order of the ports to that the
1694         prompted-for port is first.
1695
1696         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1697         retrieval by the no-group selection.
1698
1699         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1700         numerical parameters.
1701
1702 2011-02-25  Julien Danjou  <julien@danjou.info>
1703
1704         * gnus-gravatar.el: Use gnus-with-article-buffer.
1705
1706         * gnus-art.el (gnus-with-article-buffer): Check that the
1707         gnus-article-buffer is alive.
1708
1709 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1710
1711         * auth-source.el (auth-source-creation-prompts): New variable to manage
1712         creation-time prompts.
1713         (auth-source-search): Document it.
1714         (auth-source-format-prompt): Add utility function.
1715         (auth-source-netrc-create): Don't default the user name to
1716         user-login-name.  Use `auth-source-creation-prompts' and some default
1717         prompts for user, host, port, and password (the default generic prompt
1718         remains ugly).
1719         (auth-source-never-save): Add customizable option to never save info.
1720         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1721         mode excursion.
1722
1723 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1726         argument that XEmacs doesn't support.
1727
1728         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1729         compiled for Emacsen having no `libxml-parse-html-region' support.
1730
1731         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1732
1733         * lpath.el: Bind buffer-save-without-query for XEmacs.
1734
1735 2011-02-23  Julien Danjou  <julien@danjou.info>
1736
1737         * gnus-art.el (article-make-date-line): Ignore errors if time is
1738         invalid and not convertible.
1739         (article-make-date-line): Only add lapsed time if time is not nil.
1740
1741 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1742
1743         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1744         `read-char-choice' for backwards compatibility.
1745         (auth-source-netrc-element-or-first): New function to DTRT for
1746         parameter extraction.
1747         (auth-source-netrc-create): Use it and fix multiple parameter print
1748         bug.  Use the default passed from above (given-default) or the
1749         built-in (user-login-name for :user).
1750
1751 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-start.el (gnus-dribble-read-file):
1754         Set buffer-save-without-query, since we always want to save the dribble
1755         file, probably.
1756
1757         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1758         nnimap.
1759
1760         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1761         -summary- since it's a user-visible variable.
1762
1763         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1764         first time you use the new Gnus.
1765
1766 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1767
1768         * auth-source.el: Don't load netrc.el.
1769         (auth-sources): Search ~/.netrc as well by default.
1770         (auth-source-debug): Add 'trivia option for extra output.
1771         (auth-source-do-trivia): Use it.
1772         (auth-source-search): Simplify logic to use
1773         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1774         appropriate.  Don't keep a running count at this level.  Layer :create
1775         and :delete options appropriately on the first and second passes.
1776         Don't track the backend with the search results.
1777         (auth-source-search-backends): New function to search a list of
1778         backends for a processed spec.
1779         (auth-source-netrc-parse): Cache all netrc files, making
1780         auth-source-netrc-cache an alist keyed by the file name and using the
1781         file mtime as the caching criterion.  Keep the obfuscated data secret
1782         with a lexical bind.
1783         (auth-source-netrc-search): Don't calculate the length of the results
1784         unnecessarily.
1785         (auth-source-search-backends): Fix bug.
1786         (auth-source-netrc-create): Rework prompts.
1787
1788 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1789
1790         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1791         Lower case names of search constraints.
1792         (nnir-run-query): Cache and reuse search constraints for all imap
1793         servers.
1794
1795 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1796
1797         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1798         after exit.
1799         (gnus-setup-message): Define missing variable from last checkin.
1800
1801         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1802         value, show the raw article.
1803
1804 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1805
1806         * gnus.el: No Gnus v0.13 is released.
1807
1808 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1811         auth-source now accepts numbers.
1812
1813         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1814         spec, too.
1815         (auth-source-ensure-strings): New function.
1816
1817         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1818         (gnus-article-setup-buffer): Always restart the date timer so that user
1819         changes to the frequency is respected.
1820
1821         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1822         port numbers, so make sure it gets that if nnimap-server-port is
1823         explicit.
1824
1825 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1826
1827         * nnimap.el (nnimap-inbox): Doc fix.
1828
1829 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1830
1831         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1832         Autoload.  Add optional arg FRAME, and pass it to color-values.
1833         (color-complement): Caller changed.  Doc fix.
1834         (color-gradient): Rewrite for better clarity and efficiency.
1835
1836 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1837
1838         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1839         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1840         color-lab-to-srgb.
1841
1842 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1843
1844         * color.el: First part of merge from hexrgb.el.
1845         (color-rgb-to-hex): Rename from color-rgb->hex.
1846         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1847         saturation to zero if the value is too small.
1848         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1849         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1850         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1851         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1852         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1853         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1854         (color-cie-de2000): Doc fix.
1855
1856 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1859         given method as in the group name if we're using an extended method.
1860         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1861         command, if we're using that, instead of waiting for the beginning.
1862
1863         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1864         we're sure to get unique server names, and we don't output two async
1865         commands in the same buffer.  This fixes an NNTP hang for some users.
1866
1867 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1868
1869         * gnus.el: No Gnus v0.11 is released.
1870
1871 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1874         summary buffer before reading going to the next buffer.  This avoids
1875         putting the point in the group buffer if you `C-g' the command.
1876
1877         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1878         cache (for now) to make ~/.authinfo.gpg files usable.
1879
1880         * nnfolder.el (copyright-update): Define for the compiler.
1881
1882         * auth-source.el (auth-source-search): Fix unbound variable.
1883
1884 2011-02-19  Glenn Morris  <rgm@gnu.org>
1885
1886         * gnus.el (gnus-meta): Doc fix.
1887
1888 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1889
1890         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1891         in case it's not yet loaded.
1892
1893 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1894
1895         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1896         line we're waiting for.
1897
1898 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1899
1900         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1901         face with line-width greater than zero will cause RET in gnus summary
1902         buffer to scroll down article page-wise because auto vscroll happens,
1903         it should be temporalily disabled when doing a scroll-up.
1904
1905 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1908         outputs from the server.
1909
1910 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1911
1912         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1913         later so that bbdb can hook in easier.
1914
1915 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1916
1917         * auth-source.el (auth-source-search): Don't try to create credentials
1918         if the caller doesn't want that.
1919         (auth-source-search): If we don't find a match, don't bug out on
1920         non-bound variables.
1921         (auth-source-search): Only ask a single backend to create the
1922         credentials.
1923
1924         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1925         logging.
1926         (nnimap-credentials): Protect against auth-source-search returning nil.
1927         (nnimap-request-list): Protect against not being able to open the
1928         server.
1929
1930 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1931
1932         * auth-source.el (auth-source-search): Do a two-phase search, one with
1933         no :create to get the responses from all backends.
1934
1935         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1936         when getting credentials.
1937
1938         * gnus-util.el (gnus-delete-duplicates): New function.
1939
1940 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1943         a creation default, pass the whole port list down.  It will be
1944         completed.
1945
1946         * auth-source.el (auth-source-search): Updated docs to talk about
1947         multiple creation choices.
1948         (auth-source-netrc-create): Accept a list as a value (from the search
1949         parameters) and do completion on that list.  Keep a separate netrc line
1950         with the password obscured for showing the user.
1951
1952         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1953         first choice to `auth-source-search' so it will be used for entry
1954         creation instead of the server's Gnus-specific name.
1955         (nnimap-credentials): Rely on the auth-source library to select which
1956         port is actually wanted in the new netrc entry, so don't override
1957         `auth-source-creation-defaults'.
1958
1959         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1960         :protocol and accept a missing user, host, or port as a wildcard match.
1961         (auth-source-debug): Default to off.
1962
1963         (auth-source-netrc-search, auth-source-netrc-create)
1964         (auth-source-secrets-search, auth-source-secrets-create)
1965         (auth-source-user-or-password, auth-source-backend, auth-sources)
1966         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1967         instead of :protocol.
1968
1969         * nnimap.el (nnimap-credentials): Pass a port default to
1970         `auth-source-search' in case an entry needs to be created.
1971         (nnimap-open-connection-1): Use :port instead of :protocol.
1972
1973 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * auth-source.el: Bind load-path when loading EIEIO from
1976         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1977         21.4 doesn't support, to `require'.
1978         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1979         delete-dups that is not available in XEmacs 21.4.
1980
1981 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1982
1983         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1984         as EIEIO must also be loaded when auth-source.el is being
1985         byte-compiled.
1986
1987 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1988
1989         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1990
1991         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1992
1993         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1994
1995         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1996
1997         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1998
1999         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2000
2001         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2002
2003         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2004         necessary.
2005
2006 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2009         nil means that nnimap doesn't get updated.
2010
2011 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2014         result when the user doesn't want to write to the file.
2015         (auth-source-netrc-search): Expect a synthetic result and proceed
2016         accordingly.
2017         (auth-source-cache-expiry): New variable to override
2018         `password-cache-expiry'.
2019         (auth-source-remember): Use it.
2020
2021         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2022         parameter.  Create entry if necessary by using :create t.
2023         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2024
2025 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2026
2027         * auth-source.el (auth-source-debug): Enable by default and don't
2028         mention the obsolete `auth-source-hide-passwords'.
2029         (auth-source-do-warn): New function to debug unconditionally.
2030         (auth-source-do-debug): Use it.
2031         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2032         and for Secrets API entries when the secrets.el library is not
2033         available.
2034
2035 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2038         (gnus-summary-exit): Kill the correct article buffer on exit from a
2039         `C-d' group.
2040
2041         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2042         gnus-propagate-marks.
2043
2044         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2045         before killing the buffers so that a non-full window conf gets handled
2046         correctly.
2047         (gnus-summary-exit): Ditto.
2048         (gnus-summary-read-group-1): Ditto.
2049
2050         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2051         async code again so that we can debug it properly.
2052
2053         * message.el (message-reply): Take an optional switch-buffer parameter
2054         so that Gnus window confs are respected better.
2055
2056 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2057
2058         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2059         `plist-get' to accept non-list parameters (XEmacs issue).
2060         Fix docstring.
2061         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2062         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2063         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2064         Login collection is "Login" and not "login".
2065
2066 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2069         multiple headers.
2070
2071         * nnimap.el (nnimap-inhibit-logging): New variable.
2072         (nnimap-log-command): Don't log login commands.
2073
2074         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2075         to have more parameters.
2076
2077         * nnimap.el (nnimap-send-command): Mark the command time for each
2078         command, so that we don't get NOOPs stepping on our toes.
2079
2080         * gnus-art.el (article-date-ut): Get the date from the Date header on
2081         `t'.
2082
2083 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * auth-source.el (auth-source-search): Use copy-sequence instead of
2086         the cl.el copy-list.
2087
2088 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2089
2090         * imap.el: Bring it back (revert
2091         84d800cd31de3064f0ed39617d725709a2f8f42f).
2092
2093 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2094
2095         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2096         Improve prompt.
2097
2098 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2101         washing status from the default format.  It isn't very informative.
2102
2103 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2104
2105         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2106         Fix Gcc processing on imap.
2107
2108 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2109
2110         * imap.el: Remove file.  All the functionality is in nnimap.el.
2111
2112 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2113
2114         * message.el (message-bury): Don't pop up a new window when selected
2115         window is dedicated.
2116
2117 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2118
2119         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2120
2121 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2122
2123         * sieve-manage.el: Autoload `auth-source-search'.
2124         (sieve-sasl-auth): Use it.
2125
2126 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2127
2128         * nnimap.el: Autoload `auth-source-forget+'.
2129         (nnimap-open-connection-1): Use it if the connection fails.
2130
2131         * auth-source.el: Require `password-cache'.
2132         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2133         obsolete.
2134         (auth-source-magic): Marker for `password-cache' keys.
2135         (auth-source-do-cache): Update docstring.
2136         (auth-source-search): Use and check cache.
2137         (auth-source-forget-all-cached, auth-source-remember)
2138         (auth-source-recall, auth-source-forget, auth-source-forget+)
2139         (auth-source-specmatchp): Caching support functions.
2140         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2141         Remove and obsolete.
2142         (auth-source-user-or-password): Remove caching to further discourage
2143         using it.  Always hide passwords.
2144
2145         * password-cache.el (password-cache-remove): Accept secrets that are
2146         not strings.
2147
2148 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2151         code for now, since it doesn't work for all users.
2152
2153 2011-02-09  Julien Danjou  <julien@danjou.info>
2154
2155         * message.el (message-options): Make message-options really buffer
2156         local.
2157
2158 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2159
2160         * mail-source.el: Autoload `auth-source-search'.
2161         (mail-source-keyword-map): Note order matters.
2162         (mail-source-set-1): Get all the mail-source source values and
2163         defaults and search auth-source on those if needed.  This can all
2164         probably be simplified.
2165
2166         * nnimap.el: Autoload `auth-source-search'.
2167         (nnimap-credentials): Use it.
2168         (nnimap-open-connection-1): Ask for the virtual server and physical
2169         address in one shot.
2170
2171         * nntp.el: Autoload `auth-source-search'.
2172         (nntp-send-authinfo): Use it.  Note TODO.
2173
2174 2011-02-08  Julien Danjou  <julien@danjou.info>
2175
2176         * shr.el (shr-tag-body): Add support for text attribute in body
2177         markups.
2178
2179         * message.el (message-options): Make message-options a local variable.
2180
2181 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * auth-source.el (auth-source-secrets-search)
2184         (auth-source-user-or-password): Use `append' instead of `nconc'.
2185         (auth-source-user-or-password): Build return list better and protect
2186         against nil :secret.
2187
2188 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * nnimap.el (nnimap-update-info): Refactor slightly.
2191         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2192         (nnimap-update-info): Clean up slightly.
2193         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2194         characters.
2195         (nnimap-process-quirk): Rename function to avoid collision.
2196         (nnimap-update-info): Fix macrology bug-out.
2197         (nnimap-update-info): Simplify split history test.
2198
2199 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2200
2201         * auth-source.el (top): Require 'eieio unconditionally.
2202         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2203         (auth-source-secrets-search): Limit search when `max' is greater than
2204         number of results.
2205
2206 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2209         part not returning any data.
2210
2211         * proto-stream.el (open-protocol-stream): Document the return value.
2212
2213 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * auth-source.el (auth-source-secrets-search): Add examples.
2216
2217 2011-02-06  Julien Danjou  <julien@danjou.info>
2218
2219         * message.el (message-setup-1): Handle message-generate-headers-first
2220         set to t.
2221
2222 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2223
2224         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2225         API with a string "secrets:collection-name" and with 'default.
2226         (auth-source-backend-parse): Parse "secrets:collection-name" and
2227         'default.  Recurse on parses instead of repeating code.  Use the
2228         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2229         message when ignoring a source.
2230         (auth-source-search): List ignored search keys at the top level.
2231         (auth-source-netrc-create): Use `case' instead of `cond'.
2232         (auth-source-secrets-search): Created with TODOs.
2233         (auth-source-secrets-create): Created with TODOs.
2234         (auth-source-retrieve, auth-source-create, auth-source-delete)
2235         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2236         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2237         (auth-source-user-or-password-sftp)
2238         (auth-source-user-or-password-smtp): Remove.
2239         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2240         around `auth-source-search'.  Not tested thoroughly.
2241
2242 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * auth-source.el: Bring in assoc and eioeio libraries.
2245         (secrets-enabled): New variable to track the status of the Secrets API.
2246         (auth-source-backend): New EIOEIO class to represent a backend.
2247         (auth-source-creation-defaults): New variable to set prompt defaults
2248         during token creation (see the `auth-source-search' docstring for
2249         details).
2250         (auth-sources): Simplify to allow a simple string as a netrc backend
2251         spec.
2252         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2253         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2254         (auth-source-search): Main auth-source API entry point.
2255         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2256         (auth-source-search-collection): Helper function for searching.
2257         (auth-source-netrc-parse, auth-source-netrc-normalize)
2258         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2259         Supports search, create, and delete.
2260         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2261         backend stubs.
2262         (auth-source-user-or-password): Call `auth-source-search' but it's not
2263         ready yet.
2264
2265 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2266
2267         * message.el (message-setup-1): Remove the read-only stuff, since it
2268         doesn't work under XEmacs, for some reason.
2269
2270         * gnus-sum.el (gnus-user-date): Rename back from
2271         gnus-summary-user-date since user code refers to it.
2272
2273         * shr.el (shr-render-td): Store the actual background colour used.
2274
2275         * message.el (message-setup-1): Don't bind the constant
2276         -forbidden-properties.
2277         (message-setup-1): Revert previous change, since it needs to bind the
2278         props to insert them.
2279         (message-resend): Allow removing the read-only separator line.
2280
2281 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2282
2283         * nnimap.el (nnimap-request-accept-article): Give an error message if
2284         the APPEND wasn't successful.
2285
2286 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2287
2288         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2289         that have no groups.
2290
2291 2011-02-03  Julien Danjou  <julien@danjou.info>
2292
2293         * gnus-draft.el: Remove progn around gnus-draft-setup.
2294
2295 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-start.el (gnus-read-active-for-groups): This function is never
2298         called with a nil `infos', so clean that up.
2299         (gnus-get-unread-articles): Request active files from primary/secondary
2300         methods that have no groups (yet).
2301
2302 2011-02-03  Julien Danjou  <julien@danjou.info>
2303
2304         * message.el (message-setup-1): Always generate References first.
2305         (message-mail): Return the return value of message-setup, not always t.
2306         (message-setup-1): Insert mail-header-separator with read-only and
2307         intangible properties set.
2308
2309         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2310         user-date in docstring.
2311
2312         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2313
2314         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2315         docstring.
2316
2317         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2318         defcustom, with type and group. Move from gnus-util.el. Rename to
2319         gnus-summary-user-date-format-alist.
2320
2321 2011-02-03  Glenn Morris  <rgm@gnu.org>
2322
2323         * nnimap.el (gnus-fetch-headers): Declare.
2324
2325         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2326
2327 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2328
2329         * message.el (message-forward-make-body-digest-plain)
2330         (message-followup, message-reply): Clean up things noted by Stefan.
2331
2332         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2333         gnus-article-update-date-headers is nil.
2334         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2335         it didn't really work with defcustom.
2336         (article-update-date-lapsed): Make sure the window start doesn't move,
2337         either.
2338
2339 2011-02-01  Julien Danjou  <julien@danjou.info>
2340
2341         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2342         format.
2343
2344         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2345         standard in Emacs nowadays.
2346
2347         * color.el (color-gradient): Add a color-gradient function.
2348
2349 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2350
2351         * message.el (message-expand-name): Don't trust the return value of
2352         bbdb-complete-name.
2353         (message-check-news-header-syntax): Remove unused var `start'.
2354         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2355         (message-inhibit-body-encoding): Move to before first use.
2356         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2357         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2358         (Organization, Message-ID, Date, mh-previous-window-config):
2359         Defvar the vars using dynamic scoping.
2360
2361 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2362
2363         * shr.el (shr-render-td): Only do colours at the final rendering.
2364         Should be slightly faster.
2365         (shr-insert-table): Fix up TD background colours when doing the
2366         vertical padding.
2367
2368         * gnus-art.el (article-date-ut): Protect against articles with no Date
2369         header.
2370         (article-update-date-lapsed): Don't use current-column to find the
2371         horizontal position.  It's fragile in the presence of \003 characters.
2372
2373         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2374
2375 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-art.el (article-transform-date): Rewrite to still work when
2378         there are several rfc2822 parts.
2379         (article-transform-date): Fix infinite recursion.
2380         (article-date-ut): Replace infinitely many Date headers with a single
2381         one when called interactively.
2382
2383         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2384         secure manner.
2385
2386         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2387         move around by not using save-window-excursion.  It seems to work...
2388
2389 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-art.el (article-make-date-line): Work for user-defined format.
2392
2393 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nntp.el (nntp-retrieve-group-data-early)
2396         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2397         fetching functions.
2398
2399         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2400         thoroughly for all backends that have no known groups.  This should
2401         allow new nnml methods to retrieve mail.
2402
2403         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2404         that Gnus doesn't know exists again.
2405
2406         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2407         (gnus-treat-date-ut): Ditto.
2408         (gnus-article-update-date-header): Rename.
2409         (gnus-treat-date-local): Remove.
2410         (gnus-treat-date-english): Remove.
2411         (gnus-treat-date-lapsed): Remove.
2412         (gnus-treat-date-combined-lapsed): Remove.
2413         (gnus-treat-date-original): Remove.
2414         (gnus-treat-date-iso8601): Remove.
2415         (gnus-treat-date-user-defined): Remove.
2416         (gnus-article-date-headers): New variable to control all the date
2417         header options.
2418         (article-date-ut): Rewrite to allow using the new way to format date
2419         headers(s).
2420
2421 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2422
2423         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2424         method.
2425         (nnmail-article-group): A better test for fanciness.
2426
2427         * nnimap.el (nnimap-request-head): Protect against not finding the
2428         article by Message-ID.
2429
2430 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2433         keep point at the "same place".
2434
2435 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2436
2437         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2438         data if the group is unactivated.
2439
2440 2011-01-28  Julien Danjou  <julien@danjou.info>
2441
2442         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2443         (gnus-all-windows-visible-p): Remove old compatibility code.
2444         (gnus-window-top-edge): Add docstring.
2445
2446         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2447
2448 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2451         older request-update-info.
2452
2453         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2454
2455 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2456
2457         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2458         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2459
2460 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2463         groups.  This makes the nndraft:queue group pop up if it's not already
2464         there.
2465
2466         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2467         messages" logic, which was reversed.
2468
2469         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2470         the "same place" even if point is on the line being replaced.
2471         (article-update-date-lapsed): Allow updating both the combined lapsed
2472         and the lapsed headers.
2473         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2474         (article-make-date-line): Limit the number of segments dynamically to
2475         avoid too-long lines.
2476
2477 2011-01-27  Julien Danjou  <julien@danjou.info>
2478
2479         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2480         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2481
2482 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2485         Use plist-get instead of the cl function getf.
2486
2487 2011-01-27  Glenn Morris  <rgm@gnu.org>
2488
2489         * gnus-util.el (float-time): Get rid of compiler warning, again.
2490
2491 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2492
2493         * shr.el (shr-put-color): Special-case background colours: Do put them
2494         at the blank parts at the front of the lines.
2495
2496         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2497         exit hook to nix out all data on readedness on group exit.
2498
2499         * gnus-util.el (float-time): If float-time is bound, always use it on
2500         all Emacsen.  It's unclear why the subrp check was there.
2501         (time-date): Require to make some autoload issues on XEmacs go away.
2502
2503         * shr.el (shr-put-color): Don't do the box padding in tables, since
2504         they're already padded.
2505
2506 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus-art.el (gnus-article-next-page): When the last line of the
2509         article is displayed, scroll down once more instead of going to the
2510         next article at once.
2511         (article-lapsed-string): Refactor out and allow specifying how many
2512         segments you want.
2513         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2514         (gnus-article-update-lapsed-header): New variable.
2515
2516         * shr.el: Revert change that made headings use different-sized faces.
2517         The Emacs display engine isn't advanced enough that, for instance,
2518         tables can comfortably use differently-sized faces.
2519
2520 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2521
2522         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2523         used.
2524         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2525         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2526         we're using an encrypted connection.
2527
2528         * proto-stream.el: Alter the interface functions to also return the
2529         actual stream type used: network or tls.
2530
2531 2011-01-25  Julien Danjou  <julien@danjou.info>
2532
2533         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2534         (mm-display-javascript-inline): New function.
2535
2536         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2537         viewing function.
2538
2539 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * shr.el (shr-expand-newlines): Fix variable name.
2542
2543 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2544
2545         * shr.el (shr-expand-newlines): Make nested boxes work.
2546
2547 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2548
2549         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2550         backgrounds.
2551         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2552         in a more sensible manner.
2553
2554 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2555
2556         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2557         if EPG is loaded.
2558
2559 2011-01-24  Julien Danjou  <julien@danjou.info>
2560
2561         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2562         tags.
2563
2564 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2567         commands.
2568
2569         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2570         in the article buffer.
2571         (gnus-gravatar-insert): Use blank space from the current buffer to
2572         avoid breaking text properties.  This makes X-Sent updating work again.
2573
2574         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2575
2576 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2579         fix the bug in url-http.el instead.
2580
2581         * shr.el (shr-image-fetched): Ditto.
2582
2583         * shr.el (shr-image-fetched): Avoid having point move in the article
2584         buffer.
2585
2586         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2587         buffer after being called.  It's apparently being killed by url.el, and
2588         killing it made point move to end-of-buffer in a random buffer.
2589
2590         * shr.el (shr-image-fetched): Ditto.
2591
2592 2011-01-23  Julien Danjou  <julien@danjou.info>
2593
2594         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2595
2596         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2597         text/x-org.
2598
2599 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2602         (i.e., nnimap) returning nil as the article number.
2603
2604 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2605
2606         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2607         "DelSp" parameter in RFC3676.
2608
2609 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * message.el (message-check-recipients): Display the encoded version of
2612         the bogus address if they differ.
2613
2614         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2615         after sending.
2616
2617         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2618
2619         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2620
2621         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2622         group buffer after sending the queue.
2623
2624         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2625
2626 2011-01-22  Julien Danjou  <julien@danjou.info>
2627
2628         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2629
2630 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2633         nested related parts.
2634
2635         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2636         unexpired articles.  This fixes the regression that led expiry marks to
2637         disappear from nnfolder groups.
2638
2639 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2640
2641         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2642         Don't confuse the "ret" of "retrograde" with RET.
2643
2644 2011-01-21  Julien Danjou  <julien@danjou.info>
2645
2646         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2647         than mm-insert-inline.
2648
2649 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2652         Widen article buffer.
2653
2654 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2655
2656         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2657         the temp buffer.
2658         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2659
2660 2011-01-20  Julien Danjou  <julien@danjou.info>
2661
2662         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2663
2664         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2665         than mm-insert-inline to insert inline part: this respect
2666         mm-inline-media-tests displayers.
2667
2668         * mm-view.el (mm-display-shell-script-inline): New function.
2669
2670         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2671
2672         * mm-uu.el (mm-uu-type-alist): Add org block.
2673         (mm-uu-org-src-code-block-extract): New function.
2674
2675         * mm-view.el (mm-display-org-inline): New function.
2676
2677         * mm-decode.el (mm-automatic-display): Add text/org.
2678
2679         * mailcap.el (mailcap-mime-extensions): Add .org.
2680
2681 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2684         gnus-article-add-buttons.
2685
2686 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2687
2688         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2689         From header with a date and "nobody" as the sender.
2690
2691 2011-01-19  Julien Danjou  <julien@danjou.info>
2692
2693         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2694         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2695         if you have the same regexp several times.
2696         (gnus-button-push): Fix matching when regexp is symbol.
2697
2698 2011-01-15  Glenn Morris  <rgm@gnu.org>
2699
2700         * message.el (message-mail): A compose-mail function should
2701         accept headers as strings.
2702
2703 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2704
2705         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2706         Add :vert-only tags.
2707         (message-mail): New arg RETURN-ACTION.
2708         (message-return-action): New var.
2709         (message-bury): Use it.
2710         (message-mode): Make it buffer-local.
2711         (message-send-and-exit): Always call message-bury.
2712
2713         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2714         message-mail.
2715
2716 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnimap.el (nnimap-convert-partial-article): Protect against
2719         zero-length body parts.
2720
2721         * mm-decode.el (mm-preferred-alternative-precedence):
2722         Discourage showing empty parts.
2723
2724         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2725         and stuff if the backend didn't return the article number.  This fixes
2726         an Exchange-related nnimap bug.
2727
2728         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2729         group window, because it does the wrong thing when a separate frame
2730         displays the group buffer.
2731
2732         * proto-stream.el (open-protocol-stream): Protect against the low-level
2733         transport functions returning nil.
2734
2735 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2736
2737         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2738         (mml2015-epg-find-usable-secret-key): New function.
2739         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2740         mml2015-epg-find-usable-key (Bug#7797).
2741         (mml2015-epg-encrypt): Ditto.
2742
2743 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * dgnushack.el (rot13-string): Fix the way to get the argument.
2746
2747 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2750
2751 2011-01-03  Glenn Morris  <rgm@gnu.org>
2752
2753         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2754
2755         * sieve.el (sieve-open-server): Give a more explicit error if
2756         sieve-manage-open returns nil.  (Bug#7720)
2757
2758 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2759
2760         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2761
2762 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2765         This avoids sending passwords in plain text over non-encrypted
2766         channels.
2767
2768         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2769
2770         * nnimap.el (nnimap-login): Refactored out into own function, and
2771         implement CRAM-MD5.
2772         (nnimap-wait-for-line): Refactored out.
2773
2774         * mm-view.el (mml-smime): Require.
2775
2776 2010-12-20  David Engster  <deng@eml.cc>
2777
2778         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2779         use EPG to decrypt S/MIME messages instead of openssl.
2780
2781 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2784
2785         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2786         status is the group clearly is unreachable.
2787
2788         * auth-source.el (auth-source-create): Add the optional second
2789         parameter to `local-variable-p' to be compatible with XEmacs.
2790
2791 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2792
2793         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2794         work when using a compressed nnml folder.
2795
2796 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2799         backends after sanitising on entry, because this never makes sense:
2800         If the articles have gone missing, then the data no longer exists on
2801         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2802         overwrite anything anyway.
2803
2804         * shr.el (shr-insert-document): Bind shr-width dynamically to
2805         window-width if it's nil.
2806
2807 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2808
2809         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2810         with the meaning of using the full emacs window width for rendering.
2811
2812 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2813
2814         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2815         case when sender is not given.
2816
2817 2010-12-23  Julien Danjou  <julien@danjou.info>
2818
2819         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2820         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2821         the addresses, otherwise we might misplaced the gravatar.
2822
2823 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2824
2825         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2826         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2827         obsolete in Emacs.
2828
2829 2010-12-20  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-util.el (gnus-rescale-image): Revert last change.
2832
2833 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2834
2835         * binhex.el: Improve commentary (Bug#7482).
2836
2837 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * gnus-group.el (gnus-group-delete-articles): New command.
2840
2841 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2842
2843         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2844
2845 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2848         here, since it's up to the backends to do CRLF removal if their
2849         protocol has it.
2850
2851         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2852
2853 2010-12-17  Julien Danjou  <julien@danjou.info>
2854
2855         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2856         they are from file. Can also scale up.
2857
2858 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2859
2860         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2861         gnus-use-agent.
2862         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2863
2864         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2865
2866 2010-12-17  Julien Danjou  <julien@danjou.info>
2867
2868         * gravatar.el (gravatar-retrieve-synchronously): New function.
2869         (gravatar-get-data): Make more robust.
2870
2871 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2874
2875 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2878         to really consider the last line.
2879
2880 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2881
2882         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2883         list of recipient keys, or use symmetric encryption if not a list.
2884         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2885         EPA override, replacing the call to `netrc-store-data'.
2886
2887 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2888
2889         * gnus-srvr.el: Avoid passing nil regexp argument to
2890         delete-matching-lines.
2891
2892 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2895         fetching stops when Gnus exits.
2896
2897         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2898         function.
2899         (nnfolder-request-expire-articles): Save all the buffers after doing
2900         expiry.
2901
2902         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2903         the last article", since that led to serious performance regressions
2904         when expiring nnml groups.
2905
2906 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2907
2908         * nnir.el: Improve customizations.
2909
2910 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2913
2914         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2915         group has been killed.
2916         (gnus-group-yank-group): Ditto.
2917
2918         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2919
2920         * nnimap.el (nnimap-request-update-group-status): New function.
2921
2922         * gnus-int.el (gnus-request-update-group-status): New interface
2923         function.
2924
2925         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2926         copying read-ness to the backends.
2927
2928         * nnimap.el (nnimap-quirk): New function.
2929         (nnimap-retrieve-group-data-early): Use it.
2930         (nnimap-quirks): New alist.
2931
2932 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2935         don't delete it within indentation.
2936
2937 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2940         previous line.
2941
2942 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2945         QRESYNC command by deleting a superfluous space which broke Cyrus
2946         servers.  This change will break other servers that are buggy the other
2947         way around.
2948
2949 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2950
2951         * spam.el: Reindent and fix long lines.
2952         (spam-copy-or-move-routine): Exclude invalid move destinations.
2953
2954 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2955
2956         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2957         installed the registry.
2958
2959 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2962
2963 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2964
2965         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2966         groupname doesn't contain "gmane".
2967
2968 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2971         and netrc-bound-and-true-p bindings.
2972         (netrc-parse): Cache the netrc contents.
2973
2974         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2975         (gnus-1): Don't create the nndrafts group twice.
2976         (gnus-setup-news): There's no need to read the active file here, since
2977         that's done again later on a per-backend basis.
2978         (gnus-start-draft-setup): Make sure that the new group is started out
2979         empty.
2980
2981         * gnus-agent.el (gnus-agentize): Don't create the queue group
2982         automatically on startup.  It'll be created later, if needed.
2983
2984         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2985         of automatically subscribed groups.
2986         (gnus-auto-subscribed-categories): New variable.
2987         (gnus-matches-options-n): Use it.
2988         (gnus-default-subscribed-newsgroups): Remove unused variable.
2989         (gnus-start-draft-setup): Message a bit less.
2990
2991 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2992
2993         * nnir.el (nnir-run-imap): Return article list in order of increasing
2994         UID.
2995
2996 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * gnus-sum.el (gnus-summary-enter-digest-group):
2999         Mention gnus-auto-select-on-ephemeral-exit.
3000
3001         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3002         convention of the network-only option.
3003
3004 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * proto-stream.el (proto-stream-open-network-only): New function to
3007         have a way to specify non-STARTTLS upgrade connections.
3008
3009 2010-12-10  Julien Danjou  <julien@danjou.info>
3010
3011         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3012         email address is nil.
3013
3014         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3015
3016 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3017
3018         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3019         deletion.
3020         (nnir-run-imap): Only need to parse list once.
3021
3022 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * shr.el (shr-tag-script): Ignore <script>.
3025         (shr-tag-label): Add <label> support.
3026
3027 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3030
3031         * shr.el (shr-image-displayer): Work for images lined side by side.
3032
3033 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3034
3035         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3036         parameter, since XEmacs doesn't accept t as a parameter.
3037
3038 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3039
3040         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3041         ids.
3042         (nnir-run-gmane): Simplify groupspec formatting.
3043         (nnir-request-expire-articles): New function.
3044
3045 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3048         overflow, possibly.
3049
3050         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3051         (shr-render-td): Handle td style="" better.
3052         (shr-tag-table): Use the color from the style sheet.
3053         (shr-render-td): Make sure we copy over all the overlays, too.
3054
3055 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3056
3057         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3058         (nnir-request-article): Improve article retrieval.
3059
3060 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * mm-util.el (mm-extra-numeric-entities): New variable.
3063
3064         * mm-url.el (mm-url-decode-entities):
3065         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3066
3067         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3068
3069 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3070
3071         * message.el: Use completion-at-point.
3072         (message-completion-function): New fun, extracted from message-tab.
3073         (message-mode): Use it for completion-at-point-functions.
3074         (message-tab): Use it and completion-at-point.
3075
3076 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3079         character if a non-breakable character follows.
3080
3081 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3084         any stream.
3085
3086         * shr.el (shr-tag-font): Colorize the region.
3087         (shr-tag-body): Ditto.
3088         (shr-tag-font): Actually let the styles be inherited instead of
3089         overwriting them.
3090         (shr-tag-font): Get the background color right.
3091         (shr-tag-style): Ignore all <style> tags for the moment.
3092
3093         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3094         a Message-ID to avoid having nnimap depend on gnus-sum.
3095
3096         * shr.el (shr-descend): Only colorize something if we have a node that
3097         sets colors.
3098
3099 2010-12-06  Julien Danjou  <julien@danjou.info>
3100
3101         * shr.el (shr-render-td): Render td content with shr-descend, so style
3102         will be applied to <td> too.
3103         (shr-colorize-region): Colorize region even if we only have a background.
3104         (shr-tag-body): Fix color and background color inheritance.
3105         Do not recolorize after shr-generic.
3106         (shr-tag-font): Let shr-generic colorize via inheritance.
3107
3108 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3111
3112 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3113
3114         * nnir.el (nnir-request-move-article): Remove obsolete code.
3115
3116 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3119
3120 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus-sum.el (gnus-summary-respool-article): The completion function
3123         expects a list instead of an alist.
3124
3125         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3126         string as the parameter.
3127
3128         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3129
3130         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3131         styles.
3132         (shr-colorize-region): New function.
3133         (shr-insert-background-overlay): Remove.
3134         (shr-render-td): Background setting should be taken care of on a higher
3135         level.
3136         (shr-tag-body): Use post-hoc colorizations.
3137         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3138         (shr-put-color-1): Don't overwrite old colors.
3139         (shr-colorize-region): When the background color isn't explicit, use
3140         a fixed background.
3141
3142         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3143         nnmail variables.
3144
3145 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3146
3147         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3148         unless necessary.
3149
3150 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3151
3152         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3153         server.
3154
3155 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3158         so that TAB works.
3159
3160         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3161         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3162
3163         * shr.el (shr-urlify): Show the URL before the title to avoid
3164         misleading URLs.
3165
3166 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3167
3168         * shr.el (shr-urlify): Display the title in <a> tags.
3169
3170 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3171
3172         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3173
3174 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3175
3176         * nnir.el: Rearrange code to allow macros to be autoloaded by
3177         gnus-sum.el.
3178         (nnir-retrieve-headers-override-function): Make this variable
3179         customizable.
3180         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3181
3182         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3183         from nnir.el.
3184
3185 2010-12-03  Julien Danjou  <julien@danjou.info>
3186
3187         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3188
3189 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3192         allow optional argument `environment'.
3193
3194 2010-12-03  Glenn Morris  <rgm@gnu.org>
3195
3196         * mm-extern.el (message-goto-body): Update declaration.
3197
3198 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * gnus-util.el (gnus-macroexpand-all): New function.
3201
3202         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3203         instead of macroexpand-all that is unavailable in XEmacs.
3204
3205 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3206
3207         * nnir.el (nnir-summary-line-format): New variable.
3208         (nnir-mode): Use it.
3209         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3210         (nnir-article-ids): Reimplement as defsubst.
3211         (nnir-retrieve-headers): Don't mangle the subject header.
3212         (nnir-run-imap): Use 100 as RSV score.
3213         (nnir-run-find-grep): Fix for full server searching.
3214         (nnir-run-gmane): Better restriction to gmane groups.
3215
3216         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3217         summary buffers.
3218
3219 2010-12-02  Julien Danjou  <julien@danjou.info>
3220
3221         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3222
3223         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3224
3225         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3226         support.
3227
3228 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3229
3230         * nnir.el: Update to handle the registry better.
3231         (autoload): Silence byte-compiler.
3232         (nnir-open-server): Add a hook for nnir groups.
3233         (nnir-request-move-article): Don't mangle the header. Better to use
3234         formating variables (which will be added in the future).
3235         (nnir-registry-action): Update the registry using the original article
3236         group name.
3237         (nnir-mode): Install nnir-specific hooks for updating the registry.
3238
3239         * gnus-sum.el
3240         (gnus-article-original-subject,gnus-newsgroup-original-name):
3241         Remove obsolete variables.
3242         (gnus-summary-move-article): Remove use of obsolete variables.
3243         (gnus-summary-local-variables): Make move and delete hooks local to
3244         summary buffers.
3245
3246 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * rtree.el: New file.
3249
3250 2010-12-01  Julien Danjou  <julien@danjou.info>
3251
3252         * message.el (message-user-organization): Do not use
3253         gnus-local-organization.
3254
3255         * gnus.el: Remove gnus-local-organization.
3256
3257         * gnus-msg.el: Remove nastygram thing.
3258
3259 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3260
3261         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3262         funcall.
3263
3264 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3267         names.
3268
3269         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3270         characters.
3271
3272         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3273         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3274         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3275         (gnus-gravatar-transform-address): Use mail-extract-address-components
3276         that supports non-ASCII names rather than mail-header-parse-addresses.
3277
3278 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * proto-stream.el (open-protocol-stream): All starttls connections are
3281         handled by the network handler.
3282
3283 2010-11-30  Julien Danjou  <julien@danjou.info>
3284
3285         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3286         (nnimap-open-connection-1): Fix PREAUTH.
3287
3288         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3289
3290 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3293         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3294         (shr-insert): Use them.
3295         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3296
3297 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3298
3299         * nnir.el (nnir-request-move-article): Bail out if original group
3300         doesn't support article moves.
3301         (nnir-get-active): Improve active list retrieval.
3302
3303 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3306
3307 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3308
3309         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3310         seem to accept strings-with-numbers as port numbers,
3311
3312 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3313
3314         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3315         change the registry.
3316
3317 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3320         delete-dups that is not available in XEmacs 21.4.
3321
3322         * mm-util.el (mm-delete-duplicates): Add comment.
3323
3324 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3325
3326         * nnir.el (nnir-ignored-newsgroups): New variable.
3327         (nnir-get-active): Use it.
3328
3329 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * proto-stream.el (proto-stream-open-network): Add some comments.
3332
3333         * nntp.el (nntp-open-connection): Provide a :success condition.
3334
3335         * nnimap.el (nnimap-open-connection-1): Ditto.
3336
3337         * proto-stream.el (proto-stream-open-network): See what the response to
3338         the STARTTLS command is.
3339
3340         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3341         backwards compatibility).
3342         (nnimap-open-connection-1): Really respect nnimap-server-port.
3343
3344         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3345         TLS upgrades we don't really care about the identity of the peer.
3346         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3347         that what we've checked for.
3348         (proto-stream-always-use-starttls): Only default to t if
3349         open-gnutls-stream exists.
3350         (proto-stream-open-network): If STARTTLS failed, then just open a
3351         normal connection.
3352         (proto-stream-open-network): Wait until the greeting before doing
3353         STARTTLS.
3354
3355         * nntp.el (nntp-open-connection): Report what the connection error is.
3356
3357         * proto-stream.el (open-protocol-stream): Rename from
3358         open-proto-stream.
3359
3360 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * nnimap.el (nnimap-stream): Change default to `undecided'.
3363         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3364         first, and then network.
3365         (nnimap-open-connection-1): Respect nnimap-server-port.
3366         (nnimap-open-connection): Be more backwards-compatible.
3367
3368         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3369         (proto-stream-open-starttls): De-duplicate the starttls code.
3370         (proto-stream-open-starttls): Folded back into the main function.
3371         (proto-stream-open-network): Fix typo in the gnutls path.
3372         (proto-stream-command): Refactor out.
3373
3374         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3375
3376         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3377         starttls.el STARTTLS.
3378
3379         * color.el (color-lab->srgb): Fix function call name.
3380
3381         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3382         if we're using tls.el.
3383         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3384         built in, then don't try to establish a STARTTLS connection.
3385
3386         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3387         servers.
3388
3389         * proto-stream.el (open-proto-stream): Use network, not stream.
3390         (open-proto-stream): Add a way to specify what the end of a command is.
3391
3392         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3393         connections types.
3394         (nntp-open-network-stream): Remove.
3395         (nntp-open-ssl-stream): Remove.
3396         (nntp-open-tls-stream): Remove.
3397         (nntp-ssl-program): Remove.
3398
3399         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3400
3401 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3402
3403         * nnir.el: Fix typos.
3404         (nnir-retrieve-headers-override-function): Rename variable to reflect
3405         new semantics.
3406         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3407         macros.
3408         (nnir-request-article, nnir-request-move-article): Use them.
3409         (nnir-categorize): New function.
3410         (nnir-run-query): Use it.
3411         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3412         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3413         sorted.
3414         (nnir-group-full-name): Use gnus-group-full-name instead.
3415         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3416         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3417
3418 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3421
3422         * proto-stream.el: New library to provide protocol-specific
3423         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3424         protocols.
3425         (open-proto-stream): Complete the documentation.
3426         (proto-stream-open-network): Fix some typos.
3427
3428         * nnimap.el (nnimap-open-connection): Use it.
3429
3430 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3431
3432         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3433         negotiation.
3434
3435 2010-11-26  Julien Danjou  <julien@danjou.info>
3436
3437         * color.el: Rename various rgb functions to srgb.
3438
3439 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440
3441         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3442         names.
3443
3444 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * shr.el (shr-insert): Revert last change.
3447         (shr-find-fill-point): Never leave point being at bol;
3448         relax the kinsoku limitation when rendering tables.
3449
3450 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3453         results from -accept-article.
3454
3455         * shr-color.el: Require cl when compiling.
3456
3457         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3458         checkin.
3459
3460         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3461
3462         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3463
3464         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3465         'add and 'delete to set backend marks.
3466
3467         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3468
3469         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3470
3471         * nntp.el (nntp-request-set-mark): Use it.
3472
3473         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3474
3475         * nnml.el (nnml-request-set-mark): Ditto.
3476
3477         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3478         introduces regressions in article selection.
3479         (nnimap-find-uid-response): New function.
3480         (nnimap-request-accept-article): Use the UID returned, if any.
3481         (nnimap-request-move-article): Use the UID returned, if any.
3482         (nnimap-get-groups): Reimplement to work with folded lines.
3483         (nnimap-find-uid-response): The UID is the last element in the list.
3484         (nnimap-request-set-mark): Extend syntax with 'set.
3485
3486         * nnml.el (nnml-request-set-mark): Ditto.
3487
3488         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3489
3490         * nntp.el (nntp-request-set-mark): Ditto.
3491
3492 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * message.el (message-called-interactively-p): A temporary macro.
3495         (message-goto-body): Use it temporarily.
3496
3497 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3500         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3501         (nnimap-last-response-string): Fix last unfolding fix.
3502
3503 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * shr.el (shr-insert): Fix the way to fold lines.
3506
3507 2010-11-25  Julien Danjou  <julien@danjou.info>
3508
3509         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3510
3511         * color.el: Rename from color-lab.el
3512         (color-rgb->hex): Add.
3513         (color-complement): Add.
3514         (color-complement-hex): Add.
3515
3516         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3517
3518 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3521         don't exist.
3522
3523 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3526         assuming that article displaying or another mml-preview may be
3527         interrupted for an error or for the like.
3528
3529         * shr.el (shr-get-background): Fix argument name.
3530
3531 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3534
3535         * gnus-sum.el (gnus-summary-include-articles): New function.
3536
3537         * message.el (message-goto-body): called-interactively-p needs a
3538         parameter, so use `any'.
3539
3540         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3541         clear marks before moving, since they're synced from the Gnus side
3542         first.
3543
3544         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3545         (gnus-summary-move-article): Copy over all marks before moving, so that
3546         IMAP doesn't think a new article has arrived.
3547
3548 2010-11-24  Julien Danjou  <julien@danjou.info>
3549
3550         * shr.el (shr-insert-background-overlay): Fix typo.
3551         (shr-render-td): Copy the background before rendering.
3552
3553         * shr-color.el (shr-color-visible): Fix docstring.
3554
3555         * shr.el (shr-tag-table): Add bgcolor support.
3556         (shr-render-td): Add bgcolor support.
3557         (shr-get-background): Add.
3558         (shr-insert-foreground-overlay): Use shr-get-background.
3559
3560         * message.el (message-goto-body): Use called-interactively-p.
3561         (message-in-body-p): message-goto-body returns point.
3562
3563 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3566         Fixes something or other in Emacs 23, and is backwards compatible.
3567
3568         * message.el (message-goto-body): Remove the <#secure special-casing,
3569         which is too special.
3570
3571         * shr.el (shr-parse-style): Drop !important from styles.
3572
3573 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3574
3575         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3576         this function to return incorrect results when calling it with an
3577         explicit article argument different from
3578         (gnus-summary-article-number).
3579
3580 2010-11-24  Julien Danjou  <julien@danjou.info>
3581
3582         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3583         (shr-tag-body): Add background support.
3584         (shr-descend): Add background support.
3585         (shr-tag-title): Add.
3586
3587         * shr-color.el (shr-color-visible): Really return original background
3588         if fixed.
3589
3590 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * shr.el (shr-color-check): Protect against non-existent colour names.
3593
3594 2010-11-24  Julien Danjou  <julien@danjou.info>
3595
3596         * color-lab.el: Require 'cl when compiling.
3597
3598         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3599
3600         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3601         matched part.
3602
3603         * color-lab.el: Fix all expt calls to use float type.
3604
3605 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3608         expression to shr-color-check as is.
3609
3610         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3611
3612         * color-lab.el: Add coding cookie.
3613         (float-pi): Use eval-and-compile.
3614
3615         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3616         compiled for Emacsen having no `libxml-parse-html-region' support.
3617
3618 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * shr.el (shr-insert-color-overlay): Split stuff like
3621         "#444444 !important" to find the real colour.
3622         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3623         parse <font color="red"> entries.
3624
3625 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3626
3627         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3628         point when parsing headers.
3629
3630         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3631         is positioned properly when parsing headers.
3632
3633 2010-11-23  Julien Danjou  <julien@danjou.info>
3634
3635         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3636
3637         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3638
3639         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3640
3641         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3642         Use shr-color-hue-to-rgb.
3643         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3644
3645 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * shr.el (shr-color->hexadecimal): Autoload.
3648         (shr-descend): Add color to all tags.
3649
3650 2010-11-22  Julien Danjou  <julien@danjou.info>
3651
3652         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3653         shr-color->hexadecimal.
3654
3655         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3656         RGB() or HSL() color representation.
3657
3658         * shr.el (shr-tag-font): Add.
3659         (shr-tag-color-check): New function to get better colors.
3660         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3661         tag-span.
3662
3663         * shr-color.el: New file.
3664
3665         * color-lab.el: New file.
3666
3667         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3668
3669 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3670
3671         * nnir.el: Fix typo in comments.
3672         (nnir-run-imap): Simplify code. No need to reverse artlist.
3673         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3674
3675 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3678
3679         * nnimap.el (nnimap-get-capabilities): Refactor out.
3680         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3681
3682 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3683
3684         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3685         appearing when `mm-uu-hide-markers' is nil.
3686
3687 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * nnimap.el (nnimap-unselect-group): Make into its own function.
3690         (nnimap-request-rename-group): Unselect group before renaming.
3691         This had gotten lost somewhere.
3692         (nnimap-request-accept-article): Keep track of examined groups, and
3693         unselect the group before APPENDing to read-only groups.
3694         (nnimap-request-move-article): Clear flags before moving so that they
3695         can be re-set later.
3696
3697 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3700         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3701
3702 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * gnus-art.el (gnus-mime-display-single)
3705         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3706         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3707         parameter.
3708
3709 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3712         (shr-table-vertical-line): New variable.
3713         (shr-insert-table): Use it.
3714
3715 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-html.el (gnus-html-wash-images): Don't display images if
3718         gnus-inhibit-images is non-nil; register displayer for cid images.
3719         (gnus-html-display-image): Work for cid image.
3720         (gnus-html-insert-image): Allow arguments.
3721         (gnus-html-put-image): Inhibit read-only.
3722         (gnus-html-prefetch-images): Don't prefetch images if
3723         gnus-inhibit-images is non-nil.
3724
3725 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * shr.el (shr-put-image): Break lines when inserting big pictures.
3728
3729 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3730
3731         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3732         sender, thanks Katsumi Yamaoka.
3733
3734 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3735
3736         * nnir.el (nnir-run-imap): Reverse the article list for each group
3737         rather than the whole list.
3738
3739 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * shr.el (shr-image-displayer): Protect function against non-existent
3742         image source.
3743
3744         * gnus-art.el (gnus-inhibit-images): New user option.
3745         (gnus-mime-display-single): Don't display image if it is non-nil.
3746
3747         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3748         gnus-inhibit-images.
3749
3750         * shr.el (shr-image-displayer): New function.
3751         (shr-tag-img): Use it.
3752
3753 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3754
3755         * mml2015.el (mml2015-epg-sign): Use From header.
3756
3757 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3760
3761         * gnus-util.el (gnus-find-text-property-region): Return markers.
3762
3763         * shr.el (shr-tag-img): Put a displayer in the text property.
3764
3765         * gnus-util.el (gnus-find-text-property-region): New utility function.
3766
3767         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3768         (gnus-html-show-images): Remove.
3769
3770         * gnus-art.el (gnus-article-show-images): New, more general function.
3771
3772         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3773         image url text properties.
3774
3775         * shr.el: Ditto.
3776
3777         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3778         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3779
3780 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3783         work for two or more articles.
3784
3785 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3788         divide an image that's in an html article to two or more when washing
3789         non-ASCII characters in alt text of it.
3790
3791 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3794         smime-decrypt-region using function argument.
3795         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3796
3797         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3798
3799         * smime.el (smime-decrypt-region): Catch it.
3800
3801 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3802
3803         * smime.el (smime-mode-map): Move initialization into declaration.
3804         (gnus-run-mode-hooks): Don't autoload.
3805         (smime-mode): Use define-derived-mode.
3806
3807 2010-11-11  Glenn Morris  <rgm@gnu.org>
3808
3809         * smime.el (from): Restrict declaration to XEmacs.
3810
3811         * nnir.el (gnus-group-topic-name): Autoload.
3812
3813 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * shr.el (shr-insert): Don't break long line if it is because of
3816         kinsoku-bol characters in the line end.
3817
3818 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3819
3820         * nnir.el (nnir-request-move-article): Fix to provide original group
3821         and subject.
3822         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3823         been retrieved.
3824
3825         * gnus-sum.el (gnus-summary-move-article): Use original group and
3826         subject for virtual articles such as those in an nnir summary buffer.
3827
3828 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3831         least 21.5).
3832
3833         * smime.el (from): Declare it again for XEmacs.
3834
3835 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * message.el (message-resend): Don't disable encoding unless it's
3838         already encoded.
3839
3840         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3841         low-numbered articles.
3842
3843 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * rfc2047.el (rfc2047-syntax-table): Simplify.
3846
3847         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3848
3849         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3850         set-char-table-range for XEmacs.
3851
3852 2010-11-10  Glenn Morris  <rgm@gnu.org>
3853
3854         * time-date.el (time-to-seconds): Always an alias on Emacs,
3855         never a real function.
3856         (with-no-warnings): Remove compat stub, now unused.
3857         (time-less-p): Doc fix.
3858         (time-to-number-of-days): Simplify.
3859
3860         * smime.el (from): Remove unused declaration.
3861
3862         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3863         (gnus-float-time): On Emacs, always an alias.
3864
3865         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3866         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3867
3868 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * dgnushack.el: Don't use ignore-errors in the top level form since it
3871         is unavailable in XEmacs even if cl is loaded.
3872
3873         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3874
3875 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * shr.el (browse-url-mailto): Autoload.
3878
3879         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3880
3881         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3882         regexp doesn't need quoting.
3883
3884 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3885
3886         * message.el (message-subject-trailing-was-ask-regexp)
3887         (message-subject-trailing-was-regexp): Match was: in addition to was.
3888
3889 2010-11-09  Glenn Morris  <rgm@gnu.org>
3890
3891         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3892         (nnbabyl-check-mbox): Use point-at-bol.
3893
3894 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3897
3898         * message.el (message-mailto): New function.
3899         (message-mailto): Should accept other parameters.
3900         (message-mailto): Remove since it duplicates browse-url-mailto
3901         functionality.
3902
3903 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3904
3905         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3906         methods.
3907         (gnus-read-active-file): Ditto.
3908
3909         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3910         ": " from the prompt.
3911         (gnus-group-make-group): Ditto.
3912
3913 2010-11-07  Glenn Morris  <rgm@gnu.org>
3914
3915         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3916         (gnus-bookmark-kill-line): Use point-at-eol.
3917
3918 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3921         asterisks in From header.
3922
3923 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3926         string to avoid making the From headers syntactically invalid.
3927
3928         * message.el (message-send-mail): Don't insert courtesy messages if the
3929         message already has List-Post and List-ID messages.
3930
3931 2010-11-06  Glenn Morris  <rgm@gnu.org>
3932
3933         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3934         `condition', `type', `length' a prefix.
3935         (gnus-treat-predicate): Update for above name changes.
3936
3937 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3938
3939         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3940         binding.  Handled by `gnus-summary-refer-thread' instead.
3941         (nnir-warp-to-article): New backend function.
3942
3943         * nnimap.el (nnimap-request-thread): Force dependency updating.
3944
3945         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3946         (gnus-summary-refer-thread): Rework to improve thread-referral.
3947
3948         * gnus-int.el (gnus-warp-to-article): New function.
3949
3950         * gnus-sum.el (gnus-summary-article-map): Bind it.
3951
3952 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3953
3954         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3955         gnus-summary-refer-thread.
3956
3957         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3958         headers.
3959         (gnus-summary-limit-include-thread): Prevent articles in thread from
3960         being cut in gnus-cut-threads.
3961         (gnus-summary-refer-thread): Limit retrieved headers to those in
3962         thread.
3963
3964 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * message.el (message-send-mail): Use the value of
3967         message-courtesy-message from the message buffer.
3968
3969         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3970
3971         * shr.el (shr-browse-url): Implement mailto: URLs.
3972
3973         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3974         "raw".
3975
3976         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3977         if it's already selected.
3978
3979         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3980
3981 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3984         to measure the length and truncate alt text.
3985
3986 2010-11-03  Glenn Morris  <rgm@gnu.org>
3987
3988         * nndiary.el (nndiary-generate-nov-databases-1)
3989         (nndiary-generate-active-info): Rename dynamic variable `files' to
3990         something less generic.
3991
3992 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3993
3994         * nnir.el (nnir-request-move-article): Call the underlying backend to
3995         move articles from nnir.
3996
3997 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4000
4001 2010-11-02  Julien Danjou  <julien@danjou.info>
4002
4003         * nnir.el: Remove wais support.
4004
4005 2010-11-02  Glenn Morris  <rgm@gnu.org>
4006
4007         * gnus-html.el: Reorder requirements to quieten compiler.
4008
4009 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4012         properly for XEmacs as well.
4013         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4014         (gnus-article-natural-long-line-p): Use window-width rather than
4015         frame-width.
4016
4017 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4018
4019         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4020         (nnir-read-parms): Don't modify query.
4021         (nnir-run-query): Add ability to search topic on current line.
4022         (nnir-get-active): Clean up.
4023
4024 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4027         degenerate articles.
4028
4029         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4030         (gnus-print-buffer): Just print the buffer as is, without any copying
4031         to a buffer and then re-highlighting.
4032
4033         * nnimap.el (nnimap-request-group): Store the new updated info.
4034         (nnimap-request-group): Select the group when we don't know whether it
4035         exists or not.
4036
4037         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4038         groups.
4039
4040         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4041         groups.
4042
4043         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4044         groups.
4045
4046         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4047         long-lines case by only filling the long lines.
4048
4049         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4050         (bug #7311).
4051
4052 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * shr.el: No need to declare `declare-function' since shr.el is for
4055         only Emacsen that provide `libxml-parse-html-region'.
4056
4057         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4058         effective only in a file it is referred to.
4059
4060 2010-11-01  Glenn Morris  <rgm@gnu.org>
4061
4062         * mm-util.el (gnus-completing-read): Autoload.
4063         (mm-read-coding-system): Simplify Emacs definition.
4064
4065         * nnmail.el (gnus-activate-group):
4066         * nnimap.el (gnutls-negotiate):
4067         * nntp.el (netrc-parse): Fix declarations.
4068
4069 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4072         string-match-p in Emacs >=23.
4073
4074         * gnus-msg.el (gnus-configure-posting-styles)
4075         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4076
4077 2010-11-01  Glenn Morris  <rgm@gnu.org>
4078
4079         * nnir.el (declare-function): Add compat stub.
4080         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4081         (nnir-run-gmane): Require 'mm-url.
4082
4083         * mm-util.el (mm-string-to-multibyte): Simplify.
4084
4085         * shr.el (declare-function): Add compat stub.
4086         (url-cache-create-filename): Declare.
4087         (mm-disable-multibyte, widget-convert-button): Autoload.
4088
4089         * smime.el (ldap-search): Declare.
4090         (smime-cert-by-ldap-1): Require ldap on Emacs.
4091
4092         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4093         (nnimap-keepalive): Use gnus-float-time.
4094
4095         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4096         (mail-source-delete-crash-box): Use gnus-float-time.
4097
4098         * gnus-dired.el (gnus-completing-read): Autoload.
4099
4100         * mm-view.el (gnus-rescale-image): Autoload.
4101
4102         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4103
4104         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4105
4106         * sieve-manage.el: Require 'cl when compiling.
4107
4108         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4109         (gnus-iswitchb-completing-read): Require iswitchb.
4110         (gnus-select-frame-set-input-focus): Silence compiler.
4111
4112 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113
4114         * message.el (message-subject-trailing-was-query): Change default to t,
4115         since I think that's what most people want.
4116
4117         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4118         appending for easier debugging.
4119         (nnimap-wait-for-connection): Take a regexp.
4120         (nnimap-request-accept-article): Wait for the continuation line before
4121         sending anything unless we're streaming.
4122
4123         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4124         leave the header washing to take place.
4125
4126 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4127
4128         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4129         regular expression match and replace in posting styles.
4130
4131 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4132
4133         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4134         an entire server.
4135         (nnir-get-active): New function.
4136         (nnir-run-imap): Use it.
4137         (nnir-run-gmane): Who knew, gmane search returns an article score!
4138
4139         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4140         server on the current line with nnir.
4141
4142 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4145         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4146         left edge.
4147         (gnus-article-foldable-buffer): Skip past the prefix when determining
4148         raggedness.
4149
4150         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4151         the raw article, and change `C-u g' to show the article without doing
4152         treatments.
4153
4154         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4155         on to `gnus-treat-article'.
4156         (gnus-inhibit-article-treatments): New variable.
4157
4158         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4159
4160         * gnus-art.el (gnus-treatment-function-alist): Have
4161         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4162         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4163         sections.
4164
4165         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4166         parameter.
4167         (gnus-article-fill-cited-long-lines): New function.
4168         (gnus-article-fill-cited-article): Allow filling only long sections.
4169
4170         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4171         and non-punctuation (like after the apostrophe in "'We").
4172
4173         * gnus-sum.el (gnus-summary-select-article): Make sure
4174         gnus-original-article-buffer is alive.
4175
4176         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4177         reflect the order they're in in the digest.
4178
4179         * gnus.el (gnus-group-startup-message): Move point to the start of the
4180         buffer.
4181
4182         * nnimap.el (nnimap-capability): New function.
4183         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4184         is set.
4185
4186 2010-10-31  David Engster  <dengste@eml.cc>
4187
4188         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4189         conform with changes to gnus-completing-read.
4190
4191 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192
4193         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4194
4195 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4196
4197         * nnir.el: Move defvar, defcustom around to keep file organized
4198         and keep byte-compiler quiet.
4199         (nnir-read-parms): Accept search-engine as arg.
4200         (nnir-run-query): Pass search-engine as arg.
4201         (nnir-search-engine): Remove.
4202
4203 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * shr.el (shr-generic): The text nodes should be text, not :text.
4206
4207         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4208         later in the file.
4209
4210 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4211
4212         * nnir.el: General clean up.  Allow searching with multiple engines.
4213         Allow separate extra-parameters for each engine.
4214         Batch queries when possible.
4215         (nnir-imap-default-search-key,nnir-method-default-engines):
4216         Add customize interface.
4217         (nnir-run-gmane): New engine.
4218         (nnir-engines): Use it.  Qualify all prompts with engine name.
4219         (nnir-search-engine): Remove global variable.
4220         (nnir-run-hyrex): Restore for now.
4221         (nnir-extra-parms,nnir-search-history): New variables.
4222         (gnus-group-make-nnir-group): Use them.
4223         (nnir-group-server): Remove in favor of gnus-group-server.
4224         (nnir-request-group): Avoid searching twice.
4225         (nnir-sort-groups-by-server): New function.
4226
4227 2010-10-30  Julien Danjou  <julien@danjou.info>
4228
4229         * gnus-group.el: Remove gnus-group-fetch-control.
4230
4231         * gnus-start.el (gnus-find-new-newsgroups):
4232         Remove gnus-check-first-time-used.
4233
4234         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4235
4236 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4237
4238         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4239         set on groups that don't have \* permanentflags.
4240
4241 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4244         control the background color.
4245         (shr-tag-img): Ignore very small web bug type images.
4246         (shr-put-image): Add help-echo alt texts to the images.
4247         (shr-tag-video): Show the video poster image.
4248
4249 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * shr.el (shr-table-depth): New variable.
4252         (shr-tag-table-1): Only insert the images after the top-level table.
4253
4254         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4255
4256         * gnus-util.el (gnus-list-memq-of-list): New function.
4257
4258         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4259         selected.
4260         (nnimap-unsplittable-articles): New slot.
4261         (nnimap-new-articles): Use it.
4262
4263 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4264
4265         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4266         move to the previous line on `M-g'.
4267
4268 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4271         *-request-group, which seems unnecessary.
4272
4273         * nnimap.el (nnimap-quote-specials): Function copied over from
4274         imap.el.
4275         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4276         they support that.  Suggested by Tom Regner.
4277
4278 2010-10-29  Julien Danjou  <julien@danjou.info>
4279
4280         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4281         defalias.
4282         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4283
4284         * gnus.el: Remove `gnus-nntp-service' variable.
4285         (gnus-secondary-servers): Make obsolete.
4286         (gnus-nntp-server): Make obsolete.
4287
4288         * gnus-start.el (gnus-1): Remove x-splash calls.
4289
4290         * gnus-ems.el (gnus-x-splash): Remove.
4291
4292         * gnus.el (gnus-group-startup-message): Simplify/update code.
4293
4294         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4295         definition.
4296
4297         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4298         capability before doing anything.
4299         (gnus-group-insert-group-line): Remove useless
4300         gnus-group-remove-excess-properties.
4301
4302 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4305
4306 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4309         config after reselecting.
4310
4311 2010-10-28  Julien Danjou  <julien@danjou.info>
4312
4313         * shr.el (shr-put-image): Use point even if only inserting text.
4314         (shr-put-image): Save excursion when inserting alt text on non-graphic
4315         display, so the behaviour is the same when we are on a graphic display.
4316
4317         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4318
4319 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4322         (gnus-mime-copy-part): Check coding system, not charset.
4323         (gnus-mime-view-part-externally): Never remove part.
4324         (gnus-mime-view-part-internally): Don't remove part here.
4325         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4326         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4327         multipart/alternative.
4328
4329         * mm-decode.el (mm-display-part): Take optional arg `force'.
4330
4331 2010-10-26  Julien Danjou  <julien@danjou.info>
4332
4333         * gnus-group.el (gnus-group-default-list-level): Add this function to
4334         compute the default list level.
4335         (gnus-group-default-list-level): Add possibility to use a function.
4336
4337 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4340
4341         * gnus-group.el (gnus-group-completing-read)
4342         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4343         gnus-replace-in-string.
4344
4345 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * shr.el (shr-tag-div): Add.
4348
4349         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4350
4351 2010-10-25  Julien Danjou  <julien@danjou.info>
4352
4353         * gnus-util.el: Remove `gnus-with-local-quit'.
4354
4355         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4356
4357 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4360         the original article buffer.
4361
4362 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * nnimap.el (nnimap-request-head): New function.
4365         (nnimap-request-move-article): Try to be slighly faster by not
4366         requesting the entire message when moving.
4367         (nnimap-transform-headers): Don't bug out on bodiless articles.
4368         (nnimap-send-command): Have no outstanding messages if the IMAP server
4369         doesn't support streaming.
4370         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4371
4372 2010-10-24  Julien Danjou  <julien@danjou.info>
4373
4374         * message.el (message-default-headers): Fix type.
4375
4376 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4379         prefetching images.
4380
4381         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4382         backend for unknown groups.  This is mainly useful for nnimap groups.
4383
4384         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4385         group isn't covered by the agent.
4386
4387 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4388
4389         * nnir.el (nnir-method-default-engines): New variable.
4390         (nnir-run-query): Use it.
4391         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4392         (gnus-summary-nnir-goto-thread): Change group if needed.
4393
4394         * gnus-group.el (gnus-group-group-map): Add key binding for
4395         gnus-group-make-nnir-group.
4396
4397 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * shr.el (shr-tag-object): Add.
4400
4401         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4402         original article buffer live.
4403         (gnus-summary-select-article-buffer):
4404         Mention gnus-widen-article-buffer.
4405
4406 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * shr.el (shr-tag-strong): Add.
4409
4410 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4413         group names.  They mess up the group buffer badly.
4414
4415         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4416
4417         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4418         instead of the summary one.
4419
4420 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * mml.el (mml-preview): Work properly when editing article.
4423
4424         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4425         gnus-have-read-active-file if it's already been in.
4426
4427 2010-10-22  Tom Tromey  <tromey@redhat.com>
4428
4429         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4430         gnus-group-completing-read.
4431
4432 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * message.el (message-mode-map): Don't bind M-; to comment region, to
4435         allow the global comment-dwim to work.
4436
4437 2010-10-21  Julien Danjou  <julien@danjou.info>
4438
4439         * message.el (message-setup-1): Allow message-default-headers to be a
4440         function.
4441
4442 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * shr.el (shr-tag-table): Simplify.
4445
4446 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4449         to avoid trying to snarf invalid stuff.
4450
4451         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4452
4453         * gnus.el (gnus-message-archive-group): Quote value.
4454         (gnus-message-archive-group): Mark as changed.
4455
4456         * shr.el (shr-add-font): Don't put the font properties on the newline
4457         or the indentation.
4458
4459         * message.el (message-fix-before-sending): Change options when sending
4460         non-printable characters.
4461
4462         * gnus.el (gnus-message-archive-method): Change the default to
4463         monthly outgoing groups.
4464
4465         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4466         that have gotten new numbers.
4467
4468         * nnimap.el (nnimap-request-replace-article): New function.
4469
4470 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4473         (nnrss-request-article): Don't use special html washing code.
4474
4475 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * shr.el (shr-tag-table): Remove useless nconc.
4478
4479 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-art.el (article-wash-html): Simplify and remove the charset
4482         stuff.  Use the normal html rendering code instead of the special html
4483         washing code.
4484
4485         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4486         `gnus-w3m' symbols.
4487         (mm-text-html-washer-alist): Remove.
4488
4489         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4490         (mm-inline-media-tests): Remove use.
4491         (mm-text-html-renderer): Change default to the `shr' symbol.
4492
4493         * mm-view.el (mm-inline-text-html): Remove use.
4494
4495         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4496         `gnus-blocked-images' to be a function.
4497         (gnus-article-wash-function): Remove.
4498
4499 2010-10-20  Julien Danjou  <julien@danjou.info>
4500
4501         * spam.el (spam-list-of-processors): Mark as obsolete.
4502
4503         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4504         (nnimap-insert-partial-structure): Fix boundary detection.
4505
4506 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4507
4508         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4509         run file-truename on remote files.  This can be expensive and even
4510         prevent one from editing drafts if some unrelated buffer has a stale
4511         connection.
4512
4513 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4516         kinsoku-eol regardless of shr-kinsoku-shorten.
4517         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4518         (shr-tag-table): Support caption, thead, and tfoot.
4519
4520 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4523         lines.
4524         (shr-save-contents): New command and keystroke.
4525
4526         * nndoc.el (nndoc-type-alist): Add git support.
4527         (nndoc-git-type-p): New function.
4528         (nndoc-transform-git-article): Ditto.
4529         (nndoc-transform-git-headers): Ditto.
4530         (nndoc-transform-git-headers): Generate Subject headers.
4531
4532         * shr.el (shr-parse-style): New function.
4533         (shr-tag-span): Ditto.
4534
4535         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4536         to `G G' to avoid collisions.
4537
4538 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * shr.el: Load kinsoku if necessary.
4541         (shr-kinsoku-shorten): New internal variable.
4542         (shr-find-fill-point): Make kinsoku shorten text line if
4543         shr-kinsoku-shorten is bound to non-nil.
4544         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4545         shr-indentation too when testing if table is wider than frame width.
4546         (shr-insert-table): Use `string-width' instead of `length' to measure
4547         text width.
4548         (shr-insert-table-ruler): Make sure indentation is done at bol.
4549
4550 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4551
4552         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4553         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4554         undecoded network data.
4555
4556 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4559         name in the mode line spec so that the mode line menu works
4560         (bug #2431).
4561
4562         * message.el (message-get-reply-headers): If we're fed `to-address',
4563         then always use that.
4564
4565         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4566         aren't so wide as to need to switch off the edit menu.
4567
4568         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4569         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4570
4571         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4572         `M-g'.
4573         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4574         the permanent marks.
4575
4576 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4577
4578         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4579         Splitting according to references/in-reply-to obeys the ignore-groups
4580         variable, while splitting by sender and subject do not.
4581
4582 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4585         alist, so that we can look for non-Unicode chars.
4586         (article-translate-strings): Allow both character and string maps.
4587
4588 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * shr.el (shr-insert): Don't insert space behind a wide character
4591         categorized as kinsoku-bol, or between characters both categorized as
4592         nospace.
4593
4594 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4595
4596         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4597         headers to gnus-newsgroup-headers.
4598
4599 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * shr.el (shr-tag-img): Don't align images -- since we're not
4602         rescaling, this often leads to ugly displays.
4603
4604 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4605
4606         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4607         duplicates.
4608
4609 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4610
4611         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4612         call.
4613
4614 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus.el: Autoload gnus-html-show-images.
4617
4618         * nnimap.el: Use nnheader-message throughout.
4619
4620         * shr.el (shr-tag-img): Ignore images with no data.
4621
4622 2010-10-15  Julien Danjou  <julien@danjou.info>
4623
4624         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4625         a possibility to disable format=flow encoding when using hard newlines.
4626
4627 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * shr.el (shr-insert): Remove space inserted before or after a
4630         breakable character or at the beginning or the end of a line.
4631         (shr-find-fill-point): Do kinsoku; find the second best point or give
4632         it up if there's no breakable point.
4633
4634 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * nnimap.el (nnimap-open-connection): Message when opening connection
4637         for debugging purposes.
4638
4639         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4640         on every setup buffer call to allow this to change from article to
4641         article.
4642
4643         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4644         buffers where we have a wide table.
4645
4646 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4647
4648         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4649         uses *-request-thread.
4650
4651 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4654         incantation, which is no longer valid.
4655
4656 2010-10-14  Julien Danjou  <julien@danjou.info>
4657
4658         * shr.el: Fix defcustom type (char -> character).
4659
4660 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4663         programs.
4664
4665 2010-10-14  Julien Danjou  <julien@danjou.info>
4666
4667         * shr.el (shr-tag-a): Use url-link as widget type.
4668
4669         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4670         `gnus-group-get-icon'.
4671
4672 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4675         This should make server editing work better.
4676
4677         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4678
4679         * tls.el (tls-program): Remove spurious %s from openssl.
4680
4681         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4682         (nnimap-parse-flags): Fix regexp.
4683
4684         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4685         probably work for CJVK text, too.
4686
4687         * nnimap.el (nnimap-extend-tls-programs): Remove.
4688         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4689
4690         * tls.el (tls-starttls-switches): Remove starttls hack.
4691         (open-tls-stream): Ditto.
4692         (tls-find-starttls-argument): Ditto.
4693
4694 2010-10-13  Julien Danjou  <julien@danjou.info>
4695
4696         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4697         responses.
4698
4699 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700
4701         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4702
4703         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4704         anything in Emacs.
4705
4706         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4707
4708 2010-10-13  Julien Danjou  <julien@danjou.info>
4709
4710         * shr.el (shr-width): Make shr-width a defcustom with default to
4711         fill-column.
4712         (shr-tag-img): Use shr-width rather than fill-column.
4713
4714 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * dgnushack.el (byte-optimize-apply)
4717         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4718
4719         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4720         position when (X-)Faces exist.
4721         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4722         avatars when called interactively.
4723
4724 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4727         gnus-article-x-face-too-ugly is bound.
4728
4729 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4732
4733         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4734         mailbox that doesn't exist.
4735
4736 2010-10-12  Julien Danjou  <julien@danjou.info>
4737
4738         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4739         (shr-get-image-data): Encode URL properly when fetching from cache.
4740         (shr-tag-img): Use aligned-to spaces to align correctly images.
4741
4742         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4743         before inserting the Gravatar.
4744
4745         * shr.el (shr-tag-img): Add align attribute support for <img>.
4746
4747 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-gravatar.el (gnus-art): Require.
4750
4751         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4752         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4753         Remove long obsoleted functions.
4754
4755 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4758
4759         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4760
4761         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4762         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4763         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4764         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4765         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4766         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4767         * sieve-manage.el, smime.el, spam.el:
4768         Fix comment for declare-function.
4769
4770 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * nnimap.el (nnimap-request-rename-group): Select group read-only
4773         before renaming it.
4774
4775         * shr.el (shr-insert): Fix up the white space only regexp.
4776
4777         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4778         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4779
4780         * shr.el (shr-current-column): New function.
4781         (shr-find-fill-point): New function.
4782
4783 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4784
4785         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4786         numbers.
4787
4788 2010-10-11  Julien Danjou  <julien@danjou.info>
4789
4790         * shr.el (shr-hr-line): Add.
4791         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4792         display hr lines.
4793         (shr-max-columns): Do not change state to nil if we just inserting
4794         spaces.
4795
4796 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4799         select the last group.
4800
4801 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4804
4805 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4806
4807         * dig.el (dig-mode-map): Declare and define in one step.
4808
4809 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4812         for Gnus.
4813         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4814         (nnimap-update-qresync-info): Mark \Seen articles as read.
4815
4816         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4817         non-variable, too.
4818
4819         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4820         available.
4821         (nnimap-update-info): Rely more on the current active than the param
4822         active to avoid marking articles as read too much.
4823
4824         * auth-source.el (auth-source-create): Use (user-login-name) for the
4825         user name default.
4826
4827         * nnimap.el (nnimap-update-info): If the server doesn't return any
4828         useful info, just use the previous info.
4829         (nnimap-update-info): Prefer old info over start-article.
4830         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4831
4832 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4833
4834         * nnir.el (autoload): Clean up autoloads.
4835         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4836         Use key rather than value.
4837         (nnir-imap-search-other): New variable.
4838         (nnir-read-parm): Use it.
4839         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4840         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4841
4842 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4843
4844         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4845         the process, too.
4846
4847 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * spam.el (gnus-summary-mode-map): Bind to "$".
4850         Suggested by Russ Allbery.
4851
4852         * shr.el: Rework the way things are indented by <li> slightly.
4853
4854         * gnus.el (gnus-group-set-parameter): Fix typo.
4855
4856         * nnimap.el: Start implementing QRESYNC support.
4857
4858 2010-10-09  Julien Danjou  <julien@danjou.info>
4859
4860         * nnir.el (nnir-engines): Fix too many arguments.
4861
4862 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4865         group is the "last", so that the backends like nnfolder actually save
4866         their folders.
4867
4868         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4869         try to use that for the tls stream.
4870         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4871         UIDVALIDITY and find out which groups are read-only and not.
4872         (nnimap-get-flags): Use the same marks parsing code as the rest of
4873         nnimap.
4874
4875 2010-10-09  Julien Danjou  <julien@danjou.info>
4876
4877         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4878
4879         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4880         retrieving gravatars.
4881
4882         * shr.el (shr-table-corner): Add.
4883         (shr-table-line): Add.
4884         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4885
4886 2010-10-08  Julien Danjou  <julien@danjou.info>
4887
4888         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4889
4890 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4893
4894         * gnus-sum.el (gnus-mark-article-as-unread)
4895         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4896         (gnus-summary-set-bookmark): Use it.
4897
4898         * gnus-msg.el (gnus-setup-message): Use it.
4899
4900         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4901
4902         * gnus.el (gnus-group-remove-parameter): Use it.
4903
4904         * gnus-group.el (gnus-group-make-web-group): Use it.
4905
4906         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4907
4908         * nnregistry.el: Update docs to mention manual.
4909
4910         * gnus-registry.el: Update docs to mention nnregistry.el.
4911         (gnus-registry-initialize): Don't install nnregistry refer method
4912         automatically.
4913         (gnus-registry-install-nnregistry): Remove it.
4914
4915 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * shr.el (shr-insert): Don't insert double spaces.
4918
4919 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-gravatar.el (gnus-treat-from-gravatar)
4922         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4923         called interactively.
4924
4925         * gnus-art.el (gnus-mime-view-part-externally)
4926         (gnus-mime-view-part-internally): Make predicate function passed to
4927         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4928         of a mime type.
4929
4930         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4931
4932 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * shr.el (require): Require cl when compiling.
4935         (shr-tag-hr): New function.
4936
4937         * nnimap.el (nnimap-update-info): Remove double setting of high.
4938         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4939         This makes nnimap work properly on Courier again.
4940
4941         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4942         the variable for backwards compatibility.
4943
4944         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4945         the file name before using to avoid setting mm-default-directory to
4946         nil.
4947
4948         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4949         bidning gnus-agent variables.
4950
4951         * shr.el (shr-render-td): Use a cache for the table rendering function
4952         to avoid getting an exponential rendering behaviour in nested tables.
4953         (shr-insert): Rework the line-breaking algorithm.
4954         (shr-insert): Don't leave trailing spaces.
4955         (shr-insert-table): Also insert empty TDs.
4956         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4957
4958 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * gnus-sum.el (gnus-number): Rename from `number'.
4961         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4962         (gnus-summary-limit-children): Update uses correspondingly.
4963
4964 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4967         (gnus-gravatar-transform-address): Don't show avatars of people of
4968         which mail addresses match gnus-gravatar-too-ugly.
4969
4970 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * shr.el (shr-table-widths): Expand TD elements to fill available
4973         space.
4974
4975 2010-10-07  Julien Danjou  <julien@danjou.info>
4976
4977         * nnimap.el (nnimap-request-rename-group): Add this method.
4978
4979 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4982         name from XEmacs' function-arglist.
4983
4984         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4985         gravatar under XEmacs.
4986
4987 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4988
4989         * auth-source.el: Update docs with TODO items.
4990
4991         * gnus-sync.el: Update docs to explain state and plans.
4992
4993         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4994         Hooks for mark updates.
4995         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4996
4997         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4998         hooks with arguments, which is needed for mark update hooks.
4999
5000 2010-10-06  Julien Danjou  <julien@danjou.info>
5001
5002         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5003         was matched.
5004
5005         * sieve-manage.el: Update example in `Commentary'.
5006
5007         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5008
5009         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5010         not 2000.
5011         (sieve-manage-authenticate): Re-add function.
5012
5013 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * shr.el (shr-insert): Get 'space transition right.
5016         (shr-render-td): Only delete space at the end of the TD.
5017
5018         * nnimap.el (nnimap-open-connection): Prepare to support
5019         open-gnutls-stream.
5020
5021         * shr.el: Rearrange function order to be more logical.
5022
5023 2010-10-06  Julien Danjou  <julien@danjou.info>
5024
5025         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5026         (nnrss-discover-feed): Remove 404 URL in docstring.
5027
5028         * nnir.el: Fix Swish-E URL.
5029         Fix Namazu URL.
5030
5031         * message.el (message-change-subject): Remove 404 URL in a comment.
5032
5033 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5036         called interactively.
5037
5038         * gnus-util.el (gnus-remove-if): Allow hash table.
5039         (gnus-remove-if-not): New function.
5040
5041         * gnus-art.el (gnus-mime-view-part-as-type)
5042         * gnus-score.el (gnus-summary-score-effect)
5043         * gnus-sum.el (gnus-read-move-group-name):
5044         Replace remove-if-not with gnus-remove-if-not.
5045
5046         * gnus-group.el (gnus-group-completing-read):
5047         Regard collection as a hash table if it is not a list.
5048
5049 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5052
5053         * shr.el: Document the table-rendering algorithm.
5054
5055 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5058         for Emacsen having no `libxml-parse-html-region' support.
5059
5060 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5063         invalid URLs.
5064
5065         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5066         line-broken.
5067         (shr-tag-img): Ignore image fetching errors.
5068         (shr-overlays-in-region): Compute overlay positions correctly.
5069
5070         * mm-decode.el (mm-shr): Require shr.
5071
5072         * gnus-art.el (gnus-blocked-images): Move variable here.
5073
5074         * shr.el (shr-insert-table): Bind free variable.
5075
5076         * mm-decode.el (mm-shr): Bind shr-content-function.
5077
5078         * shr.el (shr-content-function): New variable.
5079
5080         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5081         added for symmetry.
5082
5083         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5084
5085         * gnus-group.el (gnus-group-make-group): Doc fix.
5086
5087         * nnimap.el (nnimap-request-newgroups): Return success.
5088
5089         * shr.el (shr-find-elements): New function.
5090         (shr-tag-table): Put all the images after the table.
5091         (shr-tag-table): Really inhibit images inside the table.
5092         (shr-collect-overlays): Copy over overlays from the TD elements to the
5093         main document.
5094
5095         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5096         gnus-blocked-images.
5097
5098 2010-10-05  Julien Danjou  <julien@danjou.info>
5099
5100         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5101
5102         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5103         (gnus-html-maximum-image-size): Add this function.
5104         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5105
5106         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5107         server-value of the capability is nil.
5108
5109 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * shr.el (shr-tag-em): Add <EM> tag.
5112
5113 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5114
5115         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5116         customizable.
5117
5118         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5119         handing broken links to browse-url.
5120
5121 2010-10-05  Julien Danjou  <julien@danjou.info>
5122
5123         * gnus-util.el (gnus-emacs-completing-read)
5124         (gnus-iswitchb-completing-read): Use autoload rather than require.
5125
5126 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5129         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5130         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5131         iswitchb-temp-buflist for XEmacs.
5132
5133         * gnus-util.el (gnus-completing-read-function): Exclude
5134         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5135         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5136         XEmacs.
5137
5138         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5139         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5140
5141         * gnus-html.el: Don't require help-fns under XEmacs.
5142         (gnus-html-schedule-image-fetching): Work for XEmacs.
5143
5144         * mm-decode.el (mm-shr): Decode contents by charset.
5145
5146 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5149         unknown.
5150
5151         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5152         (shr-get-image-data): Ensure against the cache file missing.
5153
5154         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5155         for data.
5156
5157         * spam-report.el (spam-report-url-ping-plain): Don't query about
5158         killing the process.
5159
5160         * shr.el (shr-render-td): Protect against too-wide text.
5161
5162 2010-10-04  Julien Danjou  <julien@danjou.info>
5163
5164         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5165         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5166
5167         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5168         retrieved.
5169
5170 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * shr.el (browse-url): Require.
5173         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5174         lines.
5175         (shr-show-alt-text, shr-browse-image): New commands.
5176         (shr-browse-url, shr-copy-url): New commands.
5177
5178         * gnus-sum.el (gnus-widen-article-window): New variable.
5179         (gnus-summary-select-article-buffer): Use it.
5180
5181         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5182         without @ signs.
5183
5184 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5185
5186         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5187
5188 2010-10-04  Julien Danjou  <julien@danjou.info>
5189
5190         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5191         for XEmacs.
5192
5193 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5196
5197         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5198         (nnimap-close-server): Implement.
5199
5200         * dgnushack.el (iswitchb): Require to shut up the compiler.
5201
5202         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5203         (shr-insert): Tweak line breaking.
5204         (shr-insert): Handle <pre> better.
5205         (shr-tag-li): Get <li> indentation right.
5206         (shr-tag-li): Get <li> indentation even righter.
5207         (shr-tag-blockquote): Ensure paragraph start.
5208         (shr-make-table): Tweak table generation.
5209         (shr-make-table): Fix typo.
5210
5211         * shr.el: Implement table rendering.
5212
5213 2010-10-04  Julien Danjou  <julien@danjou.info>
5214
5215         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5216
5217 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * shr.el (shr-insert): Use string anchors instead of line anchors.
5220
5221 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * shr.el: Add headings.
5224         (shr-ensure-paragraph): Actually work.
5225         (shr-tag-li): Make <ul> prettier.
5226         (shr-insert): Get white space at the beginning/end of elements right.
5227         (shr-tag-p): Collapse subsequent <p>s.
5228         (shr-ensure-paragraph): Don't insert double line feeds after blank
5229         lines.
5230         (shr-insert): \t is also space.
5231         (shr-tag-s): Fix "s" tag name function.
5232         (shr-tag-s): Fix face prop name.
5233
5234 2010-10-03  Julien Danjou  <julien@danjou.info>
5235
5236         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5237
5238         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5239         gnus-window-inside-pixel-edges.
5240
5241         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5242         gnus-ems.
5243
5244         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5245
5246         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5247         function.
5248
5249         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5250         resize choice.
5251
5252 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253
5254         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5255         beginning of the buffer.
5256
5257         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5258         article buffer again.
5259
5260         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5261
5262         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5263         when it's at the start of the buffer.
5264
5265         * shr.el (shr-tag-blockquote): Convert name.
5266         (shr-rescale-image): Use the right image-size variant.
5267
5268         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5269         buffer isn't shown, then select the current article first instead of
5270         bugging out.
5271         (gnus-summary-select-article-buffer): Show both the article and summary
5272         buffers again.
5273
5274         * shr.el (shr-fontize-cont): Protect against regions with no text.
5275         Rename tag functions to shr-tag-* for enhanced security.
5276         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5277
5278 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5279
5280         * shr.el (shr-insert):
5281         * pop3.el (pop3-movemail):
5282         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5283         loaded.
5284
5285 2010-10-03  Glenn Morris  <rgm@gnu.org>
5286
5287         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5288
5289         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5290
5291         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5292
5293         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5294
5295         * gnus-util.el (gnus-make-local-hook): Simplify.
5296
5297 2010-10-02  Julien Danjou  <julien@danjou.info>
5298
5299         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5300         (gnus-ido-completing-read): New function.
5301         (gnus-emacs-completing-read): New function.
5302         (gnus-completing-read): Use gnus-completing-read-function.
5303         Add gnus-completing-read-function.
5304
5305 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * shr.el (shr-insert-document): Autoload.
5308         (shr-img): Be silent.
5309         (shr-insert): Add a newline after every picture before text.
5310         (shr-add-font): Use overlays for combining faces.
5311         (shr-insert): Pass upwards the text start point.
5312
5313         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5314         possible.
5315         (mm-shr): New function.
5316
5317 2010-10-02  Julien Danjou  <julien@danjou.info>
5318
5319         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5320         should go backward.
5321
5322 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5323
5324         * shr.el (shr): Fix typo in provide call.
5325
5326 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * shr.el: New file.
5329
5330         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5331
5332         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5333         completing read.
5334
5335 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5338         we're being queried about.  Suggested by Dan Jacobson.
5339
5340         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5341         Suggested by Jason Eisner.
5342
5343         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5344         table, too.  Suggested by Stefan Wiens.
5345         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5346         the table unnecessary.  Suggested by Stefan Wiens.
5347
5348         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5349         longer needed, and probably doesn't work either, as pointed out by
5350         Stefan Wiens.
5351         (gnus-summary-exit): Remove call to the clearing function.
5352         (gnus-summary-exit-no-update): Ditto.
5353
5354         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5355         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5356         Reported by Stefan Monnier.
5357         (gnus-summary-save-in-rmail): Ditto.
5358
5359         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5360         article buffer, instead of both the article buffer and the summary
5361         buffer.  Sort of suggested by Dan Jacobson.
5362
5363         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5364
5365         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5366         Suggested by Dan Jacobson.
5367
5368         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5369         documentation clearer.
5370
5371         * message.el (message-shorten-references): Comment on the number "21".
5372         Suggested by Stefan Monnier.
5373
5374         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5375         Suggested by Dan Jacobson.
5376
5377         * gnus.el (gnus-large-newsgroup):
5378         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5379
5380         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5381         externalize attachments.  Bug reported by Steve Wen.
5382
5383         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5384         really message anything to the user.
5385
5386         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5387         directly.
5388
5389         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5390         messages in empty groups.
5391
5392 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5393
5394         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5395         non-UIDNEXT group.
5396
5397 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398
5399         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5400         not the value from the collection.
5401
5402         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5403         values.  This sometimes happens on some groups that have no info.
5404         (nnimap-request-newgroups): New function.
5405
5406 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5409         check into `gnus-registry-initialize'.
5410         (gnus-registry-initialize): Ditto.
5411         Fix and extend header docs.
5412
5413 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5416         regexp backtrace overflows.
5417
5418         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5419         for starttls that tls.el implements; i.e. openssl.
5420
5421         * tls.el (tls-starttls-switches): Give up on using starttls with
5422         gnutls-cli.
5423         (tls-program): Add --insecure to be consistent with the defaults from
5424         openssl s_client.  Now all three commands are insecure.
5425
5426 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * lpath.el: Bind completion-styles-alist for XEmacs.
5429
5430         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5431         (gravatar-create-image): New function that's an alias to
5432         gnus-xmas-create-image, gnus-create-image, or create-image.
5433         (gravatar-data->image): Use it.
5434
5435 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5438         install the nnregistry refer method.
5439         (gnus-registry-install-hooks): Use it.
5440         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5441         unfollowed groups.
5442
5443 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5444
5445         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5446         expanding threads.
5447
5448 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * nnir.el: Use the server names without suffixes (bug #7009).
5451
5452         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5453         unencrypted to STARTTLS, if possible.
5454
5455 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5456
5457         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5458         headers before superseding.
5459
5460 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * nnrss.el (nnrss-use-local): Add documentation.
5463
5464         * nnimap.el (nnimap-extend-tls-programs): New function.
5465         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5466         (nnimap-wait-for-connection): Accept the greeting from the stupid
5467         output from openssl s_client -starttls, too.
5468
5469         * tls.el (tls-starttls-switches): New variable.
5470         (tls-find-starttls-argument): Use it.
5471         (open-tls-stream): Ditto.
5472
5473         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5474         (netrc-machine): Ditto.
5475
5476         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5477         article number.
5478         (nnimap-split-fancy): New variable.
5479         (nnimap-split-incoming-mail): Use it.
5480
5481         * nntp.el (nntp-server-list-active-group): Document.
5482
5483         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5484         SELECT to get the message-id.
5485
5486         * mail-source.el (mail-sources): Remove webmail support.
5487         (defvar): Ditto.
5488         (mail-source-fetcher-alist): Ditto.
5489         (mail-source-fetch-webmail): Remove.
5490
5491         * webmail.el: Remove -- doesn't seem relevant any more.
5492
5493         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5494
5495         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5496         the \r.
5497
5498 2010-09-30  Julien Danjou  <julien@danjou.info>
5499
5500         * gnus-agent.el (gnus-agent-add-group): Fix call to
5501         gnus-completing-read.
5502
5503 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nndoc.el (nndoc-retrieve-groups): New function.
5506
5507         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5508         `default', use nnmail-split-methods.
5509         (nnimap-request-article): Downcase the NILs so that they are nil.
5510
5511         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5512         symbol.
5513
5514         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5515         code, since if the user has requested network, that's what they ought
5516         to get.
5517         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5518         (nnimap-split-rule): Mark as obsolete.
5519
5520         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5521         New variable.
5522
5523         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5524         correct slot, too.
5525
5526 2010-09-29  Julien Danjou  <julien@danjou.info>
5527
5528         * gnus.el (gnus-local-domain): Declare variable obsolete.
5529
5530         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5531         Fix history computing.
5532         (gnus-ido-completing-read): Require ido.
5533
5534 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5537         build Gnus.
5538
5539         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5540         when interpreting the structures.
5541         (nnimap-request-accept-article): Add \r\n to the lines to make this
5542         work with Cyrus.
5543
5544         * nndraft.el (nndraft-request-expire-articles): Use the group name
5545         instead if "nndraft".  Fix found by Nils Ackermann.
5546
5547 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5548
5549         * nnregistry.el: Add.
5550
5551 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         * nnmail.el (group, group-art-list, group-art):
5554         Remove unneeded directives.
5555
5556 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5559         (mm-mime-charset)
5560         * rfc2047.el (rfc2047-syntax-table)
5561         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5562
5563         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5564         rather than `insert-file-contents' and `eval-region'.
5565
5566         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5567         construction.
5568
5569         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5570
5571         * time-date.el: No need to require cl for Emacs 21.
5572
5573 2010-09-29  Julien Danjou  <julien@danjou.info>
5574
5575         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5576         replacement of `gnus-gravatar-relief' to mimic
5577         `gnus-faces-properties-alist'.
5578         Add :version property.
5579
5580 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * mail-source.el (mail-source-report-new-mail)
5583         * message.el (message-default-mail-headers)
5584         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5585
5586         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5587
5588 2010-09-28  Julien Danjou  <julien@danjou.info>
5589
5590         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5591         mail-address contains the same string as real-name.
5592
5593         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5594         non-blank in header, otherwise it'll get stripped.
5595
5596         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5597         real-name, and then for mail address rather than doing : or , search.
5598
5599 2010-09-27  Julien Danjou  <julien@danjou.info>
5600
5601         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5602         right completing-read function.
5603         (gnus-use-ido): New variable
5604         (gnus-completing-read-with-default): Remove.
5605         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5606         (gnus-agent-add-group):
5607         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5608         * mm-view.el (mm-view-pkcs7-decrypt):
5609         * mm-util.el (mm-codepage-setup):
5610         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5611         * mml-smime.el (mml-smime-openssl-sign-query):
5612         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5613         (mml-insert-multipart):
5614         * gnus-msg.el (gnus-summary-yank-message):
5615         * gnus-int.el (gnus-start-news-server):
5616         * mm-decode.el (mm-interactively-view-part):
5617         * gnus-dired.el (gnus-dired-attach):
5618         * gnus.el (gnus-read-method):
5619         * gnus-bookmark.el (gnus-bookmark-jump):
5620         * gnus-art.el (gnus-mime-view-part-as-type)
5621         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5622         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5623         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5624         * nnmairix.el (nnmairix-create-server-and-default-group)
5625         (nnmairix-update-groups, nnmairix-get-server)
5626         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5627         (nnmairix-get-group-from-file-path):
5628         * nnrss.el (nnrss-find-rss-via-syndic8):
5629         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5630         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5631         (gnus-group-browse-foreign-server):
5632         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5633         (gnus-summary-execute-command, gnus-summary-respool-article)
5634         (gnus-read-move-group-name):
5635         * gnus-score.el (gnus-summary-increase-score)
5636         (gnus-summary-score-effect):
5637         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5638
5639 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5642         x-focus-frame.
5643
5644         * nnimap.el (auth-source-forget-user-or-password)
5645         (auth-source-user-or-password): Autoload.
5646
5647         * message.el (message-from-style, message-interactive)
5648         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5649         (message-yank-prefix, message-indentation-spaces, message-signature)
5650         (message-signature-file): Add comment.
5651
5652 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5655         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5656         new articles.
5657
5658         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5659         parts.
5660         (nnimap-request-article): Work with the t setting, too.
5661
5662         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5663         that you don't get flashes of other buffers.
5664         (gnus-summary-show-complete-article): Intern before setting.
5665
5666 2010-09-27  David Engster  <dengste@eml.cc>
5667
5668         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5669         well as HEADERS.
5670         (nnmairix-retrieve-headers): Provide new argument for the above.
5671
5672 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-sum.el (gnus-summary-move-article): Don't alter
5675         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5676         group.
5677
5678         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5679
5680         * message.el (message-cite-prefix-regexp): Revert my last edit.
5681
5682         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5683         variable instead of the Gnus variable.
5684
5685         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5686
5687         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5688
5689         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5690         since some servers don't like it.
5691         (nnimap-open-connection): Forget credentials if the server says the
5692         password was wrong.
5693         (nnimap-parse-line): Protect against invalid data.
5694
5695         * gnus-sum.el (gnus-summary-move-article): Add comment.
5696         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5697         nothing alters it while scanning for new messages.
5698
5699         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5700         which may or may not help.
5701         (nnimap-open-connection): If we're doing a stream connection, and then
5702         discover we're on a STARTTLS-capable server, then open a STARTTLS
5703         connection instead.
5704
5705 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * nnimap.el (utf7): Require.
5708
5709         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5710         prefix.
5711
5712 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5713
5714         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5715
5716 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * nnimap.el (nnimap-request-accept-article): Message the error on
5719         error.
5720
5721 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5724
5725 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * nndoc.el (nndoc-request-list): Return success always.
5728
5729         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5730         `fetch-old' -- we only want to fetch the articles we've requested.
5731         The rest are in the agent, probably.
5732         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5733         disappeared server" to something low.  It's not important.
5734
5735         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5736         arrived before the FETCH data.
5737
5738         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5739         target here, because we don't know the Gnus name of the group.
5740
5741         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5742         for the correct group.
5743
5744         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5745
5746         * gnus.el (gnus): Give a final warning after startup.
5747
5748         * gnus-util.el (gnus-action-message-log): New variable.
5749         (gnus-message): Use it.
5750         (gnus-final-warning): New function.
5751
5752         * nnimap.el (nnimap-open-connection): Record the greeting.
5753         (nnimap): Add greeting.
5754
5755 2010-09-26  Julien Danjou  <julien@danjou.info>
5756
5757         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5758         arguments.
5759         (gnus-html-wash-images): Fix spec computing to include start/end.
5760
5761         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5762
5763 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5766         deletion.
5767         (nnimap-retrieve-headers): Don't select the group, because that's
5768         already done by nnimap-possibly-change-group.
5769
5770         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5771         (gnus-picon-transform-address): Use it.
5772
5773         * mail-source.el (mail-source-value): Revert previous patch.
5774
5775         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5776         on failure.
5777         (nnimap-open-connection): Look up both virtual and physical server name
5778         credentials.
5779
5780         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5781
5782 2009-02-07  Dave Love  <fx@gnu.org>
5783
5784         * tls.el (open-tls-stream): Don't query killing process.
5785
5786 2009-02-08  Dave Love  <fx@gnu.org>
5787
5788         * gnus-win.el (gnus-window-to-buffer-helper)
5789         (gnus-all-windows-visible-p): Function needn't be a symbol.
5790
5791         * mail-source.el (mail-source-value): Function needn't be a symbol.
5792
5793 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * message.el (message-cite-prefix-regexp): Remove } from the cite
5796         prefix.
5797
5798         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5799         highlight again, so that the highlight is correct.
5800
5801         * gnus-picon.el (gnus-picon): Remove again.
5802         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5803
5804         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5805         doing the header highlightling, so that the background colour of the
5806         picon is correct.
5807
5808         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5809         (gnus-picon): Ditto.
5810         (gnus-picon): Reinstate.  The background colour for picons is white.
5811         (gnus-picon-insert-glyph): Make the background white.
5812
5813         * nnml.el (nnml-open-nov): Don't return dead buffers.
5814
5815         * auth-source.el (auth-source-create): Query the user for whether to
5816         store the credentials.
5817
5818         * netrc.el (netrc-store-data): New function.
5819
5820         * auth-source.el (auth-source-user-or-password): Use the existing auth
5821         sources, if any, for creation.
5822
5823         * gnus.el (gnus-group-fast-parameter): Return the last matching
5824         parameter instead of the first matching parameter.
5825
5826 2010-09-26  Julien Danjou  <julien@danjou.info>
5827
5828         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5829
5830 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * mml2015.el (mml2015-use): Remove gpg support.
5833
5834         * mml1991.el (mml1991-function-alist): Remove gpg function.
5835         (mml1991-gpg-sign): Remove.
5836
5837 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5838
5839         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5840         (gnus-browse-unsubscribe-current-group): Document it.
5841         (gnus-browse-unsubscribe-group): Use it.
5842
5843 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5846         address to the To list for easier response.
5847
5848         * gnus.el (gnus-play-startup-jingle): Remove.
5849         (gnus-splash): Don't play jingle.
5850         (gnus): Silence gnus-load message.
5851
5852         * gnus-art.el (gnus-treat-play-sounds): Remove.
5853
5854         * gnus.el (gnus-play-jingle): Remove audio support.
5855
5856         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5857
5858         * earcon.el: Remove -- no users.
5859
5860         * gnus-audio.el: Remove -- no users of this package.
5861
5862         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5863
5864         * gnus-start.el (gnus-setup-news): Remove nocem support.
5865
5866         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5867
5868         * gnus.el (gnus-use-nocem): Remove.
5869
5870         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5871         Remove.
5872
5873         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5874         uses NoCeM any more.
5875
5876         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5877         (gnus-button-ctan-handler): Ditto.
5878         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5879         (gnus-button-ctan-directory-regexp): Ditto.
5880         (gnus-button-handle-ctan): Ditto.
5881         (gnus-button-tex-level): Ditto.
5882         (gnus-button-alist): Remove CTAN stuff.
5883
5884 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5887         nnimap-streaming test.
5888
5889         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5890         servers twice.
5891
5892         * nnimap.el (nnimap-open-connection): Add more error reporting when
5893         nnimap fails early.
5894
5895         * nnheader.el (nnheader-get-report-string): New function.
5896         (nnheader-get-report): Use it.
5897
5898         * gnus-int.el (gnus-check-server): Say what the error was when opening
5899         failed.
5900
5901         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5902         using streaming.
5903
5904 2010-09-25  Julien Danjou  <julien@danjou.info>
5905
5906         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5907         gnus-window-inside-pixel-edges.
5908
5909 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5912
5913         * mm-decode.el (mm-save-part): Allow saving to other directories the
5914         normal Emacs way.
5915
5916         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5917         Suggested by Jay Berkenbilt.
5918
5919         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5920         there isn't a single byte.
5921
5922         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5923         just do it.  It doesn't really seem to matter what the user responds
5924         here, I think, so it's just a confusing question.
5925
5926         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5927         non-streaming case.
5928
5929         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5930         (gnus-article-encrypt-body): Use it.
5931
5932         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5933         keystroke.
5934
5935         * nnimap.el (nnimap-find-wanted-parts-1):
5936         Use gnus-fetch-partial-articles.
5937
5938         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5939
5940         * nnimap.el (nnimap-insert-partial-structure): New function.
5941         (nnimap-get-partial-article): New function.
5942         (nnimap-request-article): Use it.
5943         (nnimap-wait-for-response): Return whether the wait was successful.
5944         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5945         retrieval wasn't successful.
5946         (nnimap-retrieve-group-data-early): Allow throttling servers.
5947         (nnimap-streaming): New variable.
5948         (nnimap-fetch-partial-articles): Remove.
5949
5950         * mm-decode.el (mm-with-part): Protect against killed buffers.
5951
5952         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5953         for prettier summary display.
5954
5955 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5956
5957         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5958
5959 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5962         apparently third-party libraries depend on it.
5963
5964         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5965         before starting negotiation.
5966
5967         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5968         privacy reasons.
5969         (gnus-treat-mail-gravatar): Ditto.
5970
5971         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5972         buffer when inserting images.  Inserting text into the headers, for
5973         instance, can make them invalid.
5974
5975 2010-09-25  Julien Danjou  <julien@danjou.info>
5976
5977         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5978         variables.
5979
5980         * nnheader.el: Remove useless variables news-reply-yank-from and
5981         news-reply-yank-message-id.
5982
5983         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5984         variables.
5985
5986         * mml1991.el: Remove useless mml1991-verbose.
5987
5988         * gnus.el: Remove useless variable gnus-use-generic-from.
5989         Remove obsolete variable gnus-topic-indentation.
5990
5991         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5992
5993         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5994
5995         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5996
5997         * gnus-group.el: Remove useless gnus-group-icon-cache.
5998         Remove useless gnus-ephemeral-group-server.
5999
6000         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6001
6002         * mml2015.el: Remove useless mml2015-verbose.
6003
6004         * mml-smime.el: Remove useless mml-smime-verbose.
6005
6006         * gnus.el: Remove useless gnus-local-domain.
6007
6008         * gnus-gravatar.el (gnus-gravatar-transform-address):
6009         Use gnus-gravatar-size.
6010
6011         * gnus-art.el: Remove useless gnus-treat-translate.
6012
6013 2010-09-24  Julien Danjou  <julien@danjou.info>
6014
6015         * gnus-sum.el: Add support for Gravatars.
6016
6017         * gnus-art.el: Add support for Gravatars.
6018
6019         * gnus-gravatar.el: Add this file.
6020
6021         * gravatar.el: Add this file.
6022
6023 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6026
6027         * gnus-group.el (gnus-group-fetch-faq): Remove.
6028
6029         * gnus.el (gnus-group-faq-directory): Remove.
6030
6031         * gnus-group.el (gnus-group-fetch-charter): Remove.
6032
6033         * gnus.el (gnus-group-charter-alist): Remove.
6034
6035         * gnus-group.el (gnus-group-archive-directory): Remove.
6036         (gnus-group-recent-archive-directory): Ditto.
6037         (gnus-group-make-archive-group): Remove.
6038
6039         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6040
6041         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6042         use the same article number for all the cached articles.
6043
6044         * nnimap.el (nnimap-command): Register the last command time so
6045         that we can use it for idling NOOPs.
6046         (nnimap-open-connection): Start the keeplive timer.
6047         (nnimap-make-process-buffer): Store all the process buffers.
6048         (nnimap-keepalive): New function.
6049
6050         * starttls.el (starttls-open-stream): Add autoload cookie.
6051
6052 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6053
6054         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6055         handling.
6056
6057 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058
6059         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6060         its data structures.
6061
6062         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6063         instead of the cl.el copy-list.
6064         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6065         equalp.
6066
6067 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6070         and tool-bar-local-item-from-menu.
6071
6072         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6073         mode-line-highlight face for Emacs.
6074
6075         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6076         loading gnus-sum.elc; fix comment for canlock-verify.
6077         (gnus-article-jump-to-part): Use read-number.
6078         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6079         Remove Emacs pre-21 compatible code for help-echo.
6080         (gnus-article-next-page-1): No need to adjust the number of lines.
6081         (gnus-article-describe-bindings): Always use help-buffer.
6082
6083         * gnus-audio.el (gnus-audio-inline-sound)
6084         * gnus-cus.el (gnus-custom-mode)
6085         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6086
6087         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6088
6089         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6090         compatible code.
6091
6092 2010-09-24  Glenn Morris  <rgm@gnu.org>
6093
6094         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6095         visiting the fcc file in rmail-mode.
6096
6097         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6098
6099 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * nnir.el: Silence the byte compiler.
6102
6103         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6104         alias to browse-url-url-encode-chars if any.
6105         (gnus-html-encode-url): Use it.
6106
6107 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * gnus-start.el (gnus-use-backend-marks): New variable.
6110         (gnus-get-unread-articles-in-group): Use it.
6111
6112         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6113         makeover.
6114
6115 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6116
6117         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6118
6119 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6122         Remove.
6123         (gnus-setup-news-hook):
6124         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6125
6126         * gnus-int.el (gnus-request-update-info): Protect against backends not
6127         having the function.
6128
6129         * nnimap.el (nnimap-stream): Mention starttls.
6130         (nnimap-open-connection): Add starttls support.
6131
6132 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6133
6134         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6135
6136 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6139         BODYSTRUCTUREs.
6140         (nnimap-transform-headers): Unfold quoted {42} headers.
6141
6142         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6143         the info.
6144         (gnus-get-unread-articles): Only call updatep on backends that support
6145         it.
6146
6147         * nnweb.el (nnweb-request-update-info): NOOP.
6148
6149         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6150
6151         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6152         since it only deals with marks.
6153
6154         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6155         gnus-request-marks, and make a new gnus-request-update-info.
6156
6157         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6158         the active instead of the high number, which is usually too low.
6159
6160 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6163         * encrypt.el: Remove.
6164
6165 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6168         server in symbolic form.
6169
6170         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6171
6172 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6175         (nnimap-update-info): Fix up code slightly.
6176
6177         * gnus-int.el (gnus-open-server): Add tracing for performance
6178         debugging.
6179
6180         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6181         (gnus-group-insert-group-line): Pass the real group name so that it
6182         gets the right data.
6183
6184         * gnus-start.el (gnus-get-unread-articles): Don't have
6185         `gnus-get-unread-articles-in-group' update info, since that can be
6186         really slow and doesn't seem to be needed?
6187
6188 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6189
6190         * time-date.el (date-to-time): Try using parse-time-string first before
6191         using the slower timezone-make-date-arpa-standard.
6192
6193 2010-09-22  Julien Danjou  <julien@danjou.info>
6194
6195         * gnus-group.el (gnus-group-insert-group-line):
6196         Call gnus-group-highlight-line.
6197         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6198         default hook list.
6199         (gnus-group-update-eval-form): Add new function.
6200         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6201         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6202
6203 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6206         immediate, then expire all articles.
6207         (nnimap-update-info): Fix off-by-one errors.
6208         (nnimap-flags-to-marks): Would return no marks lists for group with no
6209         flags.  Instead return the other data.
6210
6211 2010-09-22  Julien Danjou  <julien@danjou.info>
6212
6213         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6214         Only return an icon.
6215         (gnus-group-insert-group-line): Compute icon to return.
6216
6217         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6218         (gnus-html-image-fetched): Only cache if
6219         gnus-html-image-automatic-caching is set.
6220         (gnus-html-image-fetched): Check for errors.
6221
6222 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223
6224         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6225         once per method on `g'.  This ensures that backends like nnfolder don't
6226         open all their folders.
6227
6228         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6229         (nnimap-request-list): Nix out group in the correct buffer.
6230         (nnimap-parse-flags): Implement by using `read' instead of
6231         hand-parsing.
6232         (nnimap-flags-to-marks): Pass on permanent-flags.
6233         (nnimap-make-process-buffer): Record the server name.
6234         (nnimap-parse-flags): Fix typo.
6235         (nnimap-request-scan): Run split on the server in general, not just a
6236         single group.
6237
6238         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6239         parameter, and propagate this downwards.
6240
6241         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6242         since EXAMINE changes it on the server.
6243
6244         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6245         this command might take a while.
6246
6247 2010-09-22  Julien Danjou  <julien@danjou.info>
6248
6249         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6250         harmful if you have 2 images side-by-side, they can't be properly
6251         update on text deletion.  Using text-property is safer here.
6252         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6253         data.
6254
6255 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * nnimap.el (nnimap-expunge-inbox): Remove.
6258         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6259         (nnimap-expunge): Flip default to t.
6260
6261         * gnus.el (gnus-method-to-server): Don't push things to the cache
6262         unless it's unique.
6263         (gnus-server-to-method): Ditto.
6264
6265 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6268
6269 2010-09-22  Julien Danjou  <julien@danjou.info>
6270
6271         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6272         get the start of data.
6273         (gnus-html-encode-url): Add this function to encode special chars in
6274         URL.
6275         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6276         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6277
6278         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6279         default.
6280         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6281
6282         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6283         images alt-text.
6284         (gnus-html-put-image): Put alt-text as help-echo.
6285
6286 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6289         * mm-util.el (mm-decompress-buffer)
6290         * nnir.el (nnir-run-find-grep)
6291         * pop3.el (pop3-list): Use 3rd arg of split-string.
6292
6293         * time-date.el (format-seconds): Comment fix.
6294
6295         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6296         and byte-optimize-form-code-walker.
6297         (dgnushack-make-auto-load): Don't advise make-autoload.
6298
6299         * lpath.el: Remove Emacs 21 stuff.
6300
6301 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6304         outside the active range.  Suggested by Dan Christensen.
6305
6306         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6307         slightly later to avoid double-getting it.
6308
6309         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6310         previous patch.
6311
6312         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6313
6314 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6315
6316         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6317
6318 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * gnus-int.el (gnus-open-server): Give a better error message in the
6321         "go offline" case.
6322
6323         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6324         marks for nnimap, which is seldom the right thing to do.
6325
6326         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6327         (gnus-same-method-different-name): New function.
6328
6329         * nnimap.el (parse-time): Require.
6330
6331         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6332         method in the presence of many similar methods.
6333
6334         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6335
6336         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6337         nnml-inhibit-expiry.
6338
6339         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6340         find out whether methods are equal.
6341
6342         * nnimap.el (nnimap-find-expired-articles): New function.
6343         (nnimap-process-expiry-targets): New function.
6344         (nnimap-request-move-article): Request the article before looking at
6345         what the Message-ID is.  Fix found by Andrew Cohen.
6346         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6347
6348         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6349         for oldness in addition to being a predicate.
6350
6351         * nnimap.el (nnimap-request-group): When we have zero articles, return
6352         the right data to Gnus.
6353         (nnimap-request-expire-articles): Only delete articles immediately if
6354         the target is 'delete.
6355
6356         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6357         method, this would bug out.
6358
6359         * gnus-group.el (gnus-group-expunge-group): Rename from
6360         gnus-group-nnimap-expunge, and implemented as a normal interface
6361         function.
6362
6363         * gnus-int.el (gnus-request-expunge-group): New function.
6364
6365         * nnimap.el (nnimap-request-create-group): Implement.
6366         (nnimap-request-expunge-group): New function.
6367
6368 2010-09-21  Julien Danjou  <julien@danjou.info>
6369
6370         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6371         (gnus-html-cache-expired): Add new function.
6372         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6373         wethever we should display image for fetch it.
6374         Compute alt-text earlier to pass it to the fetching function too.
6375         (gnus-html-schedule-image-fetching): Change function argument to only
6376         get one image at a time, not a list.
6377         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6378         cache.
6379         (gnus-html-get-image-data): New function to retrieve image data from
6380         cache.
6381         (gnus-html-put-image): Change buffer argument to use image data rather
6382         than file, and place image above region rather than inserting a new
6383         one.  Do not take alt-text as argument, since it's useless now: we place
6384         the image above alt-text.
6385         (gnus-html-prune-cache): Remove.
6386         (gnus-html-show-images): Start to fetch image when we find one, do not
6387         push into a temporary list.
6388         (gnus-html-prefetch-images): Only fetch image if they have expired.
6389         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6390         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6391
6392 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6395
6396 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6399         spec inser "*" if the group isn't active instead of 0.
6400
6401         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6402         opening the server.
6403         (nnimap-request-delete-group): Implement group deletion.
6404         (nnimap-transform-headers): Return the size of the entire message in
6405         the Bytes header, not just the size of the first part.
6406         (nnimap-request-move-article): When moving an article from nnimap,
6407         request the article first so the accepting form has an article to
6408         accept.  Reported by Dan Christensen.
6409         (nnimap-command): Make sure that the error message doesn't error out.
6410
6411 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6412
6413         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6414         we haven't requested anything.
6415
6416 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6419         "".  Fix found by Andrew Cohen.
6420
6421         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6422         instead of -encode-string.
6423
6424 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6427
6428         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6429         by mm-subst-char-in-string.
6430
6431 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6434         waiting for the connection string.
6435
6436         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6437         arriving.
6438
6439         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6440         bogus characters.  This allows selecting certain Gmail groups.
6441
6442         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6443         (nnimap-fetch-partial-articles): New variable.
6444         (nnimap-open-connection): When looking for credentials, also use the
6445         nnimap-server-port.
6446         (nnimap-request-article): Return the group/article number, so that Gnus
6447         `^' works as expected.
6448         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6449
6450         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6451         comments.
6452         (gnus-methods-sloppily-equal): New function.
6453         (gnus): When using the development version of Gnus, load the gnus-load
6454         file.
6455
6456         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6457         `gnus-open-server' on each method before trying to scan them etc.
6458         This ensures that all the backend parameters are set correctly.
6459
6460         * nnimap.el (nnimap-authenticator): New variable.
6461         (nnimap-open-connection): Allow anonymous login.
6462         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6463         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6464
6465         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6466         patch, found by Knut Anders Hatlen.
6467
6468 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6469
6470         * gnus-agent.el (gnus-agent-batch-confirmation)
6471         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6472         to gnus-message.
6473         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6474         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6475         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6476         * gnus-int.el (gnus-open-server): Likewise.
6477         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6478         (gnus-score-check-syntax): Likewise.
6479         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6480         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6481         Likewise.
6482         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6483
6484 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6487         calling conventions so that prefetch doesn't bug out.
6488
6489 2010-09-19  Julien Danjou  <julien@danjou.info>
6490
6491         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6492         rather than `subst-char-in-region' in order to be able to replace ASCII
6493         char by UTF-8 ones.
6494
6495         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6496         than curl.
6497         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6498         the right URL and ALT text on images.
6499         (gnus-html-wash-tags): Fix tag case.
6500         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6501         (gnus-article-html): Add -o display_ins_del=2 option.
6502         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6503
6504 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6507         the extra mail headers, which sometimes seem to happen for unknown
6508         reasons.
6509
6510         * mail-parse.el (mail-header-encode-parameter): Define as
6511         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6512         (or most, perhaps?) mail readers don't understand the latter, but do
6513         understand the former.
6514
6515         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6516         to nil, so that no methods are automatically agentized.  I think this
6517         is probably what most users want.
6518
6519         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6520         from url-retrieve, for instance about invalid URLs.
6521
6522         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6523         groups that have no articles.
6524         (nnimap-request-article): Check that we really got an article when we
6525         requested one.
6526
6527         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6528         doesn't exist.
6529
6530         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6531         nntp buffer so the agent can save it.
6532         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6533         that CRLF doesn't get translated to \n.
6534         (nnimap-open-connection): Don't make 'shell commands only send \n.
6535
6536 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6537
6538         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6539         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6540         Update var name.
6541         (nnml-generate-nov-file): Use dolist.
6542         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6543         Use with-current-buffer.
6544
6545 2010-09-18  Julien Danjou  <julien@danjou.info>
6546
6547         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6548         parallel.
6549
6550 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6553         the range update right.
6554         (nnimap-request-group): Don't make `M-g' bug out on group with no
6555         marks.
6556         (nnoo): Require, so that other packages can require nnimap.
6557         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6558         command we're looking for.  This helps when the server sends more
6559         responses after we've gotten everything we expected.
6560         (nnimap): Add a `newlinep' field to keep track of end-of-line
6561         conventions.
6562         Don't send CRLF to things that don't want it.
6563         (nnimap-request-accept-article): Ditto.
6564
6565 2010-09-18  Julien Danjou  <julien@danjou.info>
6566
6567         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6568         than curl to retrieve images.
6569
6570 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6573         the marks.
6574         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6575         (nnimap-wait-for-connection): New function.
6576         (nnimap-open-connection): If we have PREAUTH, don't query for login
6577         credentials.
6578         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6579         when doing a partial update.
6580
6581 2010-09-18  Julien Danjou  <julien@danjou.info>
6582
6583         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6584         tags.
6585
6586 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * nnimap.el (nnimap-credentials): New function.
6589         (nnimap-open-connection): Use the new function to look for credentials
6590         also on the numeric equivalents of "imap" and "imaps".
6591
6592         * gnus-start.el (gnus-activate-group): Send the info to
6593         gnus-request-group.
6594
6595         * nnimap.el (nnimap-request-group): Have the "check" version of the
6596         function parse flags and update the info, so that a `M-g' get a total
6597         resync of all flags from the group.
6598
6599         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6600         to allow backends to alter the info on group selection.  Also alter all
6601         the backend -request-group functions to take the parameter.
6602
6603         * nnimap.el (nnimap-store-info): New function.
6604         (nnimap-update-info): Store the info for later usage.
6605         (nnimap-request-group): Use the stored info for the dont-check case, so
6606         that we don't retrieve all marks when we enter a group.
6607
6608         * nnimap.el: Use deffoo instead of defun for interface functions.
6609
6610         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6611         update the group info.  This makes the nndraft groups, for instance, go
6612         back to their old behaviour.
6613
6614         * gnus-sum.el (gnus-select-newsgroup): Indent.
6615
6616         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6617         in.
6618         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6619         nothing.
6620
6621         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6622         from methods that are denied.
6623
6624         * gnus-int.el (gnus-method-denied-p): New function.
6625
6626         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6627         store the password instead of netrc.
6628         (nnimap-open-connection): Don't error out when we can't make a
6629         connections.
6630
6631         * auth-source.el (auth-source-create): In the password prompt, say what
6632         we're querying for.  Also prompt for user name if that hasn't been
6633         given.
6634
6635         * nnimap.el (nnimap-with-process-buffer): Remove.
6636
6637 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6640         method when we're reading from the agent.
6641
6642         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6643
6644         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6645         that's probably most useful for users.
6646
6647         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6648         "failed" all the time.
6649
6650         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6651         ...)) with (with-current-buffer ... ).
6652
6653         * nntp.el (nntp-open-server): Return whether the open was successful or
6654         not.
6655
6656         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6657         select an unread unseen article first.
6658
6659         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6660         /etc/services, supply some sensible port defaults.
6661
6662         * dgnushack.el: Define netrc-credentials.
6663
6664 2010-09-17  Julien Danjou  <julien@danjou.info>
6665
6666         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6667
6668 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6669
6670         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6671         doesn't have any parameters.
6672
6673 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6676         only upcased checks.
6677
6678         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6679
6680         * nnimap.el (nnimap-open-shell-stream): New function.
6681         (nnimap-open-connection): Use it.
6682         (nnimap-transform-headers): Get the number of lines in each message.
6683         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6684         number of lines.
6685         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6686         problem.
6687
6688         * utf7.el (utf7-encode): Autoload.
6689
6690         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6691         to allow the mail splitting to not return a default group.  This is
6692         useful for nnimap, which will leave unmatched mail in the inbox.
6693
6694         * nnimap.el: Rewritten.
6695
6696         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6697         nnimap usage.
6698
6699         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6700         if the move is internal, so that nnimap can do fast internal moves.
6701
6702         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6703         data.
6704         (gnus-read-active-for-groups): Support finishing the early retrieval of
6705         data.
6706
6707         * gnus-range.el (gnus-range-nconcat): New function.
6708
6709         * gnus-int.el (gnus-finish-retrieve-group-infos)
6710         (gnus-retrieve-group-data-early): New functions.
6711
6712 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6715         (nnrss-retrieve-groups):
6716         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6717         (pop3-quit): Use with-current-buffer.
6718
6719 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6722         instead of nnheader-accept-process-output.
6723
6724         * dgnushack.el (dgnushack-compile): Add comment.
6725
6726         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6727
6728         * gnus-html.el (gnus-html-schedule-image-fetching)
6729         (gnus-html-prefetch-images): Replace process-kill-without-query by
6730         gnus-set-process-query-on-exit-flag.
6731
6732 2010-09-16  Romain Francoise  <romain@orebokech.com>
6733
6734         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6735
6736 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6739         parameter to unintern is mandatory-ish in Emacs 24.
6740
6741         * gnus-html.el (gnus-html-schedule-image-fetching)
6742         (gnus-html-prefetch-images): Check for curl before using it.
6743
6744         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6745         depend on curl, which isn't essential.
6746
6747         * imap.el: Revert back to version
6748         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6749         seem problematic.
6750
6751 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6752
6753         * gnus-registry.el (gnus-registry-install-shortcuts):
6754         Explicitly pass `obarray' to `unintern' to avoid a warning.
6755
6756 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6759         change.
6760
6761         * nnrss.el (nnrss-request-list): Remove this function and related
6762         functions, including the moreover stuff.
6763
6764 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * nnrss.el (nnrss-retrieve-groups): New function.
6767
6768 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6769
6770         * .dir-locals.el: Add no-byte-compile cookie.
6771
6772 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * time-date.el (format-seconds): Comment fix.
6775
6776         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6777         for back end that doesn't support request-scan.
6778
6779 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6782         then do request scans from the backends.
6783
6784         * netrc.el (netrc-credentials): New conveniency function.
6785
6786         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6787         avoid running a hook per line, since this takes a lot of time,
6788         profiling shows.
6789         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6790         directly if gnus-visual-p is true.
6791
6792 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6795         groups; replace mapcar with dolist which is a bit faster; pass groups
6796         info to gnus-read-active-file-1.
6797         (gnus-read-active-file-1): Scan only specified groups if the new
6798         optional arg `infos' is given.
6799
6800 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6803
6804         * pop3.el (pop3-movemail): Remove.
6805         (pop3-streaming-movemail): Rename to pop3-movemail.
6806
6807         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6808         don't restrict end-tag searches to the end of the line.
6809
6810 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6813         articles of every unchecked group to t, which means unknown since the
6814         server has never been opened.
6815
6816 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * gnus-html.el (gnus-html-show-alt-text): New command.
6819         (gnus-html-browse-image): Ditto.
6820         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6821         to browse the image directly.
6822         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6823         better.
6824
6825         * gnus-async.el (gnus-async-article-callback):
6826         Call `gnus-html-prefetch-images' unconditionally.
6827
6828         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6829         before feeding URLs to curl.
6830
6831 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6834         internal images as deletable by `W D D'.
6835
6836         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6837         (gnus-async-article-callback): Fix typo.
6838
6839 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6842         current line to work around bugs in the output from w3m.
6843
6844         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6845         for groups that want that.
6846
6847         * nntp.el (nntp-wait-for-string): Supply a timeout for
6848         accept-process-output to ensure progress.
6849
6850         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6851         level to get unread articles from, then use that for foreign groups,
6852         too.
6853
6854         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6855         confuses the rest of the function.
6856
6857         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6858         for the methods that support -retrieve-groups, too.
6859
6860         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6861
6862 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6865         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6866
6867         * pop3.el: Require cl when compiling.
6868         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6869
6870 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6873         that aren't going to be activated.
6874         (gnus-get-unread-articles): Fix up the last commit.
6875
6876         * gnus-html.el (gnus-article-html): Allow calling without specifying
6877         the handle.  In that case, dissect the buffer first.
6878
6879         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6880
6881         * nnimap.el (nnimap-open-connection): Revert the change that would look
6882         into authinfo for imaps instead of imap.
6883
6884         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6885         say that you don't want to call gnus-request-group with don-check, but
6886         do check the reponse.  This is for virtual groups only.
6887         (gnus-get-unread-articles): Count the archive groups as secondary, so
6888         that they're activated the same way as before.
6889
6890         * imap.el (imap-message-map): Removed optional buffer parameter, since
6891         no callers use it.
6892         (imap-message-get): Ditto.
6893         (imap-message-put): Ditto.
6894         (imap-mailbox-map): Ditto.
6895         (imap-mailbox-put): Ditto.
6896         (imap-mailbox-get): Ditto.
6897         (imap-mailbox-get): Revert last change for this function.
6898
6899         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6900         case-insensitively.
6901         (nnimap-debug): Remove.
6902
6903         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6904         callers to use `imap-fetch' instead.  According to the comments, this
6905         should be safe, since all other IMAP clients use the 1:* syntax.
6906         (imap-enable-exchange-bug-workaround): Remove.
6907         (imap-debug): Remove -- doesn't seem very useful.
6908
6909         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6910         mail from a file, and the file doesn't exist.
6911
6912         * imap.el (imap-log): New convenience function used throughout instead
6913         of repeating the same code all over the place.
6914
6915         * pop3.el (pop3-streaming-movemail): Return t for success.
6916
6917         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6918         .authinfo if we're using ssl connection.
6919
6920         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6921         already have if we're in a main Gnus `g' run.
6922
6923         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6924
6925 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6928
6929         * nnmh.el (nnmh-request-list-1): Bind `file'.
6930
6931         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6932         alias to set-process-query-on-exit-flag or process-kill-without-query.
6933         (pop3-open-server): Use it.
6934
6935 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6938         box to the Incoming file.  Fixes mistake in previous checkin.
6939
6940         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6941         request loop (for debugging purposes) removed.
6942
6943         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6944         culprit is more visible.
6945         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6946         (nnml-add-incremental-nov): New functions to do "incremental" nov
6947         updates, where we just append to the end of the existing nov files
6948         without reading/writing them in full.
6949
6950         * mail-source.el (mail-source-delete-crash-box): Really only check the
6951         incoming files once in a while.
6952
6953         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6954
6955         * mail-source.el (mail-source-delete-crash-box): Only check the
6956         incoming files for deletion once per day to save a lot of file
6957         accesses.
6958
6959         * pop3.el (pop3-logon): Fix up unbound variable typo.
6960
6961         * mail-source.el (pop3-streaming-movemail): Autoload.
6962
6963         * pop3.el (pop3-streaming-movemail):
6964         Respect pop3-leave-mail-on-server.
6965
6966         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6967         retrieval.
6968
6969         * pop3.el (pop3-process-filter): Remove unused function.
6970         (pop3-streaming-movemail, pop3-send-streaming-command)
6971         (pop3-wait-for-messages, pop3-write-to-file)
6972         (pop3-number-of-responses): New functions for streaming pop3
6973         retrieval.
6974
6975         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6976         come from no known methods.
6977         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6978         list.
6979
6980         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6981         message sizes.
6982         (pop3-movemail): Use erase-buffer instead of looping and deleting
6983         regions, which seems rather odd.
6984
6985         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6986         file once per `g' run.
6987
6988         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6989         directories.  This makes the draft queue directory work.
6990
6991         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6992         data from the backends, so that we only request the list of groups from
6993         each method once.  This should speed things up considerably.
6994
6995         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6996         detect that it's not implemented.
6997
6998         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6999         we actually do recurse down into the tree, but don't stat all leaf
7000         nodes.
7001
7002         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7003         then say so instead of bugging out.
7004
7005         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7006         files exist before trying to read them.
7007
7008         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7009         around <pre_int>.
7010
7011         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7012
7013         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7014
7015 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * mm-util.el (mm-image-load-path): Just return the image directories,
7018         not all directories in the path in addition to the image directories.
7019         (mm-image-load-path): Maintain a cache of the image directories so that
7020         the `g' command in Gnus doesn't have to stat dozens of directories each
7021         time.
7022
7023         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7024         (gnus-html-wash-tags): Add a new `i' command to insert images.
7025         (gnus-html-insert-image): New command and keystroke.
7026         (gnus-html-redisplay-with-images): New command and keystroke.
7027         (gnus-html-show-images): Rename command.
7028         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7029         spacers.
7030         (gnus-html-wash-tags): Decode entities at the end, so that entities
7031         inside the tags don't mess up the rest of the "parsing".
7032
7033         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7034         so that nnimap methods aren't agentized by default.  There's apparently
7035         many problems related to agent/imap behaviour.
7036
7037         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7038
7039         * gnus-html.el: Doc fix.
7040
7041 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7044         specifier-spec-list for Emacs 21.
7045
7046         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7047         glyph-width and glyph-height instead of display-graphic-p and
7048         image-size; make avoidance of displaying small images work for XEmacs.
7049
7050         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7051         for XEmacs.
7052
7053         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7054         of symbol that holds plist data.
7055         (gnus-process-plist): Remove plist of process after getting it.
7056
7057 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * message.el (message-generate-hashcash): Change default to
7060         'opportunistic if hashcash is installed.
7061
7062         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7063         (gnus-html-put-image): Only call image-size once, since it's somewhat
7064         time-consuming on remote X servers.
7065
7066 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7069         type on data, not a file name.
7070
7071         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7072         window-pixel-edges for Emacs 21.
7073
7074         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7075         decoded contents.
7076         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7077
7078 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7081         group line format, since it isn't very interesting.
7082
7083         * gnus-agent.el (gnus-agent-short-article),
7084         (gnus-agent-long-article): Increase values for these two variables,
7085         since most people are likely to have more network connection and
7086         storage than before.
7087
7088         * gnus.el (gnus-refer-article-method): Change default to 'current.
7089         When referring an article, the common behaviour is to refer it from the
7090         current select method, not the native select method.  The chances of
7091         the native select method having the message in question is rather slim
7092         these days.
7093
7094         * gnus-sum.el (gnus-auto-select-subject): Change default to
7095         `unseen-or-unread'.  I think it's likely that most people want to
7096         select an unseen article over a previously seen, but unread one.
7097
7098         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7099         means that in the article buffer none of the minor mode elements will
7100         be shown, usually, and this is not desirable in most cases.
7101
7102         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7103         that commands like `d' (and the like) go to the next line in the
7104         buffer, instead of the next unread article.  I think this is the
7105         behaviour that is most natural for most users.
7106         (gnus-single-article-buffer): Change default to nil, so that people can
7107         have as many article buffers open as they have summary buffer.  I think
7108         this is the most natural way for the groups to behave.
7109
7110         * message.el (message-generate-new-buffers): Change default to
7111         `unsent', so that all new message buffers start their names with the
7112         string "*unsent", and it's easier to find the buffers if you move from
7113         them.
7114
7115 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7118         small.  They're probably tracking images.
7119         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7120         (gnus-html-rescale-image): Yet another try at getting the image sizing
7121         right.
7122
7123         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7124         nntp-marks-file-name is nil.
7125
7126 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * gnus-html.el (gnus-html-wash-tags)
7129         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7130         Better logging.
7131
7132 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7135
7136         * gnus-html.el (gnus-html-wash-tags): Check the value of
7137         gnus-blocked-images in the summary buffer.
7138
7139 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7142
7143 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7146         like "a", it seems like.
7147         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7148         since it needs to be picked from the correct buffer.
7149
7150         * nnwfm.el: Remove.
7151
7152         * nnlistserv.el: Remove.
7153
7154 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7155
7156         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7157         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7158
7159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * nnkiboze.el: Remove.
7162
7163         * nndb.el: Remove.
7164
7165         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7166         alt text.
7167         (gnus-html-rescale-image): Try to get the rescaling logic right for
7168         images that are just wide and not tall.
7169
7170         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7171         overshadow variable bindings.
7172
7173 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7174
7175         * gnus-html.el (gnus-html-wash-tags)
7176         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7177         Add extra logging.
7178
7179 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7182         (gnus-max-image-proportion): New variable.
7183         (gnus-html-rescale-image): New function.
7184         (gnus-html-put-image): Rescale images.
7185
7186 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7187
7188         Fix up some byte-compiler warnings.
7189         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7190         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7191         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7192         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7193         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7194         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7195         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7196
7197 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-html.el (gnus-article-html): Decode contents by charset.
7200
7201 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7204         (gnus-html-frame-width, gnus-blocked-images)
7205         * message.el (message-prune-recipient-rules): Add custom version.
7206         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7207
7208         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7209         functions.
7210
7211         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7212         gnus-process-get.
7213
7214 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7215
7216         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7217         instead of lsub directly.
7218
7219 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220
7221         * nnwarchive.el: Remove.
7222
7223         * gnus-soup.el: Remove.
7224
7225         * nnsoup.el: Remove.
7226
7227         * nnultimate.el: Remove.
7228
7229         * gnus-html.el (gnus-blocked-images): New variable.
7230
7231         * message.el (message-prune-recipients): New function.
7232         (message-prune-recipient-rules): New variable.
7233
7234         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7235         guess whether a long line is natural text or not.
7236
7237         * gnus-html.el (gnus-html-schedule-image-fetching):
7238         Use gnus-process-plist and friends for compatibility.
7239
7240 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7241
7242         * gnus-html.el: Require packages that define macros used in this file.
7243         (gnus-article-mouse-face): Declare to silence byte-compiler.
7244         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7245         process-get.
7246         (gnus-html-put-image): Use plist-get to avoid getf.
7247         (gnus-html-prefetch-images): Use with-current-buffer.
7248
7249 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-ems.el: Provide compatibility functions for
7252         gnus-set-process-plist.
7253
7254         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7255         header-line-format for XEmacs 21.4.
7256
7257         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7258         * gnus.el (gnus-valid-select-methods)
7259         * message.el (message-send-mail-partially-limit)
7260         * mm-decode.el (mm-text-html-renderer)
7261         * mml.el (mml-insert-mime-headers-always)
7262         * smiley.el (smiley-regexp-alist): Bump custom version.
7263
7264 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus-html.el: require mm-url.
7267         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7268         with the url to `url'.
7269         (gnus-html-wash-tags): Support cid: URLs/images.
7270
7271 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7274         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7275         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7276
7277         * gnus-move.el: Remove file, since it doesn't really work.
7278
7279         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7280         UTF-8.  This seems to fix problems with some German web feeds.
7281
7282         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7283         at the top so that the proper colours are applied.
7284
7285         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7286         don't have dots in their names.
7287
7288         * gnus-art.el (gnus-article-view-part): Doc fix.
7289
7290         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7291         XEmacs-compatible.
7292         (gnus-html-put-image): Don't do images on non-graphic displays.
7293
7294         * nnslashdot.el: Remove this unused backend.
7295
7296         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7297         actions.
7298         (gnus-undo-register-1): Revert last change.
7299
7300         * gnus-group.el (gnus-group-completing-read): Protect against not
7301         having completion-styles bound.
7302
7303         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7304         make broken recipients happier.
7305
7306         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7307
7308         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7309         point parameter.
7310
7311         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7312
7313         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7314         completion-styles for group selection.
7315
7316 2009-02-04  Andreas Schwab  <schwab@suse.de>
7317
7318         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7319         headers and regexp-quote the match if necessary.
7320
7321 2009-03-24  Miles Bader  <miles@gnu.org>
7322
7323         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7324         the blinking smiley.
7325
7326 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7327
7328         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7329         blink smiley.
7330
7331 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7334         where the dribbel file lives exists.
7335
7336         * message.el (message-send-mail-partially-limit): Change the default to
7337         nil, since most people don't want this.
7338
7339         * mm-url.el (mm-url-decode-entities): Also decode entities like
7340         &#x3212.
7341
7342 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7343
7344         * gnus-sum.el (gnus-summary-idna-message):
7345         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7346         Hyperlink urls in docstrings with URL `...'.
7347
7348 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7349
7350         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7351         functions.
7352
7353 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7356         say what the mouseover text should be.
7357
7358         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7359         version of the mm-w3m-safe-url-regexp variable to only download images
7360         in the groups where we want that to happen.
7361
7362         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7363
7364         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7365         easier debugging.
7366         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7367         big pictures in the article buffer.
7368
7369         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7370         gnus-article-html.
7371         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7372         w3m.
7373
7374         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7375
7376 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377
7378         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7379         which doesn't exist.
7380
7381         * message.el (message-inhibit-ecomplete): New variable to allow some
7382         function to inhibit ecomplete address storage.
7383         (message-resend): Disable ecomplete message storage when resending
7384         messages.
7385
7386         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7387
7388 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7391         Save excursion while copying, moving, and deleting articles in order to
7392         prevent the cursor from jumping to unforeseen place.
7393
7394 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * lpath.el: No need to bind bookmark-current-buffer,
7397         bookmark-yank-point and bookmark-make-record-function.
7398
7399 2010-08-17  Glenn Morris  <rgm@gnu.org>
7400
7401         * gnus-sync.el: Require gnus components whose functions are used.
7402
7403         * gnus-art.el (bookmark-make-record-function):
7404         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7405         Declare for compiler.
7406
7407         * mm-url.el (mml-compute-boundary): Autoload.
7408
7409 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7412
7413 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         Typo fix "hoo4a" -> "hook".
7416
7417         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7418
7419 2010-08-14  Glenn Morris  <rgm@gnu.org>
7420
7421         * gnus-sync.el (gnus-sync): Fix defgroup version.
7422
7423 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7426
7427         * gnus-sync.el: Fix docs.
7428         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7429         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7430
7431 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7432
7433         Optimizations for gnus-sync.el.
7434
7435         * gnus-sync.el: Add docs about gnus-sync-backend
7436         possibilities.
7437         (gnus-sync-save): Remove unnecessary message.
7438         (gnus-sync-read): Optimize and show what groups were skipped.
7439
7440 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         Minor bug fixes for gnus-sync.el.
7443
7444         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7445         Don't read the sync on get-new-news.
7446
7447         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7448         quiet.
7449
7450         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7451         (fix typo).
7452
7453 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7454
7455         Make saving and restoring of hidden threads work with overlays.
7456         Patch applied by Ted Zlatanov.
7457
7458         * gnus-sum.el (gnus-hidden-threads-configuration)
7459         (gnus-restore-hidden-threads-configuration): Update to deal with text
7460         properties, rather than searching for a magic character.
7461
7462 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         New gnus-sync.el library for synchronization of marks.
7465
7466         * gnus-sync.el: New library for synchronization of marks.
7467
7468         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7469         renamed from `gnus-registry-grep-in-list'.
7470
7471         * gnus-registry.el (gnus-registry-follow-group-p):
7472         Use `gnus-grep-in-list'.
7473
7474         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7475
7476 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7479         determining charset of text fails.
7480
7481 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * nnmail.el (nnmail-get-new-mail-1): Revert.
7484
7485         * nnml.el (nnml-active-number): Make sure names of newly created groups
7486         in nnml-group-alist are encoded.
7487
7488 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7491         containing non-ASCII characters in active file for nnml back end.
7492
7493 2010-07-24  David Engster  <dengste@eml.cc>
7494
7495         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7496         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7497
7498 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7499
7500         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7501         tag (Bug#6654).
7502
7503 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7506         the article buffer, not the summary buffer.
7507
7508 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7511         Emacs 23 as well.
7512
7513 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7516         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7517
7518 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7519
7520         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7521         Patch applied by Karl Fogel.
7522
7523         * gnus-sum.el (gnus-summary-bookmark-make-record):
7524         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7525
7526 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7527
7528         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7529         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7530         C-w still not working correctly from Article buffers; Thierry's
7531         patch to fix that will be applied after this.
7532
7533         * gnus-art.el (bookmark-make-record-function): New local variable.
7534
7535         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7536         article buffer.
7537         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7538
7539 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7540
7541         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7542         on changes in bookmark.el.
7543
7544 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7547         `no-log' instead of message not to log prompt string.
7548
7549 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7550
7551         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7552         the *other* type of HTML form submission.
7553
7554 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7555
7556         * auth-source.el (auth-source-pick): If choice does not contain a
7557         questioned keyword, set the check to t.
7558
7559 2010-06-12  Romain Francoise  <romain@orebokech.com>
7560
7561         * gnus-util.el (gnus-date-get-time): Move up before first use.
7562
7563 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7566         (gnus-article-edit-part): Bind it to make last part that is substituted
7567         or deleted visible.
7568         (gnus-mime-display-single): Buttonize part of which id equals to
7569         gnus-mime-buttonized-part-id.
7570
7571 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7572
7573         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7574         (gnus-dd-mmm): Use gnus-date-get-time.
7575         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7576         simplify logic.
7577         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7578         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7579
7580 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7581
7582         * auth-source.el (top): Autoload `secrets-list-collections',
7583         `secrets-create-item', `secrets-delete-item'.
7584         (auth-sources): Fix tag string.
7585         (auth-get-source, auth-source-retrieve, auth-source-create)
7586         (auth-source-delete): New defuns.
7587         (auth-source-pick): Rewrite in order to avoid 2 passes.
7588         (auth-source-forget-user-or-password): New parameter USERNAME.
7589         (auth-source-user-or-password): New parameters CREATE-MISSING and
7590         DELETE-EXISTING.  Retrieve password interactively, if needed.
7591
7592 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7593
7594         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7595         deleting unused directories when gnus-expert-user is t.
7596
7597 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7600         for each temp file when gnus-article-browse-delete-temp is ask.
7601
7602 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7603
7604         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7605         Replace Lisp calls to delete-backward-char by calls to delete-char.
7606
7607 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7608
7609         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7610
7611 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7612
7613         * password-cache.el (password-cache-remove): Fix docstring.
7614
7615 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7618         article unless decoding article to be saved.
7619
7620 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7623         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7624         generated within the mm-with-unibyte-current-buffer macro.
7625
7626 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7629         to nil when we're in a mml-preview buffer and no group is selected.
7630
7631 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7632
7633         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7634         when catching the `C-g'.  Reported by "Leo".
7635
7636 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * message.el (message-forward-make-body-plain)
7639         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7640         multibyte-string-p.
7641
7642         * lpath.el: Revert.
7643
7644 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * message.el (message-forward-make-body-mml): Assume original message
7647         is multibyte string; error on unibyte.
7648         (message-forward-make-body-plain): Ditto; don't add excessive newline
7649         in body end.
7650
7651         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7652
7653 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7654
7655         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7656         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7657
7658 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * mm-extern.el (mm-extern-url): Don't use
7661         mm-with-unibyte-current-buffer.
7662         (mm-extern-cache-contents): Use with-current-buffer instead of
7663         save-excursion + set-buffer.
7664
7665 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * mm-util.el (mm-emacs-mule): Remove.
7668
7669 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7670
7671         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7672         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7673         change.
7674
7675 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7678         bind the default value of enable-multibyte-characters to nil.
7679
7680 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * message.el (message-forward-make-body-plain)
7683         (message-forward-make-body-mml):
7684         Don't use mm-with-unibyte-current-buffer.
7685
7686 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7687
7688         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7689
7690 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7691
7692         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7693         (Bug#5592).
7694
7695 2010-05-07  Julien Danjou  <julien@danjou.info>
7696
7697         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7698         it to mm-pipe-part.
7699
7700         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7701         it is given.
7702
7703 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * binhex.el (binhex-decode-region-internal)
7706         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7707         (dns-query)
7708         * nnweb.el (nnweb-gmane-search)
7709         * pgg-parse.el (pgg-parse-armor)
7710         * pgg.el (pgg-verify-region)
7711         * sha1.el (sha1-string-external)
7712         * uudecode.el (uudecode-decode-region-internal)
7713         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7714         XEmacs.
7715
7716         * gnus-art.el (gnus-article-browse-html-parts)
7717         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7718         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7719         make-temp-file.
7720
7721         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7722         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7723         compiling.
7724
7725         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7726         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7727         XEmacs when compiling.
7728
7729         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7730         gnus-pick-mode-off-hook for XEmacs when compiling.
7731         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7732         gnus-binary-mode-off-hook for XEmacs when compiling.
7733
7734         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7735         Return nil if char-charset is not available.
7736
7737         * imap.el (imap-disable-multibyte)
7738         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7739         macros.
7740
7741         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7742         instead of encode-coding-string.
7743
7744         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7745         'xemacs) instead of mm-emacs-mule to switch function definitions.
7746         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7747
7748         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7749         bind temporary-file-directory for XEmacs;
7750         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7751         timer-set-function for XEmacs 21.4 and SXEmacs;
7752         bind timer-list for XEmacs 21.4 and SXEmacs;
7753         fbind char-charset and find-charset-region for non-Mule XEmacs;
7754         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7755         encode-coding-region and encode-coding-string for XEmacs having no
7756         file-coding feature.
7757
7758 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7759
7760         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7761
7762 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7765         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7766
7767 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7768
7769         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7770         alias `jka-compr-delete-temp-file' no longer exists.
7771
7772 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7773
7774         Use define-minor-mode in Gnus where applicable.
7775         * mml.el (mml-mode): Use define-minor-mode.
7776         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7777         (gnus-undo-mode): Use define-minor-mode.
7778         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7779         (gnus-dead-summary-mode): Use define-minor-mode.
7780         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7781         Initialize in declaration.
7782         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7783         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7784         (gnus-mailing-list-mode): Use define-minor-mode.
7785         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7786         (gnus-draft-mode): Use define-minor-mode.
7787         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7788         (gnus-dired-mode): Use define-minor-mode.
7789
7790 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7791
7792         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7793         handles on recursive mml-to-mime translation and check them for
7794         boundary delimiter collisions.  Reported by Greg Troxel.
7795
7796 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7799
7800 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7801
7802         * mm-util.el (mm-find-buffer-file-coding-system):
7803         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7804
7805 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7806
7807         * message.el (message-generate-headers): Record insertion of optional
7808         headers as well.  Otherwise the check to prevent repeated insertion of
7809         optional headers is a no-op.
7810
7811 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7812
7813         * smime.el: Don't mention CVS.
7814
7815         * nnrss.el (nnrss-fetch): Don't mention CVS.
7816
7817         * nnir.el: Don't mention CVS.
7818
7819 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7820
7821         * gnus-sum.el (gnus-summary-bookmark-make-record):
7822         Add `location' field.
7823
7824 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * lpath.el: Fbind bookmark-default-handler,
7827         bookmark-get-bookmark-record, bookmark-make-record-default,
7828         bookmark-prop-get for Emacs <23 and XEmacs.
7829
7830 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7831
7832         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7833         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7834         Use with-current-buffer to silence the byte-compiler.
7835         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7836         bother to require `gnus'.
7837         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7838
7839 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7840
7841         * gnus-sum.el (gnus-summary-bookmark-make-record)
7842         (gnus-summary-bookmark-jump): New functions.
7843         (gnus-summary-mode): Setup bookmark support.
7844
7845 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7846
7847         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7848         if set.
7849
7850 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7853         gnus-article-browse-html-save-cid-image; make it work recursively for
7854         forwarded messages as well.
7855         (gnus-article-browse-html-parts): Work when prefix arg is given.
7856         (gnus-article-browse-html-article): Doc fix.
7857
7858 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7859
7860         * message.el (message-default-mail-headers):
7861         (message-default-headers): Carry the value mail-default-headers over
7862         into message-default-mail-headers, rather than message-default-headers.
7863
7864 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7865
7866         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7867         charset.
7868
7869         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7870         charset into the <meta> tag when the article is encoded to utf-8.
7871
7872 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-article-browse-delete-temp-files):
7875         Delete directories as well.
7876         (gnus-article-browse-html-parts): Work for images that do not specify
7877         file names; delete temp directory when quitting; insert header at the
7878         right place; use file: scheme for image files.
7879
7880 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7881
7882         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7883         (gnus-article-browse-html-parts): Use it to make temporary cid image
7884         files in addition to html file so that browser may display them.
7885
7886 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7889
7890 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7891
7892         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7893
7894 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7895
7896         * auth-source.el (auth-sources): Change default to be simpler.
7897         Explain about Secret Service API sources.  Improve Customize options.
7898         (auth-source-pick): Change to accept any number of search parameters.
7899         Implement fallbacks iteratively, not recursively.  Add scoring on the
7900         second pass and sort by score.  Call Secret Service API when needed.
7901         (auth-source-user-or-password): Use it.  Call Secret Service API
7902         directly when needed to get the user name and the password.
7903
7904 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7905
7906         * message.el (message-interactive): Doc fix.
7907         (message-qmail-inject-args): Reflow.
7908         (message-kill-to-signature): Fix typo in docstring.
7909
7910         * smiley.el (smiley-buffer): Fix typo in docstring.
7911
7912 2010-03-24  Glenn Morris  <rgm@gnu.org>
7913
7914         * mail-source.el (gnus-message): Declare.
7915         (mail-source-delete-old-incoming): Require gnus-util.
7916
7917 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7920
7921         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7922
7923         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7924         password-cache's default if it is not bound.
7925         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7926         password-cache-expiry's default if it is not bound.
7927
7928         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7929         available in Emacs 21.
7930
7931         * lpath.el: Suppress compiler warnings for:
7932         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7933         XEmacs;
7934         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7935         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7936         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7937
7938 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * auth-source.el (auth-sources): Fix up definition so extra parameters
7941         are always inline.
7942
7943 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7944
7945         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7946         wasn't updated after mismatch.  Clear cached mailbox info correctly
7947         when uidvalidity changes.
7948         (nnimap-group-prefixed-name): New function to avoid some code
7949         duplication.
7950         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7951         (nnimap-request-group): Use it.
7952         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7953         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7954         with many imap folders.  This is done by caching the group status from
7955         the imap server persistently in a group parameter `imap-status'.  (This
7956         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7957         but not persistently, so every Gnus startup was still very slow.)
7958
7959 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7962         delete the extra newline.  Otherwise editing of :string and :number
7963         types don't work.
7964
7965 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7968         secrets.el dependency.
7969         (auth-sources): Add optional user name.  Add secrets.el configuration
7970         choice (unused right now).
7971
7972 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7973
7974         * gnus-sum.el (gnus-summary-make-menu-bar):
7975         Let `gnus-registry-install-shortcuts' fill in the functions.
7976
7977         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7978         warnings.
7979         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7980         (gnus-registry-install-shortcuts): Populate and use it in a
7981         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7982
7983 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7984
7985         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7986         In-place substitutions for the group name encoding/decoding.
7987         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7988         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7989         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7990         (nnimap-update-unseen, nnimap-request-list)
7991         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7992         (nnimap-request-set-mark, nnimap-split-to-groups)
7993         (nnimap-split-articles, nnimap-request-newgroups)
7994         (nnimap-request-create-group, nnimap-request-accept-article)
7995         (nnimap-request-delete-group, nnimap-request-rename-group)
7996         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7997         `encoded-mbx' for consistency.
7998         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7999         variable `imap-current-mailbox'.
8000
8001         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8002         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8003
8004 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8005
8006         * pop3.el (pop3-display-message-size-flag): Display message size byte
8007         counts during POP3 download.
8008         (pop3-movemail): Use it.
8009         (pop3-list): Implement listing of available messages.
8010
8011 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8012
8013         * nnir.el (nnir-get-article-nov-override-function): New function to
8014         override the normal NOV retrieval.
8015         (nnir-retrieve-headers): Use it.
8016
8017 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8018
8019         * auth-source.el (netrc-machine-user-or-password): Autoload.
8020
8021 2010-03-19  Glenn Morris  <rgm@gnu.org>
8022
8023         Stop message.el from loading about 40 libraries it doesn't always need.
8024         The general approach is to autoload rather than require, and to
8025         require in the specific functions rather than the file.  (Bug#5642)
8026
8027         * gmm-utils.el: Don't require wid-edit.
8028         (widget-create-child-value, widget-convert, widget-default-get):
8029         Autoload.
8030
8031         * gnus-util.el: Don't require time-date, netrc.
8032         (message-fetch-field, gnus-group-name-decode): Declare rather than
8033         autoloading.
8034         (gnus-fetch-field): Require message.
8035         (gnus-decode-newsgroups): Require gnus-group.
8036
8037         * ietf-drums.el: Don't require time-date.
8038
8039         * message.el: Don't require hashcash, canlock, ecomplete.
8040         Do require mail-utils.  Require nnheader only when compiling.
8041         (smtpmail-default-smtp-server): Remove declaration.
8042         (message-send-mail-function): Check smtpmail-default-smtp-server
8043         is bound rather than requiring smtpmail.
8044         (message-auto-save-directory, message-insert-signature):
8045         Use expand-file-name rather than nnheader-concat.
8046         (nnheader-insert-file-contents): Autoload.
8047         (hashcash-wait-async): Declare.
8048         (message-send-mail): Only call gnus-setup-posting-charset if
8049         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8050         (message-send-mail-with-sendmail): Require sendmail.
8051         (canlock-password, canlock-password-for-verify): Declare.
8052         (message-canlock-password): Require canlock.
8053         (nnheader-get-report): Autoload.
8054         (gnus-setup-posting-charset): Declare.
8055         (message-send-news): Require gnus-msg.
8056         (message-make-references, message-make-in-reply-to): Use mail-header-id
8057         rather than the alias mail-header-message-id.
8058         (ecomplete-add-item, ecomplete-save): Declare.
8059         (message-put-addresses-in-ecomplete): Require ecomplete.
8060         (ecomplete-display-matches): Autoload.
8061
8062         * mm-decode.el: Don't require mailcap, gnus-util.
8063         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8064         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8065         Autoload.
8066         (mailcap-mime-extensions): Declare.
8067
8068         * mm-encode.el: Don't require mailcap.
8069         (mailcap-extension-to-mime): Autoload.
8070
8071         * mml-sec.el: Don't require password-cache.
8072
8073         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8074         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8075         (mml-minibuffer-read-type): Require mailcap.
8076         (mml-preview): Require gnus-msg.
8077
8078         * mml1991.el: Require password-cache.
8079         (password-cache-expiry): Remove declaration.
8080
8081         * mml2015.el: Require password-cache.
8082         (password-cache-expiry): Remove declaration.
8083
8084         * nneething.el (mailcap): Require mailcap.
8085
8086         * nnheader.el (declare-function): Add compatibility stub.
8087         (message-remove-header): Declare rather than autoload.
8088         (nnheader-replace-header): Require message.
8089
8090         * nnimap.el (declare-function): Add compatibility stub.
8091         (netrc-parse, netrc-machine-user-or-password): Declare.
8092         (nnimap-open-connection): Require netrc.
8093
8094         * nntp.el (declare-function): Add compatibility stub.
8095         (netrc-parse, netrc-machine, netrc-get): Declare.
8096         (nntp-send-authinfo): Require netrc.
8097
8098         * rfc2047.el: Don't require qp.
8099         (quoted-printable-encode-region, quoted-printable-decode-string):
8100         Autoload.
8101
8102         * sieve-mode.el: Don't require easymenu.
8103         (easy-menu-add-item): Autoload it.
8104
8105         * spam-stat.el (time-to-number-of-days): Autoload it.
8106
8107 2010-03-19  Glenn Morris  <rgm@gnu.org>
8108
8109         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8110
8111 2010-03-18  Glenn Morris  <rgm@gnu.org>
8112
8113         * hashcash.el (declare-function): Remove duplicate definition.
8114
8115 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8116
8117         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8118         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8119         value if any backslash escapes).
8120
8121 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8124         if it is available.  (bug#5647)
8125
8126         * lpath.el: Suppress compiler warning for coding-system-from-name for
8127         Emacs 21 and XEmacs.
8128
8129 2010-03-14  Juri Linkov  <juri@jurta.org>
8130
8131         * hmac-def.el:
8132         * hmac-md5.el:
8133         * netrc.el: Fix keywords.
8134
8135 2010-02-26  Glenn Morris  <rgm@gnu.org>
8136
8137         * message.el (message-send-mail-function): Change the default, so that
8138         it inherits from a customized send-mail-function.  (Bug#5643)
8139
8140 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8141
8142         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8143         shell-command-to-string signals an error (bug#5299).
8144
8145 2010-02-24  Glenn Morris  <rgm@gnu.org>
8146
8147         * message.el (message-smtpmail-send-it)
8148         (message-send-mail-with-mailclient): Doc fixes.
8149
8150 2010-02-16  Glenn Morris  <rgm@gnu.org>
8151
8152         * message.el (message-default-mail-headers): Change the default value
8153         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8154
8155 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8158         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8159
8160 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8161
8162         * time-date.el (date-to-time): Doc fix (Bug#5408).
8163
8164 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8165
8166         * message.el (message-mail): Just pass yank-action on to message-setup.
8167         (message-setup): Handle (FUN . ARGS) form of yank-action.
8168         (message-with-reply-buffer, message-widen-reply)
8169         (message-yank-original): Handle non-buffer values of
8170         message-reply-buffer (Bug#4080).
8171         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8172
8173 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8174
8175         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8176         Fix typo in docstring.
8177
8178 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8179
8180         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8181         response.
8182
8183 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8186
8187         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8188
8189         * message.el (message-check-news-header-syntax): Protect against a
8190         string that `rfc822-addresses' returns when parsing fails.
8191
8192 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8195         (gnus-previous-char-property-change): New functions.
8196
8197         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8198
8199 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8200
8201         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8202         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8203
8204 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8205
8206         * message.el (message-exchange-point-and-mark): Rework last change to
8207         avoid using optional arg of exchange-point-and-mark, for backward
8208         compatibility.
8209
8210 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8211
8212         * message.el (message-exchange-point-and-mark):
8213         Call exchange-point-and-mark with an argument rather than setting
8214         mark-active by hand (Bug#5175).
8215
8216 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * nntp.el (nntp-service-to-port): Work for service expressed with
8219         numeric string; replace [:digit:] with [0-9] for XEmacs.
8220
8221 2009-12-17  Glenn Morris  <rgm@gnu.org>
8222
8223         * gnus-group.el (gnus-bug-group-download-format-alist):
8224         Change emacs entry to debbugs.gnu.org.  Bump :version.
8225
8226 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8229
8230 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * message.el (message-info): Explain why we use `Info-goto-node'.
8233
8234 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8237
8238 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8239
8240         * message.el (message-completion-in-region): New compatibility function.
8241         (message-expand-group): Use it.
8242
8243 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8246         with no unread article should be listed if the 2nd arg `predicate' is
8247         given.
8248
8249 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8252
8253 2009-11-29  Juri Linkov  <juri@jurta.org>
8254
8255         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8256         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8257         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8258
8259 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8260
8261         * sha1.el (sha1-string-external): default-directory "/" in case
8262         otherwise non-existent.  process-connection-type pipe for touch of
8263         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8264
8265 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8266
8267         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8268         it's comms related and sgml-mode.el has "comm" on that basis too.
8269
8270 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8273         containing tspecial characters if they have been already quoted.
8274
8275 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8276
8277         * dns-mode.el (auto-mode-alist): Purecopy string.
8278
8279 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8280
8281         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8282
8283 2009-10-24  Glenn Morris  <rgm@gnu.org>
8284
8285         * gnus-art.el (help-xref-stack-item): Define for compiler.
8286
8287 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8288
8289         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8290
8291 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8294
8295 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8298         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8299
8300 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8303         (gnus-overlays-in): New alias to overlays-in.
8304
8305         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8306         gnus-overlay-get, and gnus-delete-overlay.
8307         (gnus-summary-show-thread): Make it work as well for systems in which
8308         next-single-char-property-change is not available.
8309         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8310
8311         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8312         (gnus-overlay-get): New alias to extent-property.
8313         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8314
8315         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8316         SXEmacs.
8317
8318         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8319         SXEmacs.
8320
8321 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8324
8325 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8326
8327         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8328         and XEmacs that don't have `remove-overlays'.
8329
8330 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8331
8332         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8333         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8334         selective display.  Use overlays instead.
8335
8336 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8337
8338         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8339
8340 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8341
8342         * spam-stat.el (spam-stat-load): Fix typo in message.
8343
8344 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8345
8346         * dig.el (dig-invoke): Fix typo in docstring.
8347         (query-dig): Reflow docstring.
8348
8349 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8350
8351         * gnus-art.el (gnus-article-encrypt-body):
8352         * message.el (message-check-recipients):
8353         * mm-util.el (mm-codepage-setup):
8354         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8355         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8356
8357 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8358
8359         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8360         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8361         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8362         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8363         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8364
8365 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8366
8367         * dig.el: Add "Keywords: comm", as per net-utils.el.
8368
8369 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8370
8371         * dig.el (dig-mode): Use define-derived-mode.
8372
8373 2009-09-19  Glenn Morris  <rgm@gnu.org>
8374
8375         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8376
8377 2009-09-18  Glenn Morris  <rgm@gnu.org>
8378
8379         * gnus-diary.el (gnus-diary-check-message):
8380         * message.el (message-insert-formatted-citation-line):
8381         * nnbabyl.el (top-level):
8382         * nndiary.el (nndiary-schedule):
8383         Fix typos in condition-case handlers.
8384
8385 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8388         configuration that provides the sole article window in a frame;
8389         position point correctly after deleting a part.
8390
8391 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8392
8393         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8394         (spam-resolve-registrations-routine): Use it to unregister articles
8395         that change status.
8396
8397 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8400         with XEmacs.
8401         (parse-time-string-chars): Use it.
8402
8403 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * imap.el (imap-interactive-login): Better messages.
8406         (imap-open): Fix bug with renamed buffer on reconnect.
8407         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8408         for easier debugging and cleaner code.  On successful (guessed based on
8409         server capabilities) secondary authentication, set imap-state
8410         correctly.
8411         (imap-last-authenticator): Define imap-last-authenticator as a variable
8412         to avoid warnings.
8413
8414 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * nnrss.el (nnrss-request-article): Remove binding of
8417         default-enable-multibyte-characters that has gotten needless by
8418         the 2007-07-13 change in rfc2047-encode-message-header.
8419
8420         * mml.el (mml-insert-multipart): Error on the message header.
8421         (mml-insert-part): Error on the message header; position point at
8422         the end of a MIME tag.
8423
8424 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * time-date.el (autoload): Expand define-obsolete-function-alias into
8427         defalias and make-obsolete for old Emacsen that Gnus supports.
8428         (with-no-warnings): Define it for old Emacsen.
8429         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8430         is available.
8431         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8432         float-time is available; suppress compile warning for time-to-seconds.
8433
8434         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8435         (gnus-float-time): Alias to float-time if it exists.
8436
8437         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8438         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8439         float-time is available; suppress compile warning for time-to-seconds.
8440
8441         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8442         XEmacs.
8443
8444 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8445
8446         * imap.el (imap-message-map): Docstring fix.
8447
8448 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8451         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8452         Add the optional argument `encoding' that overrides the default.
8453
8454         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8455         mm-encode-buffer.
8456
8457 2009-09-04  Glenn Morris  <rgm@gnu.org>
8458
8459         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8460         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8461         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8462         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8463         * mm-util.el (mm-with-unibyte-current-buffer)
8464         (mm-find-buffer-file-coding-system):
8465         * yenc.el (yenc-decode-region): Use default-value rather than
8466         default-enable-multibyte-characters.
8467
8468 2009-09-03  Glenn Morris  <rgm@gnu.org>
8469
8470         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8471         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8472         than default-enable-multibyte-characters.
8473
8474 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8475
8476         * gnus-art.el (gnus-article-read-summary-keys):
8477         Fix gnus-buffer-configuration's value temporarily used.
8478
8479 2009-09-02  Glenn Morris  <rgm@gnu.org>
8480
8481         * gnus-util.el (gnus-float-time): New function.
8482         * gnus-delay.el (gnus-delay-article):
8483         * gnus-sum.el (gnus-thread-latest-date):
8484         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8485         * nnspool.el (nnspool-request-newgroups):
8486         Use gnus-float-time rather than time-to-seconds.
8487         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8488
8489         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8490         (gnus-header-subject-face, gnus-header-newsgroups-face)
8491         (gnus-header-name-face, gnus-header-content-face):
8492         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8493         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8494         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8495         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8496         (gnus-cite-face-11):
8497         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8498         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8499         (gnus-server-closed-face, gnus-server-denied-face)
8500         (gnus-server-offline-face):
8501         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8502         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8503         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8504         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8505         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8506         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8507         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8508         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8509         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8510         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8511         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8512         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8513         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8514         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8515         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8516         (gnus-summary-high-undownloaded-face)
8517         (gnus-summary-low-undownloaded-face)
8518         (gnus-summary-normal-undownloaded-face)
8519         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8520         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8521         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8522         (gnus-splash-face):
8523         * message.el (message-header-to-face, message-header-cc-face)
8524         (message-header-subject-face, message-header-newsgroups-face)
8525         (message-header-other-face, message-header-name-face)
8526         (message-header-xheader-face, message-separator-face)
8527         (message-cited-text-face, message-mml-face):
8528         * sieve-mode.el (sieve-control-commands-face)
8529         (sieve-action-commands-face, sieve-test-commands-face)
8530         (sieve-tagged-arguments-face):
8531         * spam.el (spam-face):
8532         Mark face aliases with "-face" in the name as obsolete.
8533
8534 2009-09-01  Glenn Morris  <rgm@gnu.org>
8535
8536         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8537         than goto-line.
8538
8539 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8542         Don't move point if the command is invoked inside the message header.
8543
8544 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8545
8546         * imap.el (imap-send-command): Simplify.
8547         (imap-wait-for-tag): point-max -> buffer-size.
8548
8549 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8550
8551         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8552         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8553         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8554         * nnir.el (nnir-swish-e-index-file):
8555         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8556         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8557         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8558         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8559         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8560         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8561
8562 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8565         Don't save excursion.
8566
8567 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8568
8569         * nnheader.el (nnheader-find-file-noselect):
8570         * mm-util.el (mm-insert-file-contents):
8571         Use (default-value 'major-mode) instead of default-major-mode.
8572
8573 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8576
8577 2009-08-26  Glenn Morris  <rgm@gnu.org>
8578
8579         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8580         than placing in files.el.
8581
8582 2009-08-25  Glenn Morris  <rgm@gnu.org>
8583
8584         * nnir.el (top-level): Don't require cl at run-time.
8585         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8586         Replace cl-function substitute with gnus-replace-in-string.
8587         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8588         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8589         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8590         simplified expansions.
8591
8592 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8593
8594         * dig.el (dig): Add autoload cookie.
8595
8596 2009-08-22  Glenn Morris  <rgm@gnu.org>
8597
8598         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8599         goto-line.
8600
8601 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8602
8603         * parse-time.el (parse-time-string-chars): Save match data.
8604
8605 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8606
8607         * parse-time.el (parse-time-string-chars): Compute using character
8608         classes, to handle non-ascii characters (Bug#3190).
8609
8610 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8613
8614         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8615         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8616         (gnus-mm-display-part, gnus-mime-display-single)
8617         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8618         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8619
8620         * gnus-sum.el
8621         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8622         (gnus-summary-move-article): Add expirable mark to articles copied or
8623         moved to group that has auto-expire turned on if the option is non-nil.
8624
8625 2009-07-24  Glenn Morris  <rgm@gnu.org>
8626
8627         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8628         Fix typo.  (Bug#3903)
8629
8630 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8633         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8634         that should not be used for draft articles.
8635         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8636         that has no concern in minor mode keys.
8637         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8638         Abolish.
8639
8640 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8643         article without making inquiry to a user for unknown encoding.
8644
8645         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8646         (nnmaildir--scan): Assume i-node and device number that file-attributes
8647         returns might be cons-cell.
8648
8649         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8650
8651         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8652
8653 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8654
8655         * auth-source.el: Remove docs now in auth.texi.  Don't use
8656         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8657         `auth-source-hide-passwords' and use them.
8658
8659 2009-07-15  Glenn Morris  <rgm@gnu.org>
8660
8661         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8662
8663 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8666         excessive whitespace from the default values of title and description.
8667
8668 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8671         mail-fetch-field to fetch Content-Description header in order to
8672         exclude newlines.
8673
8674 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8675
8676         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8677         format used by GnuPG 2.0.11.
8678
8679 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8682         to deleted part.
8683
8684 2009-05-30  David Engster  <dengste@eml.cc>
8685
8686         * nnmairix.el: Remove old documentation in the commentary block.
8687         (nnmairix-request-group): Do not update active file for nnml back ends.
8688         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8689         end so that overview files are ignored.
8690         (nnmairix-update-groups): Make updating the groups more robust by using
8691         marks.
8692         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8693         with dollar characters in message-id.
8694
8695 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8698         2008-12-25 in dns.el.
8699
8700 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8701
8702         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8703         could happen if the text is only composed of spaces and/or tabs.
8704
8705 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8706
8707         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8708         when sending a queued message to avoid extra mml tags.
8709
8710 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8713
8714 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8717         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8718         rmail-toggle-header for XEmacs;
8719         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8720
8721 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-dired.el: Remove autoload for gnus-setup-message.
8724         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8725         displaying Gnus logo; always use compose-mail.
8726
8727 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8730
8731 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8734         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8735         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8736         available.
8737         (gnus-nocem-epg-verify): New function.
8738
8739 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8742
8743 2009-02-15  Glenn Morris  <rgm@gnu.org>
8744
8745         * gnus-util.el (rmail-insert-rmail-file-header)
8746         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8747         autoloads.
8748         (rmail-default-rmail-file): Remove unnecessary declaration.
8749         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8750
8751 2009-02-14  Glenn Morris  <rgm@gnu.org>
8752
8753         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8754         variable (only used in gnus-util, which declares it anyway).
8755         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8756         which was only needed by gnus-art (changed to not use it any more).
8757         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8758         only used in gnus-util, which autoloads it itself.
8759         (rmail-update-summary): Fix autoload.
8760
8761         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8762         rather than rmail-output-to-rmail-file.
8763
8764 2009-02-07  Glenn Morris  <rgm@gnu.org>
8765
8766         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8767         autoload of function that no longer exists.
8768         (rmail-toggle-header): Declare.
8769         (message-forward-rmail-make-body): Handle mbox Rmail.
8770
8771 2009-01-31  Glenn Morris  <rgm@gnu.org>
8772
8773         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8774         2009-01-09 change.
8775
8776 2009-01-31  Dave Love  <fx@gnu.org>
8777
8778         * imap.el (imap-fetch-safe): Bind debug-on-error.
8779         (imap-debug): Add imap-fetch-safe.
8780
8781 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8782
8783         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8784         (auth-source-forget-all-cached): New convenience function.
8785         (auth-source-user-or-password): Accept list of modes or a single mode.
8786
8787         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8788         auth-source modes.
8789
8790         * netrc.el (netrc-machine-user-or-password): Use list of
8791         auth-source modes.
8792
8793         * nnimap.el (nnimap-open-connection): Use list of
8794         auth-source modes.
8795
8796         * nntp.el (nntp-send-authinfo): Use list of
8797         auth-source modes.
8798
8799 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8802         now.
8803
8804 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8807         coding system in XEmacs; add a workaround for XEmacs.
8808
8809         * lpath.el: Fbind coding-system-aliasee.
8810
8811 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8814         of current-language-environment.
8815
8816 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8819         available at runtime.
8820
8821 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8824
8825 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8826
8827         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8828         the greatest positive fixnum value doesn't work under an XEmacs with
8829         bignum support; use the most-positive-fixnum constant instead,
8830         available since Emacs 21.1 with cl and XEmacs 21.1.
8831
8832 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8835         XEmacs gets not to work.
8836
8837 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * mm-util.el (mm-coding-system-priorities): Allow the value like
8840         "Japanese (UTF-8)" of current-language-environment.
8841
8842 2009-01-09  Glenn Morris  <rgm@gnu.org>
8843
8844         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8845         with last-command-event.
8846
8847 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8850         in the doc string.
8851
8852         * message.el (message-fix-before-sending): Amend comment.
8853
8854 2009-01-08  Dave Love  <fx@gnu.org>
8855
8856         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8857
8858 2009-01-07  David Engster  <dengste@eml.cc>
8859
8860         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8861         simplified server definitions by converting it via
8862         gnus-server-to-method.
8863
8864 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8867         parameter's operands.
8868
8869 2009-01-06  David Engster  <dengste@eml.cc>
8870
8871         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8872         primary select method (for gnus-group-mark-article-as-read).
8873
8874 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8875
8876         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8877         `(gnus)Face', not `(gnus)X-Face'.
8878
8879 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * mm-util.el (mm-ucs-to-char): New function.
8882
8883         * mm-url.el (mm-url-decode-entities): Use it.
8884
8885         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8886         unicode-to-char.
8887
8888 2009-01-05  Dave Love  <fx@gnu.org>
8889
8890         * time-date.el: Require cl for `declare'.
8891
8892 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8895         Dave Love.
8896
8897 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * message.el (message-fix-before-sending): Add `eight-bit' to
8900         illegible-text check.
8901
8902 2009-01-03  Michael Olson  <mwolson@gnu.org>
8903
8904         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8905         `headers' is nil.  This can occur if the IMAP server does not have
8906         permissions to read messages from a folder, but can write new messages
8907         to the folder.
8908         (nnimap-request-article-part): Do not insert `data' if it is nil.
8909
8910         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8911         characters which will confuse `read', so skip past them.
8912
8913 2009-01-01  Dave Love  <fx@gnu.org>
8914
8915         * imap.el (imap-string-to-integer): Fix typo.
8916         (imap-fetch-safe): New function.
8917         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8918
8919         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8920
8921         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8922         (imap-parse-greeting): Fix doc strings.
8923         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8924         (imap-parse-flag-list): Make messages unique.
8925         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8926
8927         * nnimap.el: Fix author email.
8928         (nnimap-split-rule): Add FIXME comment.
8929         (nnimap-debug): Fix doc string.
8930
8931 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8934
8935 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8938         nslookup if resolv.conf isn't available.
8939         (dns-query): Rename from query-dns.
8940         (dns-query-cached): Rename from query-dns-cached.
8941
8942 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8945         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8946         to check if those variables exist (first appeared in Emacs 18.50).
8947
8948 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * mm-util.el (mm-line-number-at-pos): New function.
8951
8952         * spam-report.el (spam-report-process-queue): Use it.
8953
8954 2008-12-24  David Engster  <dengste@eml.cc>
8955
8956         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8957         parameters that haven't existed as variables as buffer-local variables.
8958
8959 2008-12-23  Dave Love  <fx@gnu.org>
8960
8961         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8962         cadar.
8963
8964         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8965         imap-starttls-p.
8966         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8967
8968 2008-12-22  Dave Love  <fx@gnu.org>
8969
8970         * imap.el: Fix author email.  Doc fixes.
8971         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8972         reply.
8973
8974 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * spam-report.el (spam-report-gmane-max-requests): New constant.
8977         (spam-report-gmane-wait): New variable.
8978         (spam-report-gmane-ham, spam-report-gmane-spam)
8979         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8980         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8981         the server.
8982
8983         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8984         Add explanations.
8985
8986         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8987         nnheader-accept-process-output and nnheader-read-timeout if available.
8988         (pop3-movemail): Use it.
8989
8990         * message.el (message-check-news-body-syntax): Fix signature check if
8991         there's an attachment.
8992
8993 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * mm-util.el: Add comments to the mm- emulating functions.
8996
8997 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9000         Reported by Stephen Berman <stephen.berman@gmx.net>.
9001
9002 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * mm-util.el (mm-substring-no-properties): New function.
9005         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9006         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9007         (mm-string-to-multibyte): Doc fix.
9008
9009         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9010
9011 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * mml.el (mml-attach-file): Strip text properties from file name.
9014         (Bug#1574)
9015
9016 2008-12-16  Glenn Morris  <rgm@gnu.org>
9017
9018         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9019
9020 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9023         knows since the charset specified might be a bogus alias that
9024         mm-charset-synonym-alist provides.
9025
9026 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9029         "ISO_8859-1".
9030
9031         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9032
9033 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * mm-util.el (mm-charset-eval-alist):
9036         Define it before mm-charset-to-coding-system.
9037         (mm-charset-to-coding-system): Add optional argument `silent';
9038         define it before mm-charset-override-alist.
9039         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9040         default value if it can be used in Emacs currently running;
9041         silence mm-charset-to-coding-system.
9042
9043 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9046         `allow-override' which says whether to use `mm-charset-override-alist'.
9047         (rfc2047-decode-encoded-words): Use it.
9048
9049         * mm-util.el (mm-charset-override-alist): Fix custom type;
9050         add `(gb2312 . gbk)' to choices.
9051
9052 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9055         fast.
9056
9057         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9058
9059         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9060
9061 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9062
9063         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9064         on links.
9065
9066         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9067
9068 2008-12-03  Lute Kamstra  <lute@gnu.org>
9069
9070         * sha1.el: Remove leading * from docstrings of defcustoms,
9071         deffaces, defconsts and defuns.
9072
9073 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9076         users' addresses that don't have domain parts.
9077         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9078         rather than message-narrow-to-head since there will be the message
9079         header separator.
9080
9081 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9082
9083         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9084         since the result is inserted in a unibyte buffer anyway.
9085         (nnimap-demule-use-string-to-multibyte): Remove.
9086         (nnimap-demule): Alias it to mm-string-to-multibyte.
9087
9088 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9091         variable for debugging bug#464 and bug#1174.
9092         (nnimap-demule): Use it.
9093
9094 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9097         score calculation correctly.
9098
9099 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9100
9101         * message.el (message-send-mail): Just set the buffer to unibyte
9102         rather than use mm-with-unibyte-current-buffer which does a lot more.
9103         (message-send-mail-partially): Don't bother with
9104         mm-with-unibyte-current-buffer since it's already been made unibyte by
9105         message-send-mail.
9106
9107 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9110
9111 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9112
9113         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9114
9115 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9118         require itself and to remove `with-no-warnings'.
9119
9120 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9121
9122         * starttls.el (starttls-any-program-available): Get the name of the
9123         available TLS layer program.
9124         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9125         well as the host name in the "opening" message.
9126
9127         * auth-source.el (auth-source-cache, auth-source-do-cache)
9128         (auth-source-user-or-password): Cache passwords and logins by default,
9129         allow override with `auth-source-do-cache'.
9130         (auth-source-forget-user-or-password): Allow users to remove cache
9131         entries if needed.
9132
9133 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9134
9135         * md4.el (md4-buffer): Fix typo in docstring.
9136         (md4, md4-64): Doc fixes.
9137         (md4-pack-int32): Reflow docstring.
9138
9139 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9140
9141         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9142         condition-case to only the forward-sexp call.
9143
9144 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9147         quotes contained.  Make it more robust regardless by an extra
9148         condition-case wrapper.
9149
9150 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9153
9154 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * nnml.el (nnml-request-expire-articles): Check if the function set to
9157         `nnmail-expiry-target' returns the symbol `delete'.
9158
9159         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9160
9161         * nnmail.el (nnmail-expiry-target): Fix custom type.
9162
9163 2008-10-02  Glenn Morris  <rgm@gnu.org>
9164
9165         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9166         Silence compiler warning.
9167
9168 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9169
9170         * tls.el (open-tls-stream): Show the actual command being
9171         executed, instead of the format string.
9172
9173 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * lpath.el: Fbind codepage-setup for Emacs 23.
9176
9177 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9178
9179         * mml.el (mml-menu): Don't assume mml2015 is bound.
9180
9181 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9184         exists.
9185
9186 2008-09-27  Glenn Morris  <rgm@gnu.org>
9187
9188         * gnus-util.el (mail-header-remove-comments): Autoload it.
9189
9190 2008-09-27  Andreas Schwab  <schwab@suse.de>
9191
9192         * gnus-util.el (gnus-split-references): Strip comments.
9193         (gnus-parent-id): Likewise.
9194
9195 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * message.el (message-confirm-send): Fix version.
9198
9199 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * message.el (message-idna-to-ascii-rhs-1): Use
9202         mail-extract-address-components rather than mail-header-parse-addresses
9203         that is an alias by default to ietf-drums-parse-addresses that does not
9204         support non-ASCII names in headers' contents.
9205
9206 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9207
9208         * message.el (message-confirm-send): Fix variable documentation to
9209         avoid the "y/n" wording.
9210
9211 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9212
9213         * message.el (message-set-auto-save-file-name): Save to a different
9214         filename so multiple messages (especially drafts) can be recovered.
9215
9216 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9217
9218         * message.el (message-confirm-send): Add appropriate version.
9219
9220 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9221
9222         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9223         defvar.
9224
9225 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9226
9227         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9228         (mm-pkcs7-enveloped-magic): Ditto.
9229
9230 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9231
9232         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9233         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9234
9235 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9236
9237         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9238         default, it's better.
9239
9240 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9241
9242         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9243         summary line gnus-number property and ignore them (with a warning
9244         message).
9245
9246 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9249         macro caddr in the interactive form since it won't be expanded.
9250
9251 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9254         `charset'; fix name of function called recursively.
9255         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9256
9257 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9260         (gnus-mime-set-charset-parameters): New function.
9261         (gnus-mime-view-part-as-charset): Use it to correctly display part
9262         specifying wrong charset.
9263
9264 2008-09-08  David Engster  <dengste@eml.cc>
9265
9266         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9267         in completing-read for back end server.
9268
9269 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9270
9271         * message.el (message-confirm-send): New variable to confirm sending a
9272         message.
9273         (message-send): Use it.
9274
9275 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9276
9277         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9278
9279 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9282
9283 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9284
9285         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9286         prevent tracking too many groups.
9287         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9288         Use it.
9289
9290 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9291
9292         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9293         moving point to the bottom of the window in order to avoid recentering.
9294
9295 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9298
9299         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9300         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9301         (gnus-article-beginning-of-window): Fix calculation.
9302
9303 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-msg.el (gnus-summary-supersede-article)
9306         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9307         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9308         message header.
9309
9310 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9311
9312         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9313         pending output coming after the status change.
9314
9315 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9316
9317         * message.el:
9318         * gnus-start.el:
9319         * gnus-registry.el: Remove VMS support.
9320
9321 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9324         macro.
9325         (rfc2104-hash): Use it.
9326
9327 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9330         (gnus-summary-sort-by-most-recent-date): New commands.
9331         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9332         and menu entries.
9333
9334 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9337         don't redisplay article for raw contents; remove plural articles stuff.
9338
9339         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9340         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9341         on gnus-summary-save-article; display results properly.
9342
9343 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * lpath.el: No need to fbind ns-focus-frame.
9346
9347 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9350
9351 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-art.el (gnus-summary-save-in-pipe):
9354         Consider gnus-save-all-headers.
9355
9356 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9357
9358         * gnus-util.el (ns-focus-frame): Remove declaration.
9359         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9360         like x.
9361
9362 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9363
9364         * rfc2104.el (rfc2104-zero): Delete defconst.
9365         (rfc2104-hex-alist): Likewise.
9366         (rfc2104-hex-to-int): Delete func.
9367         (rfc2104-hexstring-to-bitstring): Likewise.
9368         (rfc2104-nybbles): New defconst.
9369         (rfc2104-hash): Rewrite for speed.
9370
9371 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * tls.el (open-tls-stream): Make it work with the 2nd argument
9374         BUFFER that is a string but does not exist as a buffer object, as
9375         mentioned in the doc-string.
9376
9377 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9380         SXEmacs.
9381
9382 2008-07-16  Glenn Morris  <rgm@gnu.org>
9383
9384         * gnus-util.el (ns-focus-frame): Declare for compiler.
9385
9386 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9389         set as a group parameter.
9390         (gnus-summary-save-in-pipe): Work when it is called independently.
9391         (gnus-summary-pipe-to-muttprint): Don't modify
9392         gnus-summary-pipe-output-default-command.
9393
9394 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9395
9396         * message.el (message-send-mail-with-sendmail):
9397         Display the error message.
9398
9399 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-default-article-saver):
9402         Add gnus-summary-save-in-pipe to choices.
9403         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9404         gnus-summary-pipe-output-default-command as the default command.
9405         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9406         instead of gnus-last-shell-command.
9407
9408         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9409         New user option.
9410         (gnus-summary-muttprint-program): Mention the value will be changed.
9411         (gnus-summary-save-article): Force showing of all headers.
9412         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9413
9414 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9415
9416         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9417
9418 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9419
9420         * nnimap.el (nnimap-id):
9421         * sieve-manage.el (sieve-manage-open): Doc fixes.
9422
9423 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9424
9425         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9426         if available.
9427
9428 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9429
9430         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9431
9432         * nnkiboze.el (nnkiboze-generate-group):
9433         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9434
9435         * nnmairix.el: Require CL.
9436
9437 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * dgnushack.el: Autoload get-display-table and put-display-table for
9440         XEmacs 21.5.
9441
9442         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9443         21.4 and SXEmacs.
9444
9445 2008-06-15  David Engster  <dengste@eml.cc>
9446
9447         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9448
9449 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9450
9451         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9452         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9453         runtime choice under XEmacs.
9454
9455         * gnus-sum.el (gnus-summary-set-display-table):
9456         Use `gnus-put-display-table', `gnus-get-display-table',
9457         `gnus-set-display-table' for the display table, instead of `aset'.
9458
9459         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9460         Use `gnus-put-display-table', `gnus-get-display-table',
9461         `gnus-set-display-table' for the display table.
9462
9463 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * nnmairix.el: Add autoloads.
9466
9467 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * nnmairix.el (nnmairix-delete-recreate-group)
9470         (nnmairix-update-and-clear-marks): Fix error messages.
9471
9472 2008-06-14  David Engster  <dengste@eml.cc>
9473
9474         * nnmairix.el: Upgrade to version 0.6.
9475         (nnmairix-group-toggle-propmarks-this-group)
9476         (nnmairix-group-toggle-readmarks-this-group)
9477         (nnmairix-group-delete-recreate-this-group)
9478         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9479         (nnmairix-remove-tick-mark-original-article): New commands.
9480         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9481         (nnmairix-propagate-marks-to-nnmairix-groups)
9482         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9483         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9484         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9485         functions needed for marks propagation and manipulation of read marks.
9486         (nnmairix-update-groups): New function.
9487         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9488         (nnmairix-determine-original-group-from-registry)
9489         (nnmairix-determine-original-group-from-path)
9490         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9491         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9492         New helper functions.
9493         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9494         keystrokes for new commands.
9495         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9496         (nnmairix-request-group): Check allow-fast group parameter.
9497         (nnmairix-request-create-group): Set allow-fast group parameter if
9498         nnmairix-allowfast-default is set.
9499         (nnmairix-close-group): Propagate marks upon closing if needed.
9500         (nnmairix-group-toggle-threads-this-group): Use new.
9501         nnmairix-group-toggle-parameter helper function.
9502         (nnmairix-search): Better check for empty search result.
9503         (nnmairix-goto-original-article): Use new helper functions for
9504         determining original article.
9505         (nnmairix-show-original-article): Make sure message-id is in brackets.
9506         (nnmairix-call-mairix-binary): Change variable name.
9507         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9508         helper function.
9509         (nnmairix-widget-toggle-activate): Fix doc string.
9510
9511 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * nnir.el: Require edmacro when compiling with XEmacs.
9514         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9515         available in Emacs 21.
9516
9517 2008-06-11  Glenn Morris  <rgm@gnu.org>
9518
9519         * gnus-util.el (x-focus-frame):
9520         * gnus.el (image-size):
9521         * mm-decode.el (image-size): Declare.
9522
9523         * gnus-picon.el (declare-function): Add compat definition.
9524         (image-size): Declare.
9525
9526         * gnus-group.el (tool-bar-map):
9527         * gnus-sum.el (tool-bar-map): Define for compiler.
9528
9529         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9530
9531         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9532
9533         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9534         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9535         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9536         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9537         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9538         * sieve-manage.el, spam-report.el, spam.el:
9539         Remove unnecessary eval-and-compile of autoloads.
9540
9541 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9542
9543         * auth-source.el: Precise Tramp doc.
9544
9545 2008-06-07  Glenn Morris  <rgm@gnu.org>
9546
9547         * nnmairix.el: Remove unnecessary eval-when-compile.
9548
9549 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * lpath.el: Fbind propertize for XEmacs 21.4.
9552
9553 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * nnir.el: Move here from ../contrib.
9556
9557 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9558
9559         * gnus-util.el (gnus-read-shell-command): New function.
9560         * mm-decode.el (mm-pipe-part):
9561         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9562
9563 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9566
9567 2008-06-03  Glenn Morris  <rgm@gnu.org>
9568
9569         * pop3.el (nnheader-accept-process-output): Autoload it.
9570
9571 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9574         are not 2-digit hexadecimal characters that follow `%'s.
9575
9576 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * message.el (message-bogus-recipient-p): Fix type in doc string.
9579         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9580         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9581         Improve custom options.
9582         (message-bogus-recipient-p): Adjust accordingly.
9583
9584 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9585
9586         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9587         long-form month and day names.
9588
9589 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * dgnushack.el: Autoload debug, eudc-expand-inline and
9592         pgg-snarf-keys-region for XEmacs.
9593
9594         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9595
9596         * nnmairix.el: Require edmacro when compiling with XEmacs.
9597
9598 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9601         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9602
9603 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9604
9605         * auth-source.el: Add more docs.
9606
9607         * netrc.el (netrc-machine): Always match if the port is not given.
9608
9609 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9612         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9613         retrieval faster in some cases, but might make CPU usage larger.
9614         If this has any bad side effects, we might revert this change.
9615
9616         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9617         seems to make mail retrieval much, much faster.
9618         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9619         unconditionally.
9620
9621         * gnus-draft.el (gnus-group-send-queue):
9622         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9623
9624 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9627
9628         * message.el (message-bogus-address-regexp): Fix and improve custom
9629         type.
9630         (message-setup-hook): Add message-check-recipients as custom option.
9631
9632 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * message.el (message-cite-function): Remove bogus autoload which crept
9635         in during merge from v5-10.
9636
9637 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9638
9639         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9640
9641         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9642
9643         * auth-source.el: Preliminary Tramp docs.
9644         (auth-sources): Change the default auth-sources to use
9645         EPA .gpg files.
9646
9647 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9648
9649         * nntp.el: Autoload `auth-source-user-or-password'.
9650         (nntp-send-authinfo): Use it.
9651
9652         * nnimap.el: Autoload `auth-source-user-or-password'.
9653         (nnimap-open-connection): Use it.
9654
9655         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9656         for the gnus-message function.
9657         (auth-source-user-or-password): Use it.
9658
9659 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9660
9661         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9662         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9663         (rfc2104-hash): Use it.
9664
9665 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9666
9667         * gnus-art.el (gnus-article-toggle-truncate-lines):
9668         Don't use `iff' in docstring.
9669
9670 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9671
9672         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9673
9674         * gnus-util.el (gnus-extract-address-component-name)
9675         (gnus-extract-address-component-email): Convenience functions around
9676         `gnus-extract-address-components'.
9677
9678         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9679         Use `gnus-extract-address-component-email' to fix bug of comparing full
9680         sender name to `user-mail-address'.
9681
9682 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9683
9684         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9685         catch/throw to optimize.
9686         (gnus-registry-find-keywords): Just use member to find a keyword.
9687
9688 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9689
9690         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9691         is current before calling gnus-server-prepare.
9692         (gnus-server-setup-buffer, gnus-server-update-server)
9693         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9694
9695 2008-05-04  Juri Linkov  <juri@jurta.org>
9696
9697         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9698         (mailcap-file-default-commands): Use mailcap-replace-in-string
9699         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9700         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9701
9702 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9703
9704         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9705
9706 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9707
9708         * gnus.el: Bump version to 0.11.
9709
9710 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9711
9712         * gnus.el: No Gnus v0.10 is released.
9713
9714 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9715
9716         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9717         hooks.
9718         (gnus-update-read-articles): Speed up non-marks-using users.
9719         (gnus-use-marks): Define gnus-use-marks.
9720         (gnus-propagate-marks): Rename variable to something more sensible.
9721
9722 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9723
9724         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9725         (gmm-image-load-path-for-library): Fix typos in docstrings.
9726         (gmm-message): Reflow docstring.
9727
9728 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9729
9730         * mail-source.el (mail-source-set-1, mail-source-bind):
9731         Move auth-source code out of the macro to clean it up and fix bugs.
9732
9733 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9734
9735         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9736         by sender if it's equal to user-mail-address, it's likely to be
9737         useless.
9738
9739         * mail-source.el (mail-source-bind): Don't use user or password if they
9740         are not bound.  Unintern them if they are nil.  Don't use server unless
9741         it's bound, and default it to empty string otherwise.
9742
9743 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9744
9745         * mail-source.el: Load auth-source.el.
9746         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9747         get user name or password, if auth-sources is set up.
9748
9749         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9750         strategy of splitting with parent.
9751         (gnus-registry-split-fancy-with-parent)
9752         (gnus-registry-post-process-groups): Use it and fix prior
9753         bug (returning a list as the split result).
9754
9755         * auth-source.el (auth-sources): Remove server parameter.
9756         (auth-source-pick, auth-source-user-or-password)
9757         (auth-source-user-or-password-imap)
9758         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9759         (auth-source-user-or-password-sftp)
9760         (auth-source-user-or-password-smtp): Remove server parameter.
9761
9762 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9763
9764         * smime.el (smime-sign-region, smime-encrypt-region)
9765         (smime-decrypt-region):
9766         Remove redundant calls to `generate-new-buffer-name'.
9767
9768 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9769
9770         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9771         Don't use QP for message/rfc822.
9772         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9773
9774 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9775
9776         * sieve-manage.el (sieve-string-bytes): Remove.
9777         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9778         correct byte-length only if the process's coding-system is the same as
9779         the one used internally by Emacs to represent strings.
9780
9781 2008-04-22  Juri Linkov  <juri@jurta.org>
9782
9783         * mailcap.el (mailcap-file-default-commands): New function.
9784
9785 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * message.el (message-signature-separator, message-cite-function):
9788         Change custom version.
9789
9790 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9791
9792         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9793         commands.
9794         (tls-checktrust): Ditto.
9795
9796 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * mm-decode.el (mm-display-external): Make temp file read-only.
9799
9800 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9803         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9804         `C-c C-f d'.
9805
9806 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9807
9808         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9809
9810 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus.el: Bump version to 0.9.
9813
9814 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus.el: No Gnus v0.8 is released.
9817
9818 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9819
9820         * mail-source.el (mail-source-value):
9821         Prefer fboundp to functionp so it works with macros as well.
9822
9823 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9824
9825         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9826         Fix last change in case the element is not even a symbol.
9827
9828 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9829
9830         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9831         Prefer fboundp to functionp so it works with macros as well.
9832
9833 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9834
9835         * auth-source.el: Add docs.
9836         (auth-sources): Modify format to support server.
9837         (auth-source-pick, auth-source-user-or-password)
9838         (auth-source-user-or-password-imap)
9839         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9840         (auth-source-user-or-password-sftp)
9841         (auth-source-user-or-password-smtp): Add server parameter.
9842
9843 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9844
9845         * gnus-registry.el: Initialize the registry when gnus-registry-install
9846         is t.
9847
9848 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * compface.el (uncompface): Make buffer unibyte.
9851
9852 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9853
9854         * mail-source.el (mail-source-value):
9855         Prefer fboundp to functionp so it works with macros as well.
9856
9857 2008-04-05  Glenn Morris  <rgm@gnu.org>
9858
9859         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9860
9861 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9862
9863         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9864         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9865
9866         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9867         multibyteness after rather than before erasing it.
9868
9869         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9870         mm-with-multibyte.
9871         (gnus-request-article-this-buffer): Make sure the proper decoding is
9872         used if gnus-original-article-buffer happens to be unibyte.
9873
9874         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9875         default-enable-multibyte-characters.
9876
9877         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9878         default-enable-multibyte-characters.
9879
9880         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9881
9882         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9883
9884 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9885
9886         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9887         Fix last change in case the element is not even a symbol.
9888
9889 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9890
9891         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9892         (imap-message-copyuid-1): Use it.
9893         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9894         J. Williams in
9895         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9896
9897         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9898         imap-enable-exchange-bug-workaround.
9899         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9900
9901 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9902
9903         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9904         a 100 byte status-checks into a 2-3MB transfer for each group.
9905         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9906         to enable bug workaround or not.
9907         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9908
9909 2008-03-31  Glenn Morris  <rgm@gnu.org>
9910
9911         * message.el (mml2015-use): Declare for compiler.
9912         (message-info): Require mml2015 when appropriate.
9913
9914 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9917         whitespace.
9918
9919 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9920
9921         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9922         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9923         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9924         (nntp-service-to-port): New function.
9925         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9926         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9927         (nntp-open-netcat-stream): New function.
9928         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9929
9930 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9931
9932         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9933
9934 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9935
9936         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9937
9938 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9939
9940         * dns.el (dns-write): Use set-buffer-multibyte.
9941
9942 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9943
9944         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9945
9946 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * message.el (message-signature-separator): Change default.
9949         Improve custom type.
9950         (message-cite-function): Change default to
9951         message-cite-original-without-signature.
9952
9953         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9954         toggle.
9955
9956         * message.el (message-check-news-body-syntax): Fix signature check.
9957         (message-setup-1): Mark buffer as unmodified _after_ running
9958         message-setup-hook and handling message-alternative-emails.
9959         (message-shorten-references): Be more strict when building list of
9960         valid references to comply with GNKSA.
9961
9962         * gnus-group.el (gnus-read-ephemeral-bug-group)
9963         (gnus-read-ephemeral-debian-bug-group)
9964         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9965
9966         * message.el (message-info): Don't use booleanp which isn't supported
9967         in Emacs 21 and XEmacs.
9968
9969 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9972         gnus-group-gmane-group-download-format.
9973         (gnus-group-read-ephemeral-gmane-group): Rename from
9974         gnus-group-read-ephemeral-gmane-group.
9975         (gnus-read-ephemeral-gmane-group-url): Rename from
9976         gnus-group-read-ephemeral-gmane-group-url.
9977         (gnus-bug-group-download-format-alist): New variable.
9978         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9979         (gnus-read-ephemeral-emacs-bug-group): New commands.
9980
9981 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9984         (gnus-visible-headers): Improve custom type.
9985
9986 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * mml.el (mml-menu): Add workarounds for XEmacs.
9989
9990         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9991         X-Boundary header.
9992
9993         * message.el (message-simplify-recipients): Fix previous commit.
9994
9995 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9996
9997         * mm-util.el (mm-set-buffer-multibyte): New function.
9998         * mm-decode.el (mm-copy-to-buffer): Use it.
9999
10000         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10001         Prefer fboundp to functionp so it works with macros as well.
10002
10003 2008-03-19  Glenn Morris  <rgm@gnu.org>
10004
10005         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10006         Accidentally removed in the sync process with Emacs.
10007
10008 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * message.el (message-alter-recipients-discard-bogus-full-name):
10011         New function.
10012         (message-alter-recipients-function): New variable.
10013         (message-get-reply-headers): Use it.
10014         (message-replace-header): New helper function.
10015         (message-recipients-without-full-name): New variable.
10016         (message-simplify-recipients): New command.
10017
10018         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10019
10020         * message.el (message-info): Handle EasyPG manual.
10021
10022         * mml.el (mml-menu): Add entry for EasyPG.
10023
10024 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10025
10026         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10027         parameter.
10028
10029         * message.el (message-disassociate-draft): Specify drafts group name
10030         fully.
10031
10032 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10033
10034         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10035         Eliminate unnecessary duplicates from the match list.
10036
10037 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10040
10041         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10042
10043         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10044         args of `how-many' of which the XEmacs version doesn't take; declare
10045         Info-index-next as function.
10046
10047 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * gnus-score.el (gnus-score-headers): Fix handling of
10050         gnus-inhibit-slow-scoring.
10051
10052         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10053         string.
10054         (gnus-button-url-regexp): Improve handling of parenthesis.
10055         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10056         (gnus-button-handle-info-keystrokes): Handle index entries.
10057
10058 2008-03-15  Glenn Morris  <rgm@gnu.org>
10059
10060         * parse-time.el (parse-time-string): Simplify.
10061
10062 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10065         Incoming* files.
10066
10067 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10068
10069         * auth-source.el (auth-sources): Rename from auth-source-choices.
10070         (auth-source-pick): Use it.
10071
10072 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10073
10074         * binhex.el (binhex-decode-region-internal):
10075         * uudecode.el (uudecode-decode-region-internal):
10076         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10077         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10078         setting default-enable-multibyte-characters.
10079
10080 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10081
10082         * auth-source.el (auth-source-protocols)
10083         (auth-source-protocols-customize, auth-source-choices): Add and
10084         modified variable customizations and defaults.
10085         (auth-source-pick, auth-source-user-or-password)
10086         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10087         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10088         (auth-source-user-or-password-sftp)
10089         (auth-source-user-or-password-smtp): Use new variables and provide an
10090         interface to netrc.el.
10091
10092 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10095         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10096         Make sure the nntp port to specify is a string.
10097
10098 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10099
10100         * nntp.el: Use with-current-buffer.
10101         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10102         dubious mm-with-unibyte-current-buffer.
10103         (nntp-with-open-group-function): New function extracted from
10104         nntp-with-open-group macro.
10105         (nntp-with-open-group): Use the function, so it's easier to debug.
10106         Add indentation and debugging info.
10107         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10108         Recommend the use of the netcat alternatives.
10109
10110         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10111         Avoid mm-string-as-multibyte as well.
10112
10113         * nnweb.el (nnweb-insert-html):
10114         Remove use of nnheader-string-as-multibyte.
10115
10116         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10117         (nnheader-string-as-multibyte): Remove.
10118
10119         * mm-view.el: Use inhibit-read-only.
10120         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10121         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10122         or unibyte-string.
10123
10124         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10125         (mm-uu-yenc-extract): Use with-current-buffer.
10126
10127         * gnus-soup.el (gnus-soup-send-packet): Don't use
10128         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10129
10130         * nnmh.el: Use with-current-buffer.
10131         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10132         mm-string-as-multibyte on the output of mm-encode-coding-string.
10133
10134         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10135         (nnimap-request-move-article): Use with-current-buffer.
10136
10137         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10138         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10139         conversion uses string-make-unibyte rather than string-as-unibyte.
10140
10141         * gnus-msg.el: Use with-current-buffer.
10142
10143         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10144
10145 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10146
10147         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10148         string for caching if it is 'PIN.
10149
10150 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * lpath.el: Consider the case without Emacs/W3.
10153
10154 2008-03-08  Glenn Morris  <rgm@gnu.org>
10155
10156         * time-date.el (date-to-time, time-subtract, time-add)
10157         (safe-date-to-time): Doc fixes.
10158
10159 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * mail-source.el (mail-source-delete-old-incoming-confirm):
10162         Change default to nil.
10163         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10164
10165 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * lpath.el: Rearrange.
10168
10169         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10170         (gnus-article-goto-prev-page): Work for articles having ^L's.
10171
10172         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10173
10174         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10175
10176 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10177
10178         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10179         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10180         (gnus-bookmark-jump): Adjust some variable names.
10181
10182 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10183
10184         * auth-source.el: New package.
10185         (auth-source-choices): Add customization entry point variable.
10186
10187         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10188         bug.
10189
10190 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10191
10192         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10193         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10194         (gnus-registry-install-shortcuts): Rename from
10195         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10196         the `gnus-registry-mark-map' keymap dynamically from
10197         `gnus-registry-marks'.  The generated functions update the summary line
10198         when a registry mark is added or deleted, and will call
10199         `gnus-registry-install-p' (see the comments in the code).
10200         (gnus-registry-user-format-function-M): Use concat intelligently.
10201
10202         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10203         the registry mark functions.
10204
10205 2008-03-05  Glenn Morris  <rgm@gnu.org>
10206
10207         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10208         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10209         gnus-art.
10210         (top-level): No need to load own source when compiling.
10211
10212 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10215         Suggested by <chris.anderton@zetnet.co.uk>.
10216
10217 2008-03-04  Glenn Morris  <rgm@gnu.org>
10218
10219         * gnus-sum.el (top-level): No need to require gnus when compiling,
10220         since unconditionally required near start of file.
10221         (gnus-summary-display-while-building): Move definition before use.
10222
10223 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10224
10225         * gnus-registry.el (gnus-registry-user-format-function-M):
10226         Add formatting function.
10227
10228 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10229
10230         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10231         with plists.
10232         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10233         Use new format.
10234
10235 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10238         `where-is-internal' that returns a range of key sequences.
10239
10240 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10241
10242         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10243
10244         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10245         (gnus-summary-jump-to-group): Consider windows on other displayed
10246         frames as well.  Similar changes might be needed elsewhere, but that's
10247         the one I've bumped into during my use.
10248
10249         * nndoc.el (nndoc-oe-dbx-type-p):
10250         * gnus-msg.el (gnus-debug):
10251         * gnus-group.el (gnus-update-group-mark-positions):
10252         Use mm-string-to-multibyte.
10253
10254 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10257         doesn't handle NotDashEscaped.
10258
10259         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10260         (mml-dnd-attach-options): Fix typo in custom choice.
10261
10262         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10263         Change nndoc-article-type to mbox.
10264         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10265
10266         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10267         to nil, instead of html2text.
10268
10269         * imap.el (imap-debug): Add `imap-ping-server'.
10270
10271         * gnus-bookmark.el: Add FIXMEs.
10272
10273         * message.el (message-form-letter-separator)
10274         (message-send-form-letter-delay): New variables.
10275         (message-send-form-letter): Use them.  New command to send form
10276         letters.  Requested by Uwe Siart.
10277         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10278
10279 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * Update copyright years.
10282
10283 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         Sync from EMACS_22_BASE.
10286
10287         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10288
10289 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10290
10291         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10292         empty author.
10293
10294 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10295
10296         * gnus-registry.el (gnus-registry-marks): Add variable for
10297         customization of marks and their appearance.
10298         (gnus-registry-read-mark): Use it.
10299         (gnus-registry-do-marks): Add utility function to loop through
10300         `gnus-registry-marks'.
10301         (gnus-registry-install-shortcuts-and-menus): Add function to install
10302         shortcuts and menus.
10303         (gnus-registry-initialize): Use it.
10304         (gnus-registry-default-mark): Clarify documentation.
10305
10306 2008-02-29  Glenn Morris  <rgm@gnu.org>
10307
10308         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10309         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10310         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10311         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10312         Change defcustom :version from 23.0 to 23.1.
10313
10314 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10315
10316         * gnus-registry.el (gnus-registry-follow-group-p)
10317         (gnus-registry-post-process-groups): Add functions to aid registry
10318         splitting and improve logging.  Clarify behavior in function
10319         documentation.
10320         (gnus-registry-split-fancy-with-parent): Use them.
10321
10322 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10323
10324         * gnus-art.el: Use with-current-buffer.
10325
10326 2008-02-27  David Engster  <dengste@eml.cc>
10327
10328         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10329         Express real group name in the response.
10330
10331 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10334         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10335         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10336         autoload gnus-registry-fetch-group when compiling.
10337         (nnmairix-request-group-with-article-number-correction):
10338         Remove unreferenced argument passed to nnmairix-call-backend.
10339
10340 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10343         (mm-uu-extract): Improve face for low color ttys.
10344         Reported by Sascha Wilde.
10345
10346 2008-02-27  Glenn Morris  <rgm@gnu.org>
10347
10348         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10349         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10350         variables to defconsts.  Convert comments to doc-strings.
10351         (nnmairix-last-server, nnmairix-current-server): Convert from free
10352         variables to defvars.  Convert comments to doc-strings.
10353         (gnus-registry-fetch-group): Autoload.
10354         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10355         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10356         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10357         caddr.
10358         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10359         nnmairix-request-group-with-article-number-correction call.
10360         (nnmairix-fast, nnmairix-group): New, less general names, for free
10361         variables passed from nnmairix-request-group to
10362         nnmairix-request-group-with-article-number-correction.  Declare.
10363         (nnmairix-request-group-with-article-number-correction):
10364         Use nnmairix-fast, nnmairix-group rather than fast, group.
10365
10366 2008-02-26  David Engster  <dengste@eml.cc>
10367
10368         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10369         version 0.5.
10370
10371 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10372
10373         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10374         instead of making an extra function call.  Don't add the current group
10375         to articles only when they have the group.  Use
10376         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10377         Reported by David <de_bb@arcor.de>.
10378
10379 2008-02-24  Miles Bader  <miles@gnu.org>
10380
10381         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10382         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10383         (mm-find-mime-charset-region):
10384         * mm-bodies.el (mm-encode-body):
10385         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10386
10387 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10390         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10391
10392 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * mail-source.el (mail-source-delete-incoming): Change default.
10395         Supplement doc string.
10396
10397         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10398
10399 2008-02-14  Glenn Morris  <rgm@gnu.org>
10400
10401         * time-date.el (format-seconds): New function.
10402
10403 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * nnmail.el (nnmail-message-id-cache-file): Derive from
10406         `gnus-home-directory'.
10407
10408 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10411         Document negative prefix.
10412
10413         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10414
10415 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * message.el (message-unsent-separator): Add the Exim bounce
10418         separator.
10419
10420 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10421
10422         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10423         list.
10424         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10425         recipient/signer list.
10426
10427 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * Makefile.in (datarootdir): Define.
10430         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10431         name that might contain whitespace.
10432
10433 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10436         fbound (Emacs 23 unicode), signal an error.
10437
10438 2008-02-08  Glenn Morris  <rgm@gnu.org>
10439
10440         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10441
10442 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10443
10444         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10445         ports to the calls to `netrc-machine-user-or-password' in addition to
10446         "imap" and "imaps".
10447
10448 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10449
10450         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10451
10452         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10453
10454 2008-02-01  Kenichi Handa  <handa@m17n.org>
10455
10456         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10457         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10458         (rfc2104-hash): Convert the result of concat to unibyte string.
10459
10460 2008-02-01  Dave Love  <fx@gnu.org>
10461
10462         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10463         coding-system-for-read.
10464         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10465
10466 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10469         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10470         <hanche@math.ntnu.no>.
10471
10472 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10475
10476         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10477
10478 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10479
10480         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10481         * message.el (message-beginning-of-line): Use featurep instead of bound
10482         tests in order to resolve conditionals at compile time.
10483
10484 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10485
10486         * mail-source.el (mail-sources): Add `group' choice.
10487
10488         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10489         parameter `in-group' to control into which group the articles go.
10490         Add treatment of `group' mail-source.
10491
10492 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10495
10496         * mm-decode.el (mm-dissect-buffer): Decode description.
10497
10498         * mml.el (mml-to-mime): Encode message header first.
10499
10500 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10503         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10504
10505         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10506         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10507
10508 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10509
10510         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10511
10512 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10515         prefix keys.
10516         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10517         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10518         gnus-xmas.el.
10519
10520         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10521         (gnus-xmas-article-describe-bindings): New function.
10522         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10523         gnus-xmas-article-describe-bindings.
10524
10525         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10526
10527 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10528
10529         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10530         Add new variables for article mark management.
10531         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10532         list of extra data entries which, when present, will indicate that the
10533         article ID should not be trimmed from the registry.
10534         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10535         functions.
10536         (gnus-registry-read-mark): New function to read a mark name from the
10537         user.
10538         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10539         (gnus-registry-set-article-mark-internal): New functions to add and
10540         remove marks.
10541         (gnus-registry-get-article-marks): New function to show the marks for
10542         an article, or retrieve them for further use.
10543
10544 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10547         keys when no argument is given.
10548
10549 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * imap.el (imap-ping-server): New variable.
10552         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10553         (imap-ping-server): Minor doc string fixes.
10554
10555 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10556
10557         * imap.el (imap-ping-server): New function.
10558         (imap-opened): Call imap-ping-server.
10559
10560 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * gnus-sum.el (gnus-article-sort-by-random)
10563         (gnus-thread-sort-by-random): Fix doc strings.
10564         Reported by jidanni@jidanni.org.
10565
10566 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el (gnus-article-describe-bindings): New function.
10569         (gnus-article-read-summary-keys): Use it.
10570         (gnus-article-mode-map): Bind `C-h b' to it.
10571
10572 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10575         XEmacs.
10576         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10577         Protect against non-character events.
10578
10579         * lpath.el: Fbind map-keymap for Emacs 21.
10580
10581 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10584         New command.
10585         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10586         instead of END.  Change name of the temp file.
10587         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10588         customizable.
10589
10590 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10593         bind `S W' to gnus-article-wide-reply-with-original; set default
10594         binding to gnus-article-read-summary-send-keys.
10595         (gnus-article-read-summary-keys): Fix the order of keys; display
10596         continuation keys correctly in the echo area; describe bindings
10597         correctly when keys end with `C-h'.
10598         (gnus-article-read-summary-send-keys): New function.
10599         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10600         Work for gnus-article-read-summary-send-keys; display continuation keys
10601         correctly in the echo area.
10602         (gnus-article-reply-with-original): Ignore prefix argument.
10603         (gnus-article-wide-reply-with-original): New function.
10604
10605         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10606         Emacs 21.
10607
10608 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10611         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10612
10613 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10616         (gnus-group-read-ephemeral-gmane-group): New command.
10617
10618 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10619
10620         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10621
10622 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * message.el (message-send-mail-function): Increase custom version.
10625
10626         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10627         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10628
10629 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10630
10631         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10632         for the cases where imap-authenticate is called with a nil buffer
10633         parameter.
10634
10635 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10638         html parts correctly; support forwarded messages.
10639         (gnus-article-browse-html-article): Remove work buffers.
10640
10641         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10642         compiling.
10643         (netrc-bound-and-true-p): New macro.
10644         (netrc-parse): Use it instead of bound-and-true-p that is not available
10645         in XEmacs 21.4.
10646
10647 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10648
10649         * gnus-registry.el (gnus-registry-mark-article)
10650         (gnus-registry-article-marks): Add functionality to mark articles
10651         through the Gnus registry.
10652
10653         * encrypt.el: Clarify documentation for the new pgg method.
10654         (encrypt-file-alist): Add PGG option.
10655         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10656         functionality.  Abstract password key and messaging to external
10657         functions.
10658         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10659         (encrypt-message-method-and-cipher): Add new convenience external
10660         functions.
10661         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10662         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10663
10664         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10665         (netrc-parse): Use encrypt-file-alist to determine if
10666         encrypt-find-model or encrypt-insert-file-contents should be used.
10667
10668         * encrypt.el: Clarify documentation.  Load password-cache or
10669         password, whichever one is found first, instead of autoloading.
10670
10671 2007-12-19  Glenn Morris  <rgm@gnu.org>
10672
10673         * mml.el (message-options-set, message-narrow-to-head)
10674         (message-in-body-p, message-mail-p, message-encode-message-body):
10675         Autoload.
10676         (message-remove-header, message-narrow-to-headers-or-head)
10677         (message-subscribed-p, message-make-mail-followup-to)
10678         (message-position-on-field, message-news-p)
10679         (message-options-set-recipient, message-generate-headers)
10680         (message-sort-headers): Declare as functions.
10681
10682 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10685         convention in doc string.
10686
10687 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10690         title to html parts.
10691         (gnus-article-browse-html-article): Pass message header to it.
10692
10693         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10694
10695 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10698         or password compatible with XEmacs.
10699
10700 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10703         format document.
10704         (gnus-mime-delete-part): Don't write description line if empty.
10705         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10706
10707 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10708
10709         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10710         (gnus-summary-mark-read-and-unread-as-read)
10711         (gnus-summary-mark-current-read-and-unread-as-read)
10712         (gnus-summary-mark-unread-as-ticked): Doc fix.
10713         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10714
10715 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10718         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10719
10720 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10723         yes-or-no-p.
10724
10725 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * mm-decode.el (mm-add-meta-html-tag): New function.
10728         (mm-save-part-to-file, mm-pipe-part): Use it.
10729
10730         * gnus-art.el (gnus-article-browse-delete-temp-files):
10731         Use gnus-y-or-n-p instead of y-or-n-p.
10732         (gnus-article-browse-html-parts): Work with message/external-body; use
10733         mm-add-meta-html-tag.
10734
10735 2007-12-11  Glenn Morris  <rgm@gnu.org>
10736
10737         * gnus-cache.el: Require gnus-sum not just when compiling.
10738
10739         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10740
10741         * gnus-int.el (gnus-server-opened, gnus-status-message):
10742         Move definitions before use.
10743
10744         * mm-decode.el: Require gnus-util.
10745         (mm-remove-part): Only call delete-annotation on XEmacs.
10746
10747         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10748
10749         * nnmail.el: Require gnus-int.
10750
10751         * spam.el: Move `require's before `eval-when-compile's.
10752
10753         * gnus-ems.el (gnus-alive-p):
10754         * gnus-fun.el (message-goto-eoh):
10755         * gnus-util.el (gnus-group-name-decode):
10756         * mail-source.el (gnus-compress-sequence):
10757         * message.el (Info-goto-node, format-spec):
10758         * mm-bodies.el (message-options-get):
10759         * mm-decode.el (mm-view-pkcs7):
10760         * mm-util.el (gmm-write-region):
10761         * mml-smime.el (mml-compute-boundary)
10762         (gnus-completing-read-with-default):
10763         * mml.el (widget-button-press, gnus-make-hashtable):
10764         * mml1991.el (mm-decode-content-transfer-encoding)
10765         (mm-encode-content-transfer-encoding)
10766         (message-options-get, message-options-set):
10767         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10768         * nnfolder.el (gnus-request-group):
10769         * nnheader.el (ietf-drums-unfold-fws):
10770         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10771         * smime.el (gnus-run-mode-hooks):
10772         * spam-stat.el (gnus-message): Autoload.
10773
10774         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10775         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10776         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10777         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10778         Add declare-function compatibility definition.
10779
10780         * gnus-cache.el (nnvirtual-find-group-art):
10781         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10782         (gnus-add-image, gnus-add-wash-type):
10783         * gnus-group.el (nnkiboze-score-file):
10784         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10785         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10786         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10787         (message-tokenize-header, gnus-get-buffer-create)
10788         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10789         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10790         * gnus.el (gnus-group-decoded-name):
10791         * mail-source.el (imap-capability):
10792         * mm-bodies.el (message-options-set):
10793         * mm-decode.el (gnus-configure-windows):
10794         * mm-extern.el (message-goto-body):
10795         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10796         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10797         (epg-sub-key-validity, message-options-set):
10798         * mml.el (widget-event-point, gnus-configure-windows):
10799         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10800         * mml2015.el (epg-check-configuration, epg-configuration)
10801         (message-options-set):
10802         * nndb.el (nndb-request-article):
10803         * nnfolder.el (gnus-request-create-group):
10804         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10805         * nnmaildir.el (gnus-group-mark-article-read):
10806         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10807         * rfc1843.el (message-fetch-field):
10808         * spam.el (gnus-extract-address-components):
10809         Declare as functions.
10810
10811 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10814
10815         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10816
10817         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10818         bind show-trailing-whitespace for XEmacs.
10819
10820 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10823         new no-op macro for backward compatibility.
10824
10825         * imap.el (imap-string-to-integer): New function.
10826
10827 2007-12-09  Glenn Morris  <rgm@gnu.org>
10828
10829         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10830
10831         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10832         * message.el, mm-view.el, sieve-manage.el, smime.el:
10833         Add declare-function compatibility definition.
10834
10835         * gnus-art.el (w3-region, w3m-region, Info-menu):
10836         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10837         * gnus-sum.el (gnus-get-predicate):
10838         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10839         * message.el (mail-abbrev-in-expansion-header-p):
10840         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10841         (w3m-detect-meta-charset, w3m-region):
10842         * sieve-manage.el (password-read, password-cache-add)
10843         (password-cache-remove):
10844         * smime.el (password-read-and-add): Declare as functions.
10845
10846 2007-12-08  David Kastrup  <dak@gnu.org>
10847
10848         * gnus-sum.el (gnus-summary-simplify-subject-query):
10849         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10850         `message'.
10851
10852 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10855         it to bind idna-program, installation-directory, defined-colors, and
10856         face-attribute for XEmacs of the version that compiles defcustom forms.
10857
10858 2007-12-07  Glenn Morris  <rgm@gnu.org>
10859
10860         * gnus-art.el (article-make-date-line): Revert previous change.
10861
10862 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10865
10866 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10867
10868         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10869         Call gnus-add-to-range ranges only once with a prepared article-list.
10870
10871 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10872
10873         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10874         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10875         group names with backslashes.
10876         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10877
10878 2007-12-06  Deepak Goel  <deego3@gmail.com>
10879
10880         * gnus-art.el (article-make-date-line):
10881         * gnus-start.el (gnus-load):
10882         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10883
10884 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-art.el (gnus-use-idna)
10887         * gnus-start.el (gnus-site-init-file)
10888         * message.el (message-use-idna)
10889         * mm-uu.el (mm-uu-hide-markers)
10890         * smiley.el (smiley-style): Revert changes that suppress warnings.
10891
10892 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10895         specify charset to html source.
10896         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10897
10898 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10901         idna-program in order to suppress byte compile warning issued by XEmacs
10902         that came to byte compile the default value section of defcustom forms
10903         recently.
10904
10905         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10906         value of installation-directory.
10907
10908         * message.el (message-use-idna): Don't directly refer to the value of
10909         idna-program.
10910
10911         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10912
10913         * smiley.el (smiley-style): Don't directly call face-attribute.
10914
10915 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10918
10919         * gnus-dired.el: Reduce Gnus dependencies.
10920         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10921         Don't require.  Use autoloads instead.
10922         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10923         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10924         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10925         (gnus-dired-mode): Adjust doc string.
10926         (gnus-dired-mail-mode): New variable.
10927         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10928         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10929         (gnus-dired-mail-buffers): New function.  Return mail or message
10930         composition buffers.
10931         (gnus-dired-attach): Use it.
10932         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10933         NO-DECODE.
10934         (gnus-dired-print): Use `gnus-print-buffer' depending on
10935         `gnus-dired-mail-mode'.
10936
10937 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * rfc2047.el (rfc2047-encoded-word-regexp)
10940         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10941         explaining what regexp patterns are for.
10942
10943 2007-12-04  Glenn Morris  <rgm@gnu.org>
10944
10945         * password.el: Move to password-cache.el.
10946
10947         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10948         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10949         * mml-smime.el (password-read, password-cache-add)
10950         (password-cache-remove):
10951         No need to autoload, since mml-sec requires password.
10952
10953         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10954         * message.el (gnus-extract-address-components):
10955         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10956
10957         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10958         password.
10959
10960 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * mailcap.el: Reduce dependencies.
10963         (mail-header-parse-content-type): Autoload.
10964         (mailcap-delete-duplicates): New alias.
10965         (mailcap-mime-info): Add optional argument NO-DECODE.
10966         (mailcap-mime-types): Use mailcap-delete-duplicates.
10967
10968         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10969
10970 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10971
10972         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10973         (imap-parse-status): Upcase status-att for servers that sends them
10974         lower-case (e.g., MS Exchange 2007).
10975
10976 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10979         function.
10980
10981         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10982         (gnus-uu-yenc-article): New function.
10983
10984         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10985
10986         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10987
10988 2007-12-02  Glenn Morris  <rgm@gnu.org>
10989
10990         * binhex.el (binhex): New custom group.
10991         (binhex-decoder-program, binhex-decoder-switches)
10992         (binhex-use-external): Move to the binhex custom group.
10993
10994         * uudecode.el (uudecode): New custom group.
10995         (uudecode-decoder-program, uudecode-decoder-switches)
10996         (uudecode-use-external): Move to the uudecode custom group.
10997
10998         * netrc.el (top-level): Don't load `encrypt' features.
10999         (netrc-parse): Don't use encrypt.
11000         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11001
11002         * encrypt.el: Remove file.
11003
11004 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11007         matches on patches.
11008
11009         * gnus-art.el (gnus-article-browse-html-article):
11010         Mention `mm-text-html-renderer' in the doc string.
11011
11012         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11013         string.  Add comments.
11014
11015         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11016         if rhs is ASCII.
11017
11018 2007-12-01  Glenn Morris  <rgm@gnu.org>
11019
11020         * mail-source.el (top-level): Require format-spec before
11021         eval-when-compile.
11022
11023 2007-11-30  Glenn Morris  <rgm@gnu.org>
11024
11025         * encrypt.el: Require password, rather than autoloading password-read.
11026
11027 2007-11-29  Glenn Morris  <rgm@gnu.org>
11028
11029         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11030         (sasl-make-client, sasl-next-step, sasl-step-data)
11031         (sasl-step-set-data): Declare as functions.
11032
11033 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11036
11037 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11038
11039         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11040         certs should be verified and what is to be done in the event of a
11041         verification failure.
11042
11043         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11044         caller can indicate whether the cache should be disregarded for this
11045         call.  This way the result of the call is reproducible at all times and
11046         can be considered a canonical server name for the supplied method.
11047         (gnus-agent-method-p): Canonicalize server names by pushing their
11048         method through `gnus-method-to-server' using the no-cache argument.
11049
11050         * gnus-srvr.el (gnus-server-insert-server-line):
11051         Call `gnus-method-to-server' with `no-cache' argument.
11052
11053         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11054         gnus-agent-possibly-synchronize-flags as this should be called when the
11055         server is actually being opened.
11056         (gnus-agent-possibly-synchronize-flags)
11057         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11058         flags file of an agentized server to the latter function.
11059
11060         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11061         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11062         after a connection has been established successfully.
11063
11064 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-art.el (article-display-face): Force to display face if called
11067         interactively; check if gnus-article-x-face-too-ugly matches author.
11068         (article-display-x-face): Display face even if From header is missing
11069         as article-display-face does.
11070
11071 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11072
11073         * hashcash.el (message-narrow-to-headers-or-head)
11074         (message-fetch-field, message-goto-eoh)
11075         (message-narrow-to-headers): Declare as functions.
11076
11077 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * mail-source.el (mail-sources): Default to fetch from file for
11080         compatibility with default of nnmail-spool-file.
11081
11082 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11085         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11086         to look for encoded word that should be encoded again.
11087         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11088         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11089         encoding pattern.
11090         (rfc2047-decode-region): Switch strict regexp and loose one according
11091         to rfc2047-allow-irregular-q-encoded-words.
11092
11093 2007-11-25  Romain Francoise  <romain@orebokech.com>
11094
11095         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11096
11097 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * tls.el (tls-program): Provide more custom choices from
11100         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11101         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11102
11103 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11106         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11107
11108         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11109         `nnmail-spool-file'.
11110
11111         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11112         `nnmail-spool-file'.
11113
11114         * gnus-move.el (gnus-change-server): Ditto.
11115
11116         * gnus-kill.el (gnus-batch-score): Ditto.
11117
11118         * gnus-cache.el (gnus-jog-cache): Ditto.
11119
11120         * gnus-msg.el (gnus-summary-reply):
11121         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11122
11123 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11126         version.  Minor improvement to doc strings.
11127         (tls-program): Add comment.
11128
11129 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11130
11131         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11132         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11133         mismatch between the hostname provided in the certificate and the name
11134         of the host connnecting to.
11135         (open-tls-stream): Use them.  Check certificates against trusted root
11136         certificates.
11137
11138 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * gnus-cache.el (gnus-cache-generate-nov-databases):
11141         Use nnml-generate-nov-databases-directory instead of
11142         nnml-generate-nov-databases-1.
11143
11144 2007-11-24  Glenn Morris  <rgm@gnu.org>
11145
11146         * message.el (message-tool-bar-retro): Update for rename
11147         mail_send.xpm->mail-send.xpm.
11148
11149 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11152         `smime-ldap-search' for Emacs 22 and up.
11153
11154 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11155
11156         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11157
11158         * message.el (message-send-mail-function): Fix error convention.
11159         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11160         (message-widen-reply, message-send-mail, message-talkative-question)
11161         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11162         (message-clone-locals, message-send-news): Use with-current-buffer.
11163         (message-insert-or-toggle-importance): Remove unused var `valid'.
11164         (message-make-references): Remove unused var `new-references'.
11165         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11166
11167 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11168
11169         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11170         (spam-split-symbolic-return-positive): Reflow docstring.
11171         (spam-backends, spam-summary-exit-behavior)
11172         (spam-mark-ham-unread-before-move-from-spam-group)
11173         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11174         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11175         (spam-clear-cache, spam-backend-check, spam-install-backend)
11176         (spam-install-statistical-backend, spam-list-of-processors)
11177         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11178         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11179         (spam-check-crm114, spam-initialize, spam-unload-hook):
11180         Fix typos in docstrings.
11181
11182 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11185         been checked if they have never been read and those group levels are
11186         higher than the one that a user specified.
11187
11188 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11191         foreign groups unless a group level is specified by a user.
11192         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11193
11194 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * message.el (message-send-mail-function): Require sendmail.
11197
11198 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * message.el (message-send-mail-function): Check for smtpmail too.
11201
11202         * utf7.el (utf7-encode, utf7-decode): Use coding system
11203         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11204
11205         * message.el (message-send-mail-function): New function.
11206         (message-send-mail-function): Set default using
11207         message-send-mail-function.  Adjust doc string.
11208         (message-send-mail-with-mailclient): New function.
11209
11210 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11211
11212         * smime.el (from):
11213         * rfc2047.el (message-posting-charset):
11214         * qp.el (mm-use-ultra-safe-encoding):
11215         * pop3.el (parse-time-months):
11216         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11217         * nnml.el (files):
11218         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11219         (jka-compr-compression-info-list, ange-ftp-path-format)
11220         (efs-path-regexp):
11221         * nndiary.el (files):
11222         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11223         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11224         (epg-digest-algorithm-alist, inhibit-redisplay)
11225         (password-cache-expiry):
11226         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11227         (pgg-output-buffer, password-cache-expiry):
11228         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11229         (efs-path-regexp):
11230         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11231         (inhibit-redisplay):
11232         * mm-uu.el (file-name, start-point, end-point, entry)
11233         (gnus-newsgroup-name, gnus-newsgroup-charset):
11234         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11235         (latin-unity-ucs-list):
11236         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11237         (mm-uu-binhex-decode-function):
11238         * message.el (gnus-message-group-art, gnus-list-identifiers)
11239         (rmail-enable-mime-composing, gnus-local-organization)
11240         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11241         (gnus-read-active-file, facemenu-add-face-function)
11242         (facemenu-remove-face-function, gnus-article-decoded-p)
11243         (tool-bar-mode):
11244         * mail-source.el (display-time-mail-function):
11245         * gnus-util.el (nnmail-pathname-coding-system)
11246         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11247         (gnus-original-article-buffer, gnus-user-agent)
11248         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11249         (xemacs-codename, sxemacs-codename, emacs-program-version):
11250         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11251         * gnus-start.el (gnus-agent-covered-methods)
11252         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11253         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11254         (gnus-newsgroup-headers, gnus-group-list-mode)
11255         (gnus-group-mark-positions, gnus-newsgroup-data)
11256         (gnus-newsgroup-unreads, nnoo-state-alist)
11257         (gnus-current-select-method, mail-sources)
11258         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11259         (nnmail-spool-file, gnus-cache-active-hashtb):
11260         * gnus-mh.el (mh-lib-progs):
11261         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11262         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11263         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11264         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11265         (gnus-group-buffer):
11266         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11267         (font-lock-set-defaults):
11268         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11269         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11270         (gnus-summary-post-menu, total-parts, type, condition, length):
11271         * gnus-agent.el (gnus-agent-read-agentview):
11272         * flow-fill.el (show-trailing-whitespace):
11273         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11274         eval-and-compile wrappers for byte compiler pacifiers.
11275
11276         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11277         (mm-display-inline-fontify): Check for featurep 'xemacs not
11278         extent-list.
11279
11280         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11281         itimer-list.
11282         (mm-create-image-xemacs): Only do something for XEmacs.
11283         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11284
11285         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11286
11287         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11288         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11289
11290 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11291
11292         * nnimap.el (nnimap-split-download-body):
11293         * gnus-demon.el (gnus-demon):
11294         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11295
11296 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11299         New macros.
11300         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11301         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11302         copy data from unibyte buffer to multibyte current buffer.
11303         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11304         to copy data from unibyte current buffer to multibyte buffer.
11305         (nntp-make-process-buffer): Make process buffer unibyte.
11306
11307         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11308
11309 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11310
11311         * pop3.el (pop3-open-server): Accept and process data more robustly at
11312         connexion start to avoid spurious "POP SSL connexion failed" errors.
11313
11314 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11317         read group names.
11318
11319 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11322
11323 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11326         (nnmail-save-active): Use a unibyte buffer when saving active file,
11327         which may contain non-ASCII group names.
11328
11329         * nnml.el (nnml-request-group): Decode group names in messages.
11330
11331 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * message.el (message-citation-line-function)
11334         (message-insert-formatted-citation-line): Fix spelling of
11335         `message-insert-formated-citation-line'.
11336
11337 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11340
11341 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11344         nnmail-pathname-coding-system.
11345
11346         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11347         that a user enters; decode group names in messages.
11348
11349         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11350
11351 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11354
11355         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11356
11357         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11358         risky local variable.
11359
11360         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11361
11362 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11363
11364         * encrypt.el: Improve documentation to fix function name typo.
11365         Reported by Daiki Ueno <ueno@unixuser.org>.
11366
11367 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11370         even if the point is not in the last page of an article.
11371         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11372         back to the previous page.
11373
11374 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11377
11378 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11381
11382 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11383
11384         * message.el (message-check-news-body-syntax):
11385         Avoid mm-string-as-multibyte.
11386         (message-hide-headers): Don't assume (point-min)==1.
11387
11388 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * message.el (message-remove-blank-cited-lines): Fix if remove is
11391         given.
11392         (message-bogus-address-regexp): New variable.
11393         (message-bogus-recipient-p): New function.
11394         (message-check-recipients): New command.
11395         (message-syntax-checks): Add `bogus-recipient'.
11396         (message-fix-before-sending): Add `bogus-recipient'.
11397
11398         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11399         (gnus-treat-body-boundary): Don't test window-system.
11400
11401 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11402
11403         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11404
11405 2007-10-28  Miles Bader  <miles@gnu.org>
11406
11407         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11408         at compile-time too.
11409
11410 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-msg.el (gnus-message-setup-hook):
11413         Add `message-remove-blank-cited-lines' to options.
11414
11415 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * message.el (message-remove-blank-cited-lines): New function.
11418         Suggested by Karl Plästerer.
11419
11420 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11423         mapc.
11424
11425         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11426         (top-level): Use mapc to set functions to be traced for debugging.
11427
11428         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11429         called for effect with while loop.
11430
11431         * message.el (message-talkative-question): Replace mapcar called for
11432         effect with mapc.
11433
11434         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11435         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11436         called for effect with dolist.
11437
11438         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11439
11440         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11441         gnus-extra-headers and nnmail-extra-headers.
11442
11443         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11444         called for effect with dolist.
11445         (top-level): Use mapc to set functions to be traced for debugging.
11446
11447         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11448         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11449         dolist.
11450
11451         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11452         Replace mapcar called for effect with mapc.
11453         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11454         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11455         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11456         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11457
11458         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11459         remove-if that's a cl function.
11460
11461         * webmail.el (webmail-debug): Replace mapcar called for effect with
11462         dolist.
11463
11464         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11465         with mapc.
11466
11467 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11470         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11471         with while loop.
11472
11473         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11474         functions from article-* functions.
11475         (gnus-multi-decode-header): Replace mapcar called for effect with
11476         dolist.
11477
11478         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11479         (gnus-bookmark-show-details): Replace mapcar called for effect with
11480         while loop.
11481
11482         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11483         called for effect with while loop.
11484
11485         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11486         with dolist.
11487
11488         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11489         Replace mapcar called for effect with dolist.
11490
11491         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11492
11493         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11494         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11495         Replace mapcar called for effect with dolist.
11496         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11497         mapc.
11498
11499         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11500         Replace mapcar called for effect with dolist.
11501         (gnus-topic-list): Replace mapcar called for effect with mapc.
11502
11503         * gnus.el: Use mapc instead of mapcar to add autoloads.
11504
11505 2007-10-23  Richard Stallman  <rms@gnu.org>
11506
11507         * gnus-group.el (gnus-group-highlight): Mark as risky.
11508
11509 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus.el (gnus-server-to-method): Return method found first in
11512         gnus-newsrc-alist.
11513
11514         * gnus-art.el (gnus-article-highlight-signature)
11515         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11516         button overlay without the front stickiness.
11517
11518 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11519
11520         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11521         overview buffer needed a catch to receive its throw.
11522         (gnus-agent-flush-cache): Declare as interactive to make this function
11523         easier to use.
11524
11525 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11528         `next-line'.
11529
11530 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11533         exclude address matching message-dont-reply-to-names.
11534
11535 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-util.el (gnus-string<): New function.
11538
11539         * gnus-sum.el (gnus-article-sort-by-author)
11540         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11541
11542 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11545         the frame-focus tag is set in gnus-buffer-configuration.
11546
11547 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11550         the front stickiness.
11551
11552 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11555         url pattern; remove duplicate one.
11556         (gnus-article-extend-url-button): New function.
11557         (gnus-article-add-buttons): Use it.
11558         (gnus-button-push): Use concatenated url that it makes.
11559
11560 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11561
11562         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11563
11564 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11565
11566         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11567         Don't hardcode point-min==1.
11568
11569 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11572         Fix comment about "iso8859-1".
11573
11574 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11575
11576         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11577         ones returned from the verify-function.
11578
11579         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11580         Call mml2015-extract-cleartext-signature if extraction failed.
11581
11582 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11583
11584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11585         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11586         failed.
11587
11588 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11591
11592 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11595         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11596         recommends to use EasyPG instead of PGG.
11597
11598         * pgg.el: Revert to revision 6.23.2.16.
11599
11600         * pgg-def.el: Revert to revision 6.6.2.14.
11601
11602         * pgg-gpg.el: Revert to revision 6.23.2.34.
11603
11604 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11605
11606         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11607         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11608         thread for both the null and zero (kill/expire thread) universal prefix
11609         cases.
11610         (gnus-summary-expire-thread): Add new function to expire a thread,
11611         using gnus-summary-kill-thread.
11612         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11613         shortcuts for gnus-summary-expire-thread.
11614         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11615         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11616
11617 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11618
11619         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11620         extras value, so an extras entry can be deleted.
11621         (gnus-registry-delete-extra-entry): Use it.
11622         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11623         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11624         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11625         storage through the gnus-registry, and provide an appropriate API for
11626         it.
11627
11628 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11631         Suggested by Leo <sdl.web@gmail.com>.
11632
11633         * gnus.el: Do.
11634
11635 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11638         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11639
11640         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11641
11642         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11643         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11644
11645 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11648         newline.
11649         (nnmbox-request-accept-article): Don't change article in source buffer;
11650         narrow to header to use message-fetch-field rather than
11651         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11652         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11653         as delimiters; make sure article ends with newline.
11654         (nnmbox-delete-mail): Correct last position of article to be deleted;
11655         ignore X-Gnus-Newsgroup header in article body.
11656         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11657         positions; make sure article ends with newline.
11658
11659         * message.el (message-display-abbrev): Don't infloop when a user
11660         inserts SPC in the beginning of header.
11661
11662         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11663         coding-system-for-read and coding-system-for-write for XEmacs having no
11664         file-coding feature.
11665
11666         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11667
11668 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11669
11670         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11671         list of groups not followed by default.  Fix type to be regexp.
11672         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11673
11674 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11675
11676         * hmac-def.el (define-hmac-function): Switch from old-style to
11677         new-style backquotes.
11678
11679         * md4.el (md4-make-step): Likewise.
11680
11681 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11684         raw-text coding system when saving .newsrc file, which may contain
11685         non-ASCII group names.
11686
11687 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-cus.el (gnus-score-extra): New widget.
11690         (gnus-score-extra-convert): New function.
11691         (gnus-score-customize): Use it for Extra.
11692
11693 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11694
11695         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11696         (mml2015-mailcrypt-clear-verify): Use it.
11697         (mml2015-gpg-clear-verify): Use it.
11698         (mml2015-pgg-clear-verify): Use it.
11699         (mml2015-epg-clear-verify): Replace the current part with the output
11700         from GnuPG; don't extract the plaintext by itself.
11701
11702         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11703         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11704         mml2015-clear-verify-function; don't touch the armor headers or
11705         dash-escaped text here.
11706
11707 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11710         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11711         parts, or application/octet-stream as a last resort.
11712         (gnus-mime-view-part-as-type): Don't toggle display.
11713         (gnus-mime-view-part-as-charset): Don't turn off display before
11714         querying charset.
11715
11716         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11717         stuff to undisplayer function in Emacs.
11718         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11719
11720         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11721         text/calendar parts.
11722
11723 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11726         decoding text/calendar parts.
11727
11728         * message.el (message-forward-make-body-mime): Always mark body as
11729         having no illegible text; remove signed-or-encrypted argument.
11730         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11731
11732         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11733         (mml-generate-mime-1): Don't encode body if it is specified to be in
11734         raw form; don't make buffer be unibyte when inserting multibyte string.
11735
11736 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11737
11738         * sha1.el: Fix up comment style.
11739         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11740         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11741
11742         * hex-util.el: Fix up comment style.
11743         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11744
11745         * gnus-salt.el: Use with-current-buffer.
11746         (gnus-pick-setup-message): Fix long-standing typo.
11747
11748 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * imap.el (imap-logout-timeout): New variable.
11751         (imap-logout, imap-logout-wait): New functions.
11752         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11753
11754         * nnimap.el (nnimap-logout-timeout): New server variable.
11755         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11756         nnimap-logout-timeout.
11757
11758         * gnus-art.el (gnus-article-summary-command-nosave)
11759         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11760
11761 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * gnus.el (gnus-maximum-newsgroup): New variable.
11764
11765         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11766         according to gnus-maximum-newsgroup.
11767
11768         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11769         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11770         Limit the range of articles according to gnus-maximum-newsgroup.
11771
11772 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11773
11774         * gnus-art.el (gnus-sticky-article): Fix problems described in
11775         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11776         Don't perform gnus-configure-windows here; reuse existing sticky
11777         article buffer.
11778
11779         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11780         it doesn't exist in gnus-article-mode.
11781
11782 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11785         (gnus-agent-decoded-group-name): New function.
11786         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11787         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11788
11789 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11790
11791         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11792         Add binding for gnus-sticky-article.
11793         (gnus-summary-exit): Don't kill sticky article buffers.
11794
11795         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11796         article buffer.
11797         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11798         (gnus-kill-sticky-article-buffers): New commands.
11799
11800 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * nntp.el (nntp-xref-number-is-evil): New server variable.
11803         (nntp-find-group-and-number): If it is non-nil, don't trust article
11804         numbers in the Xref header.
11805
11806 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-agent.el (gnus-agent-read-group): New function.
11809         (gnus-agent-flush-group, gnus-agent-expire-group)
11810         (gnus-agent-regenerate-group): Use it.
11811         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11812         nnmail-pathname-coding-system.
11813
11814 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11817
11818         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11819         that are unread as unread, and also as selected so that information of
11820         marks having been changed by a user may be updated when exiting group.
11821
11822 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11825
11826 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11829         calculated ignoring signature parts to gnus-treat-article.
11830
11831 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11834         a point here in order to keep the window start.
11835         (gnus-insert-mime-security-button): Make a button overlay without the
11836         front stickiness.
11837         (gnus-mime-display-security): Goto the end of a button.
11838
11839         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11840
11841 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11844         group-name-at-point.
11845         (gnus-group-completing-read): New function that offers decoded
11846         non-ASCII group names for completion.
11847         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11848         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11849         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11850         (gnus-group-fetch-control): Use it.
11851         (gnus-fetch-group): Use group-name-at-point for the initial value
11852         rather than the default value; use gnus-alive-p.
11853
11854         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11855         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11856         (gnus-summary-post-news): Use gnus-group-completing-read.
11857
11858         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11859         (gnus-read-move-group-name): Decode group name for completion.
11860
11861 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11862
11863         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11864         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11865         Yamaoka slightly modified the code).
11866
11867 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11870         (nnmail-split-incoming): Bind it.
11871
11872         * nnml.el (nnml-group-name-charset): New function.
11873         (nnml-decoded-group-name): Use it; don't decode group name if
11874         nnmail-group-names-not-encoded-p is non-nil.
11875         (nnml-encoded-group-name): New function.
11876         (nnml-group-pathname): Inline nnml-decoded-group-name.
11877         (nnml-request-expire-articles): Decode group name in message.
11878         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11879         nnmail-pathname-coding-system.
11880         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11881         not decoded ones according to nnmail-group-names-not-encoded-p.
11882         (nnml-generate-active-info): Use nnml-encoded-group-name.
11883
11884 2007-08-08  Glenn Morris  <rgm@gnu.org>
11885
11886         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11887         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11888         doc-strings and comments.
11889
11890 2007-07-25  Glenn Morris  <rgm@gnu.org>
11891
11892         * Relicense all FSF files to GPLv3 or later.
11893
11894 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-sum.el (gnus-summary-move-article):
11897         Make gnus-summary-respool-article work.
11898
11899 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11902         string.
11903
11904 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11905
11906         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11907         that should be ignored when comparing distant RSS articles with local
11908         ones.
11909         (nnrss-make-hash-index): New function.  Create a hash index according
11910         to the ignored fields.
11911         (nnrss-check-group): Use it.
11912
11913 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11916
11917         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11918
11919         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11920         the new optional argument ENCODED is non-nil.
11921         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11922         coding system for encoding group name.
11923         (gnus-group-make-rss-group): Pass un-encoded group name to
11924         gnus-group-make-group.
11925         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11926         encoded.
11927
11928         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11929         Encode group name to which articles are moved or copied.
11930         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11931         coding system for encoding Newsgroup, Followup-To and Xref headers.
11932
11933         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11934         marks; use nnheader-file-coding-system to write a file.
11935         (nnagent-retrieve-headers): Bind file-name-coding-system to
11936         nnmail-pathname-coding-system.
11937
11938         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11939
11940         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11941         (nnml-request-article, nnml-request-create-group)
11942         (nnml-request-rename-group, nnml-find-id)
11943         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11944         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11945         (nnml-save-marks): Use nnml-group-pathname instead of
11946         nnmail-group-pathname.
11947
11948         (nnml-request-create-group, nnml-request-expire-articles)
11949         (nnml-request-move-article, nnml-request-delete-group)
11950         (nnml-deletable-article-p, nnml-possibly-create-directory)
11951         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11952         (nnml-open-marks): Bind file-name-coding-system to
11953         nnmail-pathname-coding-system.
11954
11955         (nnml-request-article): Pass server argument to nnml-find-group-number.
11956         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11957         Pass server argument to nnml-possibly-create-directory.
11958         (nnml-request-accept-article): Pass server argument to
11959         nnml-active-number and nnml-save-mail.
11960         (nnml-find-group-number): Pass server argument to nnml-find-id.
11961         (nnml-request-update-info): Pass server argument to
11962         nnml-marks-changed-p.
11963
11964         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11965         (nnml-save-mail, nnml-active-number): Add server argument.
11966
11967         (nnml-request-delete-group): Warn if group is missing.
11968         (nnml-get-nov-buffer): Decode group name.
11969         (nnml-generate-active-info): Encode group name.
11970         (nnml-open-marks): Decode group name in messages.
11971
11972 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11975         if it is not specified.
11976         (gnus-article-pipe-part, gnus-article-save-part)
11977         (gnus-article-interactively-view-part, gnus-article-copy-part)
11978         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11979         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11980         (gnus-article-replace-part, gnus-article-delete-part)
11981         (gnus-article-view-part-as-type): Pass raw prefix argument to
11982         gnus-article-part-wrapper.
11983
11984 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-agent.el (gnus-agent-save-active):
11987         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11988
11989         * gnus-cache.el (gnus-cache-save-buffers)
11990         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11991         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11992         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11993         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11994         (gnus-cache-generate-active, gnus-cache-rename-group)
11995         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11996         (gnus-cache-update-overview-total-fetched-for):
11997         Bind file-name-coding-system to nnmail-pathname-coding-system.
11998         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11999         New variables.
12000         (gnus-cache-decoded-group-name): New function.
12001         (gnus-cache-file-name): Use it.
12002         (gnus-cache-generate-active): Use non-decoded group name for active.
12003
12004         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12005         right place.
12006         (gnus-write-active-file): Don't break non-ASCII group names.
12007
12008         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12009         nnmail-pathname-coding-system.
12010
12011         * lpath.el: Bind default-file-name-coding-system,
12012         file-name-coding-system and language-info-alist for XEmacs.
12013
12014         * gnus-uu.el (gnus-uu-decode-save): Typo.
12015
12016 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12019
12020 2007-07-14  David Kastrup  <dak@gnu.org>
12021
12022         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12023         finishing actions if we did not edit the article.
12024
12025 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12028         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12029         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12030         (gnus-agent-flush-group, gnus-agent-flush-cache)
12031         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12032         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12033         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12034         (gnus-agent-regenerate-group)
12035         (gnus-agent-update-files-total-fetched-for)
12036         (gnus-agent-update-view-total-fetched-for):
12037         Bind file-name-coding-system to nnmail-pathname-coding-system.
12038         (gnus-agent-group-pathname): Don't encode file names by
12039         nnmail-pathname-coding-system.
12040         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12041         coding-system-for-write instead of buffer-file-coding-system to
12042         gnus-agent-file-coding-system.
12043
12044         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12045         Decode group name.
12046
12047         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12048
12049         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12050         (gnus-read-newsrc-el-file): Make group names unibyte.
12051
12052         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12053         nnmail-pathname-coding-system.
12054
12055         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12056         (nnrss-request-delete-group): Bind file-name-coding-system to
12057         nnmail-pathname-coding-system.
12058         (nnrss-read-server-data, nnrss-read-group-data):
12059         Bind file-name-coding-system correctly.
12060         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12061
12062         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12063         (nntp-server-to-method-cache): New variable.
12064         (nntp-group-pathname): New function that decodes non-ASCII group names.
12065         (nntp-possibly-create-directory, nntp-marks-changed-p)
12066         (nntp-save-marks, nntp-open-marks): Use it.
12067         (nntp-possibly-create-directory, nntp-open-marks):
12068         Bind file-name-coding-system to nnmail-pathname-coding-system.
12069         (nntp-open-marks): Decode group names when bootstrapping marks.
12070
12071         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12072         Newsgroups and Folowup-To headers.
12073
12074 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12077         (gnus-server-closed-face, gnus-server-denied-face)
12078         (gnus-server-offline-face): Remove variable.
12079         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12080
12081         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12082         of modifying message-stack directly for XEmacs.
12083
12084         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12085         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12086         if the coding-system argument is nil for XEmacs.
12087
12088         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12089         mm-charset-override-alist.
12090
12091         * rfc2047.el: Don't require base64; require rfc2045 for the function
12092         rfc2045-encode-string.
12093         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12094         to quote the parameter value.
12095
12096 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12099         form in gnus-group-name-charset-method-alist.
12100
12101         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12102         overrides the default layout edit-form.
12103
12104         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12105
12106         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12107
12108 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12111         as unfetched articles.
12112
12113 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12116
12117 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12120         original back end that keeps marks in the local system.
12121
12122 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12125         arg of pop-to-buffer for XEmacs.
12126         (gnus-article-read-summary-keys): Ditto; don't restore window
12127         configuration if summary command ends up with neither article buffer
12128         nor summary buffer; describe bindings if summary keys end with C-h.
12129
12130 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * message.el (message-fix-before-sending): Skip raw message part to be
12133         forwarded while checking illegible text.
12134         (message-forward-make-body-mime, message-forward-make-body):
12135         Mark signed or encrypted raw message as having no illegible text.
12136
12137 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12140         (gnus-message-with-timestamp-1): New macro.
12141         (gnus-message-with-timestamp): New function.
12142         (gnus-message): Use them.
12143
12144         * nnheader.el (nnheader-message): Use them.
12145
12146 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12149         .newsrc.eld file.
12150
12151 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-agent.el (gnus-agent-fetch-headers)
12154         (gnus-agent-retrieve-headers):
12155         Bind gnus-decode-encoded-address-function to identity.
12156
12157         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12158         available also when the server returns simply a dot.
12159
12160         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12161
12162 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12165
12166 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-ems.el (gnus-x-splash): Make it work.
12169
12170         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12171         from being used.
12172
12173         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12174
12175 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12178         4th and the 5th arguments.
12179
12180         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12181         the front stickiness.
12182         (gnus-article-summary-command-nosave): Correct the order of the
12183         arguments passed to pop-to-buffer.
12184         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12185         summary command ends up with the article buffer.
12186
12187         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12188         the same faces.
12189
12190 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12191
12192         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12193
12194 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12195
12196         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12197         * gnus-sum.el (gnus-summary-highlight):
12198         * pgg.el (pgg-sign-region, pgg-sign):
12199         * mail-source.el (mail-source-delete-old-incoming-confirm):
12200         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12201
12202 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-art.el (gnus-mime-view-part-externally)
12205         (gnus-mime-view-part-internally): Fix predicate function passed to
12206         completing-read.
12207
12208         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12209
12210         * gnus.el (gnus-update-message-archive-method): Add :version.
12211
12212 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus.el (gnus-update-message-archive-method): New variable.
12215
12216         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12217         according to gnus-message-archive-method if
12218         gnus-update-message-archive-method is non-nil.
12219
12220 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12223         Suggested by Loic Dachary <loic@dachary.org>.
12224         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12225
12226 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * message.el (message-pop-to-buffer): Add switch-function argument.
12229         (message-mail): Pass switch-function argument to it.
12230
12231 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12234         Improve doc string.
12235
12236 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12239         (gnus-header-content)
12240         * gnus-cite.el (gnus-cite-10)
12241         * gnus-srvr.el (gnus-server-closed)
12242         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12243         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12244         (gnus-group-mail-3-empty, gnus-group-mail-low)
12245         (gnus-group-mail-low-empty, gnus-splash)
12246         * message.el (message-header-to, message-header-cc)
12247         (message-header-subject, message-header-other, message-header-name)
12248         (message-header-xheader, message-separator, message-cited-text)
12249         (message-mml): Lighten colors of faces used for dark background.
12250
12251 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12252
12253         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12254         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12255
12256 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * message.el (message-narrow-to-headers-or-head):
12259         Ignore mail-header-separator in the body.
12260
12261 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12264         same as window size.
12265
12266 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12267
12268         * message.el (message-font-lock-keywords): Use message-header-xheader
12269         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12270         ahead of the anything pattern, to get it recognised.
12271
12272 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12275         spam.el loads uses it in the compiled defadvice form.
12276
12277 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12278
12279         * gnus-sum.el (gnus-articles-to-read)
12280         (gnus-summary-insert-old-articles): Don't truncate group name for
12281         `read-string'.
12282
12283         * gnus-util.el (gnus-limit-string): Delete this function.
12284
12285         * gnus-sum.el (gnus-simplify-subject-fully):
12286         Use `truncate-string-to-width' instead.
12287
12288 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12289
12290         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12291         Tell if, on summary exit, the next group has to be selected.
12292         (gnus-summary-exit): Use it.
12293
12294 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12297         non-break space.
12298
12299 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12302         Check if group is not a directory.
12303         (nnfolder-request-expire-articles): Don't delete articles if the target
12304         group is not available.
12305
12306         * nnml.el (nnml-request-create-group): Properly check if group is not a
12307         file.
12308         (nnml-request-expire-articles): Don't delete articles if the target
12309         group is not available.
12310
12311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12312         Don't quote characters that are within parentheses.
12313
12314 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12317         (gnus-handle-ephemeral-exit): Select article according to it.
12318
12319 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * message.el (message-insert-formated-citation-line): Remove newline.
12322         (message-citation-line-format): Add final \n here so that the user can
12323         avoid a blank line.
12324
12325 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12326
12327         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12328         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12329         Update lanl/arXiv support.
12330
12331 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * gnus.el: Bump version number.
12334
12335 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336
12337         * gnus.el (gnus-version-number): Bump version.
12338
12339 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12340
12341         * gnus.el: No Gnus v0.6 is released.
12342
12343 2007-04-27  Didier Verna  <didier@xemacs.org>
12344
12345         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12346         * gmm-utils.el (gmm-regexp-concat): ... here.
12347         * message.el: Don't require 'gnus-util.
12348         (message-dont-reply-to-names): Handle name change above.
12349         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12350
12351 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12354         since the initial value varies according to the system.
12355
12356 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12359
12360 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12361
12362         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12363
12364 2007-04-24  Didier Verna  <didier@xemacs.org>
12365
12366         Improve the type of gnus-ignored-from-addresses.
12367         * gnus-util.el (gnus-orify-regexp): New function.
12368         * message.el (gnus-util): Require it.
12369         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12370         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12372
12373 2007-04-24  Didier Verna  <didier@xemacs.org>
12374
12375         * gnus-sum.el:
12376         * gnus-utils.el: Fix some trailing whitespaces.
12377
12378 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12381         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12382         article's Message-ID; refer parent article in summary buffer.
12383
12384         * message.el (message-bounce): Call mime-to-mml.
12385
12386         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12387         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12388         optimize and/or forms properly.
12389
12390 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12393         URL.
12394
12395 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12398
12399 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12402         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12403         displayed of multipart/alternative part if it is invoked from summary
12404         buffer.
12405
12406         * mm-view.el (mm-inline-text-html-render-with-w3m)
12407         (mm-inline-text-html-render-with-w3m-standalone)
12408         (mm-inline-render-with-function): Use mail-parse-charset by default.
12409
12410 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12411
12412         * parse-time.el (parse-time-string-chars): Check if CHAR
12413         is less than the length of parse-time-syntax.
12414
12415 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12418         from gnus-newsgroup-processable.
12419
12420 2007-04-16  Didier Verna  <didier@xemacs.org>
12421
12422         * gnus-msg.el (gnus-configure-posting-styles):
12423         Handle message-signature-directory properly with :file syntax.
12424         Reported by "Leo".
12425
12426 2007-04-11  Didier Verna  <didier@xemacs.org>
12427
12428         New user option: message-signature-directory.
12429         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12430         * message.el (message-insert-signature): Ditto.
12431         * message.el (message-signature-file): Doc update.
12432         * message.el (message-signature-directory): New.
12433
12434 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-msg.el (gnus-inews-yank-articles):
12437         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12438
12439 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * message.el (message-yank-original): Make sure cited text ends with
12442         newline; don't exchange point and mark.
12443
12444 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12445
12446         * tls.el (open-tls-stream): Properly handle case where there
12447         is no associated buffer.
12448
12449 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12450
12451         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12452         message-yank-original, make sure (< mark TEXT point).
12453
12454 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * message.el (message-fill-column): New variable.
12457         (message-mode): Use it.  Add comment on a possible new hook.
12458
12459         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12460         (nnmail-get-new-mail): Reformat.
12461
12462         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12463
12464         * gmm-utils.el: Fix Commentary.
12465         (gmm-tool-bar-from-list): Fix typo in doc string.
12466
12467 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12468
12469         * message.el (message-yank-original): Don't switch point and mark
12470         unnecessarily to put point and mark as documented.
12471
12472 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12473
12474         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12475         from the message heads.
12476
12477 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12478
12479         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12480         article buffer does not have a window.  This may not be the best
12481         solution but is certainly better than setting the start of the null,
12482         that is the current, window.
12483
12484 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12487         (gnus-draft-setup): Run it.
12488
12489         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12490         gnus-score-fast-scoring.  Allow regexp.
12491         (gnus-score-headers): Use it.
12492
12493         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12494         XEmacs.
12495
12496         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12497         string.
12498         (gnus-button-alist): Also catch `<f1> k ...'.
12499         (gnus-treat-display-x-face): Fix doc string.
12500
12501 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12502
12503         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12504         evaluation of gnus-extended-version to ensure correct generation of the
12505         User-Agent header when message-generate-headers-first is used.
12506
12507 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12508
12509         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12510         hashcash-path is nil.  Don't call callback with incorrect number of
12511         parameters if val is 0.
12512
12513 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12514
12515         * message.el (message-required-news-headers):
12516         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12517
12518 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12519
12520         * tls.el (open-tls-stream): In handshake-waiting loop,
12521         don't wait more if there is output available to process.
12522
12523 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12524
12525         * tls.el (tls-program): Doc fix.
12526
12527 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * message.el (message-generate-new-buffers): Change the meaning of the
12530         nil value; add `standard' to the choices; treat t as `unique'; improve
12531         doc string.
12532         (gnus-select-frame-set-input-focus): Autoload.
12533         (message-buffer-name): Search for the existing message buffer if
12534         message-generate-new-buffers is nil or `standard'; treat the value t of
12535         message-generate-new-buffers as `unique'.
12536         (message-pop-to-buffer): Raise the frame already displaying the message
12537         buffer; clear the echo area after querying.
12538         (message-setup): Pass the `continue' argument to compose-mail.
12539         (message-mail): Prefer `switch-function' if it is given; search for the
12540         existing message buffer if the `continue' argument is non-nil; pass
12541         continue and switch-function arguments to compose-mail by way of
12542         message-setup.
12543         (message-mail-other-window): Adjust argument of message-setup.
12544         (message-mail-other-frame): Ditto.
12545
12546 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12549         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12550         to turn font-lock on when turning gnus-message-citation-mode on.
12551
12552 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12553
12554         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12555         (mml-smime-function-alist): New variable; add epg as the backend.
12556         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12557         mml-smime- functions instead.
12558         * mm-view.el: Require smime.
12559
12560 2007-03-05  Didier Verna  <didier@xemacs.org>
12561
12562         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12563         instead of just inheritance for posting styles.
12564         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12565
12566 2007-02-24  Chris Moore  <dooglus@gmail.com>
12567
12568         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12569         * pgg-pgp.el (pgg-pgp-encrypt-region):
12570         * pgg-gpg.el (pgg-gpg-encrypt-region):
12571         Check pgg-encrypt-for-me if no other recipients.
12572
12573 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12574
12575         * tls.el (tls-certtool-program): Fix custom type.
12576
12577 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12580         and point-at-eol instead of line-(beginning|end)-position.
12581
12582         * assistant.el (assistant-parse-buffer): Ditto.
12583
12584         * netrc.el (netrc-parse-services): Ditto.
12585
12586 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12587
12588         * mml2015.el (mml2015-epg-find-usable-key): New function.
12589         (mml2015-epg-sign): Use it.
12590         (mml2015-epg-encrypt): Use it.
12591
12592 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * message.el (message-make-in-reply-to): Quote name containing
12595         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12596         if there are special characters.  Reported by NAKAJI Hiroyuki
12597         <nakaji@jp.freebsd.org>.
12598
12599 2007-02-27  Didier Verna  <didier@xemacs.org>
12600
12601         Include the group parameters as well as the topic ones in the
12602         inheritance filter process.
12603         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12604         argument GROUP-PARAMS-LIST.
12605         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12606
12607 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * nntp.el (nntp-never-echoes-commands)
12610         (nntp-open-connection-functions-never-echo-commands): New variables.
12611         (nntp-send-command): Use them.
12612
12613 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12614
12615         * mml2015.el (mml2015-epg-verify): Simplify.
12616
12617 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * mml.el (mml-content-disposition-alist): New user option.
12620         (mml-content-disposition): New function.
12621         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12622         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12623
12624 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12625
12626         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12627         verification.
12628
12629 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12630
12631         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12632         articles posted in the last 24 hours.
12633
12634 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12635
12636         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12637
12638 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12639
12640         * nntp.el (nntp-send-command): Don't wait for echoes when
12641         nntp-open-ssl-stream is used.
12642
12643 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12646         (gnus-message-add-citation-keywords)
12647         (gnus-message-remove-citation-keywords): Remove.
12648         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12649         directly, make the variables in font-lock-defaults buffer-local, add
12650         gnus-message-citation-keywords to them and then update the value of
12651         font-lock-keywords.
12652
12653 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * message.el (message-cite-original-1): Don't call
12656         gnus-article-highlight-citation.
12657
12658         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12659         citations; fix line count.
12660
12661 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12664         (gnus-message-add-citation-keywords)
12665         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12666         versions of font-lock-add-keywords and font-lock-remove-keywords to
12667         work with XEmacs correctly.
12668
12669 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-cite.el (gnus-cite-face-list): Set the values of
12672         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12673         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12674         (gnus-message-cite-prefix-regexp): New variable.
12675         (gnus-message-search-citation-line): Use it; protect against long
12676         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12677         the 0th match data for Emacs.
12678         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12679         (gnus-message-add-citation-keywords): Append keywords rather than
12680         prepending; emulate font-lock-add-keywords if it is not available.
12681         (gnus-message-remove-citation-keywords):
12682         Emulate font-lock-remove-keywords if it is not available.
12683
12684         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12685
12686         * message.el (message-cite-prefix-regexp): Set the value of
12687         gnus-message-cite-prefix-regexp.
12688
12689 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12690
12691         * nnweb.el (nnweb-google-parse-1): Update parser.
12692
12693 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12694
12695         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12696
12697 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12698
12699         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12700         regexp.
12701
12702 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12705         string-to-multibyte.
12706         (uudecode-decode-region-internal): Use it.
12707
12708         * lpath.el: Fbind string-as-multibyte for XEmacs.
12709
12710 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12713         Fix custom choice.
12714
12715         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12716
12717 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12718
12719         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12720
12721         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12722         `write-region' to respect `mm-inhibit-file-name-handlers'.
12723
12724 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12727         Use gnus-home-directory instead of "~/" or "$HOME".
12728
12729 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12730
12731         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12732         to mention filename.
12733         Add comments at beginning regarding usage.
12734         (encrypt-write-file-contents): Change interactive so a string is
12735         acceptable.  If the file has no associated model, show an error instead
12736         of a nonsense prompt.
12737
12738 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12739
12740         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12741         Thanks to Yoshihiko Yamada for kind notification of this typo.
12742
12743 2007-01-12  Kenichi Handa  <handa@m17n.org>
12744
12745         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12746         multibyte buffer.
12747
12748 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * gnus-score.el (gnus-score-fast-scoring): New variable.
12751         (gnus-score-headers): Use it.
12752
12753         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12754
12755         * message.el (message-cite-original-1):
12756         Call gnus-article-highlight-citation if requested.
12757         (message-make-from): Allow name and address as optional arguments.
12758
12759         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12760
12761         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12762         bugs to doc string.
12763         (gnus-button-alist): Add mid\\|message-id.
12764         (gnus-button-fetch-group): Extend for use in
12765         `browse-url-browser-function'.
12766         (gnus-button-url-regexp): Try to catch paired parentheses like in
12767         Wikipedia URLs.
12768
12769         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12770         Suggested by Simon Krahnke <overlord@gmx.li>.
12771
12772 2007-01-13  Romain Francoise  <romain@orebokech.com>
12773
12774         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12775         Update copyright.
12776
12777 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12778
12779         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12780
12781 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * gnus-registry.el (gnus-registry-unfollowed-groups)
12784         (gnus-registry-split-fancy-with-parent): Fix documentation.
12785
12786 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12789         from nnweb groups.
12790
12791 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12794         Xref urls.  Erase buffer before requesting head.
12795
12796         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12797
12798 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12801         customizable.
12802
12803 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12804
12805         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12806         no signing key is found.
12807         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12808         no encrypting and/or signing key is found.
12809
12810 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12813
12814 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12815
12816         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12817         headers read from disk with the ones newly found in the current search.
12818         This should no longer cause problems, because the article numbers in
12819         Gmane's `nov.php' output are ignored since the previous change.
12820
12821 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12822
12823         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12824
12825 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12828         replace-regexp-in-string; bind url-version; fbind display-images-p and
12829         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12830         find-face and set-itimer-function for Emacs; bind itimer-list for
12831         Emacs.
12832
12833         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12834
12835 2007-01-01  Romain Francoise  <romain@orebokech.com>
12836
12837         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12838
12839 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12840
12841         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12842         `define-minor-mode' macro definition expanded properly.
12843         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12844         exclude it there.
12845
12846         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12847         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12848         `fboundp' test.
12849         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12850         This is OK to autoload in (S)XEmacs now.
12851
12852 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853
12854         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12855         keystroke.
12856         (gnus-summary-limit-to-singletons): Fix typo.
12857
12858         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12859         else fails.
12860
12861 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12862
12863         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12864         docstring.
12865
12866         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12867         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12868         (gnus-summary-insert-dormant-articles): Fix typo in message.
12869
12870 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12873         nil for XEmacs.
12874         (gnus-message-citation-mode): Don't autoload in XEmacs.
12875
12876         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12877
12878 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12879
12880         * nnimap.el (nnimap-expunge-search-string):
12881         Mention nnimap-search-uids-not-since-is-evil in docstring.
12882
12883 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * spam.el: Revert to make-obsolete-variable because
12886         define-obsolete-variable-alias is not supported in Emacs 21.
12887
12888         * spam.el (spam-ifile-path, spam-ifile-database-path)
12889         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12890         make-obsolete-variable.
12891         (spam-bsfilter-path, spam-bsfilter-program)
12892         (spam-spamassassin-path, spam-spamassassin-program)
12893         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12894         Don't use "path" inappropriately.
12895         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12896         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12897         variable names.
12898
12899 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12900
12901         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12902         summary buffer.
12903
12904         * password.el (password-cache-remove): Use clear-string to burn
12905         password, if available.
12906
12907 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12910
12911         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12912
12913         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12914         (gnus-message-highlight-citation): Move defcustom here from
12915         gnus-cite.el.
12916         (gnus-message-citation-mode): Autoload.
12917
12918         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12919         checks to make it compile with XEmacs.
12920         (gnus-message-citation-mode): New minor mode.
12921         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12922         (gnus-message-highlight-citation): New variables.
12923         (gnus-message-search-citation-line)
12924         (gnus-message-add-citation-keywords)
12925         (gnus-message-remove-citation-keywords)
12926         (turn-on-gnus-message-citation-mode)
12927         (turn-off-gnus-message-citation-mode): New functions.
12928
12929 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12930
12931         * gnus-cite.el: Enable highlighting of different citation levels in
12932         message-mode.
12933
12934 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * message.el (message-make-fqdn): Fix comment.
12937         (message-bogus-system-names): Add ".local".
12938
12939         * spam.el (spam-ifile-path, spam-ifile-program)
12940         (spam-ifile-database-path, spam-ifile-database)
12941         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12942         Don't use "path" inappropriately.
12943         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12944         strings.
12945         (spam-check-ifile, spam-ifile-register-with-ifile)
12946         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12947         Use new variable names.
12948
12949         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12950         (gnus-treat-display-smileys): Simplify using
12951         gnus-image-type-available-p.
12952
12953         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12954         available.
12955
12956         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12957         Use `display-images-p' if available.
12958
12959 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12962         one after turning on the buffer's multibyteness instead of decoding
12963         them directly in the unibyte buffer that causes unexpected conversion
12964         in Emacs 23 (unicode).
12965
12966 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12967
12968         * message.el (message-generate-hashcash): Fix custom type.
12969
12970 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12973
12974 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12977         disconnect icons.  Add help text.
12978
12979 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12982         negated to be consistent with the others we handle.
12983
12984 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985
12986         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12987         version of gnus-summary-buffer to something, so that we can use two
12988         article buffers at the same time.
12989
12990 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12991
12992         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12993         trigger all the extra headers.
12994         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12995         sorting.
12996
12997 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12998
12999         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13000         solid groups.
13001
13002 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13003
13004         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13005
13006 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * legacy-gnus-agent.el: Add Copyright notice.
13009
13010 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13011
13012         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13013
13014 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13015
13016         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13017
13018         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13019         to make it work reliably in CVS Emacs.
13020         (gnus-summary-limit-strange-charsets-predicate)
13021         (gnus-summary-limit-to-predicate): New functions.
13022
13023 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13024
13025         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13026         specifying array size.
13027         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13028         array if it is too small.
13029         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13030         (gnus-sort-threads-loop): New function.
13031
13032 2006-12-06  Chris Moore  <dooglus@gmail.com>
13033
13034         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13035         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13036
13037 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13038
13039         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13040         options.
13041
13042 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043
13044         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13045         DOS-ing the recipient.
13046
13047         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13048         the headers when creating the mapping to avoid mismappings.
13049         (nnweb-gmane-create-mapping): Always nix out old mapping.
13050
13051 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13054         and mm-verify-option to never.
13055
13056 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * message.el (message-signed-or-encrypted-p): New function.
13059         (message-forward-make-body): Use it.
13060
13061         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13062         Replace encode-coding-string with mm-encode-coding-string.
13063
13064 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * nneething.el (nneething-decode-file-name):
13067         Replace decode-coding-string with mm-decode-coding-string.
13068
13069         * gnus-int.el (gnus-open-server): Say failed server's name.
13070
13071 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13072
13073         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13074         strings to a single string.  Quote `errors-file-name'.
13075         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13076         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13077         Adjust calls.  Use `shell-quote-argument'.
13078
13079 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13080
13081         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13082         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13083
13084         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13085         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13086         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13087         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13088         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13089         (gnus-subscribe-newsgroup, gnus-1):
13090         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13091         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13092         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13093         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13094
13095 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13098         keystroke.
13099         (gnus-summary-limit-to-bodies): Implement headersp.
13100
13101 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13104
13105 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13108
13109 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * message.el (message-generate-hashcash): Expand range of values to
13112         include `opportunistic'.
13113         (message-send-mail): Use it.
13114
13115 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13116
13117         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13118         and comment it.
13119
13120         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13121
13122 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * gnus-util.el (gnus-extract-address-components): Improve comment.
13125
13126 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-util.el (gnus-extract-address-components): Work with address in
13129         which the name portion contains @.
13130
13131         * lpath.el: Fbind custom-autoload.
13132
13133 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * gnus.el (gnus-start): Move custom group up.
13136         (gnus-select-method): Don't autoload, but make it available for
13137         `customize-variable'.
13138         (gnus-getenv-nntpserver): Don't autoload.
13139
13140 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13141
13142         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13143
13144 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * message.el (message-sendmail-extra-arguments): New variable.
13147         (message-send-mail-with-sendmail): Use it.
13148
13149 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13152         mm-with-unibyte-current-buffer to make string unibyte.
13153
13154         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13155         mm-string-as-multibyte.
13156
13157 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13158
13159         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13160         Reported by Werner Koch <wk@gnupg.org>.
13161
13162 2006-11-14  Daiki Ueno  <ueno@p360>
13163
13164         * mml2015.el: Autoload epa-select-keys when compiling.
13165
13166 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13167
13168         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13169         message-options.
13170         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13171
13172 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13173
13174         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13175         EasyPG (< 0.0.6).
13176         (mml2015-always-trust): New user option.
13177         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13178         prompt.
13179
13180 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * nntp.el (nntp-authinfo-force): New variable.
13183         (nntp-send-authinfo): Use it.
13184
13185 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13188         decode encoded words.  Improve prompt.  Add comment about forwarding.
13189         (message-replacement-char): Move up.
13190
13191 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13192
13193         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13194         instead of gnus-intersection because arguments of gnus-sorted-nunion
13195         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13196
13197 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13200         (message-simplify-subject-functions):
13201         Enable message-strip-subject-encoded-words by default.
13202
13203 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-strip-subject-encoded-words): New function.
13206         (message-simplify-subject-functions): New variable.
13207         (message-simplify-subject): Use it.  Fix typo in doc string.
13208         Support message-strip-subject-encoded-words.
13209
13210 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13211
13212         * gnus-diary.el (gnus-diary-delay-format-function):
13213         * nndiary.el (nndiary-reminders):
13214         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13215
13216 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * gnus-art.el (article-hide-boring-headers): Fetch date from
13219         gnus-original-article-buffer to avoid problems with localized date
13220         strings.
13221
13222 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13225
13226 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13229         New variables.
13230         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13231         (mm-charset-synonym-alist): Move some entries to
13232         mm-codepage-iso-8859-list.
13233         (mm-charset-synonym-alist, mm-charset-override-alist):
13234         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13235
13236 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13239
13240 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13243         with Emacs 21 and XEmacs.
13244
13245 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13246
13247         * spam.el (spam-parse-address): New function for better parsing,
13248         catching errors, etc.
13249         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13250
13251 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * mm-view.el: Add interactive arg to html2text autoload.
13254
13255 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13258
13259 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13262         New variables.
13263         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13264         (mm-charset-synonym-alist): Move some entries to
13265         mm-codepage-iso-8859-list.
13266
13267         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13268
13269 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * message.el (message-citation-line-format)
13272         (message-insert-formated-citation-line): Fix implementation of %E, %N
13273         and %n according to the doc string.
13274
13275 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13278         Use car-safe to avoid bad parses.
13279
13280 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13283         names.
13284
13285         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13286
13287 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13290         header.
13291
13292         * message.el (message-draft-headers): Add Date.
13293         (message-headers-to-generate): Fix typo in docstring.
13294
13295         * nndraft.el (nndraft-required-headers): New variable.
13296         (nndraft-generate-headers): Use it.
13297
13298         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13299
13300 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13301
13302         * gnus-registry.el (gnus-registry-wash-for-keywords)
13303         (gnus-registry-find-keywords): New functions to allow easy searching of
13304         articles that are in the registry.
13305
13306 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13307
13308         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13309         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13310         Reported by Damien Elmes <damien@repose.cx>.
13311
13312 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * gnus.el (gnus-mime): Remove unused custom group.
13315
13316 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13317
13318         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13319         "blank line" when searching for end of armor headers.
13320
13321 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gmm-utils.el (gmm-write-region): Fix variable name.
13324
13325 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * gmm-utils.el (gmm-write-region): New function based on compatibility
13328         code from `mm-make-temp-file'.
13329
13330         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13331
13332         * nnmaildir.el (nnmaildir--update-nov)
13333         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13334         Use `gmm-write-region'.
13335
13336 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13339         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13340
13341         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13342
13343         * message.el (message-replacement-char): New variable.
13344         (message-fix-before-sending): Use it.
13345         (message-simplify-subject): New function to remove duplicate code.
13346         (message-reply, message-followup): Use it.
13347
13348         * gnus-sum.el (gnus-summary-make-menu-bar):
13349         Clarify gnus-summary-limit-to-articles.
13350
13351 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-util.el (gnus-with-local-quit): New macro.
13354
13355         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13356
13357 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13358
13359         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13360         ignore non-string data.
13361
13362 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13365         non-string data (needs to be done in the registry too).
13366
13367 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13368
13369         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13370         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13371         (gnus-registry-split-fancy-with-parent)
13372         (gnus-registry-fetch-simplified-message-subject-fast)
13373         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13374         Remove text properties on ingress into the registry and when it's saved.
13375         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13376         registry from entries with no groups.
13377
13378 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13379
13380         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13381         function to remove string properties.
13382
13383 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * gmm-utils.el (gmm): Adjust custom version.
13386
13387         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13388         Adjust custom version.
13389
13390         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13391
13392 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * gnus-art.el (gnus-insert-prev-page-button)
13395         (gnus-insert-next-page-button): Simplify.  Reformat.
13396
13397 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13398
13399         * gnus-art.el (gnus-insert-prev-page-button)
13400         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13401
13402 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13403
13404         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13405
13406 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13407
13408         * gnus-art.el (gnus-insert-mime-button)
13409         (gnus-insert-mime-security-button):
13410         Apply gnus-article-button-face to MIME and security buttons.
13411
13412 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13415         readable.
13416
13417 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13420
13421 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13422
13423         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13424         `browse-url-of-file' instead of `browse-url'.
13425
13426 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13427
13428         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13429         regexp.  Articles containing quotation were cut prematurely.
13430
13431 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * message.el (message-cite-original-1): Use nobody by default for the
13434         value of From header.
13435         (message-reply): Ditto.
13436
13437 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13438
13439         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13440         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13441         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13442
13443 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13446         mails in the doc string.  Add some URLs in comment.
13447         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13448
13449 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13452         backslashes handling and the way to find boundaries of quoted strings.
13453
13454 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13455
13456         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13457         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13458         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13459         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13460
13461 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13464         doc string.
13465         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13466
13467 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * lpath.el: Fbind epg-check-configuration.
13470
13471 2006-09-06  Simon Josefsson  <jas@extundo.com>
13472
13473         * mml2015.el (mml2015-use): Doc fix, mention epg.
13474
13475 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13476
13477         * mml2015.el (mml2015-use): Default to epg, if available.
13478
13479 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13480
13481         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13482         message-sender.
13483         (mml1991-epg-encrypt): Ditto.
13484         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13485         message-sender.
13486         (mml2015-epg-encrypt): Ditto.
13487
13488 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13489
13490         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13491         several common directories.
13492
13493 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13494
13495         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13496         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13497
13498 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (article-decode-encoded-words): Make it fast.
13501
13502 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13505
13506         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13507         in quoted string into `\'.
13508
13509 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13512         Use standard-syntax-table.
13513
13514 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-art.el (gnus-decode-address-function): New variable.
13517         (article-decode-encoded-words): Use it to decode headers which are
13518         assumed to contain addresses.
13519         (gnus-mime-delete-part): Remove useless `or'.
13520
13521         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13522         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13523         (gnus-nov-parse-line): Use it to decode From header.
13524         (gnus-get-newsgroup-headers): Ditto.
13525         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13526
13527         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13528         (mail-decode-encoded-address-string): New alias.
13529
13530         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13531         New function.
13532         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13533         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13534         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13535         (rfc2047-decode-string): Ditto.
13536         (rfc2047-decode-address-region): New function.
13537         (rfc2047-decode-address-string): New function.
13538
13539 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * message.el (message-caesar-buffer-body): Allow rotating headers.
13542
13543         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13544
13545         * message.el (message-insert-formated-citation-line): Fix %f.
13546         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13547
13548 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13551         (gnus-bookmark-mouse-available-p): New macro.
13552         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13553         (gnus-bookmark-bmenu-show-infos): Use it.
13554         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13555         (gnus-bookmark-bmenu-hide-infos): Ditto.
13556         (gnus-bookmark-remove-properties): New function.
13557         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13558         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13559         (gnus-bookmark-write-file): Bind coding-system-for-write.
13560         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13561         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13562         group before selecting it.
13563         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13564         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13565         quit-window if it is not available; use gnus-mouse-2 and bind it to
13566         gnus-bookmark-bmenu-select-by-mouse.
13567         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13568         (gnus-bookmark-bmenu-select-by-mouse): New function.
13569
13570 2006-08-13  Romain Francoise  <romain@orebokech.com>
13571
13572         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13573         space.
13574
13575 2006-08-10  Romain Francoise  <romain@orebokech.com>
13576
13577         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13578         (dns-mode-soa-auto-increment-serial): New user option.
13579         (dns-mode-soa-maybe-increment-serial): New function.
13580         (dns-mode): Add the latter to `write-contents-functions'.
13581
13582 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * compface.el (uncompface): Use binary rather than raw-text-unix.
13585
13586 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * compface.el (uncompface): Make sure the eol conversion doesn't take
13589         place when communicating with the external programs.
13590         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13591
13592 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13595
13596 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13597
13598         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13599         Make it more robust by parsing author and date independently.
13600
13601 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13604
13605 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13606
13607         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13608         first matching secret key.
13609         (mml2015-epg-encrypt): Ditto.
13610
13611         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13612         first matching secret key.
13613         (mml1991-epg-encrypt): Ditto.
13614
13615         * mml2015.el (mml2015-encrypt-to-self): New user option.
13616         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13617         mml2015-epg-encrypt-to-self is set.
13618
13619         * mml1991.el (mml1991-encrypt-to-self): New variable.
13620         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13621         mml1991-epg-encrypt-to-self is set.
13622
13623         * mml2015.el (mml2015-signers): New user option.
13624         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13625         (mml2015-epg-encrypt): Allow to select signing keys.
13626
13627         * mml1991.el (mml1991-signers): New variable.
13628         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13629         (mml1991-epg-encrypt): Allow to select signing keys.
13630
13631 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * nnheader.el (nnheader-insert-head): Make it work even if the file
13634         uses CRLF for the line-break code.
13635
13636 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13637
13638         * mml2015.el: Require mml-sec instead of password.
13639         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13640         (mml2015-cache-passphrase): Inherit the default value from
13641         mml-secure-cache-passphrase.
13642         (mml2015-passphrase-cache-expiry): Inherit the default value from
13643         mml-secure-passphrase-cache-expiry.
13644
13645         * mml1991.el: Require mml-sec instead of password.
13646         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13647         (mml1991-cache-passphrase): Inherit the default value from
13648         mml-secure-cache-passphrase.
13649         (mml1991-passphrase-cache-expiry): Inherit the default value from
13650         mml-secure-passphrase-cache-expiry.
13651
13652         * mml-sec.el: Require password.
13653         (mml-secure-verbose): New user option.
13654         (mml-secure-cache-passphrase): New user option.
13655         (mml-secure-passphrase-cache-expiry): New user option.
13656
13657 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13658
13659         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13660         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13661         andreas@altroot.de (Andreas Vögele).
13662
13663         FIXME: Use `tiny change'?
13664
13665 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13666
13667         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13668         workaround for the url package included with Emacs.
13669
13670         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13671
13672 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13675         correctly.  This fixes a bug caused by the 2006-05-12 change.
13676
13677 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13678
13679         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13680         some information about the error when saying that the `bogus' mail
13681         group will be used.
13682
13683 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13686         string.
13687
13688 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13689
13690         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13691
13692 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13693
13694         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13695
13696 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13697
13698         * mml1991.el (mml1991-function-alist): Add epg.
13699         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13700         (mml1991-epg-encrypt): New functions.
13701
13702 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13703
13704         * mml2015.el (mml2015-verbose): New variable.
13705         (mml2015-cache-passphrase): Ditto.
13706         (mml2015-passphrase-cache-expiry): Ditto.
13707         (mml2015-function-alist): Add epg.
13708         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13709         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13710         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13711         New functions.
13712
13713 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13714
13715         * message.el (message-cite-original-1): Preserve region when removing
13716         quoted text due to X-No-Archive in order to avoid bogus attribution
13717         when citing multiple messages.
13718
13719 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13720
13721         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13722         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13723
13724 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * gnus-diary.el (gnus-user-format-function-d)
13727         (gnus-user-format-function-D): Autoload.
13728
13729         * imap.el (Commentary): Fix typo.
13730
13731         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13732         2006-04-22 contribution.
13733
13734 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13735
13736         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13737         It didn't really fix the bogosity I'm seeing with solid web groups.
13738
13739 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13740
13741         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13742         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13743         created using server names.  If we use the feature without declaring
13744         it, Gnus does not properly manage server and group state.
13745
13746         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13747         bound.
13748
13749 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13750
13751         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13752         looking up the method using GROUP's prefix before inventing a new one.
13753         It is used on killed/unknown groups in various places where returning
13754         an all-new method isn't expected by the caller.
13755
13756         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13757         and match semantics of gnus-group-real-prefix.
13758
13759 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * nnmail.el (nnmail-broken-references-mailers): New variable.
13762         (nnmail-ignore-broken-references): New function generalizing
13763         nnmail-fix-eudora-headers.
13764         (nnmail-fix-eudora-headers): Now obsolete.
13765
13766         * gnus-art.el (gnus-button-handle-custom):
13767         Support `customize-apropos*'.
13768
13769 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13770
13771         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13772
13773         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13774         articles.
13775
13776 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * message.el (message-cite-reply-above): New variable.
13779         (message-yank-original): Use it.
13780
13781 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13784
13785 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13788         as read.
13789
13790         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13791
13792 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13795         (gnus-bookmark-default-file): Use gnus-directory.
13796         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13797         Remove "*" in doc string.
13798         (gnus-bookmark-write-file): Simplify.
13799         (gnus-bookmark-maybe-sort-alist): Use `when'.
13800         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13801         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13802         Add FIXME about Emacs 21 and XEmacs compatibility.
13803         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13804         compatibility.
13805         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13806         compatibility.
13807         (gnus-bookmark-menu-heading): Fix version.
13808
13809 2006-06-19  Bastien Guerry  <bzg@altern.org>
13810
13811         * gnus-bookmark.el: New file.
13812
13813 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * message.el (message-syntax-checks): Doc fix.
13816
13817 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13818
13819         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13820         unsubscribed groups as if they were killed ones.  It causes duplicate
13821         entries in gnus-newsrc-alist.
13822
13823 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * message.el (message-syntax-checks): Doc fix.
13826         (message-send-mail): Add check for continuation headers.
13827         (message-check-news-header-syntax): Fix regexp used to check for
13828         continuation headers.
13829
13830 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13833
13834 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13837
13838 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13841         default-truncate-lines.
13842
13843 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13846         to fill the utf-8 entry.
13847
13848         * lpath.el: Fbind unicode-precedence-list.
13849
13850 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13851
13852         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13853
13854 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13855
13856         * gnus-agent.el (directory-files-and-attributes): Move all the way
13857         forward (the third and final move).
13858         (gnus-agent-read-agentview): Trap reconstruction errors due to
13859         nonexistent directory.  Handle by returning nil.
13860
13861 2006-05-30  Didier Verna  <didier@xemacs.org>
13862
13863         * message.el (message-dont-reply-to-names): Update the custom type.
13864         * message.el (message-dont-reply-to-names): New defsubst: potentially
13865         convert a list of regexps into a single one.
13866         * message.el (message-get-reply-headers): Use it.
13867         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13868
13869 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-agent.el (directory-files-and-attributes): Move forward.
13872
13873 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * gnus-ml.el (gnus-mailing-list-subscribe)
13876         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13877         (gnus-mailing-list-message): Fix doc strings.
13878
13879 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13880
13881         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13882         of doing it manually.
13883
13884 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13887         comment.
13888
13889 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13890
13891         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13892         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13893         (gnus-agent-read-local): All symbols allocated in my-obarray.
13894         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13895         (gnus-agent-regenerate-group): Check numeric names to see if they are
13896         messages or groups.
13897         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13898         better way of do this...)
13899
13900         * gnus-cache.el (gnus-agent-total-fetched-for):
13901         Ignore 'dummy.group' (there should be a better way of do this...)
13902
13903 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13906         (gnus-saved-headers): Ditto.
13907         (gnus-default-article-saver): Mention functions may have properties.
13908         (gnus-article-save): Override gnus-save-all-headers and
13909         gnus-saved-headers by :headers property which saver function may have.
13910         (gnus-summary-save-in-file): Add :headers property.
13911         (gnus-summary-write-to-file): Ditto.
13912
13913         * gnus-sum.el (gnus-summary-save-article): Bind
13914         gnus-prompt-before-saving to t when saving many articles in a file;
13915         always show all headers.
13916
13917         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13918
13919 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13922         marks.
13923
13924         * message.el (message-indent-citation): Add optional arguments to allow
13925         using it outside of message buffers.
13926
13927         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13928         (gnus-article-treat-unfold-headers): Use it.
13929         (gnus-article-truncate-lines): New variable.
13930         (gnus-article-mode): Use it.
13931         (gnus-article-toggle-truncate-lines): New function.
13932
13933         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13934         Add gnus-article-toggle-truncate-lines.
13935
13936         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13937         coding system in XEmacs, use binary.
13938
13939 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13942         after-load-alist.
13943
13944         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13945         this function should save decoded articles.
13946         (gnus-summary-write-to-file): Use property to specify this function
13947         should save decoded articles and specify gnus-summary-save-in-file
13948         should be used to save articles other than the first one when saving
13949         many articles.
13950         (gnus-summary-save-body-in-file): Use property to specify this
13951         function should save decoded articles.
13952         (gnus-summary-write-body-to-file): Use property to specify this
13953         function should save decoded articles and specify
13954         gnus-summary-save-body-in-file should be used to save articles other
13955         than the first one when saving many articles.
13956
13957         * gnus-sum.el (gnus-summary-save-article): Simplify.
13958
13959 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-art.el (gnus-default-article-saver):
13962         Add gnus-summary-write-body-to-file.
13963         (gnus-article-save-coding-system): Don't use coding system object
13964         in XEmacs.
13965         (gnus-read-save-file-name): Add optional `dir-var' argument which
13966         specifies directory in which files are saved; work even if optional
13967         `variable' argument is not specified.
13968         (gnus-summary-write-to-file): Read file name.
13969         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13970         (gnus-summary-write-body-to-file): New function.
13971
13972         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13973         (gnus-summary-local-variables): Add it.
13974         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13975         (gnus-summary-save-article): Remove optional `decode' argument;
13976         determine whether to decode articles by the value of
13977         gnus-default-article-saver; when saving many files using
13978         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13979         it first and use gnus-summary-save-in-file or
13980         gnus-summary-save-body-in-file thereafter unless
13981         gnus-prompt-before-saving is always; move point to article which
13982         will be saved.
13983         (gnus-summary-save-article-file): Revert.
13984         (gnus-summary-write-article-file): Revert.
13985         (gnus-summary-save-article-body-file): Revert.
13986         (gnus-summary-write-article-body-file): New function.
13987
13988 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-art.el (gnus-default-article-saver): Doc fix.
13991         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13992         from gnus-summary-save-article-coding-system, and default to a
13993         certain coding system.
13994         (gnus-output-to-file): Add coding cookie and encode text according
13995         to gnus-article-save-coding-system; don't use mm-append-to-file.
13996
13997         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13998         gnus-art.el and rename to gnus-article-save-coding-system.
13999         (gnus-summary-save-article): Require gnus-art; don't show all
14000         headers if it decodes articles; don't add coding cookie here;
14001         don't bind mm-text-coding-system-for-write.
14002         (gnus-summary-save-article-file): Save decoded articles.
14003         (gnus-summary-write-article-file): When saving many files, use
14004         gnus-summary-write-to-file first and gnus-summary-save-in-file
14005         thereafter unless gnus-prompt-before-saving is always.
14006         (gnus-summary-save-article-body-file): Save decoded articles.
14007
14008         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14009
14010 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * nnrss.el (nnrss-check-group): Bind hash-index.
14013
14014 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14015
14016         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14017         its hash index.  Store this hash in `nnrss-group-data'.
14018         (nnrss-read-group-data): Update accordingly.
14019
14020 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14023         entry.
14024
14025         * gnus-sum.el (gnus-summary-make-menu-bar):
14026         Add gnus-article-browse-html-article.
14027
14028 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14029
14030         * gnus-sum.el (gnus-summary-mime-map):
14031         Add gnus-article-browse-html-article.
14032
14033         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14034
14035 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14038         suitable coding systems in customize.
14039
14040 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * mail-source.el (mail-sources): Fix custom type.
14043
14044 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14047         (gnus-summary-expire-articles-now): Shorten prompt.
14048
14049         * gmm-utils.el (wid-edit): Require.
14050         (defun-gmm): Rename from `gmm-defun-compat'.
14051         (gmm-image-search-load-path): Use it.
14052         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14053
14054 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus-sum.el (gnus-summary-save-article-coding-system):
14057         New variable.
14058         (gnus-summary-save-article): Add optional `decode' argument.
14059         If it is set and gnus-summary-save-article-coding-system is non-nil,
14060         save decoded article.
14061         (gnus-summary-write-article-file): Save decoded article if
14062         gnus-summary-save-article-coding-system is non-nil.
14063
14064         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14065         type.
14066
14067 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14070
14071 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14074         first to test gnus-single-article-buffer which may be buffer-local.
14075
14076         * gnus-sum.el (gnus-summary-setup-buffer):
14077         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14078         group; make gnus-article-buffer, gnus-article-current, and
14079         gnus-original-article-buffer always buffer-local.
14080         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14081         group.
14082         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14083
14084 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * nnml.el (nnml-request-compact-group): Compressed files might not
14087         have .gz extension.
14088
14089 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14090
14091         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14092         (mm-copy-to-buffer): Use with-current-buffer.
14093         (mm-display-part): Simplify.
14094         (mm-inlinable-p): Add optional arg `type'.
14095
14096 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14097
14098         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14099         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14100         Try harder to show the attachment internally or externally using
14101         gnus-mime-view-part-as-type.
14102
14103 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14104
14105         * message.el (message-from-style, message-signature-separator)
14106         (message-user-organization-file, message-send-mail-function)
14107         (message-citation-line-function, message-yank-prefix)
14108         (message-indent-citation-function, message-signature)
14109         (message-signature-file, message-signature-insert-empty-line):
14110         Remove autoloads.
14111
14112         * gnus-art.el (gnus-buttonized-mime-types):
14113         Remove "multipart/signed".  Revert 2006-04-26 change.
14114
14115 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * gnus.el (gnus-version-number): Bump version.
14118
14119 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14120
14121         * gnus.el: No Gnus v0.5 is released.
14122
14123 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14124
14125         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14126         fetching articles by message-id.
14127
14128 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14129
14130         * message.el (hashcash): Require hashcash as normal.
14131
14132         * ecomplete.el (ecomplete-highlight-match-line):
14133         Use point-at-eol.
14134         (ecomplete-highlight-match-line): Use `highlight', because that
14135         face exists in both Emacs and XEmacs.
14136
14137         * message.el (message-display-abbrev): Use point-at-bol.
14138
14139         * mail-source.el: Don't require timer/timer-funcs.
14140
14141         * gnus-async.el: Ditto.
14142
14143         * password.el: Ditto.
14144
14145         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14146
14147         * mm-url.el: Ditto.
14148
14149         * gnus-xmas.el: Don't require timer-funcs.
14150
14151         * mm-util.el: Require timer/timer-funcs.
14152
14153 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14154
14155         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14156         Close.
14157
14158 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14161         unibyte after clear-decrypt function runs.
14162
14163         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14164         returns as a unibyte string.
14165
14166 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * lpath.el: Revert.
14169
14170         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14171         (pgg-gpg-process-sentinel): Revert.
14172
14173         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14174         (pgg-pgp-lookup-key): Revert.
14175
14176         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14177         (pgg-pgp5-lookup-key): Revert.
14178
14179         * pgg.el (pgg-fetch-key): Revert.
14180
14181 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * lpath.el: Fbind string-as-multibyte for XEmacs.
14184
14185         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14186         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14187         (mml1991-pgg-encrypt): Ditto.
14188
14189         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14190         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14191         a multibyte buffer.
14192
14193         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14194         (pgg-pgp-lookup-key): Ditto.
14195
14196         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14197         (pgg-pgp5-lookup-key): Ditto.
14198
14199         * pgg.el (pgg-fetch-key): Ditto.
14200
14201 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * message.el (message-user-organization-file): Check several
14204         locations of the organization file.
14205
14206         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14207         Add gnus-article-view-part-as-type.
14208
14209         * gnus-art.el (gnus-article-view-part-as-type): New function.
14210
14211         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14212         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14213
14214         * mml.el: Simplify autoload.
14215         (mml-mode): defvar dnd-protocol-alist instead of using
14216         symbol-value.
14217         (mml-default-directory): New variable.
14218         (mml-minibuffer-read-file): Use it.
14219         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14220
14221         * message.el (message-citation-line-format): New variable.
14222         (message-insert-formated-citation-line): New function.
14223         (message-citation-line-function):
14224         Add `message-insert-formated-citation-line' to custom type.
14225
14226         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14227         to doc string.
14228
14229         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14230         depending on mm-verify-option.
14231
14232 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14235         binding pgg-* variables; reimplement the section which prevents
14236         MIME header from being signed.
14237         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14238         pgg-text-mode; remove a blank line at the top of body.
14239
14240         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14241         lines at the top of body; use gnus-newsgroup-charset if there's no
14242         Charset header.
14243
14244 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * message.el (message-self-insert-commands): Doc fix.
14247
14248         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14249         (mm-uu-pgp-encrypted-test): Ditto.
14250         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14251         between header and body; return application/pgp-encrypted handle
14252         if decryption failed; decode decrypted body by charset.
14253
14254         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14255         element match to application/pgp-*.
14256
14257 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14258
14259         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14260         HTML.
14261
14262 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14263
14264         * mail-source.el (mail-source-call-script): Message the error
14265         string.
14266
14267 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14268
14269         * gnus-util.el (gnus-byte-compile): Use it.
14270
14271 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14272
14273         * gnus-util.el (kill-empty-logs): New function.
14274
14275 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14276
14277         * message.el (message-mail-alias-type): Doc fix.
14278         (message-mail-alias-type-p): New function.
14279         (message-send): Use it.
14280         (message-mode): Ditto.
14281         (message-strip-forbidden-properties): Ditto.
14282
14283         * ecomplete.el (ecomplete-database-file-coding-system):
14284         New variable.
14285         (ecomplete-save): Use it.
14286         (ecomplete-setup): Use it.
14287
14288 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * message.el (message-self-insert-commands): New variable.
14291         (message-strip-forbidden-properties): Use it.
14292
14293 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14296         that doesn't make XEmacs choke.
14297
14298 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-util.el (gnus-replace-in-string):
14301         Prefer replace-regexp-in-string over of replace-in-string.
14302
14303 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-util.el (gnus-select-frame-set-input-focus):
14306         Use select-frame-set-input-focus if it is available in XEmacs; use
14307         definition defined in Emacs 22 for old Emacsen.
14308
14309         * dgnushack.el: Autoload unmorse-region for XEmacs.
14310
14311         * lpath.el: Bind cursor-in-non-selected-windows and
14312         select-frame-set-input-focus for XEmacs.
14313
14314 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14317
14318 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * gnus-registry.el (gnus-registry-cache-save): Remove text
14321         properties when saving via the temp buffer.
14322
14323 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * message.el (message-generate-hashcash): Honor custom type.
14326
14327 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14328
14329         * message.el (message-generate-hashcash): Default to non-nil when
14330         hashcash is found.
14331
14332         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14333         (gnus-refer-thread-limit): Increase default to 500.
14334
14335         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14336
14337         * flow-fill.el (fill-flowed): Allow delete-space.
14338
14339 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14342         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14343         Remove autoloads.
14344
14345 2006-04-18  Simon Josefsson  <jas@extundo.com>
14346
14347         * message.el (message-generate-hashcash): Default to.
14348
14349 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14352         concatenating segments rather than before concatenating them.
14353
14354 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14357
14358 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14359
14360         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14361
14362         * message.el (message-forward-make-body-plain):
14363         Allow message-forward-ignored-headers to be a list.
14364         (message-remove-ignored-headers): Factor out into function.
14365         (message-forward-make-body-mml): Use it.
14366
14367         * imap.el (imap-quote-specials): New function.
14368         (imap-login-auth): Quote specials.
14369
14370         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14371         (rfc2231-parse-string): Allow concatanation of parameters that
14372         aren't contiguous.  The test case is
14373           (mail-header-parse-content-type "message/external-body;
14374             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14375             access-type=LOCAL-FILE;
14376             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14377
14378 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14379
14380         * nntp.el (nntp-accept-process-output): Return the value of
14381         `nnheader-accept-process-output'.
14382
14383 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14384
14385         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14386         (gnus-button-alist): Recognize more diff formats.
14387         (gnus-button-patch): Strip directory.
14388
14389 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14392         Emacs 22 when setting focus.
14393
14394 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14395
14396         * gnus-art.el (gnus-article-treat-types): Do treatment of
14397         text/x-verbatim parts.
14398         (gnus-button-patch): New command.
14399
14400         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14401         addresses that contain invalid characters.
14402
14403 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14404
14405         * message.el (message-put-addresses-in-ecomplete):
14406         Use gnus-replace-in-string.
14407         (message-is-yours-p): Use the more correct
14408         mail-header-parse-address instead of
14409         mail-extract-address-components.
14410         (message-put-addresses-in-ecomplete): Fix typo.
14411
14412         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14413         keystroke.
14414
14415         * gnus-art.el (gnus-treatment-function-alist): Change order of
14416         newsgroups/generic header folding to avoid double-folding.
14417
14418         * message.el (message-hidden-headers): Add X-Draft-From.
14419
14420         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14421         New command.
14422         (gnus-summary-repeat-search-article-backward): New command.
14423
14424         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14425         groups in the parent topic.
14426
14427 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14428
14429         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14430         (spam-extra-header-to-number): Return the CRM114 number as a
14431         number instead of a string.
14432
14433 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14434
14435         * gnus-art.el (gnus-face-properties-alist): Move here from
14436         gnus-fun.
14437
14438         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14439
14440 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441
14442         * message.el (message-strip-forbidden-properties): Only display on
14443         self-insert-command.
14444
14445         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14446         reindent.
14447         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14448
14449 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14450
14451         * smiley.el (smiley-style): Fix typo.
14452
14453 2006-03-23  Kenichi Handa  <handa@m17n.org>
14454
14455         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14456         instead of set-buffer-multibyte.
14457
14458 2006-03-23  Kenichi Handa  <handa@m17n.org>
14459
14460         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14461         buffer and then decode the buffer text if necessary.
14462         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14463         first, and after mm-encode-body, change the buffer to unibyte.
14464
14465 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14466
14467         * hashcash.el (hashcash-insert-payment-async-2):
14468         Use message-goto-eoh instead of doing it manually.
14469         (mail-add-payment): Use message-narrow-to-header instead of trying
14470         to do the same itself.
14471
14472         * message.el (message-hidden-headers): Add Face.
14473
14474         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14475         reparenting code.
14476         (gnus-summary-reparent-children): Refactored out code.
14477         (gnus-summary-thread-map): New keystroke.
14478         (gnus-summary-reparent-children): Make into command.
14479
14480         * smiley.el (smiley-style): Default to `medium' if using a large
14481         font.
14482
14483         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14484         does it itself.
14485
14486         * message.el (message-point-in-header-p): Simplify definition.
14487
14488 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14489
14490         * nnagent.el (nnagent-request-set-mark): Silence log file
14491         writing.
14492         (nnagent-request-set-mark): Use write-region instead of
14493         append-to-file.
14494
14495         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14496         strange select method.
14497
14498         * ecomplete.el (ecomplete-display-matches): Get highlightling
14499         right.
14500         (ecomplete-display-matches): Use literals.
14501         (ecomplete-display-matches): Disable message logging.
14502
14503         * message.el (message-display-abbrev): Small optimization.
14504
14505         * ecomplete.el (ecomplete-display-matches): Allow automatic
14506         display.
14507
14508         * message.el (message-strip-forbidden-properties):
14509         Display abbrevs.
14510         (message-display-abbrev): Get automatic display right.
14511
14512         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14513         keystrokes.
14514
14515 2006-04-13  Romain Francoise  <romain@orebokech.com>
14516
14517         TODO: Backport to v5-10!
14518
14519         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14520         Move here (and rename) from gnus-registry.el.
14521
14522         * gnus-registry.el: Require gnus-util.
14523         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14524
14525 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14526
14527         * gnus-group.el (gnus-group-catchup-current):
14528         Change if-then-else-if-then-else into cond.
14529         (gnus-group-catchup): Indent.
14530         (group-name-at-point): New function.
14531         (gnus-fetch-group): Provide default from thing at point.
14532
14533 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14534
14535         * message.el (message-display-abbrev): Fix regexp.
14536
14537         * ecomplete.el (ecomplete-highlight-match-line):
14538         Reimplement choosing.
14539         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14540         dead variables.
14541
14542         * message.el (message-newline-and-indent): Remove debugging.
14543         (message-display-abbrev): Use new implementation.
14544
14545 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * gnus-art.el (gnus-article-mode):
14548         Set cursor-in-non-selected-windows to nil.
14549
14550         * smiley.el: Revert previous change.
14551         (smiley-data-directory): defvar it before using it in the
14552         defcustom of `smiley-style'.
14553
14554 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14555
14556         * message.el (message-newline-and-indent): New function.
14557
14558         * ecomplete.el: Implement more bits.
14559
14560         * message.el (message-put-addresses-in-ecomplete): Clean up the
14561         string.
14562
14563         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14564
14565         * gnus-sum.el (gnus-summary-save-parts):
14566         Bind gnus-summary-save-parts-counter and use it to make unique file
14567         names.
14568
14569         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14570
14571         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14572         parameter to say whether to actually parse the individual
14573         addresses.
14574
14575         * message.el (message-put-addresses-in-ecomplete): New function.
14576         (ecomplete): Require.
14577         (message-mail-alias-type): Add ecomplete as an option.
14578
14579 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14580
14581         * flow-fill.el (fill-flowed): Remove trailing space from blank
14582         quoted lines.
14583
14584 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14585
14586         * smiley.el (smiley-style): Move definition later to avoid a
14587         compilation warning.
14588
14589 2006-04-12  Kenichi Handa  <handa@m17n.org>
14590
14591         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14592         buffer and then decode the buffer text if necessary.
14593         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14594         first, and after mm-encode-body, change the buffer to unibyte.
14595         Use mm-disable-multibyte instead of set-buffer-multibyte.
14596
14597 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14600         Content-Type header instead of Content-Disposition header.
14601         (gnus-mime-inline-part): Ditto.
14602         (gnus-mime-view-part-as-charset): Ignore charset that the part
14603         specifies.
14604
14605         * mm-decode.el (mm-display-part): Work with external parts and
14606         usual parts similarly.
14607
14608         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14609         instead of gnus-display-mime.
14610
14611         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14612         instead of with-temp-buffer.
14613
14614         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14615         tag to summarized topics part in order to encode non-ASCII text.
14616
14617 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * smiley.el (smiley-style): New variable.
14620         (smiley-directory): New function.
14621         (smiley-data-directory): Derive from `smiley-style' using
14622         `smiley-directory'.
14623         (smiley-regexp-alist): Add new entries.
14624
14625         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14626         (gnus-article-browse-delete-temp): Add :version.
14627
14628 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14629
14630         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14631         the sieve region.
14632
14633 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14634
14635         * gnus.el (gnus-version-number): Bump version.
14636
14637 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * gnus.el: No Gnus v0.4 is released.
14640
14641 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14642
14643         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14644         layout.
14645
14646         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14647         unknown charset.
14648
14649         * message.el (message-header-synonyms): Add Original-To to the
14650         default.
14651
14652         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14653         optional parameter.
14654
14655 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * gnus-fun.el (gnus): Require it for gnus-directory.
14658
14659 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14662
14663 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14664
14665         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14666
14667 2006-04-05  Simon Josefsson  <jas@extundo.com>
14668
14669         * password.el (password-reset): New function.
14670
14671 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14672
14673         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14674         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14675
14676 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14677
14678         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14679         Some whitespace was matched into the url, which broke browsing hits
14680         > 100 when mm-url-use-external was nil.
14681
14682 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14685         Check gnus-extra-headers for 'Newsgroups.
14686
14687         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14688         bound.
14689
14690 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14691
14692         * pgg-gpg.el: Clean up process buffers every time gpg processes
14693         complete.
14694
14695 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14698         doc string.
14699
14700 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14701
14702         * pgg-gpg.el (pgg-gpg-process-filter)
14703         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14704
14705         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14706         lines, temporary fix.
14707
14708 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14711
14712 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14713
14714         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14715         default-enable-multibyte-characters.  This reverts the change from
14716         revision 6.17 which is no longer necessary because the passphrase
14717         is sent separately now.  GnuPG messages are unreadable under
14718         multibyte locales with default-enable-multibyte-characters set to
14719         nil.
14720
14721 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * message.el (message-tool-bar-gnome): Move "spell".
14724
14725 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14728         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14729         instead.
14730
14731 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14732
14733         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14734         Improve newsgroups handling for NNTP overviews which don't include
14735         Newsgroups.
14736
14737 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14738
14739         * message.el (message-resend): Bind message-generate-hashcash to nil.
14740
14741 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14742
14743         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14744         when searching for already-paid recipients.
14745
14746 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14747
14748         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14749         passphrases when it is not needed.
14750         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14751         passphrase stuff from gpg, should only be necessary when you use
14752         gpg with a smartcard.
14753
14754 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * mml.el (mml-insert-mime): Ignore cached contents of
14757         message/external-body part.
14758
14759         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14760         (mm-insert-part): Ditto.
14761
14762 2006-03-23  Simon Josefsson  <jas@extundo.com>
14763
14764         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14765         Reiner.
14766         (pgg-gpg-use-agent-p): Use it again.
14767
14768 2006-03-23  Simon Josefsson  <jas@extundo.com>
14769
14770         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14771         older emacsen.
14772         (pgg-gpg-use-agent-p): Don't use it.
14773
14774 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14777         if we can.
14778
14779 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14780
14781         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14782         (pgg-gpg-update-agent): New function.
14783         (pgg-gpg-use-agent-p): New function.
14784         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14785         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14786         (pgg-gpg-sign-region): Use it.
14787
14788 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14791         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14792
14793 2006-03-21  Simon Josefsson  <jas@extundo.com>
14794
14795         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14796         <wilde@sha-bang.de>.
14797         (pgg-gpg-use-agent): New variable.
14798         (pgg-gpg-process-region): Use it.
14799         (pgg-gpg-encrypt-region): Likewise.
14800         (pgg-gpg-encrypt-symmetric-region): Likewise.
14801         (pgg-gpg-decrypt-region): Likewise.
14802         (pgg-gpg-sign-region): Likewise.
14803         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14804
14805 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14808
14809         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14810         Add comment on version.
14811
14812 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * smiley.el: Add missing test smiley.
14815
14816 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * mm-decode.el (mm-with-part): New macro.
14819         (mm-get-part): Use it; work with message/external-body as well.
14820         (mm-save-part): Treat name and filename equally.
14821
14822         * mm-extern.el (mm-extern-cache-contents): New function.
14823         (mm-inline-external-body): Use it; force the part to be displayed;
14824         move undisplayer added to the cached handle to the parent.
14825
14826         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14827         (gnus-mime-view-part-as-type): Work with message/external-body.
14828
14829         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14830
14831 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14834         images in image-load-path.  [Sync with image.el, revision 1.60, in
14835         Emacs.]
14836
14837 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14840         path rather than symbol.  Always return list of directories.
14841         Guarantee that image directory comes first.  [Sync with image.el,
14842         revision 1.59, in Emacs.]
14843
14844         * message.el (message-make-tool-bar): Adjust to new API of
14845         `gmm-image-load-path-for-library'.
14846
14847         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14848
14849         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14850
14851 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14852
14853         * gnus-art.el (gnus-article-only-boring-p):
14854         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14855         intangible text.
14856         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14857
14858 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14861         Use `defun' instead of `gmm-defun-compat'.
14862
14863 2006-03-14  Simon Josefsson  <jas@extundo.com>
14864
14865         * message.el (message-unique-id): Don't use message-number-base36
14866         if (user-uid) is a float.
14867         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14868
14869 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14872
14873         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14874         empty line between a part and a message part.
14875
14876 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * smiley.el: Add more test smileys.
14879         (smiley-data-directory, smiley-regexp-alist)
14880         (gnus-smiley-file-types): Fix doc strings.
14881         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14882         adding new elements.
14883         (smiley-mouse-map): Unused code.  Make it a comment.
14884
14885 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14888         scan latest NoCeM messages instead of old ones.
14889         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14890         delimiters that are recently used.
14891         (gnus-nocem-load-cache): Add autoload cookie.
14892
14893         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14894
14895         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14896         level which is larger than gnus-use-nocem is specified.
14897
14898         * gnus-group.el (gnus-group-get-new-news): Ditto.
14899
14900 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * gnus-util.el (gnus-tool-bar-update): New function.
14903
14904         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14905         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14906
14907         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14908
14909         * gnus-group.el (gnus-group-redraw-when-idle)
14910         (gnus-group-redraw-check): Remove.
14911         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14912
14913 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14916         if optional last element is specified in splits (FIELD VALUE...).
14917
14918 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14921         to gmm-image-load-path-for-library.  Call with no-error argument.
14922         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14923
14924         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14925
14926         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14927
14928         * gmm-utils.el (gmm-image-load-path): Remove alias.
14929
14930 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * gmm-utils.el (gmm-image-load-path): Add alias.
14933
14934         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14935         nnml-generate-nov-databases-1.
14936         (nnml-generate-nov-databases): Use it.
14937         (nnml-generate-nov-databases-directory): Document no-active
14938         argument.
14939
14940         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14941         directory if path is t.  Add no-error.
14942
14943         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14944         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14945
14946         * gnus-art.el (gnus-article-browse-delete-temp-files):
14947         Simplify resetting gnus-article-browse-html-temp-list.
14948
14949         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14950         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14951         Add example to docstring.  Rename local variables.  Move error
14952         checks to default case in cond and simplify.
14953
14954 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14957         handle is multipart when calling it recursively.
14958         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14959
14960 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14961
14962         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14963         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14964
14965 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14968         is loaded.
14969
14970         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14971         loaded.
14972
14973 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14976         to "Emacs 23 (unicode)" in doc string.
14977
14978         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14979         "Emacs 23 (unicode)" in comment.
14980
14981 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14984
14985         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14986         characters 160 through 255 in Emacs 23.
14987
14988 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14991         gnus-article-browse-html-temp.
14992         (gnus-article-browse-delete-temp): Make it customizable.
14993         Add `file'.  Adjust doc string.
14994         (gnus-article-browse-delete-temp-files): Add argument.
14995         Allow query for each file.  Adjust doc string.
14996         (gnus-article-browse-html-parts):
14997         Add `gnus-article-browse-delete-temp-files' to
14998         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14999
15000 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15001
15002         * gnus-art.el (gnus-article-browse-html-temp)
15003         (gnus-article-browse-delete-temp): New variables.
15004         (gnus-article-browse-delete-temp-files): New function.
15005         (gnus-article-browse-html-parts): Use it.
15006
15007 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15010
15011         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15012         string.
15013
15014         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15015         gnus-summary-insert-new-articles when unplugged.
15016         Remove gnus-summary-search-article-forward.
15017
15018         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15019         display-visual-class instead of display-color-cells.
15020
15021 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * dgnushack.el: Autoload customize-group for XEmacs.
15024
15025         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15026         message/* containing non-ASCII text properly.
15027
15028 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * message.el: Require gmm-utils, remove autoloads.
15031         (message-tool-bar): Set default based on
15032         gmm-tool-bar-style.
15033         (message-tool-bar-gnome): Add gmm-customize-mode.
15034
15035         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15036         gmm-tool-bar-style.
15037         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15038
15039         * gnus-group.el (gnus-group-tool-bar): Set default based on
15040         gmm-tool-bar-style.
15041         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15042
15043         * gmm-utils.el (gmm-image-directory): Rename variable from
15044         gmm-image-load-path.
15045         (gmm-image-load-path): Use gmm-image-directory.
15046         (gmm-customize-mode): New function.
15047         (gmm-tool-bar-style): New variable.
15048
15049         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15050         gnus-group-redraw-line-number.
15051         (gnus-group-redraw-check): Simplify.
15052         (gnus-group-tool-bar-update): Remove redraw check.
15053         (gnus-group-make-tool-bar): Add redraw check.
15054
15055 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15056
15057         * gnus-art.el (gnus-button): Add missing parentheses.
15058
15059 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * lpath.el: Fbind line-number-at-pos.
15062
15063 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15066
15067 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * gnus-art.el (gnus-button): New face.
15070         (gnus-article-button-face): Use it.
15071
15072         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15073         Add gnus-summary-next-page.  Re-order.
15074
15075         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15076         next-node are now included.
15077         (gnus-group-redraw-line-number): New internal variable.
15078         (gnus-group-redraw-check): Helper function for updating the tool
15079         bar.
15080         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15081
15082         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15083
15084         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15085         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15086         Use it to match format of Spamassassin 3.0 and later.
15087         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15088         (spam-check-bogofilter)
15089         (spam-bogofilter-register-with-bogofilter): Fix args of
15090         `gnus-error' calls.
15091
15092 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15095         unnecessary interaction when sending queued mails.
15096         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15097
15098 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15101         first or last are nil.
15102
15103 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15104
15105         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15106
15107 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15108
15109         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15110
15111 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15112
15113         * dns.el (query-dns): Protect more against buggy tcp output.
15114
15115 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15118         nov.php.
15119
15120 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15121
15122         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15123         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15124         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15125         output on the server side.
15126         (nnweb-google-create-mapping): Update regexps and add some
15127         progress indication.
15128
15129 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * gnus-group.el (gnus-group-tool-bar-gnome):
15132         Fix gnus-agent-toggle-plugged.  Re-order icons.
15133         (gnus-group-tool-bar-gnome):
15134         Add gnus-group-{prev,next}-unread-group.
15135         (gnus-group-tool-bar-gnome): Re-order icons.
15136
15137         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15138         Move gnus-summary-insert-new-articles.
15139
15140         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15141         Fix comments.
15142
15143         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15144         also available in Emacs 21.3.
15145
15146         * message.el (message-fix-before-sending): Change "Emacs 22" to
15147         "Emacs 23 (unicode)" in comment.
15148
15149         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15150         "Emacs 23 (unicode)" in comment.
15151
15152         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15153         comment.
15154         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15155
15156         * mm-view.el (mm-fill-flowed): Add :version.
15157
15158 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15161         and load-path.
15162
15163 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * message.el: Autoload gmm-image-load-path.
15166         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15167         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15168         consitency.
15169
15170         * gmm-utils.el (gmm-image-load-path): Also search in
15171         "../etc/images".  Don't set gmm-image-load-path if we don't find
15172         the image.
15173
15174 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gmm-utils.el (gmm-image-load-path): Don't make
15177         `gmm-image-load-path' include subdirectories which the second arg
15178         `image' might specify.
15179
15180         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15181         subdirectory to icon file names.
15182
15183         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15184
15185 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15186
15187         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15188         gmm-image-load-path calls.
15189
15190         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15191
15192         * message.el (message-make-tool-bar): Ditto.
15193
15194         * mml.el (mml-preview): Add comment concerning tool bar icons.
15195
15196         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15197         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15198
15199         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15200         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15201
15202         * message.el (message-tool-bar-gnome): Use new icon names.
15203         (message-make-tool-bar): Use `gmm-image-load-path'.
15204
15205         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15206         New functions from MH-E.
15207         (gmm-image-load-path): New variable from MH-E.
15208         (gmm-image-load-path): New function from MH-E.  Add arguments
15209         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15210         *-image-load-path-called-flag.
15211
15212 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15213
15214         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15215
15216 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15217
15218         * nnimap.el (nnimap-request-move-article): Change folder back to
15219         source group before deleting.
15220
15221 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15224
15225         * gnus-art.el (mm-url-insert-file-contents-external):
15226         Autoload mm-url.
15227
15228         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15229
15230 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15233         coding system which mm-charset-to-coding-system returns for a
15234         given charset is valid.
15235
15236 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15237
15238         * html2text.el (html2text-remove-tag-list):
15239         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15240
15241 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15242
15243         * gnus-cus.el: Revert 2005-10-17 change.
15244
15245 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gnus-art.el (article-strip-banner):
15248         Call article-really-strip-banner only when the regexp match is made.
15249
15250 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-art.el (article-strip-banner):
15253         Use gnus-extract-address-components instead of
15254         mail-header-parse-addresses to make it work with non-ASCII text;
15255         remove mail-encode-encoded-word-string.
15256
15257         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15258         values which are surrounded with \"...\"; make it never cause a
15259         Lisp error; give up parsing of parameters if it failed in
15260         extracting type.
15261
15262 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15263
15264         * smime.el (smime-cert-by-ldap-1): Fix bug where
15265         `smime-ldap-search' returns results without userCertificates.
15266
15267 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15270
15271 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * spam.el (spam-check-spamassassin-headers): Adapt format for
15274         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15275         <ari@mbf.ocn.ne.jp>.
15276         (spam-list-of-processors): Add spam-use-gmane.
15277
15278 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15281         make-temp-file; make it work with XEmacs as well.
15282
15283         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15284         mm-make-temp-file.
15285
15286         * mm-decode.el (mm-display-external): Use the 3rd arg of
15287         mm-make-temp-file.
15288         (mm-create-image-xemacs): Ditto.
15289
15290 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15293         with message-narrow-to-headers.
15294         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15295         (gnus-draft-check-draft-articles): New function.
15296         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15297
15298 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * gnus-art.el (gnus-article-browse-html-parts):
15301         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15302         Don't use suffix argument for mm-make-temp-file for Emacs 21
15303         compatibility.  Remove useless `format'.
15304
15305 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15306
15307         * nnweb.el (nnweb-google-wash-article): Update regexps.
15308         (nnweb-group-alist): Use defvoo instead of defvar.
15309
15310 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15313         re-loading nn* modules.
15314
15315 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15318         for `tool-bar-mode' and don't check it's default-value.
15319
15320         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15321
15322         * message.el (message-make-tool-bar): Ditto.
15323
15324         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15325         `substring'.  Shorten tmp-file name.
15326
15327         * gnus.el: Remove bogus comment.
15328
15329 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15330
15331         * gnus-art.el (gnus-article-browse-html-parts): New function.
15332         (gnus-article-browse-html-article): New function for viewing html
15333         articles with a browser.
15334
15335 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15336
15337         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15338         in elisp.
15339         (pgg-gpg-encrypt-symmetric-region): Ditto.
15340         (pgg-gpg-sign-region): Ditto.
15341
15342         * pgg-def.el (pgg-text-mode): New variable.
15343
15344         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15345         (mml2015-pgg-encrypt): Ditto.
15346
15347         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15348         (mml1991-pgg-encrypt): Ditto.
15349
15350 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * nnfolder.el (nnfolder-insert-newsgroup-line):
15353         Use message-make-date instead of current-time-string.
15354
15355         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15356         to gnus-decoded which mm-uu might set.
15357
15358 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15361         don't decode quoted parameters; remove misimported Emacs code.
15362         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15363         (rfc2231-decode-encoded-string): Don't use split-string which
15364         behaves differently according to Emacs version; use
15365         mm-decode-coding-region to convert charset to coding-system.
15366         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15367         (rfc2231-encode-string): Remove misimported Emacs code.
15368
15369 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15372         when calling mail-header-parse-content-type.
15373         (article-de-quoted-unreadable): Ditto.
15374         (article-de-base64-unreadable): Ditto.
15375         (article-wash-html): Ditto.
15376
15377         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15378         calling mail-header-parse-content-type and
15379         mail-header-parse-content-disposition.
15380         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15381         mail-header-parse-content-type.
15382
15383         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15384         insert charset and format parameters; encode description after
15385         inserting it to buffer.
15386         (mml-insert-parameter): Fold lines properly even if a parameter is
15387         segmented into two or more lines; change the max column to 76.
15388
15389         * rfc1843.el (rfc1843-decode-article-body): Don't use
15390         ignore-errors when calling mail-header-parse-content-type.
15391
15392         * rfc2231.el (rfc2231-parse-string): Return at least type if
15393         possible; don't cause an error even if it fails in parsing of
15394         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15395         (rfc2231-encode-string): Don't break lines at the beginning, leave
15396         it to mml-insert-parameter.
15397
15398         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15399         calling mail-header-parse-content-type.
15400
15401 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * spam-report.el (spam-report-gmane-use-article-number):
15404         Improve doc string.
15405         (spam-report-gmane-internal): Check if a suitable header was found
15406         in the article.
15407
15408 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15411         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15412
15413 2006-02-05  Romain Francoise  <romain@orebokech.com>
15414
15415         Update copyright notices of all files in the gnus directory.
15416
15417 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15418
15419         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15420
15421 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15424         segmented lines of parameter value to cope with Thunderbird 1.5
15425         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15426         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15427         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15428
15429 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15430
15431         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15432         parts.
15433
15434 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15435
15436         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15437         there's only one active file for all servers.
15438         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15439         solid groups.  Gnus might have used a FAST request to select the group.
15440         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15441         and nnweb-search redundantly in the active file.
15442         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15443         (nnweb-request-create-group): Don't use ARGS.
15444         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15445         initialisations.  Let nnoo do the work.
15446
15447 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15450         Say the part has been decoded.
15451
15452         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15453
15454 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15455
15456         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15457         mailcap-viewer-test-cache when there's no 'test clause, since that
15458         will invert the meaning of a "nil" test previously determined by
15459         mailcap-mailcap-entry-passes-test.
15460
15461 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15464         compiling.
15465
15466         * gnus-sum.el: Ditto.
15467
15468         * message.el: Don't bind tool-bar-map when compiling.
15469
15470 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15471
15472         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15473
15474 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15475
15476         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15477         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15478         current Google Groups.
15479
15480 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15483         and tool-bar-mode.
15484
15485         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15486         and tool-bar-mode.
15487
15488         * message.el (message-tool-bar-update): Simplify.
15489         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15490
15491         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15492         gnus-summary-buffer.
15493         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15494         gnus-summary-reply.
15495
15496         * gmm-utils.el (gmm): Add :version.
15497
15498 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * Makefile.in (clean): New rule.
15501         (distclean): Use it.
15502
15503 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15504
15505         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15506         Don't autoload.
15507
15508 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * gmm-utils.el (gmm-verbose): Add :group.
15511
15512 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * message.el: Change some comments WRT tool-bars.
15515
15516         * gnus-sum.el (gnus-summary-tool-bar)
15517         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15518         (gnus-summary-tool-bar-zap-list): New variables.
15519         (gnus-summary-make-tool-bar): Complete rewrite using
15520         `gmm-tool-bar-from-list'.
15521
15522         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15523         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15524         New variables.
15525         (gnus-group-make-tool-bar): Complete rewrite using
15526         `gmm-tool-bar-from-list'.
15527         (gnus-group-tool-bar-update): New function.
15528
15529         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15530
15531 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15534         is dissected into a single part of which the type is the same as
15535         the given one; decode charset.
15536
15537 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15538
15539         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15540         into alists as symbol not string, since that's what
15541         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15542         look for.
15543
15544 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15545
15546         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15547         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15548
15549         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15550
15551 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15554         (gnus-xmas-mime-security-button-menu): New function.
15555
15556         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15557         (gnus-mime-security-button-menu): New definition.
15558         (gnus-mime-security-button-map): Use them.
15559         (gnus-mime-security-button-menu): New function.
15560         (gnus-insert-mime-security-button): Addition to help echo.
15561         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15562         (gnus-mime-security-pipe-part): New functions.
15563
15564         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15565         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15566
15567         * mm-decode.el (mm-handle-set-disposition): Remove.
15568         (mm-handle-set-description): Remove.
15569
15570 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15573         (mm-w3m-standalone-supports-m17n-p): New function.
15574         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15575         w3m usage.
15576
15577         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15578         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15579
15580 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * message.el (message-tool-bar-zap-list):
15583         Use gmm-tool-bar-zap-list as custom type.
15584         (message-tool-bar-update): New function.
15585         (message-tool-bar, message-tool-bar-gnome)
15586         (message-tool-bar-retro): Add message-tool-bar-update.
15587         (message-tool-bar-gnome): Add flyspell-buffer.
15588
15589         * gnus-util.el (gnus-error): Describe `args'.
15590
15591         * gmm-utils.el (gmm-error): Describe `args'.
15592         (gmm-tool-bar-zap-list): New widget.
15593         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15594
15595 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15598         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15599         the number of recursive calls.
15600
15601         * mm-decode.el (mm-handle-set-disposition): New macro.
15602         (mm-handle-set-description): New macro.
15603
15604 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15607         encoding.
15608
15609 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * message.el (message-tool-bar-zap-list, message-tool-bar)
15612         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15613         (message-tool-bar-local-item-from-menu): Remove.
15614         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15615         (message-make-tool-bar): New function.
15616         (message-mode): Use `message-make-tool-bar'.
15617
15618         * gmm-utils.el: New file.
15619         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15620         (gmm-lazy): New widget copied from `nnmail.el'.
15621         (gmm-tool-bar-from-list): New function for creating customizable
15622         tool bars.
15623         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15624         output.
15625         (gmm): Add :prefix to defgroup.
15626
15627 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15628
15629         * gmm-utils.el (gmm-widget-p): New function.
15630
15631 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * mml.el (mml-attach-file): Describe `description' in doc string.
15634         (mml-menu): Add Emacs MIME manual and PGG manual.
15635
15636 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15637
15638         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15639
15640 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15641
15642         * nntp.el (nntp-end-of-line): Doc fix.
15643
15644 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15645
15646         * imap.el (imap-open): Handle case where buffer is a buffer
15647         object.
15648
15649 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15650
15651         * gnus-delay.el (gnus-delay): Don't autoload.
15652         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15653         to be re-loaded when customizing the `gnus-delay' group.
15654
15655 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15656
15657         * message.el (message-insert-citation-line): Use newlines.
15658
15659 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15660
15661         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15662         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15663         these routines, so the passphrase can be managed externally and
15664         passed in to the system.
15665         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15666         pgg-add-passphrase-to-cache function.
15667
15668         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15669         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15670         these routines, so the passphrase can be managed externally and
15671         passed in to the system.
15672         (pgg-pgp5-sign-region): Use new name of
15673         pgg-add-passphrase-to-cache function.
15674
15675 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15676
15677         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15678         part of the decoded armor to find the key-identifier.
15679         (pgg-gpg-lookup-key-owner): New function to return the
15680         human-readable identifier of a key owner.
15681         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15682         itself.
15683         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15684         the key value) if we have a key and can match it against a secret
15685         key.  Also, added a note pointing out fact that the prompt only
15686         indicates the first matching key.
15687
15688         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15689         pgg-decrypt-region.
15690         (pgg-add-passphrase-to-cache): Rename from
15691         `pgg-add-passphrase-cache' to reduce confusion (all callers
15692         changed).
15693         (pgg-remove-passphrase-from-cache): Rename from
15694         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15695         changed).
15696         (pgg-read-passphrase, pgg-add-passphrase-cache)
15697         (pgg-remove-passphrase-cache): Add informative docstrings.
15698         (pgg-decrypt): Convey provided passphrase in subordinate call to
15699         pgg-decrypt-region.
15700
15701 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15702
15703         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15704         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15705         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15706         'passphrase' argument, so the passphrase can be managed externally
15707         and then passed in to the system.
15708
15709         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15710         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15711         so the passphrase cache can be used reliably with identifiers
15712         besides a pgp packet's key id.
15713
15714         * pgg-gpg.el (pgg-gpg-encrypt-region)
15715         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15716         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15717         these routines, so the passphrase can be managed externally and
15718         passed in to the system.
15719
15720         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15721         'notruncate' argument, so the passphrase cache can be used
15722         reliably with identifiers besides a pgp packet's key id.
15723
15724 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15725
15726         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15727         symmetric encryption.
15728         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15729         encrypted session key.
15730         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15731         message ask for the passphrase in a proper way.
15732
15733         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15734         New user commands for symmetric encryption.
15735
15736 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15739
15740         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15741
15742 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15743
15744         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15745
15746 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * mm-decode.el (mm-inlined-types): Add application/pgp.
15749         (mm-automatic-display): Ditto.
15750
15751         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15752         part as text.
15753
15754 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * nnrss.el: Update copyright.
15757         (nnrss-opml-import): Query whether to subscribe to each entry.
15758
15759         * gnus-art.el:
15760         * gnus-sum.el:
15761         * gnus-xmas.el:
15762         * messagexmas.el:
15763         * mm-uu.el:
15764         * mm-view.el: Update copyright.
15765
15766 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * message.el (message-info): New function.
15769         (message-mode-menu): Add it.
15770         Update copyright.
15771
15772         * ChangeLog: Fix and update copyright.
15773
15774 2006-01-13  Romain Francoise  <romain@orebokech.com>
15775
15776         * message.el (message-forward-subject-name-subject): Prefer the
15777         address to 'nowhere' if the sender has no name.
15778         Fix typo.  Update copyright year.
15779
15780 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-art.el (article-wash-html):
15783         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15784         (gnus-article-wash-html-with-w3m-standalone): New function.
15785
15786         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15787         mm-inline-text-html-render-with-w3m-standalone.
15788         (mm-text-html-washer-alist): Map w3m-standalone to
15789         gnus-article-wash-html-with-w3m-standalone.
15790         (mm-inline-text-html-render-with-w3m-standalone): New function.
15791
15792 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15795         Improve LaTeX.
15796
15797 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15800         (nnrss-request-article): Render text/plain parts as HTML.
15801
15802         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15803         the buffer.
15804
15805 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15808         custom definition of `gnus-posting-styles'.
15809
15810         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15811         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15812
15813 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15816         Use nntp for bug archive.
15817
15818 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15821         parts.
15822         (nnrss-normalize-date): New function converts ISO 8601 date into
15823         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15824         (nnrss-check-group): Use it.
15825
15826 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15829
15830         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15831         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15832         (nnrss-insert-w3): Ditto.
15833
15834 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15837         the articles to be forwarded including the case where neither a
15838         number of articles nor a region is specified.
15839
15840 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * nnrss.el (nnrss-request-article): Fix last change; fill
15843         text/plain parts.
15844
15845 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15848         in text/plain part.
15849         (nnrss-check-group): Don't add excessive newline to dc:subject.
15850
15851 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15852
15853         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15854         article.
15855
15856 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15859         (nnml-use-compressed-files, nnml-save-mail): Support other
15860         comression programs such as bzip2.
15861
15862 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15863
15864         * dns.el (query-dns): Make sure we check the buffer size before
15865         removing tcp headers.
15866
15867 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15870         remove MIME buttons associated with multipart/alternative parts.
15871         (gnus-mime-display-alternative): Tag buttons using `article-type'
15872         text property.
15873
15874         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15875         associated with multipart/alternative parts.
15876
15877         * gnus-art.el (gnus-signature-separator): Fix custom type.
15878
15879         * mm-decode.el (mm-inlined-types): Fix custom type.
15880         (mm-keep-viewer-alive-types): Ditto.
15881         (mm-automatic-display): Ditto.
15882         (mm-attachment-override-types): Ditto.
15883         (mm-inline-override-types): Ditto.
15884         (mm-automatic-external-display): Ditto.
15885
15886 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * spam-report.el (spam-report-user-mail-address)
15889         (spam-report-user-agent): New variables.
15890         (spam-report-url-ping-plain): Use spam-report-user-agent.
15891
15892 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15893
15894         * gnus-art.el (gnus-button-handle-custom): Do not just use
15895         `customize-apropos' for any "M-x customize-*" button but the
15896         function called for.  Accept both the function name and its
15897         argument in order to achieve this.
15898         (gnus-button-alist): Remove support for "custom:" URL's.
15899         Pass function name to `gnus-button-handle-custom' in case of "M-x
15900         customize-*" buttons.
15901
15902 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15905         multipart/alternative and add xref to mm-discouraged-alternatives
15906         in doc string.
15907
15908         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15909         gnus-buttonized-mime-types in doc string.
15910
15911 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15914         Suggest image/.* in the doc string.
15915
15916 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15919         message-marks (Debian bug #342521).
15920
15921 2005-12-12  Simon Josefsson  <jas@extundo.com>
15922
15923         * password.el (password-read-from-cache): Add.
15924         (password-read): Use it.
15925
15926 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * rfc2047.el (rfc2047-charset-to-coding-system):
15929         Recognize us-ascii as a MIME charset.
15930
15931         * mm-bodies.el (mm-decode-content-transfer-encoding):
15932         Protect against the case where the 2nd arg TYPE is nil.
15933
15934 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15935
15936         * pop3.el (pop3-stream-type): Fix custom version.
15937
15938         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15939
15940 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15941
15942         * mm-decode.el (mm-display-external): Add missing cdr.
15943
15944 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15947         RFC1524) if it is in mailcap or add a suffix according to
15948         mailcap-mime-extensions when generating a temp filename; postpone
15949         deleting a temp file for 2 seconds for some wrappers, shell
15950         scripts, and so on, which might exit right after having started a
15951         viewer command as a background job.
15952
15953 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * nntp.el (nntp-marks-directory): Fix custom group.
15956
15957         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15958         steps when < 10.
15959
15960         * gnus-start.el (gnus-no-server-1):
15961         Mention `gnus-level-default-subscribed' in doc string.
15962
15963 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15964
15965         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15966         parens.
15967
15968 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-xmas.el (gnus-use-toolbar): Revert.
15971         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15972         gnus-use-toolbar is default.
15973
15974         * messagexmas.el (message-use-toolbar): Revert.
15975         (message-setup-toolbar): Use global default-toolbar if
15976         message-use-toolbar is default.
15977
15978 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15981         according to default-toolbar-visible-p.
15982
15983         * messagexmas.el (message-use-toolbar): Ditto.
15984
15985 2005-11-26  Dave Love  <fx@gnu.org>
15986
15987         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15988         (tls-program, tls-success): Provide openssl alternative.
15989
15990         * starttls.el: Doc fixes.
15991         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15992         SERVICE to PORT.
15993
15994         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15995         port null or service name.
15996         (starttls-negotiate): Autoload.
15997
15998 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * message.el (message-kill-to-signature): Fix interactive spec.
16001
16002 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * pop3.el (pop3-open-server): Recognize a string as a service name.
16005
16006 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16007
16008         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16009
16010 2005-11-23  Dave Love  <fx@gnu.org>
16011
16012         Add pop3s, pop3/starttls.
16013
16014         * pop3.el (pop3-authentication-scheme): Clarify doc.
16015         (open-tls-stream, starttls-open-stream): Autoload.
16016         (pop3-stream-type): New.
16017         (pop3-open-server): Use it.
16018
16019         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16020         for POP.
16021         (mail-source-keyword-map): Add :stream for POP.
16022         (mail-source-fetch-pop): Use pop3-stream-type.
16023
16024 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16027         of current-time-string.
16028
16029 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16030
16031         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16032         date header.
16033
16034 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16035
16036         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16037         it can seriously impact performance as it bypasses the agent's
16038         local caches.
16039
16040 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16041
16042         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16043         must be explicitly online rather than "not explicitly offline" for
16044         its flags to be synchronized.
16045
16046         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16047         that gnus-uu-unmark-thread will function correctly.
16048
16049         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16050         1024K is instead displayed as 1M.
16051
16052 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16055
16056 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16057
16058         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16059
16060 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16061
16062         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16063         error message to display actual error condition.
16064         (gnus-agent-save-local): Avoid saving symbols that are bound to
16065         nil as they simply result in a warning message in
16066         gnus-agent-read-local.
16067
16068 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16071         rather than make-variable-buffer-local for file-precious-flag.
16072
16073 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16074
16075         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16076         for duplicates which are removed.  The invalid sort check then
16077         triggers a rescan after the sort as sorting may have moved
16078         duplicate entries such that they can be cheaply detected.
16079
16080 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16083
16084 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16085
16086         * gnus-agent.el (gnus-agent-article-alist-save-format):
16087         Change internal variable to a custom variable.  Change default value
16088         from compressed(2) to uncompressed(1).
16089         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16090         support for uncompressed agentview files.  Taken together, reading
16091         the agentview file should now be 6-7 times faster.
16092
16093 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16094
16095         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16096         as a buffer-local variable.  This avoids creating truncated
16097         dribble files as a result of a hang up, eg.
16098
16099 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16100
16101         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16102         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16103         XEmacs.
16104
16105 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * gnus-start.el (gnus-start-draft-setup):
16108         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16109
16110         * gnus.el (gnus-splash): Change custom group.
16111         (gnus-group-get-parameter, gnus-group-parameter-value):
16112         Describe allow-list argument.
16113
16114         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16115         string.
16116
16117 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * gnus-art.el (gnus-default-article-saver): Add user-defined
16120         `function' to custom type.
16121
16122 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16123
16124         * imap.el (imap-open): Handle case where buffer is a buffer
16125         object.
16126
16127 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16130         long lines.
16131         (gnus-cache-delete-group): Wrap doc strings.
16132
16133         * gnus-agent.el (gnus-agent-rename-group)
16134         (gnus-agent-delete-group): Wrap doc strings.
16135
16136 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * messagexmas.el (message-use-toolbar): Change the valid values
16139         into default, top, bottom, left, and right.
16140         (message-toolbar-thickness): New variable.
16141         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16142         well.
16143         (message-setup-toolbar): Make it work.
16144
16145         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16146         (gnus-use-toolbar): Change the valid values into default, top,
16147         bottom, left, and right.
16148         (gnus-toolbar-thickness): New variable.
16149         (gnus-xmas-setup-toolbar): New function.
16150         (gnus-xmas-setup-group-toolbar): Use it.
16151         (gnus-xmas-setup-summary-toolbar): Use it.
16152
16153 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16154
16155         * gnus-start.el (gnus-1): Add "native" to
16156         gnus-predefined-server-alist.
16157
16158         * gnus.el (gnus-method-to-server): Don't add "native" to the
16159         lists here, because that leads to problems when
16160         gnus-select-method is bound.
16161
16162 2005-11-09  Simon Josefsson  <jas@extundo.com>
16163
16164         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16165         use (not sort-by-date) instead.
16166
16167 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16168
16169         * gnus-delay.el (gnus-delay-group): Don't autoload.
16170         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16171         to be re-loaded when customizing the `gnus-delay' group.
16172
16173 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16174
16175         * message.el: Revert last changes.
16176         (message-insert-citation-line): Use newlines.
16177
16178 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16179
16180         * message.el (message-courtesy-message)
16181         (message-mark-insert-begin, message-mark-insert-end)
16182         (message-elide-ellipsis, message-cancel-message)
16183         (message-add-header, message-change-subject)
16184         (message-cross-post-followup-to-header)
16185         (message-cross-post-insert-note, message-reduce-to-to-cc)
16186         (message-widen-reply, message-delete-not-region)
16187         (message-kill-to-signature, message-insert-signature)
16188         (message-insert-importance-high, message-insert-importance-low)
16189         (message-insert-or-toggle-importance)
16190         (message-insert-disposition-notification-to)
16191         (message-indent-citation, message-yank-original)
16192         (message-cite-original-without-signature, message-cite-original)
16193         (message-insert-citation-line, message-position-on-field)
16194         (message-fix-before-sending, message-send-mail-partially)
16195         (message-send-mail, message-send-mail-with-sendmail)
16196         (message-send-mail-with-qmail, message-send-news)
16197         (message-check-news-header-syntax, message-generate-headers)
16198         (message-insert-courtesy-copy, message-fill-address)
16199         (message-fill-header, message-shorten-references)
16200         (message-setup-1, message-cancel-news)
16201         (message-forward-make-body-plain, message-forward-make-body-mime)
16202         (message-forward-make-body-mml, message-encode-message-body)
16203         (message-forward-make-body-digest-plain)
16204         (message-forward-make-body-digest-mime)
16205         (message-use-alternative-email-as-from): Insert `hard-newline'
16206         instead of ordinary newlines.
16207
16208 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * message.el (message-generate-headers): Downcase the argument
16211         given to message-check-element.
16212
16213 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16214
16215         * nntp.el (nntp-authinfo-rejected): New error condition.
16216         (nntp-wait-for): Use new error condition to signal authentication
16217         error.
16218         (nntp-retrieve-data): Rethrow new error condition to break out of
16219         recursive call to nntp-send-authinfo.
16220
16221 2005-11-08  Romain Francoise  <romain@orebokech.com>
16222
16223         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16224         (gnus-summary-exit-map): Bind to `Z p'.
16225         (gnus-summary-make-menu-bar): Add menu item.
16226
16227 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16230         (gnus-treat-*): Add `first' in all doc strings.
16231
16232         * gnus-group.el (gnus-group-compact-group): Fix typo.
16233
16234 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus.el (gnus-parameters-case-fold-search): New variable.
16237         (gnus-parameters-get-parameter): Use it.
16238
16239         * gnus-score.el (gnus-home-score-file): Doc fix.
16240
16241 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16242
16243         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16244
16245 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * mm-util.el (mm-special-display-p): New function.
16248
16249         * mml.el (mml-preview): Use it; doc fix.
16250
16251 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16252
16253         * imap.el (imap-open): Handle case where buffer is a buffer object.
16254
16255 2005-10-29  Romain Francoise  <romain@orebokech.com>
16256
16257         * message.el (message-fix-before-sending): Fix comment.
16258
16259 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16260
16261         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16262
16263 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16264
16265         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16266         Used in gnus-score.el.
16267
16268 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16269
16270         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16271
16272 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16273
16274         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16275         whitespace removed in revision 7.8.  Use concatenated string to
16276         protect trailing whitespace.
16277
16278 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16279
16280         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16281         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16282         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16283         Courier IMAP ("some version from 2004").  Mostly based on similar
16284         code in the same function.
16285
16286 2005-10-26  Didier Verna  <didier@xemacs.org>
16287
16288         * gnus-group.el (gnus-group-compact-group): Invalidate original
16289         article buffer.
16290         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16291         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16292         NOV database and in article itself.
16293         Invalidate article backlog.
16294
16295 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16298
16299 2005-10-26  Simon Josefsson  <jas@extundo.com>
16300
16301         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16302         part of 2004-07-25 change.
16303
16304 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * message.el (message-display-completion-list): New function.
16307         (message-expand-group): Use it; make sure the Completions buffer
16308         is modifiable.
16309 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16310
16311         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16312         user-mail-name is an empty string.
16313
16314 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16317         depending on gnus-score-decay-constant.
16318
16319         * encrypt.el (encrypt-insert-file-contents)
16320         (encrypt-write-file-contents): Don't use `gnus-message'.
16321
16322         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16323         arguments.
16324         (mm-uu-type-alist): Add message-marks and insert-marks.
16325         Pass arguments to mm-uu-verbatim-marks-extract.
16326         (mm-uu-hide-markers): New variable.
16327         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16328
16329         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16330         (gnus-convert-image-to-face-command): Use "convert" by default to
16331         allow other input image formats.
16332         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16333         accordingly.
16334
16335 2005-10-23  Simon Josefsson  <jas@extundo.com>
16336
16337         * imap.el (imap-gssapi-program): Align command line parameters
16338         with latest GNU SASL.
16339         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16340
16341 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16342
16343         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16344         HTML.
16345         (nnslashdot-request-article): Ditto.
16346
16347         * lpath.el (featurep): Add nobreak-char-display.
16348
16349 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16350
16351         * mail-source.el (mail-source-fetch-pop): Require pop3.
16352         (mail-source-check-pop): Ditto.
16353
16354 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16357         errors.
16358
16359 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16362         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16363
16364         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16365
16366         * mm-bodies.el (mm-decode-string):
16367         Call `mm-charset-to-coding-system' with allow-override argument.
16368
16369 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16370
16371         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16372         (rfc2047-charset-to-coding-system): New function.
16373         (rfc2047-decode-encoded-words): New function.
16374         (rfc2047-decode-region): Use them.
16375         (rfc2047-decode-cte): Remove.
16376         (rfc2047-parse-and-decode): Remove.
16377         (rfc2047-decode): Remove.
16378
16379 2005-10-15  Kenichi Handa  <handa@m17n.org>
16380
16381         * rfc2047.el (rfc2047-decode-cte): New function.
16382         (rfc2047-decode-region): Change the way to decode successive
16383         encoded-words: decode B- or Q-encoding in each encoded-word,
16384         concatenate them, and decode it as charset.
16385
16386 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * lpath.el: Fbind codepage-setup for XEmacs.
16389
16390 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16391
16392         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16393         widget-move-and-invoke.
16394         (gnus-custom-mode): Use gnus-custom-map.
16395
16396 2005-10-15  Bill Wohler  <wohler@newt.com>
16397
16398         * message.el (message-tool-bar-map): Rename image file from
16399         mail_send to mail/send.
16400
16401 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16402
16403         * message.el (message-expand-group): Pass the common
16404         prefix substring of completion to `display-completion-list'.
16405
16406 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * mml-sec.el (mml-secure-method): New internal variable.
16409         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16410         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16411         New functions using mml-secure-method.
16412
16413         * mml.el (mml-mode-map): Add key bindings for those functions.
16414         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16415         Harder <harder@myrealbox.com>.
16416         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16417         Goto end of message if point is the headers of the message.
16418
16419         * message.el (message-in-body-p): New function.
16420
16421         * assistant.el: Autoload gnus-util and netrc.
16422
16423         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16424         Use `mm-charset-override-alist' only when decoding.
16425
16426         * mm-bodies.el (mm-decode-body):
16427         Call `mm-charset-to-coding-system' with allow-override argument.
16428
16429         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16430         `filename' from Content-Disposition if Content-Type doesn't
16431         provide `name'.
16432         (gnus-mime-view-part-as-type): Set default instead of
16433         initial-input.
16434
16435 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16436
16437         * format-spec.el (format-spec): Propagate text properties of % spec.
16438
16439 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * gnus-art.el (gnus-treat-predicate): Add `first'.
16442
16443 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16444
16445         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16446         (mm-charset-override-alist): New variable.
16447         (mm-charset-to-coding-system): Use it.
16448         (mm-codepage-setup): New helper function.
16449         (mm-charset-eval-alist): New variable.
16450         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16451         Warn about unknown charsets.
16452
16453         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16454
16455 2005-10-04  David Hansen  <david.hansen@gmx.net>
16456
16457         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16458         (nnrss-check-group): Ditto.
16459
16460 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16463         Rename x-gnus-verbatim to x-verbatim.
16464         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16465
16466         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16467         x-verbatim.
16468
16469         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16470
16471         * gnus-util.el (gnus-remove-duplicates): Remove.
16472
16473         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16474         instead of gnus-remove-duplicates.
16475
16476         * message.el (message-remove-duplicates): Remove.
16477         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16478         message-remove-duplicates.
16479
16480         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16481         available, else use implementation from `delete-dups'.
16482
16483         * message.el (message-insert-expires): New function.
16484         (message-mode-map): Add key binding.
16485         (message-mode-field-menu): Add menu entry.
16486         (message-mode): Document it.
16487         (message-make-expires-date): Use `message-make-date'.
16488
16489 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16490
16491         * message.el (message-make-expires-date): New function.
16492
16493 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * Makefile.in (list-installed-shadows): New entry.
16496         (install): Use it.
16497         (remove-installed-shadows): New entry.
16498
16499         * dgnushack.el (dgnushack-default-load-path): New variable.
16500         (dgnushack-find-lisp-shadows): New function.
16501         (dgnushack-remove-lisp-shadows): New function.
16502
16503 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * Makefile.in (install-el-elc): New entry.
16506         (install): Use it so that .el files are necessarily installed.
16507
16508 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16511
16512 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16513
16514         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16515         function rather than the diff-mode.el package.
16516         (mm-display-external): Use with-current-buffer.
16517         (mm-viewer-completion-map, mm-viewer-completion-map):
16518         Move initialization inside declaration.
16519
16520 2005-09-29  Simon Josefsson  <jas@extundo.com>
16521
16522         * spam.el: Load hashcash when compiling, to avoid warnings.
16523         Don't autoload mail-check-payment.
16524         (spam-check-hashcash): Define unconditionally, since hashcash.el
16525         is part of Gnus now.  Ignore errors from payment checking.
16526
16527 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * message.el (message-bold-region, message-unbold-region):
16530         Rename from `bold-region' and `unbold-region'.
16531
16532         * message.el: Remove useless autoloads.
16533
16534 2005-09-28  Simon Josefsson  <jas@extundo.com>
16535
16536         * message.el (message-use-idna): Default to t.
16537         (message-use-idna): Test whether encoding works too.  Doc fix.
16538
16539 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * nntp.el (nntp-warn-about-losing-connection): Remove.
16542
16543 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16546         customizable.  Change default value.
16547         (mm-uu-diff-groups-regexp): Change default value.
16548         (mm-uu-type-alist): Add doc string.
16549         (mm-uu-configure): Add doc string.  Make it interactive.
16550         (mm-uu-tex-groups-regexp): New variable.
16551         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16552         (mm-uu-type-alist): Add LaTeX documents.
16553         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16554         of "text/verbatim".
16555         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16556
16557         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16558         instead of "text/verbatim".
16559
16560         * message.el (message-mark-inserted-region)
16561         (message-mark-insert-file): Use slrn style marks when called with
16562         prefix argument.
16563
16564 2005-09-27  Simon Josefsson  <jas@extundo.com>
16565
16566         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16567
16568 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16569
16570         * message.el (message-remove-duplicates): New function.
16571         Implementation borrowed from `gnus-remove-duplicates'.
16572         (message-idna-to-ascii-rhs): Also encode idna addresses in
16573         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16574         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16575         only ask about the same idna domain once per header and also tell
16576         in what header to replace the idna domain.
16577
16578         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16579         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16580         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16581         a header is decoded and not just the last one.
16582
16583 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16586         has been decoded.
16587
16588         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16589         (mm-insert-part): Don't modify text if it has been decoded.
16590
16591         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16592         decoded.
16593
16594         * mm-view.el (mm-inline-text): Don't strip text props unless
16595         decoding enriched or richtext parts.
16596
16597 2005-09-25  Romain Francoise  <romain@orebokech.com>
16598
16599         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16600         * gnus-start.el (gnus-subscribe-interactively):
16601         * gnus-uu.el (gnus-uu-grab-articles):
16602         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16603         space.
16604
16605 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16606
16607         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16608         * mm-view.el (mm-view-pkcs7-decrypt):
16609         * gnus-sum.el (gnus-summary-limit-to-extra)
16610         (gnus-summary-respool-article, gnus-read-move-group-name):
16611         * gnus-score.el (gnus-summary-increase-score):
16612         * gnus-util.el (gnus-completing-read-with-default):
16613         * gnus-art.el (gnus-read-save-file-name)
16614         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16615         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16616         * message.el (message-check-news-header-syntax):
16617         Follow convention for reading with the minibuffer.
16618
16619 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * spam-report.el (spam-report-url-ping-plain):
16622         Use gnus-extended-version as User-Agent.
16623
16624         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16625         default value is nil.
16626
16627         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16628         (mm-uu-verbatim-marks-extract): New function.
16629         (mm-uu-extract): New face.
16630         (mm-uu-copy-to-buffer): Use it.
16631
16632         * spam-report.el (spam-report-gmane-ham): Rename from
16633         `spam-report-gmane-unspam'.
16634         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16635         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16636
16637         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16638         Autoload.
16639         (spam-report-gmane-unregister-routine):
16640         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16641
16642 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16643
16644         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16645         (spam-report-gmane-unregister-routine): Add support for gmane
16646         unregistration.
16647
16648         * spam-report.el (spam-report-gmane-unspam)
16649         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16650         (spam-report-gmane): Change to take a single article and do unspam
16651         registration.
16652
16653 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * mm-url.el (mm-url-decode-entities): Fix regexp.
16656
16657 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16658
16659         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16660         default to nil, to be able to use Gnus at all.  If the default
16661         switches to something else, then the function should be fixed not
16662         be exceedingly slow.
16663
16664 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16665
16666         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16667         fail hard.
16668
16669         * spam-report.el: Add better Keywords line.
16670
16671         * spam.el: Add Maintainer and better Keywords line.
16672
16673 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16674
16675         * gnus-art.el (gnus-article-replace-part)
16676         (gnus-mime-replace-part): New functions.
16677         (gnus-mime-action-alist, gnus-mime-button-commands)
16678         (gnus-mime-save-part-and-strip): Add file argument.
16679         (gnus-article-part-wrapper): Add interactive argument.
16680
16681         * gnus-sum.el (gnus-summary-mime-map):
16682         Add `gnus-article-replace-part'.
16683
16684 2005-09-19  Didier Verna  <didier@xemacs.org>
16685
16686         The nnml compaction feature:
16687         * nnml.el (nnml-request-compact-group): New function.
16688         * nnml.el (nnml-request-compact): New function.
16689         * gnus-int.el (gnus-request-compact-group): New function.
16690         * gnus-int.el (gnus-request-compact): New function.
16691         * gnus-group.el (gnus-group-compact-group): New function.
16692         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16693         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16694         * gnus-srvr.el (gnus-server-compact-server): New function.
16695         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16696         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16697
16698 2005-09-18  Deepak Goel  <deego@gnufans.org>
16699
16700         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16701         format spec.
16702
16703 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16706
16707 2005-09-15  Romain Francoise  <romain@orebokech.com>
16708
16709         * message.el (message-fill-paragraph): Clarify docstring.
16710
16711 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-art.el (gnus-mime-display-part): Protect against broken
16714         MIME messages.
16715
16716 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16719         before parsing header.
16720
16721 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16722
16723         * html2text.el (html2text-replace-list): Add new entities.
16724
16725 2005-09-11  Romain Francoise  <romain@orebokech.com>
16726
16727         * message.el (message-alternative-emails): Improve docstring.
16728         (message-setup-1): Call `message-use-alternative-email-as-from'
16729         after `message-setup-hook' to give it precedence over posting
16730         styles, etc.
16731         (message-use-alternative-email-as-from): Add docstring.
16732         Remove the original From header if present.
16733
16734         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16735         (nnml-save-mail): Use it.
16736
16737         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16738         articles.  Add new argument `silent'.
16739         (gnus-uu-mark-all): Report the total number of marked articles.
16740
16741 2005-09-10  Romain Francoise  <romain@orebokech.com>
16742
16743         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16744         (gnus-uu-mark-series): Likewise.
16745
16746 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * spam-report.el (spam-report-gmane): Fix generation of spam
16749         report URL.
16750
16751 2005-09-10  Simon Josefsson  <jas@extundo.com>
16752
16753         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16754         t, based on discussion on the ding list with Robert Epprecht
16755         <epprecht@solnet.ch>.
16756
16757 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16758
16759         * spam-report.el (spam-report-gmane): Make it work without
16760         X-Report-Spam header.  Gmane now only provides Archived-At.
16761         This is only used if `spam-report-gmane-use-article-number' is nil.
16762         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16763
16764         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16765         make `gnus-summary-sort-by-recipient' work with threading.
16766
16767         * nnweb.el (nnweb-google-wash-article): Print a message if article
16768         is not available.
16769
16770 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16771
16772         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16773         change.  Decode text/* parts content before displaying.
16774
16775 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16776
16777         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16778
16779 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16782
16783         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16784         url-package-name, url-package-version,
16785         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16786         w3m-display-inline-images, and w3m-minor-mode-map.
16787
16788 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * message.el (message-tab-body-function): Fix mismatched custom type.
16791
16792         * gnus.el (gnus-group-change-level-function): Ditto.
16793
16794         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16795
16796         * gnus-art.el (gnus-signature-limit)
16797         (gnus-article-mime-part-function): Ditto.
16798
16799 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * mml.el (mml-mode): Silence the byte compiler.
16802
16803         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16804         using `(sit-for 0)' before moving the point to the specified part;
16805         skip unbuttonized parts.
16806         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16807         return to the summary window if gnus-auto-select-part is non-nil.
16808
16809 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16812         New variables.
16813         (mml-dnd-attach-file, mml-mode): Use them.
16814
16815         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16816         Make fetching article by MID work again for Google Groups.
16817         Add FIXME concerning gnus-group-make-web-group.
16818
16819         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16820         Don't depend on Gnus by using mail-extract-address-components if
16821         gnus-extract-address-components is not bound.
16822
16823 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16824
16825         * gnus-art.el (gnus-mime-display-security): Don't display the
16826         signature, but only the signed part.
16827
16828 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16831
16832         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16833         list, not listp.
16834
16835 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16836
16837         * mm-encode.el (mm-encode-content-transfer-encoding):
16838         Likewise when encoding.
16839
16840         * mm-bodies.el (mm-decode-content-transfer-encoding):
16841         De-canonicalize CRLF for all text content types, not just
16842         text/plain.
16843
16844 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16847         valid article; point arrow and cursor at the MIME button.
16848
16849 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16852         Suggested by Dan Christensen <jdc@uwo.ca>.
16853
16854         * mm-decode.el (mm-save-part): Enable change of prompt.
16855
16856 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16857
16858         * gnus-msg.el (gnus-inews-add-send-actions):
16859         Make `message-post-method' lambda parameter ARG `&optional'.
16860
16861 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * gnus-sum.el (gnus-summary-mime-map):
16864         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16865         gnus-article-jump-to-part.
16866
16867         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16868         (gnus-article-edit-part): Use it.
16869         (gnus-article-part-wrapper): Add no-handle argument.
16870         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16871         New functions.
16872
16873 2005-08-29  Romain Francoise  <romain@orebokech.com>
16874
16875         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16876         docstring.
16877         (gnus-face-from-file): Likewise.
16878
16879 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16882         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16883         non-nil.
16884         (gnus-auto-select-part): New variable.
16885         (gnus-article-jump-to-part): New function.
16886         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16887         (gnus-mime-delete-part): Allow selecting specified part after
16888         deleting or stripping parts.
16889         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16890         part if argument is bogus.
16891
16892 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16893
16894         * gnus-art.el (w3m-minor-mode-map):
16895         * gnus-spec.el (gnus-newsrc-file-version):
16896         * gnus-util.el (nnmail-active-file-coding-system)
16897         (gnus-original-article-buffer, gnus-user-agent):
16898         * gnus.el (gnus-ham-process-destinations)
16899         (gnus-parameter-ham-marks-alist)
16900         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16901         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16902         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16903         * mm-decode.el (gnus-current-window-configuration):
16904         * mm-extern.el (gnus-article-mime-handles):
16905         * mm-url.el (url-current-object, url-package-name)
16906         (url-package-version):
16907         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16908         (smime-keys, w3m-cid-retrieve-function-alist)
16909         (w3m-current-buffer, w3m-display-inline-images)
16910         (w3m-minor-mode-map):
16911         * mml-smime.el (gnus-extract-address-components):
16912         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16913         (gnus-newsrc-hashtb, message-default-charset)
16914         (message-deletable-headers, message-options)
16915         (message-posting-charset, message-required-mail-headers)
16916         (message-required-news-headers):
16917         * mml1991.el (mc-pgp-always-sign):
16918         * mml2015.el (mc-pgp-always-sign):
16919         * nnheader.el (nnmail-extra-headers):
16920         * rfc1843.el (gnus-decode-encoded-word-function)
16921         (gnus-decode-header-function, gnus-newsgroup-name):
16922         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16923
16924 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16925
16926         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16927         the end of the date treatments.
16928
16929 2005-08-15  Simon Josefsson  <jas@extundo.com>
16930
16931         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16932         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16933         Capello and Romain Francoise.
16934         (pgg-fetch-key-function): Remove, not used?
16935         (pgg-insert-url-with-w3): Require url, to get
16936         url-insert-file-contents regardless of where it is defined.
16937
16938 2005-08-13  Romain Francoise  <romain@orebokech.com>
16939
16940         * message.el (message-cite-original-1): New function.
16941         (message-cite-original): Use it.
16942         (message-cite-original-without-signature): Ditto.
16943
16944 2005-08-08  Romain Francoise  <romain@orebokech.com>
16945
16946         * message.el (message-yank-empty-prefix): New variable.
16947         (message-indent-citation): Use it.
16948         (message-cite-original-without-signature): Respect X-No-Archive.
16949
16950 2005-08-08  Simon Josefsson  <jas@extundo.com>
16951
16952         * pgg.el: Autoload url-insert-file-contents instead of loading
16953         w3/url.
16954         (pgg-insert-url-with-w3): Don't load url here.
16955
16956 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16957
16958         * message.el (message-kill-to-signature): Don't insert newline at
16959         bol.
16960         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16961
16962 2005-08-06  Romain Francoise  <romain@orebokech.com>
16963
16964         * message.el (message-user-fqdn): Fix typo in docstring.
16965
16966 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16967
16968         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16969
16970         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16971
16972 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * mm-bodies.el (mm-encode-body): Use coding system rather than
16975         charset to encode text.
16976
16977         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16978         number of charsets if utf-8 is available (XEmacs).
16979
16980 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16983         taken from `gnus-button-mid-or-mail-regexp'.
16984         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16985         (gnus-button-alist): Improve regexp for domain part of the MIDs
16986         for news:localpart@domain buttons.
16987         (gnus-button-ctan-directory-regexp): Update.
16988
16989 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * sieve-manage.el (sieve-manage-interactive-login):
16992         Use make-local-variable rather than make-variable-buffer-local.
16993         (sieve-manage-open): Ditto.
16994         (sieve-manage-authenticate): Ditto.
16995
16996         * mml.el (mml-generate-mime-1): Make the content type default to
16997         text/plain if the filename is not specified.
16998
16999 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17002         instead of insert-buffer.
17003
17004         * message.el (message-yank-original): Ditto; set the mark at the
17005         end of the yanked message.
17006
17007 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17010         lines to scroll rather than to stop it.
17011
17012         * mml.el (mml-generate-default-type): Add doc string.
17013         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17014         default to application/octet-stream when determining the content
17015         type if it is not specified for the part or the mml contents; add
17016         a comment about mml-generate-default-type.
17017
17018 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17021         make it default to application/octet-stream when determining the
17022         content type if it is not specified for the external contents.
17023
17024 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17027         segmented parameter but also other parameters might be there.
17028
17029 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * mm-decode.el (mm-display-external): Delete temp file, directory
17032         and buffer immediately if the external process is exited.
17033
17034 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17037         fewer lines than that of scroll-margin.
17038         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17039
17040 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * gnus-art.el (gnus-article-next-page): Revert.
17043         (gnus-article-beginning-of-window): New macro.
17044         (gnus-article-next-page-1): Use it.
17045         (gnus-article-prev-page): Ditto.
17046         (gnus-article-edit-part): Use insert-buffer-substring instead of
17047         insert-buffer.
17048         (gnus-article-edit-exit): Ditto.
17049
17050         * gnus-util.el (gnus-beginning-of-window): Remove.
17051         (gnus-end-of-window): Remove.
17052
17053         * lpath.el: Don't bind header-line-format and scroll-margin.
17054
17055 2005-07-25  Simon Josefsson  <jas@extundo.com>
17056
17057         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17058         to have the url package without w3.  Reported by Daiki Ueno
17059         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17060
17061 2005-07-20  Didier Verna  <didier@xemacs.org>
17062
17063         * gnus-diary.el: Remove the description comment (nndiary is now
17064         properly documented in the Gnus manual).
17065         Fix the spelling of "Back End".
17066         * nndiary.el: Ditto.
17067         Fix the copyright notice.
17068
17069 2005-07-18  Romain Francoise  <romain@orebokech.com>
17070
17071         * gnus-sum.el (gnus-summary-to-prefix)
17072         (gnus-summary-newsgroup-prefix): New variables.
17073         (gnus-summary-from-or-to-or-newsgroups): Use them.
17074
17075 2005-07-17  Romain Francoise  <romain@orebokech.com>
17076
17077         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17078         space as it's generally not especially interesting to the user.
17079
17080 2005-07-16  Romain Francoise  <romain@orebokech.com>
17081
17082         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17083         nil to avoid prompting and file modification if one of the
17084         messages at the top of the nnfolder file contains a copyright
17085         notice.
17086         Update copyright notice.
17087
17088         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17089         instead of `current-time-string' as the latter creates a time
17090         string that is not RFC 2822 compliant (it lacks the zone).
17091         Update copyright notice.
17092
17093 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17094
17095         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17096         for text/rtf.  Display default in prompt.  Pass default for M-n.
17097
17098         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17099
17100 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17101
17102         * gnus-msg.el (gnus-button-mailto):
17103         Remove save-selected-window-window hackery because it relies on
17104         save-selected-window internals.
17105
17106 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17109         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17110         (gnus-article-prev-page): Ditto.
17111
17112         * gnus-util.el (gnus-beginning-of-window): New function.
17113         (gnus-end-of-window): New function.
17114
17115         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17116
17117 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17118
17119         * gnus-score.el (gnus-score-edit-all-score):
17120         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17121         gnus-message.
17122
17123 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17124
17125         * gnus-msg.el (gnus-button-mailto):
17126         Remove save-selected-window-window hackery because it relies on
17127         save-selected-window internals.
17128
17129 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17132         add-minor-mode.
17133         (gnus-binary-mode): Ditto.
17134
17135         * gnus-topic.el (gnus-topic-mode): Ditto.
17136
17137 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17138
17139         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17140         (gnus-article-prev-page): Take scroll-margin into consideration.
17141
17142 2005-07-04  Lute Kamstra  <lute@gnu.org>
17143
17144         Update FSF's address in GPL notices.
17145
17146 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17147
17148         * gnus.el (gnus-exit):
17149         * gnus-group.el (gnus-group-icons):
17150         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17151
17152         * gnus-nocem.el (gnus-nocem):
17153         * message.el (message-various, message-buffers, message-sending)
17154         (message-interface, message-forwarding, message-insertion)
17155         (message-headers, message-news, message-mail):
17156         * pgg-gpg.el (pgg-gpg):
17157         * pgg-parse.el (pgg-parse):
17158         * pgg-pgp.el (pgg-pgp):
17159         * pgg-pgp5.el (pgg-pgp5):
17160         * pop3.el (pop3): Finish `defgroup' description with period.
17161
17162 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-art.el (article-display-face): Improve the efficiency.
17165         (article-display-x-face): Ditto; remove grey x-face stuff.
17166
17167 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-art.el (article-display-face): Correct the position in
17170         which Faces are inserted.
17171
17172 2005-06-29  Didier Verna  <didier@xemacs.org>
17173
17174         * gnus-art.el (article-display-face): Display faces in correct
17175         order.
17176
17177 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17180         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17181         (gnus-nocem-check-article): Fetch the Type header.
17182         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17183         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17184         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17185         make sure gnus-nocem-hashtb is initialized.
17186         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17187         (gnus-nocem-unwanted-article-p): Ditto.
17188
17189         * pgg.el (pgg-verify): Return the verification result.
17190
17191 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17192
17193         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17194         is ascii.
17195
17196 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17197
17198         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17199         `show-nonbreak-escape'.
17200
17201 2005-06-23  Lute Kamstra  <lute@gnu.org>
17202
17203         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17204
17205         * dig.el (dig-mode):
17206         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17207
17208 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17209
17210         * nnimap.el (nnimap-split-download-body): Fix spellings.
17211
17212 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17213
17214         * gnus-art.el (gnus-article-encrypt-body):
17215         * gnus-cus.el (gnus-score-customize):
17216         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17217         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17218
17219 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17220
17221         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17222         header by looking for magic "MII" at the beginnig.
17223
17224 2005-06-16  Miles Bader  <miles@gnu.org>
17225
17226         * gnus-xmas.el (gnus-xmas-group-startup-message):
17227         Use renamed gnus-splash face.
17228
17229         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17230         (assistant-field-face): New backward-compatibility alias for renamed
17231         face.
17232         (assistant-render-text): Use renamed assistant-field face.
17233
17234         * spam.el (spam): Remove "-face" suffix from face name.
17235         (spam-face): New backward-compatibility alias for renamed face.
17236         (spam-face, spam-initialize): Use renamed spam face.
17237
17238         * message.el (message-header-to, message-header-cc)
17239         (message-header-subject, message-header-newsgroups)
17240         (message-header-other, message-header-name)
17241         (message-header-xheader, message-separator, message-cited-text)
17242         (message-mml): Remove "-face" suffix from face names.
17243         (message-header-to-face, message-header-cc-face)
17244         (message-header-subject-face, message-header-newsgroups-face)
17245         (message-header-other-face, message-header-name-face)
17246         (message-header-xheader-face, message-separator-face)
17247         (message-cited-text-face, message-mml-face):
17248         New backward-compatibility aliases for renamed faces.
17249         (message-font-lock-keywords): Use renamed message faces.
17250
17251         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17252         (sieve-test-commands, sieve-tagged-arguments):
17253         Remove "-face" suffix from face names.
17254         (sieve-control-commands-face, sieve-action-commands-face)
17255         (sieve-test-commands-face, sieve-tagged-arguments-face):
17256         New backward-compatibility aliases for renamed faces.
17257         (sieve-control-commands-face, sieve-action-commands-face)
17258         (sieve-test-commands-face, sieve-tagged-arguments-face):
17259         Use renamed sieve faces.
17260
17261         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17262         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17263         (gnus-group-news-3-empty, gnus-group-news-4)
17264         (gnus-group-news-4-empty, gnus-group-news-5)
17265         (gnus-group-news-5-empty, gnus-group-news-6)
17266         (gnus-group-news-6-empty, gnus-group-news-low)
17267         (gnus-group-news-low-empty, gnus-group-mail-1)
17268         (gnus-group-mail-1-empty, gnus-group-mail-2)
17269         (gnus-group-mail-2-empty, gnus-group-mail-3)
17270         (gnus-group-mail-3-empty, gnus-group-mail-low)
17271         (gnus-group-mail-low-empty, gnus-summary-selected)
17272         (gnus-summary-cancelled, gnus-summary-high-ticked)
17273         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17274         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17275         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17276         (gnus-summary-low-undownloaded)
17277         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17278         (gnus-summary-low-unread, gnus-summary-normal-unread)
17279         (gnus-summary-high-read, gnus-summary-low-read)
17280         (gnus-summary-normal-read, gnus-splash):
17281         Remove "-face" suffix from face names.
17282         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17283         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17284         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17285         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17286         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17287         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17288         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17289         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17290         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17291         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17292         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17293         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17294         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17295         (gnus-summary-normal-ticked-face)
17296         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17297         (gnus-summary-normal-ancient-face)
17298         (gnus-summary-high-undownloaded-face)
17299         (gnus-summary-low-undownloaded-face)
17300         (gnus-summary-normal-undownloaded-face)
17301         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17302         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17303         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17304         (gnus-splash-face):
17305         New backward-compatibility aliases for renamed faces.
17306         (gnus-group-startup-message): Use renamed gnus faces.
17307
17308         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17309         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17310         (gnus-server-agent): Remove "-face" suffix from face names.
17311         (gnus-server-agent-face, gnus-server-opened-face)
17312         (gnus-server-closed-face, gnus-server-denied-face)
17313         (gnus-server-offline-face):
17314         New backward-compatibility aliases for renamed faces.
17315         (gnus-server-agent-face, gnus-server-opened-face)
17316         (gnus-server-closed-face, gnus-server-denied-face)
17317         (gnus-server-offline-face): Use renamed gnus faces.
17318
17319         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17320         Remove "-face" suffix from face names.
17321         (gnus-picon-xbm-face, gnus-picon-face):
17322         New backward-compatibility aliases for renamed faces.
17323
17324         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17325         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17326         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17327         (gnus-cite-11): Remove "-face" suffix from face names.
17328         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17329         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17330         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17331         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17332         New backward-compatibility aliases for renamed faces.
17333         (gnus-cite-attribution-face, gnus-cite-face-list)
17334         (gnus-article-boring-faces): Use renamed gnus faces.
17335
17336         * gnus-art.el (gnus-signature, gnus-header-from)
17337         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17338         (gnus-header-content): Remove "-face" suffix from face names.
17339         (gnus-signature-face, gnus-header-from-face)
17340         (gnus-header-subject-face, gnus-header-newsgroups-face)
17341         (gnus-header-name-face, gnus-header-content-face):
17342         New backward-compatibility aliases for renamed faces.
17343         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17344
17345         * gnus-sum.el (gnus-summary-selected-face)
17346         (gnus-summary-highlight): Use renamed gnus faces.
17347         * gnus-group.el (gnus-group-highlight): Likewise.
17348
17349 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17350
17351         * gnus-sieve.el (gnus-sieve-article-add-rule):
17352         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17353         * spam-stat.el (spam-stat-buffer-change-to-spam)
17354         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17355
17356         * message.el (message-is-yours-p):
17357         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17358
17359 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * mm-view.el (mm-inline-text): Withdraw the last change.
17362
17363 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17366         executing enriched-decode.
17367
17368 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17371         charset of tar files.
17372
17373 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17374
17375         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17376
17377 2005-06-04  Lute Kamstra  <lute@gnu.org>
17378
17379         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17380         information is never recorded.
17381
17382 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17383
17384         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17385
17386 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * pop3.el (pop3-apop): Run md5 in the binary mode.
17389
17390         * starttls.el (starttls-set-process-query-on-exit-flag):
17391         Use eval-and-compile.
17392
17393 2005-05-31  Simon Josefsson  <jas@extundo.com>
17394
17395         * smime.el (smime-replace-in-string): Define.
17396         (smime-cert-by-ldap-1): Use it.
17397
17398 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-art.el (article-display-x-face): Replace
17401         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17402
17403         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17404         set-process-query-on-exit-flag or process-kill-without-query.
17405
17406         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17407         loop instead of replace-regexp.
17408
17409         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17410         instead of process-kill-without-query if it is available.
17411
17412         * lpath.el: Fbind ldap-search-entries.
17413
17414         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17415         instead of find-file-hooks if it is available.
17416
17417         * mml1991.el: Bind pgg-default-user-id when compiling.
17418
17419         * mml2015.el: Bind pgg-default-user-id when compiling.
17420
17421         * nndraft.el (nndraft-request-associate-buffer):
17422         Use write-contents-functions instead of write-contents-hooks if it is
17423         available.
17424
17425         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17426         instead of find-file-hooks if it is available.
17427
17428         * nntp.el (nntp-open-connection): Replace
17429         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17430         (nntp-open-ssl-stream): Ditto.
17431         (nntp-open-tls-stream): Ditto.
17432
17433         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17434         set-process-query-on-exit-flag or process-kill-without-query.
17435         (starttls-open-stream-gnutls): Use it instead of
17436         process-kill-without-query.
17437         (starttls-open-stream): Ditto.
17438
17439 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17440
17441         * smime.el (smime-cert-by-ldap-1): Don't use
17442         replace-regexp-in-string.
17443
17444 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17445
17446         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17447
17448         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17449         in PEM format.  Adjust to the XEmacs compatibility.
17450
17451 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17454         by `string-to-number'.
17455         * gnus-agent.el (gnus-agent-regenerate-group)
17456         (gnus-agent-fetch-articles): Ditto.
17457         * gnus-art.el (gnus-button-fetch-group): Ditto.
17458         * gnus-cache.el (gnus-cache-generate-active)
17459         (gnus-cache-articles-in-group): Ditto.
17460         * gnus-group.el (gnus-group-set-current-level)
17461         (gnus-group-insert-group-line): Ditto.
17462         * gnus-score.el (gnus-score-set-expunge-below)
17463         (gnus-score-set-mark-below, gnus-summary-score-effect)
17464         (gnus-summary-score-entry): Ditto.
17465         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17466         (gnus-soup-pack): Ditto.
17467         * gnus-spec.el (gnus-xmas-format): Ditto.
17468         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17469         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17470         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17471         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17472         * nndb.el (nndb-get-remote-expire-response): Ditto.
17473         * nndiary.el (nndiary-parse-schedule-value)
17474         (nndiary-string-to-number, nndiary-request-replace-article)
17475         (nndiary-request-article): Ditto.
17476         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17477         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17478         * nneething.el (nneething-make-head): Ditto.
17479         * nnfolder.el (nnfolder-request-article)
17480         (nnfolder-retrieve-headers): Ditto.
17481         * nnheader.el (nnheader-file-to-number): Ditto.
17482         * nnkiboze.el (nnkiboze-request-article): Ditto.
17483         * nnmail.el (nnmail-process-unix-mail-format)
17484         (nnmail-process-babyl-mail-format): Ditto.
17485         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17486         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17487         (nnmh-request-create-group, nnmh-request-list-1)
17488         (nnmh-request-group, nnmh-request-article): Ditto.
17489         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17490         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17491         * nnsoup.el (nnsoup-make-active): Ditto.
17492         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17493         * nntp.el (nntp-find-group-and-number)
17494         (nntp-retrieve-headers-with-xover): Ditto.
17495         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17496         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17497         (pgg-format-key-identifier): Ditto.
17498         * pop3.el (pop3-last, pop3-stat): Ditto.
17499         * qp.el (quoted-printable-decode-region): Ditto.
17500
17501         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17502         of concat.
17503
17504 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17507
17508         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17509
17510         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17511
17512         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17513
17514         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17515
17516         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17517
17518         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17519         (gnus-carpal-mode): Ditto.
17520
17521         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17522         (gnus-browse-mode): Ditto.
17523
17524         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17525
17526         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17527
17528 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17529
17530         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17531
17532 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * gnus-util.el (gnus-run-mode-hooks): New function.
17535
17536         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17537
17538         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17539         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17540
17541 2005-05-27  Lute Kamstra  <lute@gnu.org>
17542
17543         * dns-mode.el (dns-mode): Specify customization group.
17544
17545 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17546
17547         * gnus-agent.el (gnus-agent-make-mode-line-string):
17548         Use mode-line-highlight as mouse-face.
17549
17550 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * canlock.el (canlock): Change the parent group to news.
17553
17554         * deuglify.el (gnus-outlook-deuglify): Add :group.
17555
17556         * dig.el (dig): Add :group.
17557
17558         * dns-mode.el (dns-mode): Add :group.
17559
17560         * encrypt.el (encrypt): Add :group.
17561
17562         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17563         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17564         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17565         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17566         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17567
17568         * gnus-diary.el (gnus-diary): Add :group.
17569
17570         * gnus.el (gnus-group-news-1-face): Add :group.
17571         (gnus-group-news-1-empty-face): Ditto.
17572         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17573         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17574         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17575         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17576         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17577         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17578         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17579         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17580         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17581         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17582         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17583         (gnus-summary-high-ticked-face): Ditto.
17584         (gnus-summary-low-ticked-face): Ditto.
17585         (gnus-summary-normal-ticked-face): Ditto.
17586         (gnus-summary-high-ancient-face): Ditto.
17587         (gnus-summary-low-ancient-face): Ditto.
17588         (gnus-summary-normal-ancient-face): Ditto.
17589         (gnus-summary-high-undownloaded-face): Ditto.
17590         (gnus-summary-low-undownloaded-face): Ditto.
17591         (gnus-summary-normal-undownloaded-face): Ditto.
17592         (gnus-summary-high-unread-face): Ditto.
17593         (gnus-summary-low-unread-face): Ditto.
17594         (gnus-summary-normal-unread-face): Ditto.
17595         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17596         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17597
17598         * hashcash.el (hashcash): New custom group.
17599         (hashcash-default-payment): Add :group.
17600         (hashcash-payment-alist): Ditto.
17601         (hashcash-default-accept-payment): Ditto.
17602         (hashcash-accept-resources): Ditto.
17603         (hashcash-path): Ditto.
17604         (hashcash-extra-generate-parameters): Ditto.
17605         (hashcash-double-spend-database): Ditto.
17606         (hashcash-in-news): Ditto.
17607
17608         * message.el (message-minibuffer-local-map): Add :group.
17609
17610         * netrc.el (netrc): Add :group.
17611
17612         * sieve-manage.el (sieve-manage-log): Add :group.
17613         (sieve-manage-default-user): Diito.
17614         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17615         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17616         (sieve-manage-authenticators): Ditto.
17617         (sieve-manage-authenticator-alist): Ditto.
17618         (sieve-manage-default-port): Ditto.
17619
17620         * sieve-mode.el (sieve-control-commands-face): Add :group.
17621         (sieve-action-commands-face): Ditto.
17622         (sieve-test-commands-face): Ditto.
17623         (sieve-tagged-arguments-face): Ditto.
17624
17625         * smime.el (smime): Add :group.
17626
17627         * spam-report.el (spam-report): Add :group.
17628
17629         * spam.el (spam, spam-face): Add :group.
17630
17631 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17632
17633         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17634         return \n.\n.\n at the end of articles.  Protect against that.
17635         (nntp-with-open-group): Allow debugging.
17636
17637         * nnheader.el (mail-header-set-extra): Make into a function
17638         because I just could't understand how to quote the list properly.
17639
17640         * dns.el (query-dns-cached): New function.
17641
17642 2005-05-26  Lute Kamstra  <lute@gnu.org>
17643
17644         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17645
17646 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17649
17650         * gnus-art.el: Don't autoload mail-extract-address-components.
17651
17652         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17653         eval-and-compile to evaluate it.
17654
17655         * hashcash.el: Don't autoload executable-find.
17656
17657         * nndb.el: Don't declare the nndb back end two or more times; don't
17658         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17659
17660         * nntp.el: Autoload format-spec instead of format; use
17661         eval-and-compile to evaluate autoload forms.
17662
17663 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17664
17665         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17666
17667 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * gnus.el (gnus-version-number): Bump version.
17670
17671 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17672
17673         * gnus.el: No Gnus v0.3 is released.
17674
17675 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17676
17677         * lpath.el (featurep): Bind show-nonbreak-escape.
17678
17679 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-art.el (gnus-article-edit-part): Disable undo.
17682
17683 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17686         gnus-article-date-lapsed-new-header is t if date timer is active;
17687         skip headers in which the original date value is empty.
17688         (gnus-article-save-original-date): Redefine it as a macro.
17689         (gnus-display-mime): Use it.
17690
17691 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-art.el (article-date-ut): Support converting date in
17694         forwarded parts as well.
17695         (gnus-article-save-original-date): New function.
17696         (gnus-display-mime): Use it.
17697
17698 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17699
17700         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17701         enclosure element of <item>.
17702
17703 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * message.el (message-kill-buffer-query): Rename from
17706         `message-kill-buffer-query-if-modified'.  Add :version.
17707
17708 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17711         window layout.
17712
17713 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * mml.el: Autoload dnd when compiling.
17716
17717 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17718
17719         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17720         x-dnd-*.
17721
17722 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * qp.el (quoted-printable-encode-region): Save excursion.
17725
17726 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17727
17728         * message.el (message-kill-buffer-query-if-modified): Add new variable
17729         so the user can kill a modified message buffer quickly.
17730         (message-kill-buffer): Use it.
17731
17732 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * lpath.el: Fbind display-time-event-handler; don't fbind
17735         string-to-multibyte.
17736
17737         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17738
17739 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17742         contained in text because xml.el decodes entities) with LFs.
17743
17744 2005-04-11  Lute Kamstra  <lute@gnu.org>
17745
17746         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17747         differently.
17748
17749 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17750
17751         * mm-util.el (mm-detect-coding-region): Typo.
17752
17753 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17756
17757 2005-04-06  Deepak Goel  <deego@gnufans.org>
17758
17759         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17760         user-function allow user modifications of the scores.
17761         (spam-stat-score-buffer-user): New function, to allow
17762         user-computed modifications to the score.
17763         (spam-stat-score-buffer-user-functions): List of additional
17764         scoring functions.
17765         (spam-stat-error-holder): Global temporary error holder.
17766         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17767         variable.
17768
17769 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * gnus-registry.el (gnus-registry-clean-empty-function)
17772         (gnus-registry-trim, gnus-registry-fetch-groups)
17773         (gnus-registry-delete-group): Groups that match
17774         `gnus-registry-ignored-groups' are removed from the registry
17775         entries, not just ignored for splitting.  This helps clean up the
17776         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17777         to get all the groups a message ID is in.
17778
17779         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17780         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17781         (spam-stat-score-buffer-user-functions): Add :number custom type.
17782
17783 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17786         argument in XEmacs.
17787
17788         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17789         (nnrss-request-group): Decode group name first.
17790         (nnrss-request-article): Make a text/plain article if mml-to-mime
17791         failed.
17792         (nnrss-get-encoding): Return a compatible encoding according to
17793         nnrss-compatible-encoding-alist.
17794         (nnrss-find-el): Use consp instead of listp.
17795         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17796
17797 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17800         which Emacs 20 doesn't support.
17801         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17802
17803 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17804
17805         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17806         silence the byte compiler inside the defun.
17807
17808         * gnus-demon.el (parse-time-string): Add autoload.
17809
17810         * gnus-delay.el (parse-time-string): Add autoload.
17811
17812         * gnus-art.el (parse-time-string): Add autoload.
17813
17814         * nnultimate.el (parse-time): Require for `parse-time-string'.
17815
17816 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17819
17820         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17821
17822         * smime.el (smime-ldap-host-list): Add :version.
17823
17824 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17825
17826         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17827         pass it to `gnus-browse-read-group'.
17828         (gnus-browse-read-group): Add NUMBER argument and pass it to
17829         `gnus-group-read-ephemeral-group'.
17830
17831         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17832         argument and pass it to `gnus-group-read-group'.
17833
17834 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17835
17836         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17837         mm-xemacs-find-mime-charset-1 if we have the mule feature
17838         available at runtime.
17839
17840 2005-03-25  Werner Lemberg  <wl@gnu.org>
17841
17842         * nnmaildir.el: Replace `illegal' with `invalid'.
17843
17844 2005-03-23  Lute Kamstra  <lute@gnu.org>
17845
17846         * time-date.el: Add comment on time value formats.
17847         Don't require parse-time.
17848         (with-decoded-time-value): New macro.
17849         (encode-time-value): New function.
17850         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17851         (days-to-time): Return a valid time value when arg is huge.
17852         (time-since): Use time-subtract.
17853         (time-to-number-of-days): Use time-to-seconds.
17854
17855 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17856
17857         * gnus-start.el (gnus-display-time-event-handler):
17858         Check display-time-timer at runtime rather than only at load time
17859         in case display-time-mode is turned off in the mean time.
17860
17861 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17862
17863         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17864         used.
17865
17866         * nneething.el (nneething-map-file-directory): Derive from
17867         `gnus-directory'.
17868
17869         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17870         the To/Cc button.
17871
17872 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * nnmaildir.el (nnmaildir-request-accept-article):
17875         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17876
17877 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17878
17879         * gnus-async.el: Require timer-funcs at compile time when in
17880         XEmacs for `run-with-idle-timer'.
17881
17882 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17883
17884         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17885         autoloaded function.
17886
17887 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17888
17889         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17890
17891 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17892
17893         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17894
17895 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17896
17897         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17898         Add gnus-expert-user to default.
17899
17900 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17901
17902         * nnimap.el (nnimap-open-server): Ditto.
17903
17904         * imap.el (imap-authenticate): Fix typo.
17905
17906 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17907
17908         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17909         buffer (since IMAP server might return FETCH response out of
17910         order, and the nntp buffer must be sorted).
17911
17912 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17913
17914         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17915         comparison on string.
17916
17917         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17918         (gnus-agent-score): Rename category keywords to match gnus-cus.
17919         (gnus-agent-summary-fetch-series): Modify to protect against
17920         gnus-agent-summary-fetch-group clearing processable flags.
17921         (gnus-agent-synchronize-group-flags): Update live group buffer as
17922         synchronization may occur due to the user toggle the plugged
17923         status.
17924         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17925         successfully downloaded.
17926         (gnus-agent-expire-group-1): Avoid using markers when the overview
17927         is in ascending order; greatly improves performance.
17928         (gnus-agent-regenerate-group):
17929         Use gnus-agent-synchronize-group-flags to reset read status in both
17930         gnus and server.
17931         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17932
17933 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17934
17935         * message.el: Don't autoload former message-utils variables.
17936         (message-strip-subject-trailing-was): Change doc string.
17937
17938         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17939         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17940         (nnweb-google-search): Add "hl=en" here.
17941         (nnweb-google-parse-1, nnweb-google-create-mapping):
17942         Don't hardcode URL.
17943
17944 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17945
17946         * message.el (message-get-reply-headers, message-followup):
17947         Mention related variables `message-use-followup-to' and
17948         `message-use-mail-followup-to', in the information buffer.
17949
17950         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17951         of broken groups(-beta).google.com.
17952
17953 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17956         parameter to invoked gnus-request-move-article; remove the
17957         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17958         all at once instead of once per article.
17959         (gnus-summary-remove-process-mark): Accept a list of articles as
17960         well as a single article for processing.
17961
17962         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17963         parameter.
17964
17965         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17966
17967         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17968
17969         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17970         parameter.
17971
17972         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17973         parameter.
17974
17975         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17976         parameter and remove the gnus-sum-hint-move-is-internal variable.
17977
17978         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17979         parameter.
17980
17981         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17982         parameter.
17983
17984         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17985         parameter.
17986
17987         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17988
17989         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17990         parameter.
17991
17992         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17993         parameter.
17994
17995 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17996
17997         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17998         a more conservative way.
17999
18000 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18001
18002         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18003         buffer, so it moves the window's cursor.
18004
18005 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18006
18007         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18008         `mm-dissect-multipart' and receive the from field as an (optional)
18009         argument from `mm-dissect-multipart'.
18010         (mm-dissect-multipart): Receive the from field as an argument and
18011         pass it on when we call `mm-dissect-buffer' on MIME parts.
18012         Fixes verification/decryption of signed/encrypted MIME parts.
18013
18014 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * gnus-sum.el (gnus-summary-move-article):
18017         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18018         whatever it calls (right now, only nnimap-request-move article
18019         respects it).
18020
18021         * nnimap.el (nnimap-request-move-article):
18022         When gnus-sum-hint-move-is-internal is set, don't do the extra
18023         nnimap-request-article.
18024
18025 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18028
18029         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18030         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18031
18032         * gnus-sum.el (gnus-summary-caesar-message):
18033         Apply `gnus-treat-article' after rotation.
18034
18035         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18036         doc string.
18037
18038 2005-02-22  Simon Josefsson  <jas@extundo.com>
18039
18040         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18041         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18042         <arne@arnested.dk>.
18043         (encrypt): Add password-cache and password-cache-expiry as group
18044         members.
18045
18046 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18047
18048         * smime.el (smime-ldap-host-list): Doc fix.
18049         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18050         cache) password.
18051         (smime-sign-region): Use it.
18052         (smime-decrypt-region): Use it.
18053         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18054         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18055         fails.
18056         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18057         certificate from DER to PEM format rather than calling openssl.
18058
18059         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18060
18061         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18062         for signing/encryption.
18063
18064         * mml.el (mml-parse-1): Use them.
18065
18066 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18067
18068         * nnrss.el (nnrss-verbose): Remove.
18069         (nnrss-request-group): Use `nnheader-message' instead.
18070
18071 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18072
18073         * nnrss.el (nnrss-verbose): New variable.
18074         (nnrss-request-group): Make it say nnrss is requesting a group.
18075
18076 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18079         Handle news URL with given port correctly.
18080
18081 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18084         containing special characters.
18085
18086         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18087
18088         * mml.el (mime-to-mml): Ditto.
18089
18090         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18091         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18092         (rfc2047-decode-region): Quote decoded words containing special
18093         characters when rfc2047-quote-decoded-words-containing-tspecials
18094         is non-nil.
18095
18096 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18097
18098         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18099
18100         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18101
18102 2005-02-15  Simon Josefsson  <jas@extundo.com>
18103
18104         * nnimap.el (nnimap-debug): Doc fix.
18105
18106         * imap.el (imap-debug): Doc fix.
18107
18108 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18111
18112 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18113
18114         * gnus.el (spam-contents): Improve docs for spam-contents
18115         parameter in its variable incarnation.
18116
18117 2005-02-14  Simon Josefsson  <jas@extundo.com>
18118
18119         * smime-ldap.el: Use require instead of load-library for ldap.
18120         (smime-ldap-search): Indent.
18121         (smime-ldap-search-internal): Shorten line.
18122
18123         * smime.el (smime-cert-by-dns): Add doc-string.
18124         (smime-cert-by-ldap-1): Indent.
18125
18126         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18127         mml-smime-get-dns-ldap.
18128         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18129
18130 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18131
18132         * smime.el: Require smime-ldap.
18133         (smime-ldap-host-list): New variable.
18134         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18135
18136         * mml-smime.el (mml-smime-encrypt-query): New function.
18137         (mml-smime-encrypt-query): Use it.
18138
18139         * smime-ldap.el: New file.
18140
18141 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18144
18145 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18148         argument in doc string.  Make query for type more clear.
18149
18150 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * gnus.el (gnus-group-startup-message): Search for gnus images in
18153         etc/images/gnus.
18154         * mm-util.el (mm-image-load-path): Likewise.
18155         * smiley.el (smiley-data-directory): Search for smilies in
18156         etc/images/smilies.
18157
18158 2005-02-09  Kim F. Storm  <storm@cua.dk>
18159
18160         Change Emacs release version from 21.4 to 22.1 throughout.
18161         Change Emacs development version from 21.3.50 to 22.0.50.
18162
18163 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18166
18167         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18168         non-Mule XEmacs as well.
18169         (mm-decompress-buffer): Signal an error intentionally if it does
18170         not decompress compressed data because auto-compression-mode is
18171         disabled.
18172
18173 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18174
18175         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18176         an ID in the registry even if it has no groups.
18177
18178 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18181         merge it into mm-decompress-buffer.
18182         (gnus-mime-copy-part): Use the MIME part charset, the value which
18183         a user specified or gnus-newsgroup-charset for decoding, like
18184         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18185         save-buffer what was used.  Suggested by Kevin Ryde
18186         <user42@zip.com.au>.
18187         (gnus-mime-inline-part): Allow the name parameter as well as the
18188         filename parameter; force decompressing of compressed data; always
18189         display contents being not decoded as unibyte.
18190
18191         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18192         as well as the filename parameter.
18193
18194         * mm-util.el (mm-decompress-buffer):
18195         Merge gnus-mime-jka-compr-maybe-uncompress.
18196         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18197         of compressed data.
18198
18199 2005-02-08  Simon Josefsson  <jas@extundo.com>
18200
18201         * imap.el (imap-log): Doc fix.
18202
18203 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18206         the coding cookies; decompress compressed parts.
18207
18208         * mml.el (mml-generate-mime-1): Add the charset parameter according
18209         to the value which a user specified manually or the coding cookie.
18210
18211         * mm-util.el (mm-string-to-multibyte): New function.
18212         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18213         (mm-coding-system-to-mime-charset): New function.
18214         (mm-decompress-buffer): New function.
18215         (mm-find-buffer-file-coding-system): New function.
18216
18217         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18218         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18219         parts.
18220
18221 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18222
18223         * mm-view.el (mm-display-inline-fontify): Decode a part according
18224         to the charset parameter.
18225
18226 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18229         prefix arg is neither nil nor a number, as info specifies.
18230
18231 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18234         timestamps.
18235
18236 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18237
18238         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18239         groups error checking and notify user.
18240
18241 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18242
18243         * message.el (message-send-mail-function): Check existence of
18244         sendmail-program first before using default value
18245         `message-send-mail-with-sendmail'.  Otherwise use more generic
18246         `smtpmail-send-it'.
18247
18248 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * nntp.el (nntp-request-update-info): Always return nil.
18251
18252 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18253
18254         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18255
18256 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18257
18258         * message.el (message-beginning-of-line): Change the behavior when
18259         invoked between BOL and : so that it first moves backward.
18260
18261 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18264         article buffer when editing of the article is discarded.
18265         (gnus-article-prepare): Revert.
18266
18267 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * gnus-art.el (gnus-article-prepare):
18270         Remove message-strip-forbidden-properties from the local hook.
18271
18272 2005-01-27  Simon Josefsson  <jas@extundo.com>
18273
18274         * password.el (password-cache-add): Only start one timer per key.
18275         Reported by Derek Atkins <warlord@MIT.EDU>.
18276
18277 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18278
18279         * run-at-time.el: Remove.  It is no longer needed as
18280         timer-funcs.el in the xemacs-base package has a working version of
18281         `run-at-time'.
18282
18283         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18284
18285         * password.el: Require timer-funcs instead of run-at-time in
18286         XEmacs.
18287         Remove `password-run-at-time' macro.
18288         (password-cache-add): Use `run-at-time' instead of
18289         `password-run-at-time'.
18290
18291         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18292         Remove `nnheader-cancel-function-timers' alias,
18293         `cancel-function-timers' exists in XEmacs in timer-funcs.
18294
18295         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18296         for `run-with-idle-timer'.
18297
18298         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18299         for `run-at-time'.
18300
18301         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18302         for `with-timeout'.
18303
18304         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18305         the same as for XEmacs 21.4.
18306         No need to ignore `run-with-idle-timer', this function exists in
18307         XEmacs now in timer-funcs.el in the xemacs-base package.
18308         (dgnushack-compile): No need to delete
18309         run-at-time.el from the list of files to compile because it
18310         doesn't exist anymore.
18311
18312 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18315         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18316
18317 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18318
18319         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18320         sensitively.
18321
18322 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18323
18324         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18325
18326 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18329         which will be inserted according to the multibyteness of a buffer
18330         rather than the type of contents.  Suggested by ARISAWA Akihiro
18331         <ari@mbf.ocn.ne.jp>.
18332
18333         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18334         of string which old xml.el may return rather than a string.
18335
18336 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18339
18340 2005-01-16  Simon Josefsson  <jas@extundo.com>
18341
18342         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18343         idn/idna.el isn't available.
18344         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18345         <michael@waxrat.com>.
18346
18347         * hashcash.el: Remove non-FSF copyright header.
18348
18349         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18350         (hashcash-generate-payment): Use it.
18351         (hashcash-generate-payment-async): Use it.
18352
18353 2005-01-15  Simon Josefsson  <jas@extundo.com>
18354
18355         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18356         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18357
18358         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18359         gnus-summary-idna-message.
18360         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18361         (gnus-summary-idna-message): New function.
18362
18363 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18366         gnus-novice-user.
18367
18368 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * nnrss.el (nnrss-request-delete-group): Delete entries in
18371         nnrss-group-alist as well.
18372         (nnrss-save-server-data): Insert newline.
18373
18374 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18375
18376         * gnus.el (gnus-user-agent): Use list of symbols instead of
18377         symbols.  Display full version number for (S)XEmacs.
18378         Optionally display (S)XEmacs codename.
18379
18380         * gnus-util.el (gnus-emacs-version): Update for new
18381         `gnus-user-agent'.
18382
18383         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18384         Gnus version.
18385
18386 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18389         which is unreadable in some setups.
18390
18391 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus-spec.el (gnus-update-format-specifications): Flush the
18394         group format spec cache if it doesn't support decoded group names.
18395
18396 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18397
18398         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18399         Allow to apply decay on score files matching a regexp.
18400
18401 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18404         compatibility in %g and %c.
18405
18406 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18409         name for only %g and %c.
18410         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18411         of gnus-tmp-group to decoded group name.
18412         (gnus-group-make-rss-group): Exclude `/'s from group names.
18413
18414 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * nnrss.el (nnrss-get-encoding): Fix regexp.
18417
18418 2004-12-27  Simon Josefsson  <jas@extundo.com>
18419
18420         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18421         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18422         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18423
18424 2004-12-17  Kim F. Storm  <storm@cua.dk>
18425
18426         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18427
18428         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18429
18430 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18431
18432         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18433
18434 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * nnrss.el: Require rfc2047 and mml.
18437         (nnrss-file-coding-system): New variable.
18438         (nnrss-format-string): Redefine it as an inline function.
18439         (nnrss-decode-group-name): New function.
18440         (nnrss-string-as-multibyte): Remove.
18441         (nnrss-retrieve-headers): Decode group name; don't use
18442         nnrss-format-string.
18443         (nnrss-request-group): Decode group name.
18444         (nnrss-request-article): Decode group name; allow a Message-ID as
18445         well as an article number; don't use nnrss-format-string; encode a
18446         Message-ID string which may contain non-ASCII characters; use
18447         mml-to-mime to compose a MIME article.
18448         (nnrss-request-expire-articles): Decode group name.
18449         (nnrss-request-delete-group): Decode group name.
18450         (nnrss-fetch): Clarify error message.
18451         (nnrss-read-server-data): Use insert-file-contents instead of load;
18452         bind file-name-coding-system; use multibyte buffer.
18453         (nnrss-save-server-data): Bind coding-system-for-write to the
18454         value of nnrss-file-coding-system; bind file-name-coding-system;
18455         add coding cookie.
18456         (nnrss-read-group-data): Use insert-file-contents instead of load;
18457         bind file-name-coding-system; use multibyte buffer.
18458         (nnrss-save-group-data): Bind coding-system-for-write to the
18459         value of nnrss-file-coding-system; bind file-name-coding-system.
18460         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18461         make it work with non-ASCII text.
18462         (nnrss-find-el): Make it work with old xml.el as well.
18463
18464 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18465
18466         * nnrss.el (nnrss-get-encoding): New function.
18467         (nnrss-fetch): Use unibyte buffer initially; bind
18468         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18469         decode contents according to the encoding attribute.
18470         (nnrss-save-group-data): Add coding cookie.
18471         (nnrss-mime-encode-string): New function.
18472         (nnrss-check-group): Use it to encode subject and author.
18473
18474 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18475
18476         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18477         imaginary variable.
18478
18479 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18482         correctly even if there are wide characters.
18483
18484 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18487         downcased symbol names; make a new cache instead of reusing
18488         bbdb-hashtable.
18489
18490 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18493         concatenating segments rather than before concatenating them.
18494         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18495
18496         * message.el (message-get-reply-headers): Bind `extra'.
18497
18498 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18499
18500         * message.el (message-extra-wide-headers): New variable.
18501         (message-get-reply-headers): Use it.
18502
18503 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18506         (gnus-agent-group-pathname): Ditto.
18507
18508         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18509
18510         * gnus-group.el (gnus-group-make-group): Decode group name.
18511         (gnus-group-make-rss-group): Register the group data after opening
18512         the nnrss group.
18513
18514 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18515
18516         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18517         by expiry now get marked as read.
18518
18519 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18522
18523 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18524
18525         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18526         unify Latin characters in XEmacs.
18527         (mm-find-mime-charset-region): Use it.
18528
18529 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * gnus-util.el (gnus-delete-directory): New function.
18532
18533         * gnus-agent.el (gnus-agent-delete-group): Use it.
18534
18535         * gnus-cache.el (gnus-cache-delete-group): Use it.
18536
18537 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18540         names.
18541
18542 2004-12-16  Simon Josefsson  <jas@extundo.com>
18543
18544         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18545
18546 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18549
18550         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18551         (gnus-group-set-current-level): Decode group name.
18552
18553 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18554
18555         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18556         failed.
18557
18558 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * gnus-group.el (gnus-group-delete-group): Decode group name.
18561         (gnus-group-make-rss-group): Encode group name.
18562         (gnus-group-catchup-current): Decode group name.
18563         (gnus-group-kill-group): Decode group name.
18564
18565 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18566
18567         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18568
18569 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-group.el (gnus-group-make-rss-group):
18572         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18573
18574         * gnus-start.el (gnus-setup-news): Honor user's setting to
18575         gnus-message-archive-method.  Suggested by Lute Kamstra
18576         <lute@gnu.org>.
18577
18578 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18579
18580         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18581         global counterparts of the buffer-local variables.
18582
18583 2004-11-16  Romain Francoise  <romain@orebokech.com>
18584
18585         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18586         counterparts of the buffer-local variables.
18587
18588 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * message.el (message-forbidden-properties): Fix typo in doc
18591         string.
18592
18593 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * gnus-util.el (gnus-replace-in-string): Add doc string.
18596
18597         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18598         to avoid problems when splitting mails with many recipients.
18599
18600 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18601
18602         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18603         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18604
18605 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18606
18607         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18608         if there is no hashtable in memory or file modification time is
18609         newer than cached timestamp.
18610
18611 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * gnus-sum.el (gnus-summary-limit-to-recipient):
18614         Implement not-matching option.
18615
18616 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18617
18618         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18619         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18620         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18621         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18622         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18623         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18624
18625 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * message.el (message-forward-make-body-mml): Remove headers
18628         according to message-forward-ignored-headers if a message is decoded.
18629
18630 2004-12-02  Romain Francoise  <romain@orebokech.com>
18631
18632         * message.el (message-forward-make-body-plain): Always remove
18633         headers according to message-forward-ignored-headers.
18634
18635 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18636
18637         * spam.el (spam-summary-prepare-exit): Remove the
18638         gnus-summary-limit pop for now, it has problems with ham marks for
18639         me.
18640
18641 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18642
18643         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18644         correctly.
18645
18646 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18647
18648         * format-spec.el (format-spec): Message the char.
18649
18650 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18651
18652         * gnus-art.el (gnus-split-methods): Reformat comments.
18653
18654         * spam.el (spam-summary-prepare-exit): Remove article limits
18655         before exiting the summary buffer.
18656
18657 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18660         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18661
18662         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18663         order to silence the byte compiler.
18664
18665         * spam.el: Fix the way to silence the byte compiler, which
18666         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18667         bbdb-search-simple, spam-BBDB-register-routine,
18668         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18669         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18670         spam-stat-buffer-is-spam, spam-stat-load,
18671         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18672         spam-stat-save and spam-stat-split-fancy.
18673
18674 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18677         which may confuse users.
18678         (canlock-password-for-verify): Ditto.
18679
18680         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18681
18682         * gnus-art.el (gnus-emphasis-alist): Ditto.
18683
18684         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18685
18686         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18687
18688         * gnus-start.el (gnus-save-killed-list): Ditto.
18689
18690         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18691         (gnus-sum-thread-tree-root): Ditto.
18692         (gnus-sum-thread-tree-false-root): Ditto.
18693         (gnus-sum-thread-tree-single-indent): Ditto.
18694
18695         * message.el (message-courtesy-message): Ditto.
18696         (message-archive-note): Ditto.
18697         (message-subscribed-address-file): Ditto.
18698         (message-user-fqdn): Ditto.
18699
18700         * spam-report.el (spam-report-gmane-regex): Ditto.
18701
18702         * spam.el (spam-blackhole-good-server-regex): Ditto.
18703
18704 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * mml.el (mml-preview): Widen the message buffer before copying
18707         the contents to the preview buffer; sort headers before previewing.
18708
18709         * message.el (message-hidden-headers): Fix the way to avoid a bug
18710         in the `repeat' widget in Emacs 21.3 or earlier.
18711
18712 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * message.el (message-hidden-headers): Default to "^References:".
18715         Improve customization type.  Suggested by Reiner Steib
18716         <Reiner.Steib@gmx.de>.
18717
18718 2004-11-25  Romain Francoise  <romain@orebokech.com>
18719
18720         * message.el (message-strip-forbidden-properties): Remove check for
18721         obsolete `message-hidden' text property, hidden headers are not
18722         accessible in the buffer anymore.
18723
18724 2004-11-22  Romain Francoise  <romain@orebokech.com>
18725
18726         * message.el (message-header-format-alist): Add `From' in list
18727         so that it can be sorted.
18728         (message-fix-before-sending): Widen and sort headers before
18729         sending.
18730         (message-hide-headers): Use narrowing to hide headers by moving
18731         them to the top of the buffer and narrowing to the region
18732         underneath.
18733
18734 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18735
18736         * message.el (message-strip-forbidden-properties):
18737         Bind buffer-read-only (etc) to nil.
18738
18739 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18742         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18743
18744 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18745
18746         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18747
18748 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18749
18750         * dns.el (query-dns): Use sit-for to time instead of
18751         accept-process-output, since that doesn't seem to work on udp
18752         sockets.
18753
18754 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18757
18758 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18761         doc string.  Improve doc string.
18762
18763 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * nntp.el (nntp-request-update-info): Return nil if
18766         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18767         may not call gnus-activate-group which uselessly issues the GROUP
18768         commands for all nntp groups and wastes time.  Reported by Romain
18769         Francoise <romain@orebokech.com>.
18770
18771         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18772
18773 2004-11-15  Simon Josefsson  <jas@extundo.com>
18774
18775         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18776         headers separately.
18777         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18778         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18779
18780 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18781
18782         * gnus-start.el (gnus-convert-old-newsrc):
18783         Assign legacy-gnus-agent to 5.10.7.
18784
18785 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18786
18787         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18788         start of the lines.
18789
18790 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18791
18792         * hashcash.el (hashcash-default-payment): Change default to 20.
18793         (hashcash-default-accept-payment): Change default to 20.
18794         (hashcash-process-alist): New variable.
18795         (hashcash-generate-payment-async): Add.
18796         (hashcash-already-paid-p): Add.
18797         (hashcash-insert-payment): Don't generate payments twice.
18798         (hashcash-insert-payment-async): Add.
18799         (hashcash-insert-payment-async-2): Add.
18800         (hashcash-cancel-async): Add.
18801         (hashcash-wait-async): Add.
18802         (hashcash-processes-running-p): Add.
18803         (hashcash-wait-or-cancel): Add.
18804         (mail-add-payment): New optional argument.  Conditionally start
18805         asynchronous calculation.
18806         (mail-add-payment-async): Add.
18807
18808         * message.el (message-send-mail): Wait for asynchronous hashcash
18809         results.  Don't clobber existing X-Hashcash headers.
18810         (message-setup-1): Call mail-add-payment-async when
18811         message-generate-hashcash is non-nil.
18812
18813 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18814
18815         * message.el (message-use-alternative-email-as-from): Examine the
18816         From header as well; use message-make-from in order to include a
18817         user's full name.
18818
18819 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18822         default; improve customization type.
18823         (gnus-emphasis-custom-with-format): New macro.
18824         (gnus-emphasis-custom-value-to-external): New function.
18825         (gnus-emphasis-custom-value-to-internal): New function.
18826
18827 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18828
18829         * dns.el (query-dns): Resolve reverse addresses.
18830
18831 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18832
18833         * gnus-group.el (gnus-group-get-new-news): Use it.
18834
18835         * gnus-start.el (gnus-check-reasonable-setup): New function.
18836
18837 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18840         "Args out of range" error.  Reported by Arnaud Giersch
18841         <arnaud.giersch@free.fr>.
18842
18843 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18844
18845         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18846
18847 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18848
18849         * spam.el (spam group): Add :version.
18850
18851         * pgg-def.el (pgg group): Add :version.
18852
18853 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-art.el (gnus-article-edit-article): Don't associate the
18856         article buffer with a draft file.  This is a temporary measure
18857         against the 2004-08-22 change to gnus-article-edit-mode.
18858
18859 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18862         (html2text-format-tags): Remove unused variable `attr'.
18863
18864 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18867
18868         * tls.el (tls-process-connection-type, tls-success)
18869         (tls-certtool-program): Add :version.
18870
18871         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18872         (starttls-extra-arguments, starttls-process-connection-type)
18873         (starttls-connect, starttls-failure, starttls-success): Add :version.
18874
18875         * spam-stat.el (spam-stat): Add :version.
18876
18877         * sieve.el (sieve): Add :version.
18878
18879         * sha1.el (sha1): Add :version.
18880         (sha1-use-external): Remove redundant version.
18881
18882         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18883         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18884         (nnmail-split-fancy-match-partial-words)
18885         (nnmail-split-lowercase-expanded): Add :version.
18886
18887         * nndiary.el (nndiary): Add :version.
18888
18889         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18890
18891         * mml-sec.el (mml-default-sign-method)
18892         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18893         Add :version.
18894
18895         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18896
18897         * mm-url.el (mm-url-use-external, mm-url-program)
18898         (mm-url-arguments): Add :version.
18899
18900         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18901         (mm-attachment-file-modes, mm-decrypt-option)
18902         (mm-w3m-safe-url-regexp): Add :version.
18903
18904         * message.el (message-cite-prefix-regexp)
18905         (message-sendmail-envelope-from, message-minibuffer-local-map)
18906         (message-user-fqdn, message-completion-alist): Add :version.
18907
18908         * gnus-win.el (gnus-configure-windows-hook)
18909         (gnus-use-frames-on-any-display): Add :version.
18910
18911         * gnus-art.el (gnus-article-address-banner-alist)
18912         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18913         (gnus-treat-from-picon, gnus-treat-mail-picon)
18914         (gnus-treat-x-pgp-sig): Add :version.
18915
18916         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18917         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18918         (gnus-summary-article-delete-hook)
18919         (gnus-summary-display-while-building): Add :version.
18920
18921         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18922         (gnus-get-top-new-news-hook): Add :version.
18923
18924         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18925         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18926
18927         * gnus-registry.el (gnus-registry): Add :version.
18928
18929         * gnus-spec.el (gnus-use-correct-string-widths)
18930         (gnus-make-format-preserve-properties): Add :version.
18931
18932         * gnus.el (gnus-group-charter-alist)
18933         (gnus-group-fetch-control-use-browse-url)
18934         (gnus-install-group-spam-parameters): Add :version.
18935
18936         * gnus-diary.el (gnus-diary): Add :version.
18937
18938         * gnus-delay.el (gnus-delay): Add :version.
18939
18940         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18941         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18942         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18943         Add :version.
18944
18945         * gnus-agent.el (gnus-agent-max-fetch-size)
18946         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18947         (gnus-agent-prompt-send-queue): Add :version.
18948
18949         * deuglify.el (gnus-outlook-deuglify): Add :version.
18950
18951         * html2text.el: Beautify code.  Improve doc strings.
18952         Some checkdoc cleanup.
18953         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18954
18955 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18956
18957         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18958
18959 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18960
18961         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18962         when package is loaded.
18963
18964         * spam.el (spam-summary-score-preferred-header): Add global preference
18965         for people who want to override the default SpamAssassin over
18966         Bogofilter preference (when both are set).
18967         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18968         (spam-user-format-function-S):
18969         Check spam-summary-score-preferred-header.
18970         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18971         (spam-user-format-function-S): Format the score correctly.
18972
18973 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18976         signature file.  Suggested by Manoj Srivastava
18977         <srivasta@golden-gryphon.com>.
18978
18979         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18980         iso-2022-jp even in the Japanese language environment.
18981         Suggested by Jason Rumney <jasonr@gnu.org>.
18982
18983 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18986         use the same characters as the dummy marks; make it free from
18987         getting affected by the language environment.
18988         (gnus-summary-read-group-1): Update mark positions only when the
18989         format spec is updated.
18990
18991         * gnus-spec.el (gnus-update-format-specifications): Return a list
18992         of updated types.
18993
18994 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18997         of boundp to check if display-warning is available.
18998
18999 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19000
19001         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19002
19003 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * nnspool.el (nnspool-spool-directory): Use news-path if the
19006         news-directory variable is not bound.
19007
19008         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19009         function instead of display-warning if it is not available.
19010
19011 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19014         v5-10: Use `point-at-bol'.
19015
19016 2004-10-26  Simon Josefsson  <jas@extundo.com>
19017
19018         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19019         <chenggao@gmail.com>.
19020
19021 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19024         instead.
19025
19026 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19029         to remove a server from the nnimap-server-buffer-alist.
19030         (nnimap-open-connection, nnimap-close-server): Use it.
19031
19032         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19033
19034 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19037         running the major-mode function.
19038
19039 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19042         dummy marks in the right way.
19043
19044 2004-10-18  David Edmondson  <dme@dme.org>
19045
19046         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19047         excessively.
19048
19049 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19050
19051         * gnus-util.el (gnus-split-references): Accept a nil references
19052         string and go on blissfully.
19053
19054         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19055         cases where the references string is non-nil but has no references.
19056
19057         * encrypt.el: Add autoload tags.
19058
19059         * spam.el (spam-resolve-registrations-routine): Remove article
19060         from unregistration list too.  Reported by David Hanak
19061         <dhanak@isis.vanderbilt.edu>
19062
19063 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19064
19065         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19066         nil.  Change custom type.
19067
19068 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19071
19072         * gnus-sum.el (gnus-summary-move-article): Use it.
19073
19074 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19075
19076         * encrypt.el: Add autoload cookies.
19077
19078         * spam.el (spam-backend-article-list-property)
19079         (spam-backend-get-article-todo-list)
19080         (spam-backend-put-article-todo-list)
19081         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19082         Resolve registrations separately.
19083         (spam-register-routine): Format comments.
19084         (spam-unregister-routine, spam-register-routine): Always call with
19085         specific-articles, no default list.
19086         (spam-summary-prepare-exit): Use the spam-classifications function.
19087
19088         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19089         gnus-encrypt.el.
19090
19091         * encrypt.el: Copied from gnus-encrypt.el.
19092
19093         * gnus-encrypt.el: Commented that it's obsolete.
19094
19095 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19096
19097         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19098         (gnus-score-save): Use it.
19099
19100         * message.el (message-bury): Use `window-dedicated-p'.
19101
19102 2004-10-15  Simon Josefsson  <jas@extundo.com>
19103
19104         * pop3.el (top-level): Don't require nnheader.
19105         (pop3-read-timeout): Add.
19106         (pop3-accept-process-output): Add.
19107         (pop3-read-response, pop3-retr): Use it.
19108
19109 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19110
19111         * spam.el (spam-register-routine): Move comment.
19112         (spam-verify-bogofilter): Use 'unknown for the initial
19113         spam-bogofilter-valid state, not 'never.
19114
19115         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19116         for netrc-machine.
19117
19118         * nnimap.el (nnimap-open-connection):
19119         Use netrc-machine-user-or-password.
19120
19121 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19122
19123         * gnus-registry.el (gnus-registry-unload-hook):
19124         Set as a variable with add-hook.
19125
19126         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19127         of news-path.
19128
19129         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19130
19131         * spam.el: Delete duplicate `provide'.
19132         (spam-unload-hook): Set as a variable with add-hook.
19133
19134 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19135
19136         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19137         in the doc string.
19138
19139         * message.el (message-ignored-news-headers)
19140         (message-ignored-supersedes-headers)
19141         (message-ignored-resent-headers)
19142         (message-forward-ignored-headers): Improve custom type.
19143
19144 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * message.el (message-tokenize-header): Fix 2004-09-06 change
19147         which used point-min in the wrong place.
19148
19149 2004-10-12  Simon Josefsson  <jas@extundo.com>
19150
19151         * tls.el (tls-certtool-program): New variable.
19152         (tls-certificate-information): New function, based on
19153         ssl-certificate-information.
19154
19155 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * compface.el: Move the version of ELisp-based uncompface program
19158         to the contrib directory because of the copyright problem.
19159
19160 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19161
19162         * message.el (message-kill-buffer): Raise the current frame.
19163
19164 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19167
19168         * gnus.el (message-y-or-n-p): Autoload.
19169
19170         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19171         (pop3-password-required, pop3-authentication-scheme)
19172         (pop3-leave-mail-on-server): Make customizable.
19173         (pop3): New custom group.
19174         (pop3-retr): Remove `sleep-for' statements.
19175         Suggested by Dave Love <fx@gnu.org>.
19176
19177         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19178         Windows/DOS.
19179
19180         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19181         (imap-parse-body): Fix incorrect use of `assert'.
19182         Suggested by Dave Love <fx@gnu.org>.
19183
19184         * mml.el (mml-minibuffer-read-disposition): Require match.
19185         Suggested by Dave Love <fx@gnu.org>.
19186
19187 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19188
19189         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19190         doc string.
19191
19192 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19195
19196 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19197
19198         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19199         instead of calling `mm-insert-inline', to decode text/* parts
19200         before displaying them.
19201
19202 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * mm-uu.el (mm-uu-text-plain-type): New variable.
19205         (mm-uu-pgp-signed-extract-1): Use it.
19206         (mm-uu-pgp-encrypted-extract-1): Use it.
19207         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19208         bind mm-uu-text-plain-type with that value.
19209         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19210         mm-uu-dissect.
19211
19212 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * gnus-group.el (gnus-update-group-mark-positions):
19215         * gnus-sum.el (gnus-update-summary-mark-positions):
19216         * message.el (message-check-news-body-syntax):
19217         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19218         of string-as-multibyte.
19219
19220 2004-10-05  Juri Linkov  <juri@jurta.org>
19221
19222         * gnus-group.el (gnus-update-group-mark-positions):
19223         * gnus-sum.el (gnus-update-summary-mark-positions):
19224         * message.el (message-check-news-body-syntax):
19225         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19226         8-bit unibyte values to a multibyte string for search functions.
19227
19228 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19231         (mm-uu-dissect-text-parts): New function.
19232
19233         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19234         dissect text parts.
19235
19236         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19237         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19238
19239         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19240
19241         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19242         Use gnus-current-topics instead of gnus-current-topic.
19243
19244 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19245
19246         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19247
19248 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19251         where approriate.
19252
19253         * nnml.el (nnml-generate-active-info): do.
19254
19255         * nndiary.el (nndiary-generate-active-info): do.
19256
19257         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19258         (gnus-topic-move): do.
19259
19260         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19261         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19262
19263         * gnus-srvr.el (gnus-server-prepare)
19264         (gnus-server-open-all-servers): do.
19265
19266         * gnus-msg.el (gnus-summary-cancel-article)
19267         (gnus-summary-resend-message)
19268         (gnus-summary-mail-crosspost-complaint): do.
19269
19270         * gnus-move.el (gnus-change-server): do.
19271
19272         * gnus-group.el (gnus-group-unmark-all-groups)
19273         (gnus-group-set-current-level): do.
19274
19275 2004-10-04  Simon Josefsson  <jas@extundo.com>
19276
19277         * message.el (message-generate-hashcash): Doc fix.
19278
19279 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19280
19281         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19282         avoid infinite recursion via gnus-get-function.
19283
19284 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19287
19288         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19289
19290         * nnmail.el (nnmail-split-history): do.
19291
19292         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19293         (nnml-request-delete-group): do.
19294
19295         * nnslashdot.el (nnslashdot-read-groups): do.
19296
19297         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19298         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19299
19300         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19301         (nnspool-sift-nov-with-sed): Use last.
19302         (nnspool-retrieve-headers-with-nov): Use mapc.
19303         (nnspool-request-newgroups): Use dolist.
19304         (nnspool-request-group): Use last.
19305
19306         * nntp.el (nntp-read-server-type): Use dolist.
19307
19308         * nnvirtual.el (nnvirtual-create-mapping)
19309         (nnvirtual-update-read-and-marked): Use dolist.
19310         (nnvirtual-convert-headers): Simplify.
19311
19312 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19313
19314         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19315         Add support for sync'ing tick marks.
19316
19317 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19320         there's no visible header.
19321
19322 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19323
19324         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19325         When necessary, pass full group name to gnus-request-set-marks.
19326
19327 2004-10-01  Simon Josefsson  <jas@extundo.com>
19328
19329         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19330         acroread.
19331
19332 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333
19334         * spam-report.el (spam-report-gmane): Fix interactive.
19335
19336         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19337
19338         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19339         when writing file.
19340         (gnus-agent-synchronize-flags): Don't default to being
19341         interactive.
19342
19343 2004-09-30  Simon Josefsson  <jas@extundo.com>
19344
19345         * message.el (message-generate-hashcash): Add.
19346         (message-send-mail): Use it, call mail-add-payment.
19347
19348 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19349
19350         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19351
19352 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19353
19354         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19355         gnus-requst-update-info with explicit code to sync the in-memory
19356         info read flags with the marks being sync'd to the backend.
19357
19358         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19359
19360 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19361
19362         * spam.el (spam-verify-bogofilter): Add new function.
19363         (spam-check-bogofilter)
19364         (spam-bogofilter-register-with-bogofilter): Use it.
19365         (spam-verify-bogofilter): Add small fixes.
19366
19367 2004-09-28  Simon Josefsson  <jas@extundo.com>
19368
19369         * hashcash.el (hashcash-generate-payment): Revert.
19370
19371 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19372
19373         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19374         Use gnus-extract-references instead of gnus-split-references.
19375
19376         * gnus-util.el (gnus-extract-references): Add new function, analogous
19377         to gnus-split-references but extracts only the message-ID without
19378         anything extra.
19379
19380         * hashcash.el (hashcash-generate-payment)
19381         (hashcash-check-payment): Do the right thing if hashcash-path is
19382         nil (because the hashcash program could not be found).
19383
19384         * spam.el (spam-use-hashcash): Remove comment.
19385
19386 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19387
19388         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19389         (gnus-cache-enter-article, gnus-cache-remove-article)
19390         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19391
19392         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19393
19394         * gnus-art.el (article-hide-boring-headers)
19395         (article-translate-strings, article-display-face)
19396         (gnus-article-mime-match-handle-first)
19397         (gnus-article-highlight-headers)
19398         (gnus-article-add-buttons-to-head): do.
19399
19400 2004-09-27  Simon Josefsson  <jas@extundo.com>
19401
19402         * hashcash.el: New version, from
19403         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19404         ../contrib/.
19405
19406 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19409
19410 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19411
19412         * gnus-dup.el (gnus-dup-open): Use mapc.
19413         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19414
19415         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19416         Reported by Stefan Wiens <s.wi@gmx.net>.
19417
19418         * gnus.el (gnus-shutdown): Use dolist.
19419
19420         * gnus-undo.el (gnus-undo): Use mapc.
19421
19422         * nnrss.el (nnrss-generate-active): do.
19423
19424         * message.el (message-cite-original-without-signature)
19425         (message-cite-original): Use mapc.
19426         (message-do-actions, message-make-forward-subject): Use dolist.
19427
19428 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19429
19430         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19431         deletion to remove entire duplicate line.  Fixes merged article
19432         number bug.
19433
19434 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19435
19436         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19437         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19438         first ask if you want to open a server and then, even when you
19439         responded with no, asking if you want to synchronize the server's
19440         flags.
19441         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19442         multi-line expressions.
19443         (gnus-agent-synchronize-group-flags): New internal function.
19444         Updates marks in memory (in the info structure) AND in the
19445         backend.
19446
19447         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19448
19449         * nnagent.el (nnagent-request-set-mark):
19450         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19451         method, to ensure that synchronization updates marks in the
19452         backend and in the info (in memory) structure.
19453
19454 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19455
19456         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19457         convention fully; don't miss the root article of a thread; make
19458         the X-Draft-From header with correct article numbers.
19459
19460 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19461
19462         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19463         unless plugged.  Disable the agent so that an open failure causes
19464         an error.
19465
19466         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19467         Revert 2004-09-21 change.  The backend must be opened while
19468         synchronizing flags even when the backend stores the flags
19469         locally.
19470
19471 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19472
19473         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19474         in `header' match.  Reported by Svend Tollak Munkejord.
19475
19476         * message.el (message-cite-original): Fix use of
19477         `message-cite-articles-with-x-no-archive'.
19478
19479 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19482         (gnus-window-to-buffer): Ditto.
19483
19484         * mml.el (mml-preview-buffer): New variable.
19485         (mml-preview): Manage window layout with gnus-buffer-configuration.
19486
19487         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19488         X-Draft-From header even if those articles aren't quoted.
19489
19490 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19491
19492         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19493         (gnus-request-set-mark, gnus-request-update-mark): Use new
19494         g-s-t-u-l-m to decide to use backend even when unplugged.
19495
19496 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19499         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19500
19501 2004-09-20  Simon Josefsson  <jas@extundo.com>
19502
19503         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19504         "utf-16-le".
19505
19506 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19507
19508         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19509
19510 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * uudecode.el (uudecode-use-external): Add :version.
19513
19514         * smime.el (smime-CA-file, smime-encrypt-cipher)
19515         (smime-dns-server): Add :version.
19516
19517         * smiley.el (gnus-smiley-file-types): Add :version.
19518
19519         * sha1.el (sha1-use-external): Add :version.
19520
19521         * pgg-def.el (pgg-query-keyserver): Add :version.
19522
19523         * nnmail.el (nnmail-fancy-expiry-targets)
19524         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19525         Add :version.
19526
19527         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19528         (nnimap-retrieve-groups-asynchronous): Add :version.
19529         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19530
19531         * mml.el (mml-content-disposition-parameters)
19532         (mml-insert-mime-headers-always): Add :version.
19533
19534         * mm-util.el (mm-coding-system-priorities): Add :version.
19535
19536         * mm-decode.el (mm-inline-text-html-with-images)
19537         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19538         (mm-verify-option): Add :version.
19539         (mm-text-html-renderer): Change :version.
19540
19541         * message.el (message-fcc-externalize-attachments)
19542         (message-required-headers, message-draft-headers)
19543         (message-subject-trailing-was-query)
19544         (message-subject-trailing-was-ask-regexp)
19545         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19546         (message-mark-insert-end, message-archive-header)
19547         (message-archive-note, message-cross-post-default)
19548         (message-cross-post-note, message-followup-to-note)
19549         (message-cross-post-note-function, message-use-mail-followup-to)
19550         (message-subscribed-address-functions)
19551         (message-subscribed-address-file, message-subscribed-addresses)
19552         (message-subscribed-regexps, message-allow-no-recipients)
19553         (message-yank-cited-prefix, message-signature-insert-empty-line)
19554         (message-hidden-headers, message-hierarchical-addresses)
19555         (message-mail-user-agent, message-use-idna)
19556         (message-valid-fqdn-regexp)
19557         (message-strip-special-text-properties, message-header-synonyms)
19558         (message-beginning-of-line, message-tab-body-function): Add :version.
19559         (message-insert-canlock, message-wide-reply-confirm-recipients):
19560         Change :version.
19561
19562         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19563         and :version.
19564         (mail-source-delete-old-incoming-confirm)
19565         (mail-source-movemail-program): Add :version.
19566
19567         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19568         (gnus-agent-cache, gnus-agent): Change :version.
19569
19570         * gnus-util.el (gnus-use-byte-compile): Change :version.
19571
19572         * gnus-sum.el (gnus-summary-make-false-root-always)
19573         (gnus-summary-default-high-score)
19574         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19575         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19576         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19577         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19578         (gnus-sum-thread-tree-single-indent)
19579         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19580         (gnus-sum-thread-tree-leaf-with-other)
19581         (gnus-sum-thread-tree-single-leaf): Add :version.
19582         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19583         (gnus-article-loose-mime): Change :version.
19584
19585         * gnus-start.el (gnus-backup-startup-file)
19586         (gnus-save-startup-file-via-temp-buffer): Add :version.
19587
19588         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19589         (gnus-server-offline-face): Add :version.
19590
19591         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19592
19593         * gnus-msg.el (gnus-gcc-externalize-attachments)
19594         (gnus-debug-files, gnus-debug-exclude-variables)
19595         (gnus-discouraged-post-methods): Change :version.
19596         (gnus-confirm-mail-reply-to-news)
19597         (gnus-confirm-treat-mail-like-news): Add :version.
19598
19599         * gnus-int.el (gnus-server-unopen-status): Add :version.
19600
19601         * gnus-group.el (gnus-group-jump-to-group-prompt)
19602         (gnus-large-ephemeral-newsgroup)
19603         (gnus-fetch-old-ephemeral-headers): Add :version.
19604
19605         * gnus-fun.el (gnus-x-face-directory)
19606         (gnus-convert-pbm-to-x-face-command)
19607         (gnus-convert-image-to-x-face-command)
19608         (gnus-convert-image-to-face-command): Add :version.
19609
19610         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19611
19612         * gnus-cite.el (gnus-cite-blank-line-after-header)
19613         (gnus-article-boring-faces): Add :version.
19614
19615         * gnus-art.el (gnus-buttonized-mime-types)
19616         (gnus-inhibit-mime-unbuttonizing)
19617         (gnus-treat-display-face)
19618         (gnus-treat-body-boundary): Change :version.
19619         (gnus-body-boundary-delimiter, gnus-picon-databases)
19620         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19621         (gnus-treat-date-english, gnus-treat-fold-headers)
19622         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19623         (gnus-treat-mail-picon, gnus-treat-wash-html)
19624         (gnus-article-encrypt-protocol)
19625         (gnus-use-idna, gnus-article-over-scroll)
19626         (gnus-mime-display-multipart-alternative-as-mixed)
19627         (gnus-mime-display-multipart-related-as-mixed)
19628         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19629         (gnus-ctan-url, gnus-button-ctan-handler)
19630         (gnus-button-handle-ctan-bogus-regexp)
19631         (gnus-button-ctan-directory-regexp)
19632         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19633         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19634         (gnus-button-man-level, gnus-button-emacs-level)
19635         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19636
19637         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19638         (gnus-agent-go-online): Change :version.
19639         (gnus-agent-expire-unagentized-dirs)
19640         (gnus-agent-auto-agentize-methods): Add :version.
19641
19642         * flow-fill.el (fill-flowed-display-column)
19643         (fill-flowed-encode-column): Add :version.
19644
19645         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19646         (gnus-outlook-deuglify-unwrap-max)
19647         (gnus-outlook-deuglify-cite-marks)
19648         (gnus-outlook-deuglify-unwrap-stop-chars)
19649         (gnus-outlook-deuglify-no-wrap-chars)
19650         (gnus-outlook-deuglify-attrib-cut-regexp)
19651         (gnus-outlook-deuglify-attrib-verb-regexp)
19652         (gnus-outlook-deuglify-attrib-end-regexp)
19653         (gnus-outlook-display-hook): Add :version.
19654
19655         * binhex.el (binhex-use-external): Add :version.
19656
19657 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19658
19659         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19660         and `invisible'.
19661
19662 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19663
19664         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19665         in gnus-registry-trim.
19666
19667 2004-09-13  Simon Josefsson  <jas@extundo.com>
19668
19669         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19670
19671         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19672
19673         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19674         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19675         <yamaoka@jpl.org>.
19676         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19677         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19678         <yamaoka@jpl.org>.
19679
19680         * sieve.el (sieve-manage-mode): Ditto.
19681
19682 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19683
19684         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19685
19686 2004-09-11  Simon Josefsson  <jas@extundo.com>
19687
19688         * dns-mode.el: Add.
19689
19690         * mm-view.el (mm-display-dns-inline): Add.
19691
19692         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19693         (mm-automatic-display): Ditto.
19694
19695         * mailcap.el (mailcap-mime-data): Add text/dns.
19696         (mailcap-mime-extensions): Map .soa to text/dns.
19697
19698 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19699
19700         * gnus-art.el (article-decode-mime-words, article-babel)
19701         (gnus-article-highlight-signature, gnus-article-add-buttons)
19702         (gnus-signature-toggle): Remove unnecessary bindings of
19703         `inhibit-read-only' inherited from v5.10 merge.
19704
19705 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19706
19707         * nntp.el (nntp): New customization group.
19708         (nntp-authinfo-file): Add customization group.
19709
19710         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19711
19712         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19713
19714         * gnus.el (to-address, to-list, subscribed)
19715         (large-newsgroup-initial): Ditto.
19716
19717         * flow-fill.el (fill-flowed-display-column)
19718         (fill-flowed-encode-column): Ditto.
19719
19720 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19721
19722         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19723         Use point-min rather than 1.
19724         (message-send-mail): Use buffer-size rather than point-max.
19725
19726         * gnus-sum.el (gnus-summary-search-article-forward):
19727         Signal a specific `search-failed' rather than a generic `error'.
19728
19729         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19730         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19731         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19732
19733 2004-09-10  Simon Josefsson  <jas@extundo.com>
19734
19735         * nndb.el (require): Remove tcp and duplicate cl.
19736
19737 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * gnus-agent.el (directory-files-and-attributes): Move forward.
19740
19741 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19742
19743         * gnus-agent.el (directory-files-and-attributes):
19744         Optionally defined to support XEmacs.
19745
19746 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19747
19748         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19749         to avoid run-time CL dependencies.
19750         (gnus-agent-unfetch-articles): New function.
19751         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19752         article numbers even when local .overview file is missing.
19753         (gnus-agent-read-article-number): New function.  Only accepts
19754         27-bit article numbers.
19755         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19756         Use gnus-agent-read-article-number.
19757         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19758         from backend while recognizing that article numbers in .overview
19759         must be valid.
19760         (gnus-agent-update-files-total-fetched-for):
19761         Use directory-files-and-attributes to improve performance.
19762         * gnus-int.el (gnus-request-move-article):
19763         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19764         improve performance.
19765
19766         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19767         some users confused by references to .newsrc when they only have a
19768         .newsrc.eld file.
19769         (gnus-convert-mark-converter-prompt)
19770         (gnus-convert-converter-needs-prompt): Fix use of property list.
19771         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19772         New function.  Used internally to only display 'gnus converting
19773         files' message when actually necessary.
19774
19775         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19776         methods now autoloaded.
19777
19778 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19781         identifiers.
19782
19783 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19784
19785         * gnus-picon.el: Fix indentation and closing parenthesis.
19786
19787 2004-09-01  Simon Josefsson  <jas@extundo.com>
19788
19789         * message.el (message-canlock-generate): Require sha1, not
19790         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19791         to require within a function.  Sadly, if sha1.el isn't loaded, the
19792         let binding in m-c-g will hide the defcustom definition, which is
19793         bad.)
19794
19795         * canlock.el: Require sha1, not sha1-el.
19796
19797         * message.el: Don't autoload sha1 (there is a autoload cookie in
19798         sha1.el).
19799
19800         * sha1-el.el: Rename to sha1.el.
19801
19802 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19803
19804         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19805
19806 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19807
19808         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19809
19810 2004-08-30  Kim F. Storm  <storm@cua.dk>
19811
19812         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19813
19814         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19815         Add :group 'nnimap.
19816
19817 2004-08-30  Andreas Schwab  <schwab@suse.de>
19818
19819         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19820         ?* and ?\;.
19821
19822         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19823         and ?\' to symbol instead of whitespace.
19824
19825 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19828
19829         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19830         instead of re-search-forward.
19831
19832         * gnus-uu.el (gnus-uu-save-article): Ditto.
19833         (gnus-uu-post-encode-uuencode): Ditto.
19834
19835         * html2text.el (html2text-clean-list-items): Ditto.
19836         (html2text-clean-dtdd): Ditto.
19837         (html2text-format-tags): Ditto.
19838
19839         * message.el (message-send-mail-with-sendmail): Fix regexp.
19840         (message-fill-field-general): Use search-forward instead of
19841         re-search-forward.
19842         (unbold-region): Ditto.
19843
19844         * nnrss.el (nnrss-request-article): Ditto.
19845
19846         * nnslashdot.el (nnslashdot-request-article): Ditto.
19847
19848         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19849
19850         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19851         "Unrecognized menu descriptor" error in XEmacs.
19852
19853 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19854
19855         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19856         parent article of a sparse article in the thread hashtb.
19857
19858 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19859
19860         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19861         (nnmail-expand-newtext): Lowercase expanded entries if
19862         nnmail-split-lowercase-expanded is non-nil.
19863
19864 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19865
19866         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19867
19868         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19869         of gnus-tmp-news-method into string under XEmacs.  It will be
19870         passed to gnus-correct-length which takes only a string argument.
19871
19872 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-util.el (gnus-bind-print-variables): New macro.
19875         (gnus-prin1): Use it.
19876         (gnus-prin1-to-string): Use it.
19877         (gnus-pp): New function.
19878         (gnus-pp-to-string): New function.
19879
19880         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19881         Replace pp-to-string with gnus-pp-to-string.
19882         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19883         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19884         * gnus-msg.el (gnus-debug): Ditto.
19885         * gnus-score.el (gnus-score-save): Ditto.
19886         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19887         gnus-pp-to-string.
19888         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19889         with gnus-pp.
19890         * score-mode.el (gnus-score-pretty-print): Ditto.
19891         * webmail.el (webmail-debug): Ditto.
19892
19893 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * gnus-art.el (article-display-face, article-display-x-face):
19896         Use buffer-read-only.
19897
19898 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * gnus-art.el (article-hide-list-identifiers):
19901         Bind inhibit-read-only as t.
19902
19903 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19906
19907 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19908
19909         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19910         (gnus-narrow-to-page): Don't assume point-min == 1.
19911         (gnus-article-edit-mode): Derive from message-mode.
19912
19913         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19914         point-min == 1.
19915
19916         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19917         Disable incorrect use of `assert'.
19918
19919         * message.el (message-mode): Set comment-start-skip.
19920
19921
19922 2004-08-22  Sam Steingold  <sds@gnu.org>
19923
19924         * pop3.el (pop3-leave-mail-on-server): New user variable.
19925         (pop3-movemail): Delete mail only when it is nil.
19926
19927 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19928
19929         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19930
19931         * mml.el (mml-preview): Use `pop-to-buffer'.
19932
19933         * message.el (message-goto-mail-followup-to): Insert after "To".
19934         (message-carefully-insert-headers): Add comment.
19935
19936         * gnus.el: Remove unused variable `gnus-article-check-size'.
19937
19938         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19939
19940         * gnus-art.el (gnus-button-alist):
19941         Improve `gnus-button-handle-library' entry.
19942
19943 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19944
19945         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19946         Use downcase, since XEmacs capitalizes error messages differently.
19947
19948 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * nntp.el: Add (require 'gnus) due to reference to
19951         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19952
19953 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19954
19955         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19956         Bind `mm-fill-flowed'.
19957
19958         * mm-decode.el (mm-dissect-singlepart): Check it.
19959
19960 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19961
19962         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19963         'imap' for netrc parsing.
19964
19965 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19966
19967         * mailcap.el (mailcap-mime-data): Mark as risky.
19968
19969 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19972         may be included in the encoded word.
19973         (rfc2047-encode): Don't append a space if the encoded word
19974         includes close parenthesis.
19975
19976 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19979         of text within parentheses.
19980
19981 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19982
19983         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19984         (gnus-encrypt-write-file-contents): Make the password key the file
19985         name PLUS the cipher, not just the cipher.  Also remove failed
19986         passwords from the cache.
19987
19988 2004-08-06  Simon Josefsson  <jas@extundo.com>
19989
19990         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19991         Doc fix.
19992
19993 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19996         LWSP.
19997
19998 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19999
20000         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20001         Try to append in-reply-to: data to the references: header.
20002
20003         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20004         (netrc-parse): Use gnus-encrypt.el functions.
20005
20006         * gnus-encrypt.el: Add new file for encryption support; currently
20007         does only a few GPG ciphers and an internal XOR cipher.
20008
20009         * password.el: Add comments on using password-read-and-add.
20010         (password-read-and-add): Add function to read and add the
20011         password to the cache at once.
20012
20013 2004-07-28  Simon Josefsson  <jas@extundo.com>
20014
20015         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20016         parameter (but don't use it, for now).
20017
20018         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20019         instead of hard coding to nil.
20020
20021 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20024         as mm-inline-image-xemacs does.
20025
20026 2004-07-26  Simon Josefsson  <jas@extundo.com>
20027
20028         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20029         Revert part of 2004-07-17 change below.
20030
20031 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20032
20033         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20034         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20035
20036 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20037
20038         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20039         quotes that actually start with ">" at the beginning of the
20040         lines.
20041
20042 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20043
20044         * rfc2047.el (rfc2047-encode-region): Fix last change.
20045         (rfc2047-encode-parameter): Remove useless concat.
20046
20047 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20048
20049         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20050         encode special characters; fix some kind of misconfigured headers;
20051         signal a real error if debug-on-quit or debug-on-error is non-nil.
20052         (rfc2047-encode-max-chars): New variable.
20053         (rfc2047-encode-1): Use it.
20054         (rfc2047-encode-parameter): New function.
20055
20056         * mml.el (mml-insert-parameter): Remove an excessive space.
20057
20058 2004-07-17  Simon Josefsson  <jas@extundo.com>
20059
20060         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20061         Kai Grossjohann <kai@emptydomain.de>.
20062         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20063         (gnus-group-make-menu-bar): Ditto.
20064
20065         * gnus-util.el (gnus-group-server): Add.
20066
20067 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20068
20069         * message.el (message-clone-locals): Clone sendmail and smtp
20070         variables.
20071
20072 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * rfc2047.el (rfc2047-encode-region): Fix last change.
20075
20076 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20077
20078         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20079         characters as non-special.
20080
20081 2004-07-09  Simon Josefsson  <jas@extundo.com>
20082
20083         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20084         Users will lose all flag changes made while unplugged with
20085         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20086         good default.  See numerous reports on ding mailing list.
20087
20088 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20091         add generate-head-function and generate-article-function to the
20092         rfc822-forward entry.
20093         (nndoc-rfc822-forward-generate-article): New function.
20094         (nndoc-rfc822-forward-generate-head): New function.
20095
20096         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20097
20098 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20099
20100         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20101         respect display group parameter and gnus-summary-expunge-below.
20102         (gnus-articles-to-read): Remove unused reference to display group
20103         parameter.
20104
20105 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20106
20107         * nnheader.el (nnheader-uniquify-message-id): New experimental
20108         variable.
20109         (nnheader-nov-read-message-id): Use it.
20110
20111         * spam-report.el (spam-report-gmane): Add interactive.
20112
20113 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * mm-encode.el (mm-content-transfer-encoding-defaults):
20116         Use qp-or-base64 for the application/* types.
20117
20118 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20119
20120         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20121
20122 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20123
20124         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20125         trim value.
20126
20127 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20128
20129         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20130         New macro and function.
20131         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20132
20133 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20134
20135         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20136         after-load-alist.
20137
20138 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20139
20140         * gnus-group.el (gnus-group-get-new-news-this-group):
20141         Don't update info that isn't there.
20142
20143 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20144
20145         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20146         entry.
20147
20148 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * mm-view.el (mm-inline-render-with-function): Use multibyte
20151         buffer; decode html source by charset.
20152
20153         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20154
20155         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20156         Mule-UCS is loaded under XEmacs.
20157         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20158
20159 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20160
20161         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20162
20163 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * mm-util.el (mm-coding-system-p): Return a coding-system.
20166         (mm-mime-mule-charset-alist): Use shift_jis instead of
20167         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20168         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20169         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20170         instead of japanese-shift-jis and iso-latin-1 respectively in
20171         order to share the default value with both Emacs and XEmacs-mule.
20172         (mm-mule-charset-to-mime-charset):
20173         Make mm-coding-system-priorities effective.
20174         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20175         while predicating of candidates upon the priorities.
20176
20177 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20178
20179         * gnus-sum.el (gnus-summary-make-menu-bar):
20180         Add gnus-uu-invert-processable.
20181
20182         * gnus.el: Autoload gnus-uu-invert-processable.
20183
20184 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20185
20186         * mm-util.el (mm-with-multibyte-buffer): New macro.
20187
20188         * rfc2047.el (rfc2047-encode-string): Use it.
20189         (rfc2047-encode-region): Move point to the end of the region after
20190         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20191
20192 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20195         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20196
20197 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20200         (gnus-cite-parse): Ignore quoted envelope From_.
20201         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20202
20203 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20204
20205         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20206         invalid addresses.
20207
20208 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20209
20210         * spam.el: Change section markers, revise TODO list.
20211         (spam-backends): Make new master list of all installed backends.
20212         (spam-summary-exit-behavior): Add new variable to determine how
20213         messages moves are done at summary exit.
20214         (spam-move-spam-nonspam-groups-only)
20215         (spam-process-ham-in-nonham-groups)
20216         (spam-process-ham-in-spam-groups): Remove variables, the
20217         spam-summary-exit-behavior variable should be used to manage this
20218         behavior.
20219         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20220         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20221         and spam-old-spam-articles.
20222         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20223         Add empty variables, placeholders for the backends they represent.
20224         (spam-set-difference): Move, unchanged.
20225         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20226         unless the user has a processor variable.
20227         (spam-classifications, spam-classification-valid-p)
20228         (spam-backend-properties, spam-backend-property-valid-p)
20229         (spam-backend-function-type-valid-p)
20230         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20231         (spam-report-articles-gmane, spam-report-articles-resend):
20232         Remove functions, they are not needed.
20233         (spam-install-backend-super, spam-backend-list)
20234         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20235         (spam-backend-function, spam-backend-ham-registration-function)
20236         (spam-backend-spam-registration-function)
20237         (spam-backend-ham-unregistration-function)
20238         (spam-backend-spam-unregistration-function)
20239         (spam-backend-statistical-p, spam-backend-mover-p)
20240         (spam-install-backend-alias, spam-install-checkonly-backend)
20241         (spam-install-mover-backend, spam-install-nocheck-backend)
20242         (spam-install-backend, spam-install-statistical-backend)
20243         (spam-install-statistical-checkonly-backend): Add backend installation
20244         support.
20245         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20246         (spam-group-processor-p): Use the new backend code and respect the
20247         summary exit behavior.
20248         (spam-mark-spam-as-expired-and-move-routine): Remove.
20249         (spam-summary-prepare): Change to use the new spam-old-articles
20250         variable.
20251         (spam-copy-or-move-routine, spam-copy-spam-routine)
20252         (spam-move-spam-routine, spam-copy-ham-routine)
20253         (spam-move-ham-routine): Add code to copy/move ham or spam.
20254         (spam-fetch-field-fast): Improve doc and code, plus allow the
20255         'number request.
20256         (spam-list-of-checks, spam-list-of-statistical-checks):
20257         Remove variables.
20258         (spam-split, spam-find-spam): Use the new backend code.
20259         (spam-registration-functions): Remove variable.
20260         (spam-unregister-routine): Add convenience wrapper.
20261         (spam-log-undo-registration, spam-register-routine)
20262         (spam-log-processing-to-registry)
20263         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20264         where possible.
20265         (spam-check-gmane-xref, spam-check-regex-headers)
20266         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20267         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20268         (spam-check-bogofilter-headers, spam-check-spamoracle)
20269         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20270         (spam-check-crm114-headers): Use the spam-split-group that
20271         spam-split prepares, no need to determine it every time.
20272
20273         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20274         to the nnheader-parse-naked-head call.
20275
20276         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20277
20278         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20279         the nnheader-nov-read-message-id call.
20280
20281 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20284         gnus-activate-group twice.  Suggested by Markus Peter
20285         <warp@spin.de>.
20286
20287 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * gnus-art.el (gnus-article-time-format): Exchange the order of
20290         day and month in the default value; fix customization type.
20291         (article-date-ut): Use add-text-properties.
20292         (article-make-date-line): Use message-make-date instead of
20293         current-time-string.
20294
20295         * message.el (message-fetch-field): Don't use set-text-properties.
20296         (message-make-date): Simplify.
20297
20298         * messagexmas.el (message-xmas-make-date): New function.
20299         (message-xmas-redefine): Defalias message-make-date to it.
20300
20301 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20304         (rfc2047-encode-region): Treat text within parentheses as special;
20305         show the original text when error has occurred.
20306
20307         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20308         already-computed method to gnus-activate-group.
20309
20310         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20311         same select-methods identical Lisp objects.
20312
20313         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20314         object when modifying the info.
20315
20316 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20319         gnus-opened-servers since it has never been opened with the new
20320         configuration yet.
20321
20322 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20325         arg to nnheader-generate-fake-message-id.
20326
20327 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20328
20329         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20330         number and build a fake message ID localized to a group and
20331         article number (so it's repeatable from that point on).
20332         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20333         ID format.
20334
20335         * gnus-sum.el (gnus-get-newsgroup-headers):
20336         Call nnheader-generate-fake-message-id with the article number.
20337
20338 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20339
20340         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20341         end-of-buffer.
20342
20343 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20344
20345         * message.el (message-ignored-supersedes-headers): Add Approved.
20346
20347 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20350         goto-char.
20351         (rfc2047-encode): Fold the line before encoding.
20352
20353 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354
20355         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20356         folding -- not all headers can be folded, and this should be done
20357         by the message composition mode.  Probably.  I think.
20358
20359 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20362         fast.
20363
20364         * gnus-ems.el (gnus-remove-image): Don't use
20365         message-text-with-property; remove only the image found first.
20366
20367         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20368         found first.
20369
20370 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20371
20372         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20373
20374 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * message.el (message-text-with-property): Make it fast and accept
20377         optional arguments.
20378         (message-strip-forbidden-properties): Use it.
20379         (message-fix-before-sending): Follow the m-t-w-p change.
20380
20381         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20382
20383 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20384
20385         * gnus-art.el (article-hide-headers): Don't change the buffer
20386         mistakenly when performing mml-preview even if
20387         gnus-single-article-buffer is nil.
20388
20389 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20390
20391         * message.el (message-expand-name-databases): New user option.
20392         (message-expand-name): Use it.
20393
20394 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20395
20396         * spam.el (spam-report-articles-resend)
20397         (spam-report-resend-register-routine): Allow ham reporting.
20398         (spam-report-resend-register-ham-routine): Add wrapper.
20399         (spam-registration-functions): Add ham resending functions.
20400         (spam-list-of-processors): Add ham resend processor.
20401
20402         * gnus.el (ham-resend-to): Add new group parameter.
20403         (spam-process): Add ham resend option.
20404
20405         * spam-report.el (spam-report-resend): Allow reporting ham.
20406         (spam-report-resend-ham): Add wrapper.
20407
20408 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20409
20410         * message.el (message-cite-articles-with-x-no-archive):
20411         New variable.
20412         (message-cite-original): Use it.
20413
20414 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20415
20416         * message.el (message-cite-original): Respect X-No-Archive.
20417
20418 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * gnus-art.el (article-hide-headers): Refer to the values for
20421         gnus-ignored-headers and gnus-visible-headers in the summary
20422         buffer since a user may have set them as group parameters.
20423
20424 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20425
20426         * assistant.el (assistant-node-name): Add convenience function.
20427         (assistant-render-text, assistant-render-node): Add error handling,
20428         plus handle multiple next nodes.
20429         (assistant-find-next-node): Comment out for now.
20430         (assistant-find-next-nodes): Add function, returns list of next
20431         nodes.
20432
20433 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20434
20435         * mail-source.el (mail-source-directory): Fix doc-string.
20436
20437 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20438
20439         * assistant.el (assistant-render-text, assistant-eval): Add :set
20440         widget type, which is different because it takes and returns a
20441         list.  Much hilarity ensues.
20442
20443 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20444
20445         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20446
20447         * gnus-group.el (gnus-group-get-new-news-this-group):
20448         Add doc-string.
20449
20450         * gnus-start.el (gnus-activate-group): Add doc-string.
20451
20452 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20455
20456 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20457
20458         * assistant.el (assistant-render-text): Try to add a :set
20459         widget, more to come.
20460
20461         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20462         strings.
20463         (spam-report-articles-resend)
20464         (spam-register-routine): Do registration iff any articles warrant
20465         it.
20466         (spam-summary-prepare-exit): Change log message for nil group
20467         destinations.
20468
20469 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20470
20471         * spam.el (spam-report-resend-register-routine):
20472         Allow spam-report-resend-to to be a group parameter or a global value.
20473
20474 2004-05-26  Simon Josefsson  <jas@extundo.com>
20475
20476         * starttls.el: Merge with my GNUTLS based starttls.el.
20477         (starttls-gnutls-program, starttls-use-gnutls)
20478         (starttls-extra-arguments, starttls-process-connection-type)
20479         (starttls-connect, starttls-failure, starttls-success):
20480         New variables.
20481         (starttls-program, starttls-extra-args): Doc fix.
20482         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20483         New functions.
20484         (starttls-negotiate, starttls-open-stream):
20485         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20486         function if it is set.
20487
20488 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20491         structured fields.
20492
20493 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20496
20497 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20498
20499         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20500         Add variable.
20501         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20502         assigning the spam-mark to new messages.
20503
20504 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20505
20506         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20507
20508 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20509
20510         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20511
20512         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20513         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20514         default.
20515
20516 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20517
20518         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20519         correct data.
20520
20521 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20522
20523         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20524         (spam-group-processor-p): Fix function.
20525         (spam-group-processor-multiple-p)
20526         (spam-group-spam-processor-report-gmane-p)
20527         (spam-group-spam-processor-report-resend-p)
20528         (spam-group-spam-processor-bogofilter-p)
20529         (spam-group-spam-processor-blacklist-p)
20530         (spam-group-spam-processor-ifile-p)
20531         (spam-group-ham-processor-ifile-p)
20532         (spam-group-spam-processor-spamoracle-p)
20533         (spam-group-spam-processor-crm114-p)
20534         (spam-group-ham-processor-bogofilter-p)
20535         (spam-group-spam-processor-stat-p)
20536         (spam-group-ham-processor-stat-p)
20537         (spam-group-ham-processor-whitelist-p)
20538         (spam-group-ham-processor-BBDB-p)
20539         (spam-group-ham-processor-spamoracle-p)
20540         (spam-group-ham-processor-copy-p): Remove functions with some
20541         prejudice against unneeded code.
20542         (spam-report-articles-resend)
20543         (spam-report-resend-register-routine): Allow the group/topic
20544         spam-resend-to value to override spam-report-resend-to.
20545         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20546         properly now.
20547
20548         * gnus.el (spam-resend-to): Add group/topic parameter.
20549         (spam-process): Move the OBSOLETE processors to the end of the
20550         choices.
20551
20552 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20553
20554         * spam-report.el (spam-report-resend-to, spam-report-resend):
20555         Start with resend-to set to nil, and then ask the user if necessary.
20556         (spam-report-resend): spam-report-resend takes a list of articles, not
20557         separate article numbers.
20558
20559 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20562         addition to emacs-w3m.
20563
20564 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20565
20566         * assistant.el (assistant-authinfo-data): New function.
20567         (assistant-eval): Eval for entire assistant.
20568
20569         * netrc.el (netrc-services-file): New variable.
20570         (netrc-parse-services): New function.
20571         (netrc-find-service-name): New function.
20572         (netrc-find-service-number): New function.
20573         (netrc-port-equal): New function.
20574         (netrc-machine): Use it.
20575
20576         * nnimap.el (nnimap-open-connection): Use netrc.
20577
20578         * gnus-util.el (gnus-netrc-get): Remove aliases.
20579
20580         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20581
20582         * assistant.el (wid-edit): Fix compilation.
20583
20584         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20585
20586 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20587
20588         * gnus-util.el (gnus-set-file-modes): New function.  (small
20589         patch).
20590
20591 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20592
20593         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20594
20595         * assistant.el (assistant-render-node): Fix up rendering and
20596         read-only text.
20597         (assistant-render-node): Reset.
20598         (assistant-make-read-only): Not sticky.
20599
20600 2004-05-20  Danny Siu  <dsiu@adobe.com>
20601
20602         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20603         centered even when gnus-auto-center-summary is t.
20604
20605 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20606
20607         * dns.el (dns-get-txt-answer): New function.
20608         (dns-read-txt): Ditto.
20609         (query-dns): Use it.
20610
20611 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20614         active for foreign groups even if the group level is higher than
20615         the specified value.
20616
20617 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20618
20619         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20620         non-active groups.
20621
20622         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20623
20624 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20625
20626         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20627
20628 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20629
20630         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20631         (spam-crm114-header, spam-crm114-spam-switch)
20632         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20633         (spam-crm114-positive-spam-header)
20634         (spam-crm114-database-directory, spam-list-of-processors)
20635         (spam-group-spam-processor-crm114-p)
20636         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20637         (spam-generic-score, spam-list-of-checks)
20638         (spam-list-of-statistical-checks, spam-registration-functions)
20639         (spam-check-crm114-headers, spam-crm114-score)
20640         (spam-check-crm114, spam-crm114-register-with-crm114)
20641         (spam-crm114-register-spam-routine)
20642         (spam-crm114-unregister-spam-routine)
20643         (spam-crm114-register-ham-routine)
20644         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20645         From asjo@koldfront.dk (Adam Sjøgren).
20646
20647         * gnus.el: Add spam-use-crm114.
20648
20649         * spam.el (spam-list-of-processors, spam-registration-functions):
20650         Add spam-use-resend.
20651         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20652         (spam-report-articles-gmane): Add doc fix.
20653         (spam-report-articles-resend, spam-report-resend-register-routine):
20654         Add wrappers around spam-report-resend-to.
20655
20656         * spam-report.el (spam-report-resend-to, spam-report-resend):
20657         Add support for resending spam.
20658         (spam-report-gmane): Fix line length >80.
20659
20660         * gnus.el (spam-process): Add spam-use-resend.
20661
20662 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20663
20664         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20665         number of processed spam messages.
20666         (spam-ham-copy-or-move-routine): Return the number of processed
20667         ham messages.
20668         (spam-summary-prepare-exit): Use the above values to decide
20669         whether status messages shouled be displayed.
20670
20671 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20672
20673         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20674         `rfc2047-encoding-function-alist' in order to avoid conflicting
20675         with the old version.
20676         (rfc2047-encode-region): Concatenate words containing non-ASCII
20677         characters in structured fields; don't encode space-delimited
20678         ASCII words even in unstructured fields; don't break words at
20679         char-category boundaries.
20680         (rfc2047-encode-1): New function.
20681         (rfc2047-encode): Use it; encode text so that it occupies the
20682         maximum width within 76-column; work correctly on Q encoding for
20683         iso-2022-* charsets.
20684         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20685         sure not to break a line just after the header name.
20686         (rfc2047-b-encode-region): Remove.
20687         (rfc2047-b-encode-string): New function.
20688         (rfc2047-q-encode-region): Remove.
20689         (rfc2047-q-encode-string): New function.
20690
20691         * mm-util.el (mm-replace-in-string): New function.
20692
20693 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20694
20695         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20696         Really get it right.
20697         (gnus-inews-make-draft): Really.
20698
20699 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20700
20701         * nnmh.el (nnmh-request-list-1): Don't check the link count
20702         before descending.  (small patch)
20703
20704 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20705
20706         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20707         stuff.
20708
20709         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20710         Match on real group name.
20711
20712         * gnus-art.el (gnus-signature-limit): Doc fix.
20713
20714         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20715
20716         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20717
20718 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20719
20720         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20721         isn't a string.
20722
20723 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20724
20725         * gnus-draft.el (gnus-draft-send):
20726         Bind rfc2047-encode-encoded-words.
20727
20728         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20729         (rfc2047-encodable-p): Say that =? needs encoding.
20730         (rfc2047-encode-encoded-words): New variable.
20731
20732         * gnus-group.el (gnus-group-select-group): Doc fix.
20733
20734         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20735
20736         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20737         to nil.
20738
20739         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20740
20741         * nnheader.el (nnheader-get-lines-and-char): New function.
20742
20743 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20744
20745         * gnus-msg.el (gnus-summary-followup-with-original):
20746         Document yanking of region when active.
20747
20748 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20749
20750         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20751         groups if the group level is higher than the specified value.
20752
20753 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20756         (gnus-group-jump-to-group): Add prefix argument using
20757         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20758         non-active group.
20759
20760         * compface.el (uncompface): Be verbose when changing
20761         `uncompface-use-external'.
20762
20763         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20764         handle manual section.
20765
20766 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20767
20768         * gnus-art.el (gnus-button-alist): Revert previous change.
20769
20770 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20771
20772         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20773
20774 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20775
20776         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20777         whether backend can accept message.
20778
20779         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20780
20781 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20782
20783         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20784         Avoid creating directory when nntp-marks-is-evil is true.
20785         Reported by Reiner Steib.
20786
20787 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20788
20789         * gnus-picon.el (gnus-picon-style): New variable.
20790         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20791         (gnus-picon-transform-address): Support `gnus-picon-style'.
20792         From Jesper Harder <harder@ifa.au.dk>.
20793
20794 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20795
20796         * message.el (message-fill-field): Return point.
20797         (message-generate-headers): Go to end of field.
20798
20799         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20800         stuff for non-living groups.
20801
20802 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20803
20804         * gnus-art.el (gnus-article-followup-with-original)
20805         (gnus-article-reply-with-original): gnus-mark-active-p ->
20806         gnus-region-active-p.
20807
20808 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20809
20810         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20811         only when there is spam or ham to be processed.
20812
20813 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20814
20815         * mail-source.el (mail-source-delete-crash-box): Refactor.
20816         (mail-source-fetch): Use it.
20817         (mail-source-fetch-file): Ditto.
20818         (mail-source-fetch-directory): Run postscript in loop.
20819         (mail-source-fetch-pop): Delete.
20820         (mail-source-fetch-maildir): Ditto.
20821         (mail-source-fetch-imap): Ditto.
20822
20823         * imap.el (imap-authenticators): Comment out sasl.
20824
20825         * message.el (message-skip-to-next-address): New function.
20826         (message-fill-header-address): Refactor.
20827         (message-fill-address): Use it.
20828         (message-delete-address): Use it.
20829         (message-fill-header-general): Refactor.
20830         (message-fill-field-address): Rename.
20831         (message-narrow-to-field): Find the start of the header.
20832         (message-header-format-alist): Don't pre-fill.
20833         (message-fill-header): Remove.
20834         (message-insert-header): New function.
20835         (message-shorten-references): Use it.
20836
20837         * rfc2047.el (rfc2047-field-value): Strip props.
20838
20839         * mail-parse.el (mail-header-make-address): New alias.
20840
20841         * ietf-drums.el (ietf-drums-make-address): New function.
20842
20843         * imap.el: Add compiler directives.
20844
20845         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20846
20847         * gnus-art.el (article-decode-idna-rhs): Don't use
20848         message-idna-inside-rhs-p.
20849
20850 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20851
20852         * message.el (message-idna-inside-rhs-p): Remove.
20853         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20854
20855         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20856         false positives.
20857
20858 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20859
20860         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20861
20862 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20863
20864         * nneething.el (nneething-file-name): Don't create spurious
20865         files.
20866
20867         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20868         (gnus-inews-do-gcc): Remove sleep.
20869
20870         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20871         part under point.
20872
20873         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20874         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20875
20876 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20877
20878         * spam.el (spam-summary-prepare-exit): Fix (length).
20879
20880 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20881
20882         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20883         as expired without moving it" message when there are spam
20884         messages left.
20885
20886 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20887
20888         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20889         header is not nil.
20890
20891 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20892
20893         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20894         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20895         (nntp-marks-changed-p): New arg SERVER.
20896         (nntp-request-update-info): Adjust caller.
20897
20898 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20899
20900         * nntp.el (nntp-save-marks): Pass missing arg.
20901
20902 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20903
20904         * nntp.el: Support marks.
20905         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20906         (nntp-marks-modtime, nntp-marks-directory): New variables.
20907         (nntp-request-set-mark, nntp-request-update-info)
20908         (nntp-possibly-create-directory, nntp-marks-changed-p)
20909         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20910         New functions.
20911
20912 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20913
20914         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20915         (gnus-xmas-redefine): Rename.
20916
20917         * gnus-score.el (gnus-score-insert-help):
20918         Use gnus-select-lowest-window.
20919
20920         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20921         appt-select-lowest-window and rename to gnus-select-lowest-window.
20922
20923         * gnus.el: do.
20924
20925 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20926
20927         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20928         encodings of MIME-encoded words, in order to improve
20929         interoperability with several broken MUAs.
20930
20931 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20932
20933         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20934         tags, only when charsets are not specified in headers.
20935         (mm-inline-text-html-render-with-w3m): Ditto.
20936
20937         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20938         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20939
20940 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20941
20942         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20943         instead of MIME-decoded from fields when checking
20944         `gnus-article-address-banner-alist'.
20945
20946 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20947
20948         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20949         description rather than subject.
20950
20951 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20952
20953         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20954
20955 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20956
20957         * gnus.el (gnus-version-number): Bump.
20958
20959 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20960
20961         * gnus.el: No Gnus v0.2 is released.
20962
20963 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20964
20965         * gnus-agent.el (gnus-agent-read-agentview):
20966         Inline gnus-uncompress-range.
20967
20968 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20969
20970         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20971         `exec-installed-p'.
20972
20973 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20974
20975         * gnus.el (spam-process, spam-autodetect-methods):
20976         Add bsfilter and bsfilter-headers.
20977
20978         * spam.el (spam-bsfilter): New customize group.
20979         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20980         (spam-bsfilter-header, spam-bsfilter-probability-header)
20981         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20982         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20983         (spam-bsfilter-database-directory): New options.
20984         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20985         (spam-list-of-statistical-checks, spam-registration-functions):
20986         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20987         (spam-bsfilter-score): New command.
20988         (spam-check-bsfilter-headers, spam-check-bsfilter)
20989         (spam-bsfilter-register-with-bsfilter)
20990         (spam-bsfilter-register-spam-routine)
20991         (spam-bsfilter-unregister-spam-routine)
20992         (spam-bsfilter-register-ham-routine)
20993         (spam-bsfilter-unregister-ham-routine): New functions.
20994         (spam-generic-score): Support bsfilter; Accept an optional argument
20995         to recalcurate spam score even if scoring header has already been
20996         added.
20997         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20998         optional argument to recalcurate spam score even if scoring header
20999         has already been added.
21000
21001 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21002
21003         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21004         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21005         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21006         link is missing.
21007
21008 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21009
21010         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21011         (html2text-get-attr): Rewrite.
21012
21013         * message.el (message-setup-1): Remove redundant put-text-property
21014         on mail-header-separator.
21015
21016 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21017
21018         * gnus-registry.el (gnus-registry-cache-whitespace)
21019         (gnus-registry-action, gnus-registry-spool-action)
21020         (gnus-registry-split-fancy-with-parent): Change message levels
21021         from 5 to 3 or 7, as needed.
21022
21023         * spam.el (spam-summary-prepare-exit)
21024         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21025         (spam-split, spam-find-spam, spam-log-undo-registration)
21026         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21027         level from 5 to 6.
21028
21029 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21032         2004-03-04 change).
21033
21034 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21035
21036         * sieve-manage.el (sieve-manage-open):
21037         * nnweb.el (nnweb-insert-html):
21038         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21039         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21040         * nnspool.el (nnspool-request-group):
21041         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21042         * nnml.el (nnml-request-update-info):
21043         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21044         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21045         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21046         (nnimap-request-set-mark):
21047         * nnfolder.el (nnfolder-request-update-info):
21048         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21049         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21050         * gnus-uu.el (gnus-uu-find-articles-matching):
21051         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21052         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21053         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21054         * gnus-nocem.el (gnus-nocem-scan-groups):
21055         * gnus-int.el (gnus-start-news-server):
21056         * gnus-group.el (gnus-group-make-kiboze-group)
21057         (gnus-group-browse-foreign-server):
21058         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21059         Use mapc when appropriate.
21060
21061 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21062
21063         FIXME: Make separate entries for each person.
21064
21065         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21066         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21067         <shields@msrl.com>:
21068
21069         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21070         may need for spam sorting and scoring.
21071         (spam-user-format-function-S): Add user format function suitable for
21072         general use.
21073         (spam-article-sort-by-spam-status): Add sorting function for summary
21074         sorting.
21075         (spam-extra-header-to-number): Add function to get a score from a
21076         header.
21077         (spam-summary-score): Add function to get a numeric score from the
21078         headers.
21079         (spam-generic-score): Fix function doc, was in wrong place.
21080         (spam-initialize): Take symbols when it's run, and install the
21081         extra headers that spam-necessary-extra-headers thinks we need.
21082
21083 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21084
21085         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21086         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21087
21088 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21089
21090         * gnus-sum.el (gnus-set-global-variables)
21091         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21092         (gnus-article-get-xrefs, gnus-summary-best-group)
21093         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21094         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21095         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21096         Use with-current-buffer.
21097
21098 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21099
21100         * spam.el (spam-summary-prepare-exit): Simplify logic.
21101         (spam-fetch-article-header): Read the article header if it's not
21102         available.
21103         (spam-list-articles): Simplify logic.
21104         (spam-filelist-register-routine): Fix bug with unregister-list.
21105
21106         * gnus-registry.el: Fix comments at beginning.
21107
21108 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21109
21110         * message.el (message-cater-to-broken-inn): Remove.
21111         (message-shorten-references): Make sure the total folded length of
21112         References is shorter than 998 characters to cater to a bug in INN
21113         2.3.  Also, don't pretend that references aren't folded -- this
21114         hasn't worked for a while.
21115
21116 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21117
21118         * gnus-agent.el (gnus-agentize):
21119         gnus-agent-send-mail-real-function no longer set to current value
21120         of message-send-mail-function but rather a lambda that calls
21121         message-send-mail-function.  The change makes the agent real-time
21122         responsive to user changes to message-send-mail-function.
21123
21124 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21125
21126         * legacy-gnus-agent.el
21127         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21128         help from Florian Weimer <fw@deneb.enyo.de>
21129
21130 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * nnmail.el (nnmail-cache-insert): Revert last change.
21133
21134 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * nnmail.el (nnmail-cache-insert): Always check whether
21137         nnmail-cache-ignore-groups matches a group name.
21138
21139 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21140
21141         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21142         (spam-find-spam, spam-log-processing-to-registry)
21143         (spam-log-registered-p, spam-log-unregistration-needed-p)
21144         (spam-log-undo-registration): Use gnus-message instead of
21145         gnus-error, none of these errors are fatal.
21146
21147         * gnus-registry.el (gnus-registry-clean-empty-function)
21148         (gnus-registry-clean-empty): Remove only empty entries without
21149         extra data.
21150
21151 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21152
21153         * spam-stat.el (spam-stat-buffer-change-to-spam)
21154         (spam-stat-buffer-change-to-non-spam): Change (error) to
21155         (gnus-message 8) invocation.
21156
21157 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * nntp.el (nntp-via-netcat-command): New variable.
21160         (nntp-via-netcat-switches): New variable.
21161         (nntp-open-via-rlogin-and-netcat): New function.
21162         (nntp-open-connection-function): Doc fix.
21163         (nntp-telnet-command): Doc fix.
21164         (nntp-end-of-line): Doc fix.
21165         (nntp-via-rlogin-command): Doc fix.
21166         (nntp-via-user-name): Doc fix.
21167         (nntp-via-address): Doc fix.
21168
21169 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21172         error in Emacs 21.1.
21173
21174 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21175
21176         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21177
21178 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21179
21180         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21181         (gnus-agent-with-refreshed-group): New macro.
21182         (gnus-agent-rename-group): New function.
21183         (gnus-agent-delete-group): New function.
21184         (gnus-agent-save-group-info): Use gnus-command-method when
21185         `method' parameter is nil.  Don't write nil entries into the
21186         active file.
21187         (gnus-agent-get-group-info): New function.
21188         (gnus-agent-fetch-articles):
21189         Use gnus-agent-update-files-total-fetched-for to increment disk space
21190         used.
21191         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21192         Use gnus-agent-update-view-total-fetched-for to increment disk space
21193         used.
21194         (gnus-agent-get-local): Add optional parameters to avoid calling
21195         gnus-group-real-name and gnus-find-method-for-group.
21196         (gnus-agent-set-local): Delete stored entry if either min, or max,
21197         are nil.
21198         (gnus-agent-fetch-session): Reworded error/quit messages.
21199         On quit, use gnus-agent-regenerate-group to record existance of any
21200         articles fetched to disk before the quit occurred.
21201         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21202         gnus-agent-update-view-total-fetched-for, and
21203         gnus-agent-update-files-total-fetched-for to decrement disk space
21204         used.
21205         (gnus-agent-retrieve-headers):
21206         Use gnus-agent-update-view-total-fetched-for to increment disk space
21207         used.
21208         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21209         with gnus-agent-update-files-total-fetched-for to decrement disk
21210         space and fresh group buffer.
21211         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21212         (gnus-agent-need-update-total-fetched-for): New variable.
21213         (gnus-agent-update-files-total-fetched-for): New function.
21214         (gnus-agent-update-view-total-fetched-for): New function.
21215         (gnus-agent-total-fetched-for): New function.
21216
21217         * gnus-cache.el (gnus-cache-save-buffers):
21218         Use gnus-cache-update-overview-total-fetched-for to change disk space
21219         used by this group.
21220         (gnus-cache-possibly-enter-article):
21221         Use gnus-cache-update-file-total-fetched-for to increment disk space
21222         used by this group.
21223         (gnus-cache-possibly-remove-article):
21224         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21225         used by this group.
21226         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21227         (gnus-cache-rename-group): New function.
21228         (gnus-cache-delete-group): New function.
21229         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21230         (gnus-cache-need-update-total-fetched-for): New variable.
21231         (gnus-cache-with-refreshed-group): New macro.
21232         (gnus-cache-update-file-total-fetched-for): New function.
21233         (gnus-cache-update-overview-total-fetched-for): New function.
21234         (gnus-cache-rename-group-total-fetched-for): New function.
21235         (gnus-cache-delete-group-total-fetched-for): New function.
21236         (gnus-cache-total-fetched-for): New function.
21237
21238         * gnus-group.el: Require gnus-sum and autoload functions to
21239         resolve warnings when gnus-group.el compiled alone.
21240         (gnus-group-line-format): Documented new %F.
21241         (size of Fetched data) group line format; identifies disk space
21242         used by agent and cache.
21243         (gnus-group-line-format-alist): Defined new F format.
21244         (gnus-total-fetched-for): New function.
21245         (gnus-group-delete-group): No longer update
21246         gnus-cache-active-altered as gnus-request-delete-group now keeps
21247         the cache in sync.
21248         (gnus-group-list-active): Let the agent store a server's active
21249         list if currently plugged.
21250
21251         * gnus-int.el (gnus-request-delete-group):
21252         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21253         local disk in sync with the server.
21254         (gnus-request-rename-group):
21255         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21256         local disk in sync with the server.
21257
21258         * gnus-start.el (gnus-get-unread-articles):
21259         Cosmetic simplification to logic.
21260
21261         * gnus-util.el (gnus-rename-file): New function.
21262
21263 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21264
21265         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21266
21267 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21268
21269         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21270         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21271
21272 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21273
21274         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21275         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21276
21277 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21278
21279         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21280
21281 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21282
21283         * spam.el (spam-set-difference): Add function to replace
21284         gnus-set-difference in spam.el.
21285         (spam-summary-prepare-exit): Use spam-set-difference.
21286
21287 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21288
21289         * gnus-registry.el (gnus-registry-cache-file): Update to use
21290         gnus-dribble-directory OR gnus-home-directory OR ~.
21291         (gnus-registry-split-fancy-with-parent): Fix doc.
21292
21293 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * message.el (message-exchange-point-and-mark):
21296         Use message-mark-active-p.  Suggested by Jesper Harder
21297         <harder@ifa.au.dk>.
21298
21299 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21300
21301         * message.el (message-exchange-point-and-mark): Don't activate
21302         region if it was inactive.  Suggested by Hiroshi Fujishima
21303         <pooh@nature.tsukuba.ac.jp>.
21304
21305 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * gnus-art.el (article-display-face): Display Faces in the same
21308         order as X-Faces.
21309
21310 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21313
21314 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21315
21316         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21317         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21318         (gnus-article-mime-hierarchy): Remove.
21319         (gnus-article-mime-hierarchy-next): Remove.
21320         (gnus-article-mode): Revert 2004-03-19 change.
21321         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21322         (gnus-insert-mime-button): Revert 2004-03-19 change.
21323         (gnus-mime-accumulate-hierarchy): Remove.
21324         (gnus-mime-enter-multipart): Remove.
21325         (gnus-mime-leave-multipart): Remove.
21326         (gnus-mime-display-part): Revert 2004-03-19 change.
21327         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21328
21329         * mml.el (mml-preview): Revert 2004-03-19 change.
21330
21331 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21332
21333         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21334
21335 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21336
21337         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21338         t while entering a file name using the mm-with-multibyte macro.
21339         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21340
21341         * mm-util.el (mm-with-multibyte): New macro.
21342
21343 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21344
21345         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21346         New user option.
21347         (gnus-mime-multipart-functions): Doc and customization fix.
21348         (gnus-article-mime-hierarchy): New variable.
21349         (gnus-article-mime-hierarchy-next): New variable.
21350         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21351         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21352         gnus-article-mime-hierarchy-next to nil.
21353         (gnus-insert-mime-button): Show hierarchy numbers.
21354         (gnus-mime-accumulate-hierarchy): New function.
21355         (gnus-mime-enter-multipart): New function.
21356         (gnus-mime-leave-multipart): New function.
21357         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21358         (gnus-mime-display-alternative): Show hierarchy numbers.
21359
21360         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21361         gnus-article-mime-hierarchy-next to nil.
21362
21363 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21364
21365         * dns.el: Don't require gnus-xmas.
21366
21367 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21368
21369         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21370         inline PGP.
21371         (mml-menu): Disable mml-quote-region if mark is inactive.
21372
21373 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21374
21375         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21376         when the group's active is not available.
21377
21378 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21381         error.
21382
21383 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21384
21385         * imap.el (imap-store-password): New variable.
21386         (imap-interactive-login): Use it.
21387         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21388
21389 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21390
21391         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21392         window-start and hscroll to summary window.
21393
21394 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21395
21396         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21397         conversion message to newsrc-dribble when an actual conversion is
21398         performed.
21399
21400 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21401
21402         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21403
21404 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * mm-decode.el (mm-complicated-handles): New function reviving
21407         former definition of mm-multiple-handles.
21408
21409         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21410         (gnus-mime-delete-part): Use it.
21411
21412 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21413
21414         * gnus-agent.el (gnus-agent-read-local):
21415         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21416         avoid the implicit assumption that they will always be equal.
21417         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21418         coding-system-for-write, as the with-temp-file macro first prints
21419         to a buffer then saves the buffer.
21420
21421 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21422
21423         * gnus-art.el (gnus-article-edit-part): New function.
21424         (gnus-mime-save-part-and-strip): Use it; do query instead of
21425         signaling an error; don't use mm-multiple-handles.
21426         (gnus-mime-delete-part): Ditto.
21427
21428 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21429
21430         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21431         old file versions.
21432         (gnus-group-prepare-hook): Remove function that converted list
21433         form of gnus-agent-expire-days to group properties.
21434
21435         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21436         (gnus-request-accept-article): Re-indented.
21437
21438         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21439         converters to handle old agent file formats.  Add logic for a
21440         "backup before upgrading warning".
21441         (gnus-convert-mark-converter-prompt): Developers can mark
21442         functions as needing (default), or not needing,
21443         gnus-convert-old-newsrc's "backup before upgrading warning".
21444         (gnus-convert-converter-needs-prompt): Tests whether the user
21445         should be protected from potentially irreversable changes by the
21446         function.
21447
21448         * legacy-gnus-agent.el: New.  Provides converters that are only
21449         loaded when gnus-convert-old-newsrc needs to call them.
21450
21451 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21452
21453         * mail-source.el (mail-source-touch-pop): Doc fix.
21454
21455         * message.el (message-smtpmail-send-it): Doc fix.
21456
21457 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21458
21459         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21460
21461         * nnmail.el (nnmail-split-fancy): do.
21462
21463         * gnus-kill.el (gnus-kill, gnus-execute): do.
21464
21465 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21466
21467         * gnus-sum.el (gnus-widget-reversible-match)
21468         (gnus-widget-reversible-to-internal)
21469         (gnus-widget-reversible-to-external): New functions.
21470         (gnus-widget-reversible): New widget.
21471         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21472
21473 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21474
21475         * gnus-sum.el (gnus-thread-sort-functions)
21476         (gnus-article-sort-functions): Document `(not F)' items.
21477
21478 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21479
21480         * spam.el (spam-use-gmane-xref): Add new backend.
21481         (spam-gmane-xref-spam-group): Add variable to control the name of the
21482         Gmane spam group.
21483         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21484         (spam-regex-headers-spam, spam-regex-headers-ham)
21485         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21486         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21487         backends and checks.
21488         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21489
21490         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21491         an autodetect method.
21492
21493 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21494
21495         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21496         articles are being added to a group.
21497         (gnus-request-replace-article): Inform the agent that articles
21498         need to be uncached as the cached contents are no longer valid.
21499
21500 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * binhex.el: Don't autoload executable-find.
21503
21504         * canlock.el: Don't autoload mail-fetch-field.
21505
21506         * dgnushack.el: Autoload c-mode for XEmacs.
21507
21508         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21509
21510         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21511         rmail-dont-reply-to and rmail-output.
21512
21513         * gnus-score.el: Don't autoload ffap-string-at-point.
21514
21515         * gnus-setup.el: Don't autoload sc-cite-original.
21516
21517         * imap.el: Don't autoload base64-decode-string,
21518         base64-encode-string and md5.
21519
21520         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21521         and rmail-msg-restore-non-pruned-header.
21522
21523         * mm-decode.el: Don't autoload executable-find.
21524
21525         * mm-url.el: Don't autoload executable-find.
21526
21527         * mm-view.el: Don't autoload diff-mode.
21528
21529         * nndb.el: Don't autoload news-reply-mode, news-setup,
21530         cancel-timer and telnet.
21531
21532         * password.el: Don't autoload run-at-time for Emacs.
21533
21534         * sha1-el.el: Don't autoload executable-find.
21535
21536         * sieve-mode.el: Don't autoload c-mode.
21537
21538         * uudecode.el: Don't autoload executable-find.
21539
21540 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21541
21542         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21543         (gnus-agent-possibly-alter-active): Avoid null in numeric
21544         comparison.
21545         (gnus-agent-set-local): Refuse to save null in local object table.
21546         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21547         list of articles that will be marked as unread.
21548
21549 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21550
21551         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21552
21553 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21554
21555         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21556         language tags.
21557
21558 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21559
21560         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21561         Don't bind "obarray".
21562
21563         * gnus-sum.el (gnus-thread-sort-functions):
21564         Add `gnus-thread-sort-by-most-recent-number' and
21565         `gnus-thread-sort-by-most-recent-date'.
21566         Reported by Kai Grossjohann <kai@emptydomain.de>.
21567
21568 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21569
21570         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21571
21572 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21573
21574         * gnus-cus.el (gnus-agent-customize-category):
21575         Remove ignore-errors macro reference that required cl to be loaded at
21576         run-time.
21577
21578         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21579         single-interval range of the form (min . max).  Previously the
21580         range had to look like ((min . max)).  Likewise, return
21581         (min . max) rather than ((min . max)).
21582         (gnus-range-map): Use gnus-range-normalize to accept
21583         single-interval range.
21584
21585         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21586         the cache, but not the agent, now appear with their usual face.
21587
21588         * dgnushack.el (loaddir): New variable that is bound to the
21589         directory containing the dgnushack.el file. Use loaddir, rather
21590         than srcdir, to update load-path. Change lets dgnushack compile
21591         code in directories other than GNUS/lisp.
21592
21593 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21594
21595         * lpath.el: Don't bind w3m-safe-url-regexp.
21596
21597         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21598         w3m-safe-url-regexp variable buffer-local.
21599
21600         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21601
21602 2004-02-27  Simon Josefsson  <jas@extundo.com>
21603
21604         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21605         gnus-group-real-prefix.
21606         (gnus-summary-move-article): Use it, instead of
21607         gnus-group-real-prefix.
21608
21609 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * lpath.el: Bind w3m-safe-url-regexp.
21612
21613         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21614         w3m-safe-url-regexp variable buffer-local and set it as the value
21615         of mm-w3m-safe-url-regexp.
21616
21617         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21618
21619         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21620         parsing gnus-posting-styles when the message is not for replying.
21621
21622         * dgnushack.el: Autoload sgml-mode for XEmacs.
21623
21624         * nnrss.el (nnrss-opml-export):
21625         Use mm-set-buffer-file-coding-system instead of
21626         set-buffer-file-coding-system.
21627
21628 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21629
21630         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21631         of checkdoc.el).
21632         * nnrss.el: do.
21633         * gnus-mlspl.el: do.
21634         * gnus-ml.el: do.
21635         * gnus-srvr.el: do.
21636
21637         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21638
21639 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21640
21641         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21642         Corrections to custom-manual links.
21643
21644         * gnus-art.el (gnus-article): Ditto.
21645
21646         * mm-decode.el (mime-display, mime-security): Ditto.
21647
21648 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21649
21650         * flow-fill.el: Typo.
21651
21652 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21653
21654         * spam-wash.el: New file.
21655
21656 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21657
21658         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21659
21660 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21661
21662         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21663         to be run with new-articles as LIST1, not LIST2.
21664         (spam-registration-functions): Add spam-use-ham-copy as a nil
21665         registration backend.
21666
21667 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21668
21669         * spam-stat.el (spam-stat-washing-hook): New option.
21670         (spam-stat-buffer-words): Use it.
21671         (spam-stat-process-directory, spam-stat-test-directory):
21672         Use insert-file-contents-literally.
21673         (spam-stat-coding-system): New variable.
21674         (spam-stat-load, spam-stat-save): Use it.
21675
21676 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21677
21678         * spam-report.el (spam-report-plug-agent):
21679         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21680
21681 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21682
21683         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21684         Allow / in mailto URLs.
21685
21686 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21687
21688         * spam-report.el (spam-report-process-queue): Fix interactive use.
21689         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21690         (spam-report-unplug-agent): Doc fixes.
21691         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21692         (spam-report-agentize, spam-report-deagentize): Autoload.
21693
21694 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21695
21696         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21697
21698         * message.el (message-setup-fill-variables): Add mml tags to
21699         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21700         <ajk@iu.edu>.
21701         (message-mode): Don't modify paragraph-separate there.
21702
21703 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * compface.el (uncompface-use-external): Default to undecided.
21706         (uncompface-use-external-threshold): New variable.
21707         (uncompface-float-time): New macro.
21708         (uncompface): Determine whether to use the external decoder if
21709         uncompface-use-external is undecided.
21710
21711 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21712
21713         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21714         after images.
21715
21716         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21717
21718 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21719
21720         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21721
21722         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21723
21724         * gnus-sum.el (gnus-summary-limit-to-age)
21725         (gnus-summary-limit-children): do.
21726
21727         * gnus-int.el (gnus-request-scan): do.
21728
21729         * gnus-group.el (gnus-group-suspend): do.
21730
21731         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21732
21733         * gnus-cite.el (gnus-cite-parse-attributions): do.
21734
21735         * gnus-agent.el (gnus-summary-set-agent-mark)
21736         (gnus-agent-regenerate-group): do.
21737
21738         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21739
21740         * binhex.el (binhex-decode-region-internal): do.
21741
21742 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * gnus-fun.el (gnus-face-properties-alist): New user option.
21745         (gnus-display-x-face-in-from): Use it.
21746
21747         * gnus-art.el (article-display-face): Ditto.
21748
21749         * compface.el (uncompface-use-external): Default to nil.
21750
21751 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21752
21753         * nntp.el (nntp-erase-buffer): New function.
21754         (nntp-retrieve-data, nntp-send-command)
21755         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21756         (nntp-possibly-change-group): Use it.
21757
21758         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21759         Use with-current-buffer.
21760
21761 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21762
21763         * compface.el: Merge the ELisp-based uncompface program.
21764         (compface): New customization group.
21765         (uncompface-use-external): New user option.
21766         (uncompface): Call uncompface-internal if uncompface-use-external
21767         is nil.
21768         (uncompface-internal): New function.  Note that there are also
21769         some other functions and variables added for this function.
21770
21771 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21772
21773         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21774         if necessary.
21775
21776 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21777
21778         * spam-report.el (spam-report-unplug-agent)
21779         (spam-report-plug-agent, spam-report-deagentize)
21780         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21781         Add support for the Agent in spam-report: when unplugged, report to a
21782         file; when plugged, submit all the requests.
21783
21784         * spam.el (spam-register-routine): Fix message about
21785         registration.
21786
21787 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21788
21789         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21790         dependencies.
21791         (rfc2047-encode): Use it.
21792
21793         * gnus-art.el (gnus-button-marker-list): Move before first
21794         reference.
21795
21796         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21797         (imap-parse-body): Fix format string mismatch.
21798
21799         * gnus-score.el (gnus-summary-increase-score): do.
21800
21801         * nnrss.el (nnrss-close): New function.
21802
21803 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21804
21805         * nnrss.el (nnrss-make-filename): New function.
21806         (nnrss-request-delete-group, nnrss-read-server-data)
21807         (nnrss-save-server-data, nnrss-read-group-data)
21808         (nnrss-save-group-data): Use it.
21809         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21810         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21811         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21812
21813 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21814
21815         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21816
21817 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21818
21819         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21820         files.
21821
21822         * message.el (message-generate-headers-first): Don't quote nil
21823         and t in docstrings.
21824
21825         * imap.el (imap-id): do.
21826
21827         * gnus-agent.el (gnus-agent-consider-all-articles)
21828         (gnus-agent-queue-mail): do.
21829
21830 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21831
21832         * spam-report.el (spam-report-process-queue): New function.
21833         Process requests from `spam-report-requests-file'.
21834         (spam-report-process-queue): Doc fix.
21835
21836 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21837
21838         * spam.el (spam-register-routine)
21839         (spam-log-processing-to-registry, spam-log-registered-p)
21840         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21841         Change "check" to "spam-check" for semi-clarity.
21842
21843 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21844
21845         * pop3.el: Require nnheader.
21846
21847         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21848
21849         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21850
21851         * gnus-picon.el: Require cl.
21852
21853         * gnus-fun.el: Require gnus-ems and gnus-util.
21854
21855         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21856
21857         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21858
21859         * gnus-art.el (gnus-article-edit-mode): Define before first
21860         reference.
21861
21862 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21863
21864         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21865         (gnus-uu-post-encoded): Use point-at-bol.
21866
21867         * gnus-topic.el (gnus-group-active-topic-p): do.
21868
21869         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21870
21871         * gnus-group.el (gnus-group-kill-region): do.
21872
21873         * gnus-art.el (article-date-ut): do.
21874
21875         * message.el (message-fetch-field): Remove redundant
21876         case-fold-search binding.
21877         (message-narrow-to-field): Simplify.
21878
21879 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21880
21881         * spam.el (spam-directory): Derive from `gnus-directory'.
21882
21883         * spam-report.el (spam-report-url-to-file)
21884         (spam-report-requests-file): New function and variable for offline
21885         reporting.
21886         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21887         and user defined function.
21888         (spam-report-url-ping-mm-url): Remove doubled slash.
21889
21890 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21891
21892         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21893
21894 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21895
21896         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21897         Fix format string mismatch.
21898
21899         * sieve.el (sieve-deactivate-all): do.
21900
21901         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21902
21903         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21904
21905         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21906
21907         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21908
21909 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21910
21911         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21912         the list of checks.
21913
21914 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21915
21916         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21917         padding.
21918
21919 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21920
21921         * mm-view.el (mm-fill-flowed): New variable.
21922         (mm-inline-text): Use it.
21923
21924 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21925
21926         * spam.el (spam-spamassassin-register-ham-routine)
21927         (spam-spamassassin-register-spam-routine): Fix function names.
21928
21929 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * gnus.el (gnus-tmp-grouplens): Remove.
21932         (gnus-summary-line-format): Remove grouplens.
21933
21934         * gnus-group.el (gnus-group-line-format): Ditto.
21935
21936         * gnus-spec.el (gnus-format-specs): Ditto.
21937         (gnus-update-format-specifications): Flush the group format spec
21938         cache if there's the grouplens stuff.
21939         (gnus-parse-simple-format): Replace %l with the empty string.
21940
21941 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21942
21943         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21944         omission.
21945
21946 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21949         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21950
21951 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21952
21953         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21954         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21955         New macros and functions.
21956         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21957         Handle > NLINK_MAX messages.
21958         * nnmaildir.el (nnmaildir-request-set-mark):
21959         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21960
21961 2004-01-25  Alex Schroeder  <alex@gnu.org>
21962
21963         * spam-stat.el (spam-stat-process-directory-age): New option.
21964         (spam-stat-process-directory): Use it.
21965
21966 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21967
21968         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21969         (spam-stat-save): Accept prefix argument.
21970
21971 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21972
21973         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21974         links" error.
21975
21976 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21979         the rest of the and/or forms.
21980
21981 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21982
21983         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21984         compatibility with old .newsrc.eld files.
21985
21986         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21987
21988         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21989
21990         * gnus-start.el (gnus-1): do.
21991
21992         * gnus-group.el (gnus-group-line-format-alist): do.
21993
21994         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21995
21996         * gnus-gl.el: Remove.
21997
21998 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21999
22000         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22001         marks consisting of a single range {for example, (3 . 5)} rather
22002         than a list of a single range { ((3 . 5)) }.
22003
22004 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22005
22006         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22007         Use with-current-buffer.
22008         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22009         avoid consing a string.
22010
22011         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22012         Remove obsolete entries for big5 and gb2312.
22013
22014 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22015
22016         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22017         uncompressed list.
22018
22019 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22020
22021         * spam-stat.el (spam-stat-strip-xref): New function.
22022         (spam-stat-process-directory): Use it.
22023
22024         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22025         here -- it's done in message-fetch-field.
22026
22027 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22028
22029         * gnus-agent.el (gnus-agent-queue-mail)
22030         (gnus-agent-prompt-send-queue): New variables.
22031         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22032         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22033         "nndraft:queue" along to gnus-draft-send.
22034         Use gnus-agent-prompt-send-queue.
22035         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22036         is "nndraft:queue".  Suggested by Gaute Strokkenes
22037         <gs234@srcf.ucam.org>
22038
22039         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22040         (agent-enable-undownloaded-faces): Add.
22041         (gnus-agent-cat-groups): Use eval-and-compile, not
22042         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22043         method of gnus-agent-cat-groups even when the buffer has been
22044         evaled.
22045         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22046         delete gnus-agent-save-active-1.
22047         (gnus-agent-save-groups): Delete.  Identical to
22048         gnus-agent-save-active.
22049         (gnus-agent-write-active): No longer adjust agent's copy of active
22050         file as agent's adjustments are now stored in their own
22051         file.  Remove optional parameter.
22052         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22053         servers.  Add use of min/max range limits from server's local
22054         file.
22055         (gnus-agent-save-alist): Remove unused optional argument.
22056         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22057         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22058         (gnus-agent-set-local): A per-server file that keeps min/max range
22059         limits for articles known to the agent.  Provides a fast mechanism
22060         for altering many active ranges.
22061         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22062         active file (local makes it unnecessary).
22063         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22064
22065         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22066         (agent-enable-undownloaded-faces): Add.
22067
22068         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22069         disable it when sending to "nndraft:queue".
22070         (gnus-group-send-queue): Add safety check to avoid sending queue
22071         when unplugged.
22072
22073         * gnus-group.el (gnus-group-catchup): Use new
22074         gnus-sequence-of-unread-articles, not
22075         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22076         numbers of articles.  Use gnus-range-map to avoid having to
22077         uncompress the unread list.
22078         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22079         Fix invalid ange-ftp reference.
22080
22081         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22082         (gnus-sorted-range-intersection): Intersection of two ranges
22083         without requiring that they first be uncompressed.
22084
22085         * gnus-start.el (gnus-activate-group): Unless blocked by the
22086         caller, possibly expand the active range to include both cached
22087         and agentized articles.
22088         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22089         multiple version-dependent converters.
22090         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22091         gnus-agent-save-active.
22092         (gnus-save-newsrc-file): Save dirty agent range limits.
22093
22094         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22095         gnus-agent-possibly-alter-active.
22096         (gnus-adjust-marked-articles): Faster handling of simple lists.
22097
22098 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22099
22100         * spam-stat.el (spam-stat-test-directory): New optional argument
22101         displays a list of files detected.  Suggested by Andrew Cohen
22102         <cohen@andy.bu.edu>.
22103         (spam-stat-buffer-words-with-scores): Don't narrow and change
22104         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22105
22106 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22107
22108         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22109         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22110         (spam-spamassassin-arguments)
22111         (spam-spamassassin-spam-flag-header)
22112         (spam-spamassassin-positive-spam-flag-header)
22113         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22114         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22115         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22116         (spam-list-of-processors, spam-list-of-checks)
22117         (spam-list-of-statistical-checks, spam-registration-functions)
22118         (spam-check-spamassassin-headers, spam-check-spamassassin)
22119         (spam-spamassassin-score)
22120         (spam-spamassassin-register-with-sa-learn)
22121         (spam-spamassassin-register-spam-routine)
22122         (spam-spamassassin-register-ham-routine)
22123         (spam-assassin-register-spam-routine)
22124         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22125         (spam-bogofilter-score): Fix to show article before scoring.
22126
22127 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22128
22129         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22130         default scoring function.
22131         (spam-generic-score): Call spam-spamassassin-score if
22132         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22133         spam-bogofilter-score otherwise.
22134
22135         * gnus.el (spam-process, spam-autodetect-methods):
22136         Add spamassassin and spamassassin-headers.
22137
22138 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22139
22140         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22141         Suppress unnecessary messages.
22142
22143 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22144
22145         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22146         make-hash-table.
22147
22148 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22149
22150         * canlock.el (base64-encode-string): Don't autoload it.
22151
22152 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22153
22154         * run-at-time.el: Remove useless (require 'itimer),
22155         eval-and-compile and (featurep 'xemacs).
22156
22157 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22158
22159         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22160         GROUP is a virtual group.
22161
22162 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22163
22164         * gnus.el: Autoload `message-y-or-n-p'.
22165
22166 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22167
22168         * pgg-parse.el: Remove unnecessary (require 'custom).
22169
22170         * pgg-def.el: do.
22171
22172         * nnmail.el: do.
22173
22174         * gnus-undo.el: do.
22175
22176         * gnus-picon.el: do.
22177
22178         * gnus-util.el: do.
22179
22180 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22181
22182         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22183
22184 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22187         handle, as well as a list.
22188
22189         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22190         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22191         (mm-w3m-cid-retrieve): Simplify.
22192
22193 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22194
22195         * message.el (message-kill-to-signature): Allow prefix arg to
22196         specify number of lines to keep before signature.
22197
22198 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22199
22200         * message.el (message-kill-to-signature): Change docstring.
22201
22202 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * canlock.el: Always require sha1-el.
22205         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22206
22207         * message.el: Autoload sha1 only when compiling.
22208
22209         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22210         eudc-expand-inline for XEmacs.
22211
22212 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * message.el (message-canlock-generate): Require sha1-el.
22215
22216 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22217
22218         * message.el (message-expand-name): Silence the byte compiler.
22219
22220         * lpath.el: Add detect-coding-system.
22221
22222         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22223         cus-edit.
22224
22225 2004-01-13  Simon Josefsson  <jas@extundo.com>
22226
22227         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22228         Invoke gnus-score-mode.
22229         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22230
22231         * gnus-range.el (gnus-compress-sequence): Doc fix.
22232         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22233
22234 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22235
22236         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22237
22238 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22239
22240         * spam.el (spam-get-article-as-string): Update to use
22241         gnus-request-article-this-buffer, much simpler.
22242         (spam-get-article-as-buffer): Remove.
22243
22244 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22245
22246         * message.el (message-expand-name): Use EUDC if the user uses that.
22247
22248 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22249
22250         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22251         character for the encoding to avoid consing a string.
22252
22253         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22254         unnecessarily.
22255
22256         * mm-util.el (mm-replace-chars-in-string): Remove.
22257
22258         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22259         of mm-replace-chars-in-string.
22260
22261 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22262
22263         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22264
22265         * mm-util.el (mm-subst-char-in-string): Support inplace.
22266
22267         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22268         a new string in every iteration.  Use shy groups.
22269
22270 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22271
22272         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22273         * gnus-soup.el (gnus-soup-group-brew):
22274         * gnus-msg.el (gnus-put-message):
22275         * gnus-move.el (gnus-group-move-group-to-server):
22276         * gnus-kill.el (gnus-batch-score):
22277         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22278         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22279         (gnus-group-update-group, gnus-group-read-group)
22280         (gnus-group-make-group, gnus-group-make-help-group)
22281         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22282         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22283         (gnus-group-sort-by-unread, gnus-group-catchup)
22284         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22285         (gnus-group-yank-group, gnus-group-set-info)
22286         (gnus-group-list-groups):
22287         * gnus.el (gnus-generate-new-group-name):
22288         * gnus-delay.el (gnus-delay-send-queue):
22289         * nnvirtual.el (nnvirtual-catchup-group):
22290         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22291         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22292         (gnus-group-prepare-topics, gnus-topic-check-topology):
22293         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22294         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22295         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22296         (gnus-group-make-articles-read):
22297         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22298         (gnus-group-change-level, gnus-kill-newsgroup)
22299         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22300         (gnus-get-unread-articles, gnus-make-articles-unread)
22301         (gnus-make-ascending-articles-unread): Use accessor
22302         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22303         to get group information for improved readability.
22304
22305
22306 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22307
22308         * gnus-art.el (article-decode-mime-words, article-babel)
22309         (gnus-article-highlight-signature, gnus-article-add-buttons)
22310         (gnus-signature-toggle): Use gnus-with-article-buffer.
22311
22312         * gnus-art.el (gnus-article-highlight-headers)
22313         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22314
22315         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22316         (gnus-article-set-globals, gnus-request-article-this-buffer)
22317         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22318         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22319         (gnus-mime-display-alternative): Use with-current-buffer.
22320
22321 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22322
22323         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22324         also under 80 char limit, and call gnus-error if needed.
22325         (spam-fetch-article-header): Fix - it was a
22326         buffer-local variable (gnus-newsgroup-data).
22327         (spam-find-spam): Use spam-generate-fake-headers, forget about
22328         spam-insert-fake-headers.
22329         (spam-insert-fake-headers): Remove.
22330
22331 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22332
22333         * deuglify.el (gnus-article-outlook-unwrap-lines)
22334         (gnus-outlook-rearrange-article)
22335         (gnus-outlook-repair-attribution-outlook)
22336         (gnus-outlook-repair-attribution-block)
22337         (gnus-outlook-repair-attribution-other): Remove redundant
22338         save-excursion.
22339
22340 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22341
22342         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22343         (spam-fetch-field-subject-fast)
22344         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22345         (spam-fetch-article-header): Add functions to deal with Gnus
22346         internals for fast retrieval of article header data.
22347         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22348
22349 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22350
22351         * pop3.el (pop3-md5): Remove.
22352         (pop3-apop): Replace pop3-md5 with md5.
22353
22354         * mm-bodies.el: base64 is always built-in.
22355
22356         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22357         Use with-current-buffer.
22358
22359 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22360
22361         * canlock.el (canlock-insert-header): Remove excessive grouping in
22362         regexp.
22363
22364         * gnus-sum.el (gnus-summary-read-document): Ditto.
22365
22366         * gnus-uu.el (gnus-uu-part-number): Ditto.
22367
22368         * html2text.el (html2text-remove-tags): Ditto.
22369         (html2text-format-tags): Ditto.
22370         (html2text-format-single-elements): Ditto.
22371
22372         * mml.el (mml-parse-1): Ditto.
22373
22374 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22375
22376         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22377
22378         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22379
22380         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22381
22382         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22383
22384 2003-11-15  Simon Josefsson  <jas@extundo.com>
22385
22386         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22387         (pgg-gpg-lookup-key): Use regexp match instead of
22388         split-string (split-string is different between emacs 21.2 and
22389         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22390
22391 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22392
22393         * gnus-art.el (gnus-mime-view-all-parts)
22394         (gnus-article-part-wrapper, gnus-article-view-part):
22395         Use with-current-buffer.
22396
22397 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22398
22399         * spam.el (spam-disable-spam-split-during-ham-respool)
22400         (spam-spamoracle-database, spam-cache-lookups)
22401         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22402         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22403         (spam-group-ham-marks, spam-group-spam-marks)
22404         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22405         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22406         also add spam-use-blackholes to the statistical checks.
22407         (spam-fetch-field-fast): Add interface to fetching fields, may
22408         become a macro.
22409         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22410         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22411         (spam-insert-fake-headers): Fake an article when needed.
22412         (spam-find-spam): Fake article when possible.
22413         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22414         (spam-check-bogofilter-headers): Use message-fetch-field instead
22415         of nnmail-fetch-field.
22416
22417 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22418
22419         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22420
22421 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22422
22423         * spam.el (spam-split): Do not require spam-use-CHECK to be
22424         enabled if that check is passed to spam-split explicitly; also
22425         fix so 'spam doesn't get converted to spam-split-group when
22426         spam-split-symbolic-return is t.
22427         (spam-find-spam): Find registrations of the article and use those
22428         instead of re-running spam-split to find the spam/ham
22429         classification of the article.
22430         (spam-log-processing-to-registry, spam-log-registered-p)
22431         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22432         Use gnus-error instead of gnus-message.
22433         (spam-log-registration-type): Add function to determine the
22434         classification of a message based on registry entries; will
22435         return nil if both 'spam and 'ham are found.
22436         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22437         a reasonably fast local cache without the loading errors.
22438         (spam-cache-lookups): Set to t by default.
22439         (spam-find-spam): Don't try to guess spam-cache-lookups.
22440         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22441         spam-caches entry.
22442         (spam-filelist-build-cache, spam-filelist-check-cache):
22443         Fix caching of whitelist/blacklist entries.
22444         (spam-check-whitelist, spam-check-blacklist):
22445         Invoke spam-from-listed-p with a type, not a cache variable.
22446         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22447
22448 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22449
22450         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22451
22452         * nnmail.el (nnmail-split-fancy): do.
22453
22454         * mml.el (mml-parse): do.
22455
22456         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22457         (gnus-score-adaptive): do.
22458
22459 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22460
22461         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22462         (gnus-mime-button-map): Don't set keymap parent.
22463         (gnus-button-ctan-directory-regexp): Use shy grouping.
22464         (gnus-prev-page-map): Don't set keymap parent.
22465         (gnus-prev-page-map): Remove duplicated one.
22466         (gnus-next-page-map): Don't set keymap parent.
22467         (gnus-mime-security-button-map): Ditto.
22468
22469         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22470         version number.
22471
22472         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22473
22474 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22475
22476         * canlock.el (canlock-sha1-function): Remove.
22477         (canlock-sha1-function-for-verify): Remove.
22478         (canlock-openssl-program): Remove.
22479         (canlock-openssl-args): Remove.
22480         (canlock-ignore-errors): Remove.
22481         (canlock-sha1-with-openssl): Remove.
22482         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22483         (canlock-verify): Don't use canlock-ignore-errors.
22484
22485         * sha1-el.el (sha1-string-external): Make it can return a string
22486         in binary form.
22487         (sha1-region-external): Ditto.
22488         (sha1-string-internal): Ditto.
22489         (sha1-region-internal): Ditto.
22490         (sha1-region): Ditto.
22491         (sha1-string): Ditto.
22492         (sha1): Ditto.
22493
22494 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22495
22496         * spam.el (spam-report-articles-gmane): New command.
22497
22498 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22501
22502         * run-at-time.el (run-at-time-saved): Remove.
22503         (run-at-time): Doc fix.
22504
22505 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22506
22507         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22508         (gnus-summary-limit-map): Add it.
22509         (gnus-summary-make-menu-bar): do.
22510
22511 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22512
22513         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22514         Make attempt at some caching support (done for BBDB only now).
22515         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22516         addresses to be checked.
22517         (spam-clear-cache-BBDB): Add function, to be invoked by
22518         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22519         (spam-check-BBDB): Check and use the caches, if
22520         spam-cache-lookups is on, remove superfluous (provide).
22521
22522 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22523
22524         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22525
22526 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22527
22528         * run-at-time.el (run-at-time-saved): Move to after the definition
22529         of `run-at-time'.
22530
22531         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22532
22533 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22534
22535         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22536         mm-w3m-local-map-property.
22537
22538         * mm-view.el (mm-w3m-mode-map): Remove.
22539         (mm-w3m-local-map-property): Remove.
22540         (mm-inline-text-html-render-with-w3m): Don't use
22541         mm-w3m-local-map-property.
22542
22543 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22544
22545         * run-at-time.el: New file.
22546
22547         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22548         under Emacs.
22549
22550         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22551         of gnus-set-text-properties.
22552
22553         * gnus-uu.el (gnus-uu-save-article): Ditto.
22554
22555         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22556
22557         * gnus-cite.el (gnus-cite-parse): Ditto.
22558
22559         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22560         of gnus-.
22561
22562         * gnus-xmas.el (run-at-time): Require run-at-time.
22563
22564         * gnus.el: Change calls to nnheader-run-at-time and
22565         password-run-at-time throughout to use run-at-time directly.
22566
22567         * password.el: Remove definition of run-at-time.
22568
22569         * nnheaderxm.el: Remove definition of run-at-time.
22570
22571 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22572
22573         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22574         in prompt.
22575
22576 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22577
22578         * messagexmas.el (message-xmas-redefine): Alias
22579         `message-make-caesar-translation-table' to
22580         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22581         version.
22582
22583         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22584         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22585         `gnus-xmas-set-text-properties'.
22586         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22587         `gnus-xmas-completing-read'.
22588         (gnus-xmas-completing-read): Removed.
22589         (gnus-xmas-open-network-stream): Removed.
22590
22591         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22592         XEmacs version.
22593
22594         * dns.el (dns-make-network-process): Use `open-network-stream'
22595         instead of `gnus-xmas-open-network-stream'.
22596
22597         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22598
22599         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22600
22601 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22602
22603         * gnus-art.el (gnus-mime-display-alternative)
22604         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22605         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22606         Don't use gnus-local-map-property.
22607
22608         * gnus-util.el (gnus-local-map-property): Remove.
22609
22610         * mm-view.el (mm-view-pkcs7-decrypt):
22611         Replace gnus-completing-read-maybe-default with completing-read.
22612
22613         * gnus-util.el (gnus-completing-read): do.
22614         (gnus-completing-read-maybe-default): Remove.
22615
22616 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22617
22618         * password.el: Only autoload `run-at-time' if not XEmacs.
22619         Only autoload the itimer functions if XEmacs.
22620
22621 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22622
22623         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22624         XEmacsen.
22625
22626         * dgnushack.el: Autoload executable-find for XEmacs.
22627
22628 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22629
22630         * gnus-art.el (gnus-read-string): Remove.
22631         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22632         read-string.
22633
22634 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22635
22636         * netrc.el: Autoload password-read.
22637         (netrc): Add configuration group.
22638         (netrc-encoding-method, netrc-openssl-path):
22639         Add variables for encoding and decoding of files with symmetric
22640         ciphers.
22641         (netrc-encode): Add assistant function to encode a file with
22642         netrc-encoding-method.
22643         (netrc-parse): Add interactive parameter, added optional
22644         decoding if netrc-encoding-method is non-nil but otherwise
22645         behavior is standard.
22646         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22647         Do s/encode/encrypt/ everywhere.
22648
22649         * spam.el: Remove executable-find autoload.
22650
22651 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22652
22653         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22654
22655         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22656
22657 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * gnus-art.el (gnus-treat-ansi-sequences)
22660         (article-treat-ansi-sequences): New variable and function.
22661         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22662
22663         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22664         Use it.
22665
22666 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22667
22668         * mm-util.el (mm-quote-arg): Remove.
22669
22670         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22671         shell-quote-argument.
22672
22673         * gnus-uu.el (gnus-uu-command): do.
22674
22675         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22676
22677         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22678         with make-char.
22679
22680         * mm-util.el (mm-make-char): Remove.
22681
22682         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22683         add-minor-mode.
22684
22685         * gnus-undo.el (gnus-undo-mode): do.
22686
22687         * gnus-topic.el (gnus-topic-mode): do.
22688
22689         * gnus-sum.el (gnus-dead-summary-mode): do.
22690
22691         * gnus-start.el (gnus-slave-mode): do.
22692
22693         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22694
22695         * gnus-ml.el (gnus-mailing-list-mode): do.
22696
22697         * gnus-gl.el (gnus-grouplens-mode): do.
22698
22699         * gnus-draft.el (gnus-draft-mode): do.
22700
22701         * gnus-dired.el (gnus-dired-mode): do.
22702
22703         * gnus-ems.el (gnus-add-minor-mode): Remove.
22704
22705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22706         Replace gnus-char-width with char-width.
22707
22708         * gnus-ems.el (gnus-char-width): Remove.
22709
22710         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22711         Replace gnus-char-width with char-width.
22712
22713         * gnus-ems.el (gnus-char-width): Remove.
22714
22715         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22716         definition.
22717         Remove Emacs 20 hash table compatibility code.
22718
22719         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22720         20 compatibility code.
22721
22722         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22723
22724         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22725
22726         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22727         Replace with point-at-{eol,bol}.
22728
22729         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22730
22731         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22732
22733         * flow-fill.el (fill-flowed-point-at-bol)
22734         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22735
22736         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22737         Replace with point-at-{eol,bol} throughout all files.
22738
22739 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22740
22741         * ntlm.el (ntlm-string-as-unibyte): New macro.
22742         (ntlm-build-auth-response): Use it.
22743
22744         Remove Emacs 20 stuff:
22745         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22746         (butlast, mapc, remove): Remove the compiler macros.
22747         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22748         of delq and copy-sequence.
22749         * gnus-art.el (popup-menu): Remove the compiler macro.
22750         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22751         Emacs 20.
22752
22753 2004-01-05  Simon Josefsson  <jas@extundo.com>
22754
22755         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22756         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22757         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22758         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22759         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22760         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22761         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22762         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22763         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22764         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22765         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22766         string-xor into ntlm-string-xor.
22767         Suggested by Jesper Harder <harder@myrealbox.com>.
22768
22769         * ntlm.el: Don't include poem.
22770
22771         * md4.el (print-int32, print-string-hexa): Remove.
22772         Suggested by Jesper Harder <harder@myrealbox.com>.
22773
22774         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22775
22776         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22777         probably breaks emacs with DL patch, but do we care? Is anyone
22778         still using the DL stuff?)
22779
22780         * sieve-manage.el: Use the password package.
22781         (sieve-manage-read-passwd): Remove.
22782         (sieve-manage-interactive-login): Use password.  Re-add
22783         condition-case around loop.
22784
22785         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22786         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22787         Use the password package.
22788
22789 2003-02-19  Simon Josefsson  <jas@extundo.com>
22790
22791         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22792         token.
22793
22794 2002-08-07  Simon Josefsson  <jas@extundo.com>
22795
22796         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22797         (sieve-manage-authenticators):
22798         (sieve-manage-authenticator-alist): Add some SASL mechs.
22799         (sieve-sasl-auth): New function.
22800         (sieve-manage-cram-md5-auth):
22801         (sieve-manage-plain-auth): Rewrite using SASL library.
22802         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22803         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22804         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22805         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22806
22807 2004-01-05  Simon Josefsson  <jas@extundo.com>
22808
22809         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22810         New files.
22811
22812 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22813
22814         * gnus-group.el (gnus-no-groups-message): Update.
22815
22816         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22817
22818 2003-11-09  Simon Josefsson  <jas@extundo.com>
22819
22820         * imap.el: Support for ID IMAP extension (RFC 2971).
22821         (imap-local-variables): Add imap-id.
22822         (imap-id): New variable.
22823         (imap-id): New function.
22824         (imap-parse-response): Parse untagged ID response.
22825         * nnimap.el (nnimap-id): New variable.
22826         (nnimap-open-connection): Use it.
22827
22828 2003-12-28  Simon Josefsson  <jas@extundo.com>
22829
22830         * gnus-score.el (gnus-score-edit-all-score): New.
22831         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22832
22833 2004-01-04  Simon Josefsson  <jas@extundo.com>
22834
22835         * password.el: Add.
22836
22837 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22838
22839         * dns.el (dns-query-types): Fix typo.
22840         (dns-query-types): New function.
22841         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22842         PTR and SOA replies, see RFC 1035.
22843
22844 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22845
22846         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22847
22848         * Move to Changelog.2.
22849
22850 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22851
22852         * gnus.el (gnus-version-number): Bump version.
22853
22854 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22855
22856         * gnus.el: No Gnus v0.1 is released.
22857
22858 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22859
22860         * gnus.el: No Gnus v0.0 is released.
22861
22862 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22863
22864         * gnus.el (gnus-version-number): Bump.
22865         (gnus-version): No.
22866
22867 See ChangeLog.2 for earlier changes.
22868
22869   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22870
22871   This file is part of GNU Emacs.
22872
22873   GNU Emacs is free software: you can redistribute it and/or modify
22874   it under the terms of the GNU General Public License as published by
22875   the Free Software Foundation, either version 3 of the License, or
22876   (at your option) any later version.
22877
22878   GNU Emacs is distributed in the hope that it will be useful,
22879   but WITHOUT ANY WARRANTY; without even the implied warranty of
22880   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22881   GNU General Public License for more details.
22882
22883   You should have received a copy of the GNU General Public License
22884   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22885
22886 ;; Local Variables:
22887 ;; coding: utf-8
22888 ;; fill-column: 79
22889 ;; add-log-time-zone-rule: t
22890 ;; End: