087a2dec13e662cf5222cdda3aa24ecb4806aa0d
[gnus] / lisp / ChangeLog
1 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4         articles.
5
6 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
7
8         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
9         copy-list.
10
11 2011-08-12  Sam Steingold  <sds@gnu.org>
12
13         * gnus-score.el (gnus-score-find-alist): Keep the score files already
14         in the reverse order to avoid modifying the cache with `nreverse'.
15         (gnus-all-score-files): Do not modify the value returned by
16         `gnus-score-find-alist' because it lives in a cache variable.
17         (gnus-current-home-score-file): No need to `nreverse' the return value
18         of `gnus-score-find-alist', it is already in the correct order.
19
20 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
21
22         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
23         type MESSAGE and subtype RFC822 is slightly different from those of
24         type TEXT.
25
26 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
27
28         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
29         allows article-referral to work from an nnir group.
30
31 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
32
33         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
34
35 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
36
37         * mml1991.el (mml1991-epg-find-usable-key)
38         (mml1991-epg-find-usable-secret-key): New function.
39         (mml1991-epg-sign): Check if signing key is usable.
40         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
41
42 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
43
44         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
45         server-variables only. This should fix a bug introduced with commit
46         e1889675b7f4adf057833c5513c9374134c4e053.
47         (nnir-run-query): 'nnir-search-engine should not be set from the global
48         environment.
49
50 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
51
52         * nnir.el (nnir-search-thread): Position point on referring article
53         line.
54         (nnir-warp-to-article): Clean up summary buffers.
55
56         * nnimap.el (nnimap-request-thread): Whitespace fix.
57
58 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
59
60         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
61
62 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * starttls.el (starttls-available-p): Renamed from
65         `starttls-any-program-available' and changed return convention.
66
67 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
70         `unix-sync' unless it's defined.
71
72 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
73
74         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
75         `aref' for XEmacs compatibiltiy.
76
77 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
80
81 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
82
83         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
84         closures, quote the form properly (bug#9194).
85
86 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
89         (gnus-summary-insert-new-articles): Protect against servers that are
90         down.
91
92 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
93
94         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
95         in mm handle if none is specified.
96
97 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
98
99         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
100
101 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
102
103         * nnir.el (nnir-search-thread): New function to make an nnir group
104         based on a thread query.
105
106         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
107         of nnir in thread referral.
108         (gnus-summary-refer-thread): Use it.
109
110         * nnimap.el (nnimap-request-thread): Use it.
111
112 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * shr.el (shr-tag-comment): Ignore HTML comments.
115
116 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
117
118         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
119         argument.
120         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
121         `nnir-address' to handle server info rather than passing an arg.
122
123         * nnimap.el (nnimap-make-thread-query): New utility function to format
124         an imap thread search query.
125         (nnimap-request-thread): Use it.
126
127         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
128         right select-method if we are not going back to the group buffer.
129
130 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
133         enter invalid buffer configurations into the quit form (bug#9107).
134         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
135         unplugged/plugged.
136
137         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
138         keep track of which ones are unread (bug#9061).
139
140         * gnus.el (gnus-refer-article-method): Allow entering any sexp
141         (bug#9055).
142
143         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
144         (bug#9041).
145
146         * gnus-html.el (mm-util): Require (bug#9073).
147
148         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
149         (gnus-summary-refer-thread): Use it to remove duplicates in the
150         un-threaded view (bug#9053).
151         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
152
153 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
154
155         * nnir.el (nnir-read-server-parm): Use default value from global
156         variable.  Without this the default search engine parameters aren't
157         used at all.
158
159 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * message.el (message-unique-id): Don't use the undocumented return
162         value from (random t) (bug#9118).
163
164 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * message.el (message-auto-save-directory): If the ~/Mail directory
167         doesn't exist, use ~ as the auto-save directory (bug#4432).
168
169         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
170         hasn't already been started.
171
172 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
175
176         * message.el (message-reply): Work around mysterious bug where
177         `message-mode' seems to overwrite the locally bound `subject' variable.
178
179 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
180
181         * nnimap.el (nnimap-request-thread): Ensure search is performed in
182         correct group.
183
184         * gnus-int.el (gnus-request-thread): Add group argument.
185
186         * gnus-sum.el (gnus-summary-refer-thread): Use it.
187
188 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
191
192         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
193         renamed to `debbugs-gnu-*'.
194
195 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
196
197         * plstore.el: Revert the editing feature since it is not urgent.
198         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
199         (plstore-mode-decoded): Remove.
200
201 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
204         isn't very interesting any more, and it leaks potentially secret data.
205         (gnus-debug): Removed.
206
207         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
208         use of :custom-show.
209
210 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
211
212         * plstore.el: Add documentation.
213         (plstore-mode): New mode to edit plstore file.
214         (plstore-mode-toggle-display, plstore-mode-original)
215         (plstore-mode-decoded): New command.
216         (plstore--encode, plstore--decode, plstore--write-contents-functions)
217         (plstore--insert-buffer, plstore--make): New function.
218         (plstore-open, plstore-save): Simplify by using them.
219
220 2011-07-06  Glenn Morris  <rgm@gnu.org>
221
222         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
223
224 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
227         no longer is much used.
228         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
229         Articles".
230
231 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
232
233         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
234         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
235         `notmuch' backend.
236
237 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * mm-decode.el (mm-text-html-renderer): Doc fix.
240
241         * gnus-msg.el (gnus-bug): Fix the MML tag.
242
243         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
244
245 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
246
247         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
248         secondary methods if started with `gnus-no-server'.
249
250 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
251
252         * message.el (message-return-action): Fix typo in docstring.
253
254 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
257         bug reports at once.
258
259         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
260
261 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * nndraft.el: Require gnus-group.
264         (nndraft-request-list): Declare.
265
266         * nndraft.el (nndraft-update-unread-articles): Don't show group having
267         no unread article unless it matches gnus-permanently-visible-groups.
268
269         * nndraft.el (nndraft-update-unread-articles): New function.
270         (nndraft-request-associate-buffer): Use it to update the number of
271         unread articles for the nndraft groups in the group buffer when saving
272         or killing a draft message.
273
274 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
277         systems to binary before writing and reading the mbox files.
278
279         * gnus.el (gnus-summary-line-format): Link to the info node for %U
280         instead of trying to list them all (bug#8978).
281
282 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
283
284         * pop3.el (pop3-open-server): Use :end-of-capability.
285
286 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
289         the id is always a number.
290
291         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
292
293         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
294         debbugs mode, if possible.
295
296 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
297
298         * auth-source.el (auth-source-token-passphrase-callback-function):
299         Reindent.
300         (epg-context-operation): Remove unnecessary autoload.
301
302 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus.el (gnus-list-debbugs): New command.
305
306         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
307         mboxstat instead of the maintbox, since the stat seems to be fuller.
308
309         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
310         summary buffers.
311
312         * message.el (message-get-reply-headers): Delete all duplicates,
313         instead of the first.
314         (message-get-reply-headers): Ensure that we have progress while
315         deleting duplicates.
316
317         * gnus-msg.el (gnus-configure-posting-styles): Get the local
318         gnus-posting-style value from the summary buffer to make it easier to
319         make that a per-buffer conf.
320
321 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el (nnir-run-imap): Allow halting a search when an article is
324         found by setting `shortcut' in 'query.
325         (nnir-request-article): Use `shortcut' setting when requesting article
326         by Message-ID.
327
328 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
331         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
332         Bring the pseudo-headers back too.
333
334 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
335
336         * auth-source.el (auth-source-token-passphrase-callback-function):
337         Simplify and remove EPA dependency.
338
339 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
340
341         * nnir.el (nnir-request-article): Fix error message text.
342
343 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
344
345         * auth-source.el (plstore-delete): Autoload.
346         (auth-source-plstore-search): Support delete operation.
347         * plstore.el (plstore-delete): New function.
348
349 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
352         mark actually existing articles as unread rather than the ones that
353         active asserts.
354
355 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
356
357         * nntp.el (nntp-record-command):
358         * gnus-util.el (gnus-message-with-timestamp-1):
359         Use format-time-string rather than decoding time stamps by hand.
360         This is simpler and insulates the code from potential changes to
361         current-time format.
362
363 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
366
367 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
368
369         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
370         (plstore-save): Support public key encryption.
371         (plstore--init-from-buffer): New function.
372         (plstore-open): Use it; fix error when opening a non-existent file.
373         (plstore-revert): Use plstore--init-from-buffer.
374
375 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
376
377         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
378
379 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * mml2015.el (mml2015-use): Replace string-match-p with string-match
382         for old Emacsen.
383
384 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
385
386         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
387         is not fully working.
388
389 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * dgnushack.el: Autoload sha1 on XEmacs.
392
393         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
394         quit window configuration.
395
396         * auth-source.el (epg-context-set-passphrase-callback): Remove
397         duplicate autoload.
398
399 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
400
401         * nnir.el (nnir-request-article): Allow requesting articles by
402         Message-ID with nnimap.
403
404         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
405         current server.
406
407 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * auth-source.el: Autoload EPA/EPG functions.
410         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
411         changed when EPA/EPG is not available.
412         (auth-source-backend): Rename "arg" member to "data".
413         (auth-source-backend-parse, auth-source-plstore-search)
414         (auth-source-plstore-create): Use it.
415
416 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
417
418         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
419         `gnus-refer-article-methods'.
420
421 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * auth-source.el: Require EPA and EPG.
424         (auth-source-passphrase-alist): New variable.
425         (auth-source-passphrase-callback-function)
426         (auth-source-token-passphrase-callback-function): Callbacks for the
427         netrc field encryption (GPG tokens).
428         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
429         Symmetric encryption and decryption of the netrc GPG tokens.
430         (auth-source-netrc-normalize): Use them, simplifying the closure.
431
432 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
435         is available.
436
437 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
440         non-nil, and `nnimap-split-methods' is nil, use the former.
441
442 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
443
444         * plstore.el (plstore-revert): New function.
445         (plstore-open): Use it; hide the buffer from user.
446
447 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
448
449         * auth-source.el (auth-source-backend): New member "arg".
450         (auth-source-backend-parse): Handle new backend 'plstore.
451         * plstore.el: New file.
452
453 2011-06-30  Glenn Morris  <rgm@gnu.org>
454
455         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
456
457 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
460         expiring articles to.
461
462         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
463         variations as ASCII (bug#5458).
464
465 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
468
469 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * message.el (message-point-in-header-p): Tweak the function to default
472         to saying that we're not in the headers if there is no separator at
473         all.  This makes it possible to use the Message version of `M-q' in
474         buffers with no headers (bug#7987).
475         (message-point-in-header-p): Fix last checkin to work with an empty
476         mail-header-separator, too.
477
478         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
479         again, save the choice via customize.
480
481 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * message.el (message-send-mail-function): Add `sendmail-query-once'.
484
485         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
486         ended the connection, bail out before waiting infinitely on a new
487         connection.
488
489 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
490
491         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
492         reports.
493
494         * gnus.el (gnus-bug-package): Use "gnus."
495         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
496
497 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * dgnushack.el: Make the timer warning go away on XEmacs.
500
501         * gnus-art.el (gnus-article-stop-animations): New function to stop any
502         animations going on at article exit time.
503
504         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
505         since removing it breaks people upgrading.
506
507         * shr.el (shr-put-image): Use the new interface for animating images.
508         (shr-put-image): Animate for 60 seconds.
509
510         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
511         avoid compiler warnings.
512
513         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
514         error with `find-file-hooks' on Emacs 22.
515         (with-auth-source-epa-overrides): Ugly hack to Wrap the
516         `find-file-hook' things in `symbol-value' to avoid compilation warnings
517         on all architectures.
518
519         * spam.el (spam-stat): Require in a normal fashion without binding
520         `spam-stat-install-hooks' to avoid compilation warnings.
521
522         * spam-stat.el (spam-stat-install-hooks): Removed.
523         (spam-stat-install-hooks): Don't run automatically.
524
525 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
526
527         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
528         and keystroke.
529
530 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * auth-source.el (auth-source-netrc-cache): Move forward.
533
534 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * proto-stream.el (proto-stream-open-starttls): Use
537         `gnutls-available-p' to see whether we have built-in support.
538
539         * auth-source.el (auth-source-netrc-create): Don't query the bits that
540         we already know.
541         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
542         (auth-source-netrc-create): Don't prompt for the stuff we already know.
543
544 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
547         %S format, since that looks odd.
548         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
549         file, especially when saving.
550
551 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
552
553         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
554         article found.
555
556 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
559         `auth-source-save-secrets' with a more sensitive alist that can be
560         configured per file.  Experimental, so defaults to 'never.
561         (auth-source-netrc-create): Use it.  Still experimental code.
562         (with-auth-source-epa-overrides): Use `find-file-hooks' if
563         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
564
565 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
566
567         * auth-source.el (auth-source-save-secrets): New variable to control if
568         secret tokens should be saved encrypted.
569         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
570         to `auth-source-netrc-normalize'.
571         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
572         on the EPA variables being defined.
573         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
574         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
575         the lexical-let closure.
576         (auth-source-netrc-create): Create "gpg:" tokens according to
577         `auth-source-save-secrets'.
578
579 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-group.el (gnus-group-update-group): Add new argument
582         `info-unchanged' that stops updating dribble buffer.
583
584         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
585         deletes lines matching to it in dribble buffer.
586
587         * gnus-agent.el (gnus-agent-fetch-group-1):
588         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
589         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
590         * gnus-start.el (gnus-group-change-level):
591         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
592
593         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
594         if newsgroup info is not changed.
595
596         * gnus-group.el (gnus-group-get-new-news-this-group):
597         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
598         Don't update dribble buffer.
599
600 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * gnus-registry.el (gnus-registry-remove-ignored): New function to
603         remove entries with groups we ignore.
604
605 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
608         the underline comes at the bottom.
609
610 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
613         `gnus-registry-user-format-function-M' and declare the latter obsolete.
614         (gnus-registry-article-marks-to-names): Rename from
615         `gnus-registry-user-format-function-M2'.
616
617 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
620         ephemeral group.
621
622 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * shr.el (shr-browse-image): Copy the URL if called interactively.
625
626 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
629         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
630         done, then unselected articles may be marked as read.
631
632         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
633         since not doing this seems to lead to a race condition in pop3-logon.
634
635         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
636         so that the call chain it correct when we call "upwards".
637
638         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
639         in read-only groups.
640
641         * gnus-group.el (gnus-group-mark-article-read): Ditto.
642
643         * message.el (message-cite-reply-position): Doc string fix.
644
645         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
646         avoid regexp overflow.
647         (nnimap-transform-split-mail): Ditto.
648
649         * pop3.el (pop3-retr): Error out if the server closes the connection.
650
651 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
652
653         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
654         mm-with-unibyte-current-buffer.  The buffer should not contain any
655         multibyte chars anyway at this stage.
656
657 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
660         at the end of lines.
661
662 2011-05-29  Julien Danjou  <julien@danjou.info>
663
664         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
665
666 2011-05-27  Glenn Morris  <rgm@gnu.org>
667
668         * gnus-group.el (gnus-bug-group-download-format-alist):
669         Use the "maintainer" version of debian reports as well.
670
671 2011-05-26  Glenn Morris  <rgm@gnu.org>
672
673         * gnus-group.el (gnus-bug-group-download-format-alist):
674         Use the "maintainer" version of debbugs.gnu.org reports.
675
676 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
679
680 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
681
682         * gnus-cus.el (gnus-agent-customize-category):
683         * gnus-delay.el (gnus-delay-send-queue):
684         * gnus.el (gnus-other-frame):
685         Don't quote lambda expressions with `quote'.
686
687 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
688
689         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
690         the thread moves us backwards and so we loop forever.
691
692 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
695         whitespace in base64 data lines.
696
697 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
698
699         * gnus-registry.el (gnus-registry-user-format-function-M):
700         Use `mapconcat'.
701         (gnus-registry-user-format-function-M2): Use to see the full text of
702         the marks.  Make "," the mark text separator.
703
704         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
705         authentication with auth-source.
706
707 2011-05-17  Glenn Morris  <rgm@gnu.org>
708
709         * gnus-group.el (gnus-import-other-newsrc-file):
710         Use insert-file-contents.
711
712 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
713
714         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
715         1000 iterations.
716
717 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * nntp.el (nntp-open-connection): Check if process-type is available.
720
721 2011-05-16  Julien Danjou  <julien@danjou.info>
722
723         * shr.el (shr-tag-del): Add support for del tag.
724
725 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-html.el (gnus-html-put-image): Register a displayer.
728
729         * shr.el (shr-image-displayer): Don't remove text props from alt text.
730
731 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
732
733         * registry.el (prune-factor): New initialization parameter defaulting
734         to 0.1.
735         (registry-prune-hard): Use it.
736
737         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
738         0.1 expicitly.
739
740 2011-05-13  Glenn Morris  <rgm@gnu.org>
741
742         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
743         is bound, since this function requires sendmail.
744
745 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * registry.el (registry-usage-test): Disable pruning test.
748
749 2011-05-11  David Engster  <dengste@eml.cc>
750
751         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
752         Bind set-network-process-option for XEmacs.
753
754 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
755
756         * registry.el (registry-prune-hard-candidates)
757         (registry-prune-soft-candidates): Helper methods for registry pruning.
758         (registry-prune): Use them.  Make the sort function optional.
759
760 2011-05-10  Jim Meyering  <meyering@redhat.com>
761
762         * shr.el (shr-colorize-region): Fix typo "on on -> on".
763
764 2011-05-10  Julien Danjou  <julien@danjou.info>
765
766         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
767         symbol and not a list.
768
769 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-art.el (gnus-article-mode): Move binding of
772         shr-put-image-function here from gnus-article-prepare-display.
773
774         * shr.el (shr-put-image-function): New variable.
775         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
776         (shr-put-image): Return scaled image.
777
778         * gnus-art.el (gnus-shr-put-image): New function.
779         (gnus-article-prepare-display): Bind shr-put-image-function to it.
780
781         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
782         original ones, as deletable.
783
784 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
785
786         * nntp.el (nntp-open-connection): Set TCP keepalive option.
787
788 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * registry.el (registry-full): Add convenience method.  Fix logic.
791         (registry-insert): Use it.  Fix logic here too.
792
793         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
794         `registry-prune' if `registry-full' returns t.
795         (gnus-registry-handle-action)
796         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
797         (gnus-registry-usage-test): Use it.
798
799 2011-05-07  Julien Danjou  <julien@danjou.info>
800
801         * shr.el (shr-link): Make shr-link inherit from link by default.
802
803 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
804
805         * shr.el (shr-urlify, shr-link): Fix shr-link face.
806
807 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
810         error out because the face is not a list.
811
812 2011-05-05  Glenn Morris  <rgm@gnu.org>
813
814         * proto-stream.el (gnutls-negotiate): Fix declarations.
815
816         * gnus-start.el (gnus-propagate-marks): Declare.
817
818 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
819
820         * registry.el (registry-reindex): Fix percentage message.
821
822         * proto-stream.el (network-stream-open-starttls): Adjust to call
823         `gnutls-negotiate' with :process and :hostname arguments.
824
825 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
826
827         * shr.el: Add shr-link face for links.
828         (shr-urlify): Use it.
829
830         * registry.el (registry-insert): Make error message more helpful.
831
832 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-html.el (gnus-html-schedule-image-fetching):
835         Use url-queue-retrieve, if it exists.
836
837         * shr.el (shr-tag-img): Ditto.
838
839         * gnus.el: Autoload more gnus-agent functions.
840
841         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
842         agent if we haven't already (bug#8502).
843
844         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
845         into the Agent, too.
846
847         * gnus-agent.el (gnus-agent-store-article): New function.
848
849         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
850         and moved from that file for reuse.
851
852         * pop3.el (pop3-open-server): Error messages are "-ERR".
853
854 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
857         (open-tls-stream): Remove superfluous tls/starttls autoloads.
858
859 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
860
861         * gnus.el: No Gnus v0.17 is released.
862
863 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
864
865         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
866         buffer has moved to a different frame.
867
868 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
871         to get the conversion from unibyte to multibyte buffers to work on
872         Emacs 22.
873
874         * nntp.el (nntp-request-article): Slight clean-up.
875
876 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * shr.el (shr-strike-through): New face.
879         (shr-tag-s): Use it to provide <s> support.
880         (shr-tag-s): Remove duplicate definition.
881
882 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
883
884         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
885         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
886
887 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
890         `gnutls-negotiate'.
891         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
892
893 2011-04-23  Glenn Morris  <rgm@gnu.org>
894
895         * gnus-sum.el (gnus-extra-headers): Bump :version.
896
897 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * shr.el (shr-tag-sup): New function.
900         (shr-tag-sub): Ditto.
901
902 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
903
904         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
905         for the case where `gnus-registry-ignored-groups' is a list of lists,
906         and don't call `gnus-parameter-registry-ignore' otherwise.
907
908 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
909
910         * nnimap.el (nnimap-user): New backend variable.
911         (nnimap-open-connection-1): Use it.
912         (nnimap-credentials): Accept user parameter so it's explicit what user
913         name is desired.
914
915         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
916         default.
917
918         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
919         not gnus-registry.el.
920
921         * gnus-registry.el: Mention in comments how to modify
922         `gnus-extra-headers' for proper recipient tracking and that it may
923         already have To and Cc recently, which it does as of this commit.
924         (gnus-registry-ignored-groups): Remove defcustom.
925         Explain why in comments.
926         (gnus-registry-action): Fix data-header reference to use the extra
927         headers.  Explain in package commentary how to add To and Cc headers to
928         the gnus-extra-headers.
929         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
930         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
931         parameter list or a string list in `gnus-registry-ignored-groups'.
932         Fix logic error.
933
934 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * shr.el (shr-expand-url): Protect against null urls.
937
938 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * shr.el (shr-base): New binding.
941         (shr-tag-base): Keep track of <base>.
942         (shr-expand-url): New function used throughout.
943
944 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * gnus-registry.el
947         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
948         (gnus-registry-ignored-groups): New variable.
949         (gnus-registry-ignore-group-p): Use it.
950         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
951         set the destination group to nil (same as delete) if it's ignored.
952
953 2011-04-20  David Engster  <dengste@eml.cc>
954
955         * tests/gnustest-nntp.el: New file for simple NNTP testing.
956
957         * Makefile.in (test-nntp): New rule.
958         (check): Add it.
959         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
960
961 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-registry.el (gnus-registry-action)
964         (gnus-registry-fetch-header-fast):
965         Don't use mail-header that looks an internal function of mailheader.el.
966
967 2011-04-19  Glenn Morris  <rgm@gnu.org>
968
969         * time-date.el (time-to-days): Remove unused local variables.
970
971 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-registry.el: Eliminate cl functions.
974         (gnus-registry-sort-addresses): New function that replaces mapcan.
975         (gnus-registry-action, gnus-registry-spool-action)
976         (gnus-registry-split-fancy-with-parent)
977         (gnus-registry-fetch-recipients-fast): Use it.
978         (gnus-registry-import-eld): Replace delete* with dolist + delq.
979
980         * registry.el (initialize-instance, registry-lookup)
981         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
982         (registry-lookup-secondary-value, registry-search, registry-delete)
983         (registry-insert, registry-reindex, registry-size, registry-prune):
984         Use eval-and-compile.
985
986 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         * registry.el (registry-reindex): New method to recreate the secondary
989         registry indices.
990
991         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
992         tracked field changes.
993         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
994         (gnus-registry-action, gnus-registry-spool-action)
995         (gnus-registry-handle-action)
996         (gnus-registry--split-fancy-with-parent-internal)
997         (gnus-registry-split-fancy-with-parent)
998         (gnus-registry-register-message-ids): Add recipient tracking on spool,
999         move, and delete actions, and for fancy splitting with parent.
1000         (gnus-registry-extract-addresses)
1001         (gnus-registry-fetch-recipients-fast)
1002         (gnus-registry-fetch-header-fast): Convenience functions.
1003         (gnus-registry-misc-test): ERT test of
1004         `gnus-registry-extract-addresses'.
1005
1006 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1007
1008         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1009         Track by subject first, then sender.
1010
1011 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1012
1013         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1014
1015         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1016         Lisp.
1017
1018         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1019         (gnus-draft-send): Use it to avoid popping
1020         up frames from gnus-group-send-queue.
1021
1022 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1023
1024         * gnus-registry.el: Updated gnus-registry docs.
1025
1026 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1027
1028         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1029         Fix logic bug.
1030         (gnus-registry-post-process-groups): Fix logging of no results and
1031         quote sender and subject.
1032
1033 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1036         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1037         gnutls-cli are too slow to be done opportunistically.
1038
1039         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1040         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1041         we had no early-data returned.
1042         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1043         two async commands to the same server at the same time.
1044
1045 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1046
1047         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1048
1049 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1052         "warning" level.
1053
1054         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1055         (mm-url-insert-file-contents): Don't set the package names.
1056
1057 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * gnus-registry.el (gnus-registry-action): Remove properties and
1060         simplify subject in `gnus-registry-handle-action'.
1061         (gnus-registry-spool-action): Get subject and sender from message if
1062         they are not passed in.
1063         (gnus-registry-handle-action): Remove properties and simplify subject
1064         consistently.
1065
1066 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1067
1068         * registry.el: Require CL before using defmacro*.
1069
1070 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-art.el (article-treat-date): Assume that
1073         gnus-article-date-headers may be a group parameter.
1074
1075 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1078
1079         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1080         interactively so the newsrc file can contain foreign groups too.
1081         Useful for debugging but not much for users.
1082
1083 2011-04-07  David Engster  <dengste@eml.cc>
1084
1085         * registry.el (registry-usage-test): Only do
1086         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1087         lexical binding.
1088
1089 2011-04-07  David Engster  <dengste@eml.cc>
1090
1091         * Makefile.in (check, test-registry): New rules for test-suite.
1092
1093 2011-04-06  David Engster  <dengste@eml.cc>
1094
1095         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1096         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1097
1098 2011-04-06  David Engster  <dengste@eml.cc>
1099
1100         * registry.el (initialize-instance): Change :after to :AFTER to be
1101         compatible with old EIEIO version in XEmacs.
1102
1103 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1104
1105         * gnus-registry.el (gnus-registry-post-process-groups)
1106         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1107         and provide better messaging.
1108
1109 2011-04-06  David Engster  <dengste@eml.cc>
1110
1111         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1112         errors.
1113
1114         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1115         dgnushack-compile with error-on-warn enabled, and to signal an error if
1116         clean compilation failed.
1117         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1118         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1119
1120 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1121
1122         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1123         unconditionally anyway, discarding errors.
1124         (gnus-registry-delete-entries): New convenience function.
1125         (gnus-registry-import-eld): Import from old .eld registry.
1126
1127         * registry.el: Don't use ERT if it's not available.  Load it
1128         unconditionally anyway, discarding errors.
1129
1130         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1131         version from the Claudio Bley GnuTLS patch (extra optional parameters
1132         and host name).
1133
1134 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1135
1136         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1137         fixup the parameters that can be customized by the user between
1138         save/read cycles.
1139         (gnus-registry-read): Use it.
1140         (gnus-registry-make-db): Use it.
1141         (gnus-registry-spool-action, gnus-registry-handle-action):
1142         Fix messaging.
1143         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1144         Map references to actual group names with sender and subject tracking.
1145         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1146         (gnus-registry-usage-test): Add subject lookup test.
1147
1148         * registry.el (registry-db, initialize-instance): Set up constructor
1149         instead of :initform arguments for the sake of older Emacsen.
1150         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1151         pre-lexbind merge bug.
1152         (registry-usage-test): Use it.
1153         (initialize-instance, registry-db): Move the non-function initforms
1154         back to the class definition.
1155
1156 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * registry.el: New library to manage gnus-registry-style data.
1159
1160         * gnus-registry.el: Use it (major rewrite).
1161
1162         * nnregistry.el: Use it.
1163
1164         * spam.el: Use it.
1165
1166 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1169         marks on non-selected articles.
1170
1171 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1172
1173         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1174         parameter to open-protocol-stream.
1175
1176 2011-04-01  Julien Danjou  <julien@danjou.info>
1177
1178         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1179         fundamental-mode.
1180
1181 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1184         servers.
1185
1186 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1189         made marks not propagate, again.
1190
1191 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1192
1193         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1194         Make this the default type.
1195         (proto-stream-open-plain): Rename from proto-stream-open-default.
1196         (open-protocol-stream, proto-stream-open-starttls)
1197         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1198         with `plain'.
1199
1200         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1201         value.
1202
1203         * nntp.el (nntp-open-connection-function): Document the fact that some
1204         values are not functions but are instead handled specially.
1205         Recognize nntp-open-plain-stream value.
1206         (nntp-open-connection): Recognize that value.
1207
1208 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1211         where it seems to be needed.
1212
1213 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1216         stuff.
1217
1218         * gnus-score.el (gnus-score-string): Fix calling convention of
1219         `gnus-simplify-buffer-fuzzy' after last patches.
1220
1221         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1222         server for articles we didn't get any headers for.  This is a sanity
1223         check.
1224
1225 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1226
1227         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1228         new CAPABILITY, use it.
1229
1230 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1233         downloading anything.
1234
1235         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1236
1237 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1238
1239         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1240         colors.
1241         (gnus-splash-svg-color-symbols): New function.
1242
1243 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1246         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1247         (gnus-simplify-subject-fuzzy): Use the local
1248         gnus-simplify-subject-fuzzy-regex instead of the global one.
1249         This makes using this variable in group parameters work.
1250
1251 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * gnus-registry.el (gnus-registry-unfollowed-groups):
1254         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1255         archive:sent-YYYY-MM-DD groups).
1256         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1257         tracking if there are more than `gnus-registry-max-track-groups'
1258         matches.
1259
1260 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1261
1262         * message.el (message--yank-original-internal): New function to do the
1263         insertion cleanly inside eval in `message-yank-original'.
1264         (message-yank-original): Use it.
1265
1266 2011-03-29  Julien Danjou  <julien@danjou.info>
1267
1268         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1269         local variables disabled rather than `normal-mode'.
1270
1271 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1272
1273         * imap.el (imap-shell-open, imap-process-connection-type):
1274         Use imap-process-connection-type for 'shell' streams as well as
1275         Kerberos, SSL, other subprocesses.
1276
1277 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1278
1279         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1280         with open-network-stream.
1281         (proto-stream-always-use-starttls): Option removed.
1282         (open-protocol-stream): Return a process object by default.  Provide a
1283         new parameter :return-list specifying a list-type return value, which
1284         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1285         :type `network' to `try-starttls', and `network-only' to `default'.
1286         Make `default' the default, for compatibility with open-network-stream.
1287         Handle the no-parameter case exactly as open-network-stream, with no
1288         additional stream processing.  Search plists using plist-get.
1289         Explicitly add :end-of-commend parameter if it is missing.
1290         (proto-stream-open-default): Rename from
1291         proto-stream-open-network-only.  Return 'default as the type.
1292         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1293         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1294         failed.  Always return a list with a (possibly dead) process as the
1295         first element, for compatibility with open-network-stream.
1296         (proto-stream-open-tls): Use plist-get.  Always return a list.
1297         (proto-stream-open-shell): Return `default' as connection type.
1298         (proto-stream-capability-open): Use plist-get.
1299         (proto-stream-eoc): Function deleted.
1300
1301         * nnimap.el (nnimap-stream, nnimap-open-connection)
1302         (nnimap-open-connection-1): Handle renaming of :type parameter for
1303         open-protocol-stream.
1304         (nnimap-open-connection-1): Pass a :return-list parameter
1305         open-protocol-stream to obtain a list return value.  Parse this list
1306         using plist-get.
1307
1308         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1309         for open-protocol-stream.  Accept open-protocol-stream return value
1310         that is a subprocess object instead of a list.  Handle the case of a
1311         dead returned process.
1312
1313 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1314
1315         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1316
1317         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1318
1319 2011-03-21  Julien Danjou  <julien@danjou.info>
1320
1321         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1322         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1323         query.
1324         (mm-inline-text): Render normal text with fontification whenever
1325         possible.
1326
1327         * gnus-sum.el (gnus-summary-save-parts-1):
1328         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1329         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1330         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1331         Use `mm-handle-filename'.
1332
1333         * mm-util.el (mm-handle-filename): New function, return the filename of
1334         an handle.
1335
1336 2011-03-18  Julien Danjou  <julien@danjou.info>
1337
1338         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1339         (gnus-buffer-live-p): Check that buffer is not nil.
1340
1341 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1342
1343         * gnus.el: No Gnus v0.15 is released.
1344
1345 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1348         avoid warning on XEmacs.
1349
1350         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1351         on XEmacs.
1352
1353         * gnus-art.el: Require mouse, which the build bot seems to say is
1354         needed.
1355
1356         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1357
1358         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1359         XEmacs, since it doesn't have url-retrieve-synchronously.
1360
1361         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1362         since assoc-string doesn't exist in XEmacs.
1363
1364 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1365
1366         * gnus-group.el (gnus-group-list-ticked): New function.
1367         (gnus-group-make-menu-bar): Provide a menu entry for it.
1368         (gnus-group-list-map): Provide a binding for it.
1369
1370 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * shr.el (shr-visit-file): New command.
1373
1374         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1375
1376 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1377
1378         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1379         servers.
1380
1381 2011-03-16  Julien Danjou  <julien@danjou.info>
1382
1383         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1384         inline.
1385
1386         * gnus-art.el (article-hide-list-identifiers):
1387         Use gnus-group-get-list-identifiers.
1388
1389         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1390         (gnus-summary-remove-list-identifiers):
1391         Use gnus-group-get-list-identifiers to get regexp.
1392         (gnus-select-newsgroup, gnus-summary-insert-subject)
1393         (gnus-summary-insert-articles):
1394         Call gnus-summary-remove-list-identifiers unconditionally.
1395
1396 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1399         we're selecting a group with unread articles.
1400
1401         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1402
1403         * gssapi.el: New file separated out from imap.el to provide a general
1404         Kerberos 5 connection facility for Emacs.
1405
1406         * message.el (message-elide-ellipsis): Document the format spec
1407         ellipsis.
1408
1409 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1410
1411         * message.el (message-elide-region): Allow the ellipsis to say how many
1412         lines were removed.
1413
1414 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1417         window configurations containing buffers that are now dead.
1418
1419         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1420         parsing to avoid integer overflows.
1421         (nnimap-parse-flags): Simplify the last change.
1422         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1423         too large for 32-bit Emacsen.
1424
1425 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1426
1427         * auth-source.el (auth-source-netrc-create):
1428         * message.el (message-yank-original): Fix use of `case'.
1429
1430 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1431
1432         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1433         XEmacs, which was one character too wide.
1434
1435 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1436
1437         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1438         default number of articles to display.
1439         (gnus-articles-to-read): Use pretty names for prompt.
1440
1441 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-int.el (gnus-open-server): Ditto.
1444
1445         * gnus-start.el (gnus-activate-group): Give a backtrace if
1446         debug-on-quit is set and the user hits `C-g'.
1447         (gnus-read-active-file): Ditto.
1448
1449         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1450
1451 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * message.el (message-yank-original): Use cond instead of CL case.
1454
1455 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1456
1457         * auth-source.el (auth-source-netrc-create): Use usual format for the
1458         default in prompts.
1459
1460 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * lpath.el: Fbind read-char-choice for XEmacs.
1463
1464 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * auth-source.el (auth-source-netrc-create): Show the default in the
1467         prompt when prompting for token creation.
1468
1469 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * auth-source.el (auth-source-format-prompt): Always convert the value
1472         to a string to avoid evaluating non-string arguments.
1473         (auth-source-netrc-create): Offer default properly, not as initial
1474         content in `read-string'.
1475         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1476         of line to determine if we've been run before.  If so, don't run again,
1477         but print a trivial message to indicate the cache was hit instead.
1478
1479 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1480
1481         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1482         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1483         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1484         Gnus.
1485
1486 2011-03-11  Julien Danjou  <julien@danjou.info>
1487
1488         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1489         modified file".
1490
1491 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * auth-source.el (auth-source-read-char-choice): New function to read a
1494         character choice using `dropdown-list', `read-char-choice', or
1495         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1496         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1497         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1498         (auth-source-netrc-saver): Use it.
1499         (auth-source-pick-first-password): New convenience function.
1500
1501 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1504         parameter in the credentials.
1505         (nnimap-open-connection-1): Use it after a successful login.
1506         (nnimap-credentials): Add IMAP-specific user and password prompt.
1507
1508         * auth-source.el (auth-source-search): Add :require parameter, taking a
1509         list.  Document it and the :save-function return token.  Pass :require
1510         down.  Change the CREATED message from a warning to a debug statement.
1511         (auth-source-search-backends): Pass :require down.
1512         (auth-source-netrc-search): Pass :require down.
1513         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1514         Change save prompt to indicate all modifications saved here are
1515         deletions.
1516         (auth-source-netrc-create): Take user login name as default in user
1517         prompt.  Move all the save functionality to a lexically bound function
1518         under the :save-function token in the returned list.  Set up clearer
1519         default prompts for user, host, port, and secret.
1520         (auth-source-netrc-saver): New function, intended to be wrapped for
1521         :save-function.
1522
1523 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1526         lines to be spaces instead.
1527
1528 2011-03-07  Julien Danjou  <julien@danjou.info>
1529
1530         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1531         (sieve-sasl-auth): Check that auth-source-search did return something,
1532         or just return an empty string.
1533
1534 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1535
1536         * gnus.el (gnus-interactive): Use read-directory-name.
1537
1538         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1539         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1540         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1541         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1542         Likewise.
1543
1544         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1545
1546 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1549         onto the list of killed groups, too.  This makes killed nnimap groups,
1550         for instance, more reliably not reappear.
1551
1552         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1553         the parent.
1554
1555         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1556
1557         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1558         really have server-side marks.
1559
1560         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1561         since most backends do not usefully have server-side marks.
1562         (gnus-update-read-articles): Propagate marks to all backends that
1563         really have server-side marks.
1564
1565 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1566
1567         * message.el (message-cite-reply-position, message-cite-style):
1568         New variables.
1569         (message-yank-original): Use the new citation styles.
1570
1571 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1572
1573         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1574         buffer-local issue); don't mark it buffer-local when running under
1575         XEmacs.
1576
1577 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1578
1579         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1580         numbers too big to be `read'.
1581
1582 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * password-cache.el (password-in-cache-p): Add autoload.
1585
1586         * message.el (message-options): Make buffer-local two ways to attempt
1587         to fix a XEmacs bug.
1588
1589 2011-03-02  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1592
1593 2011-03-01  Julien Danjou  <julien@danjou.info>
1594
1595         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1596         group.
1597         (article-hide-list-identifiers): Use list-identifier group parameter.
1598
1599 2011-02-28  Julien Danjou  <julien@danjou.info>
1600
1601         * sieve.el (sieve-buffer-script-name): New local variable to store
1602         sieve script name.
1603         (sieve-edit-script): Store sieve script name.
1604         (sieve-upload): Use sieve script name when uploading.
1605         (sieve-upload): Use substitute-command-keys.
1606         (sieve-edit-script): Use substitute-command-keys.
1607         (sieve-refresh-scriptlist): Use substitute-command-keys.
1608         (sieve-manage-mode-map): Define keymap properly.
1609         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1610         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1611         Remove commented code about cvs.
1612         (sieve-manage-quit): New function.
1613         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1614
1615 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1618
1619 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1620
1621         * auth-source.el (auth-source-search): Cache empty result sets.
1622
1623         * password-cache.el (password-in-cache-p): Convenience function to
1624         check if a key is in the cache, even if the value is nil.
1625
1626         * auth-source.el (auth-source-save-behavior): New variable to replace
1627         `auth-source-never-create'.
1628         (auth-source-netrc-create): Use it.
1629         (auth-source-never-save): Remove.
1630
1631 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * nnimap.el (nnimap-stream): Doc fix.
1634         (nnimap-open-connection-1): Reverse the order of the ports to that the
1635         prompted-for port is first.
1636
1637         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1638         retrieval by the no-group selection.
1639
1640         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1641         numerical parameters.
1642
1643 2011-02-25  Julien Danjou  <julien@danjou.info>
1644
1645         * gnus-gravatar.el: Use gnus-with-article-buffer.
1646
1647         * gnus-art.el (gnus-with-article-buffer): Check that the
1648         gnus-article-buffer is alive.
1649
1650 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1651
1652         * auth-source.el (auth-source-creation-prompts): New variable to manage
1653         creation-time prompts.
1654         (auth-source-search): Document it.
1655         (auth-source-format-prompt): Add utility function.
1656         (auth-source-netrc-create): Don't default the user name to
1657         user-login-name.  Use `auth-source-creation-prompts' and some default
1658         prompts for user, host, port, and password (the default generic prompt
1659         remains ugly).
1660         (auth-source-never-save): Add customizable option to never save info.
1661         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1662         mode excursion.
1663
1664 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1667         argument that XEmacs doesn't support.
1668
1669         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1670         compiled for Emacsen having no `libxml-parse-html-region' support.
1671
1672         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1673
1674         * lpath.el: Bind buffer-save-without-query for XEmacs.
1675
1676 2011-02-23  Julien Danjou  <julien@danjou.info>
1677
1678         * gnus-art.el (article-make-date-line): Ignore errors if time is
1679         invalid and not convertible.
1680         (article-make-date-line): Only add lapsed time if time is not nil.
1681
1682 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1685         `read-char-choice' for backwards compatibility.
1686         (auth-source-netrc-element-or-first): New function to DTRT for
1687         parameter extraction.
1688         (auth-source-netrc-create): Use it and fix multiple parameter print
1689         bug.  Use the default passed from above (given-default) or the
1690         built-in (user-login-name for :user).
1691
1692 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-start.el (gnus-dribble-read-file):
1695         Set buffer-save-without-query, since we always want to save the dribble
1696         file, probably.
1697
1698         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1699         nnimap.
1700
1701         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1702         -summary- since it's a user-visible variable.
1703
1704         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1705         first time you use the new Gnus.
1706
1707 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * auth-source.el: Don't load netrc.el.
1710         (auth-sources): Search ~/.netrc as well by default.
1711         (auth-source-debug): Add 'trivia option for extra output.
1712         (auth-source-do-trivia): Use it.
1713         (auth-source-search): Simplify logic to use
1714         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1715         appropriate.  Don't keep a running count at this level.  Layer :create
1716         and :delete options appropriately on the first and second passes.
1717         Don't track the backend with the search results.
1718         (auth-source-search-backends): New function to search a list of
1719         backends for a processed spec.
1720         (auth-source-netrc-parse): Cache all netrc files, making
1721         auth-source-netrc-cache an alist keyed by the file name and using the
1722         file mtime as the caching criterion.  Keep the obfuscated data secret
1723         with a lexical bind.
1724         (auth-source-netrc-search): Don't calculate the length of the results
1725         unnecessarily.
1726         (auth-source-search-backends): Fix bug.
1727         (auth-source-netrc-create): Rework prompts.
1728
1729 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1730
1731         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1732         Lower case names of search constraints.
1733         (nnir-run-query): Cache and reuse search constraints for all imap
1734         servers.
1735
1736 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1739         after exit.
1740         (gnus-setup-message): Define missing variable from last checkin.
1741
1742         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1743         value, show the raw article.
1744
1745 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1746
1747         * gnus.el: No Gnus v0.13 is released.
1748
1749 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1750
1751         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1752         auth-source now accepts numbers.
1753
1754         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1755         spec, too.
1756         (auth-source-ensure-strings): New function.
1757
1758         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1759         (gnus-article-setup-buffer): Always restart the date timer so that user
1760         changes to the frequency is respected.
1761
1762         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1763         port numbers, so make sure it gets that if nnimap-server-port is
1764         explicit.
1765
1766 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1767
1768         * nnimap.el (nnimap-inbox): Doc fix.
1769
1770 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1771
1772         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1773         Autoload.  Add optional arg FRAME, and pass it to color-values.
1774         (color-complement): Caller changed.  Doc fix.
1775         (color-gradient): Rewrite for better clarity and efficiency.
1776
1777 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1778
1779         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1780         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1781         color-lab-to-srgb.
1782
1783 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1784
1785         * color.el: First part of merge from hexrgb.el.
1786         (color-rgb-to-hex): Rename from color-rgb->hex.
1787         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1788         saturation to zero if the value is too small.
1789         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1790         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1791         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1792         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1793         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1794         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1795         (color-cie-de2000): Doc fix.
1796
1797 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1800         given method as in the group name if we're using an extended method.
1801         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1802         command, if we're using that, instead of waiting for the beginning.
1803
1804         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1805         we're sure to get unique server names, and we don't output two async
1806         commands in the same buffer.  This fixes an NNTP hang for some users.
1807
1808 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1809
1810         * gnus.el: No Gnus v0.11 is released.
1811
1812 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1813
1814         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1815         summary buffer before reading going to the next buffer.  This avoids
1816         putting the point in the group buffer if you `C-g' the command.
1817
1818         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1819         cache (for now) to make ~/.authinfo.gpg files usable.
1820
1821         * nnfolder.el (copyright-update): Define for the compiler.
1822
1823         * auth-source.el (auth-source-search): Fix unbound variable.
1824
1825 2011-02-19  Glenn Morris  <rgm@gnu.org>
1826
1827         * gnus.el (gnus-meta): Doc fix.
1828
1829 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1830
1831         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1832         in case it's not yet loaded.
1833
1834 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1835
1836         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1837         line we're waiting for.
1838
1839 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1840
1841         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1842         face with line-width greater than zero will cause RET in gnus summary
1843         buffer to scroll down article page-wise because auto vscroll happens,
1844         it should be temporalily disabled when doing a scroll-up.
1845
1846 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1847
1848         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1849         outputs from the server.
1850
1851 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1852
1853         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1854         later so that bbdb can hook in easier.
1855
1856 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1857
1858         * auth-source.el (auth-source-search): Don't try to create credentials
1859         if the caller doesn't want that.
1860         (auth-source-search): If we don't find a match, don't bug out on
1861         non-bound variables.
1862         (auth-source-search): Only ask a single backend to create the
1863         credentials.
1864
1865         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1866         logging.
1867         (nnimap-credentials): Protect against auth-source-search returning nil.
1868         (nnimap-request-list): Protect against not being able to open the
1869         server.
1870
1871 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1872
1873         * auth-source.el (auth-source-search): Do a two-phase search, one with
1874         no :create to get the responses from all backends.
1875
1876         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1877         when getting credentials.
1878
1879         * gnus-util.el (gnus-delete-duplicates): New function.
1880
1881 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1882
1883         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1884         a creation default, pass the whole port list down.  It will be
1885         completed.
1886
1887         * auth-source.el (auth-source-search): Updated docs to talk about
1888         multiple creation choices.
1889         (auth-source-netrc-create): Accept a list as a value (from the search
1890         parameters) and do completion on that list.  Keep a separate netrc line
1891         with the password obscured for showing the user.
1892
1893         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1894         first choice to `auth-source-search' so it will be used for entry
1895         creation instead of the server's Gnus-specific name.
1896         (nnimap-credentials): Rely on the auth-source library to select which
1897         port is actually wanted in the new netrc entry, so don't override
1898         `auth-source-creation-defaults'.
1899
1900         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1901         :protocol and accept a missing user, host, or port as a wildcard match.
1902         (auth-source-debug): Default to off.
1903
1904         (auth-source-netrc-search, auth-source-netrc-create)
1905         (auth-source-secrets-search, auth-source-secrets-create)
1906         (auth-source-user-or-password, auth-source-backend, auth-sources)
1907         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1908         instead of :protocol.
1909
1910         * nnimap.el (nnimap-credentials): Pass a port default to
1911         `auth-source-search' in case an entry needs to be created.
1912         (nnimap-open-connection-1): Use :port instead of :protocol.
1913
1914 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * auth-source.el: Bind load-path when loading EIEIO from
1917         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1918         21.4 doesn't support, to `require'.
1919         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1920         delete-dups that is not available in XEmacs 21.4.
1921
1922 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1923
1924         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1925         as EIEIO must also be loaded when auth-source.el is being
1926         byte-compiled.
1927
1928 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1931
1932         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1933
1934         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1935
1936         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1937
1938         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1939
1940         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1941
1942         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1943
1944         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1945         necessary.
1946
1947 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1950         nil means that nnimap doesn't get updated.
1951
1952 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1955         result when the user doesn't want to write to the file.
1956         (auth-source-netrc-search): Expect a synthetic result and proceed
1957         accordingly.
1958         (auth-source-cache-expiry): New variable to override
1959         `password-cache-expiry'.
1960         (auth-source-remember): Use it.
1961
1962         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1963         parameter.  Create entry if necessary by using :create t.
1964         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1965
1966 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1967
1968         * auth-source.el (auth-source-debug): Enable by default and don't
1969         mention the obsolete `auth-source-hide-passwords'.
1970         (auth-source-do-warn): New function to debug unconditionally.
1971         (auth-source-do-debug): Use it.
1972         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1973         and for Secrets API entries when the secrets.el library is not
1974         available.
1975
1976 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1977
1978         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1979         (gnus-summary-exit): Kill the correct article buffer on exit from a
1980         `C-d' group.
1981
1982         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1983         gnus-propagate-marks.
1984
1985         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1986         before killing the buffers so that a non-full window conf gets handled
1987         correctly.
1988         (gnus-summary-exit): Ditto.
1989         (gnus-summary-read-group-1): Ditto.
1990
1991         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1992         async code again so that we can debug it properly.
1993
1994         * message.el (message-reply): Take an optional switch-buffer parameter
1995         so that Gnus window confs are respected better.
1996
1997 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2000         `plist-get' to accept non-list parameters (XEmacs issue).
2001         Fix docstring.
2002         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2003         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2004         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2005         Login collection is "Login" and not "login".
2006
2007 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2010         multiple headers.
2011
2012         * nnimap.el (nnimap-inhibit-logging): New variable.
2013         (nnimap-log-command): Don't log login commands.
2014
2015         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2016         to have more parameters.
2017
2018         * nnimap.el (nnimap-send-command): Mark the command time for each
2019         command, so that we don't get NOOPs stepping on our toes.
2020
2021         * gnus-art.el (article-date-ut): Get the date from the Date header on
2022         `t'.
2023
2024 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * auth-source.el (auth-source-search): Use copy-sequence instead of
2027         the cl.el copy-list.
2028
2029 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         * imap.el: Bring it back (revert
2032         84d800cd31de3064f0ed39617d725709a2f8f42f).
2033
2034 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2035
2036         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2037         Improve prompt.
2038
2039 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2040
2041         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2042         washing status from the default format.  It isn't very informative.
2043
2044 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2045
2046         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2047         Fix Gcc processing on imap.
2048
2049 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * imap.el: Remove file.  All the functionality is in nnimap.el.
2052
2053 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2054
2055         * message.el (message-bury): Don't pop up a new window when selected
2056         window is dedicated.
2057
2058 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2059
2060         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2061
2062 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2063
2064         * sieve-manage.el: Autoload `auth-source-search'.
2065         (sieve-sasl-auth): Use it.
2066
2067 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * nnimap.el: Autoload `auth-source-forget+'.
2070         (nnimap-open-connection-1): Use it if the connection fails.
2071
2072         * auth-source.el: Require `password-cache'.
2073         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2074         obsolete.
2075         (auth-source-magic): Marker for `password-cache' keys.
2076         (auth-source-do-cache): Update docstring.
2077         (auth-source-search): Use and check cache.
2078         (auth-source-forget-all-cached, auth-source-remember)
2079         (auth-source-recall, auth-source-forget, auth-source-forget+)
2080         (auth-source-specmatchp): Caching support functions.
2081         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2082         Remove and obsolete.
2083         (auth-source-user-or-password): Remove caching to further discourage
2084         using it.  Always hide passwords.
2085
2086         * password-cache.el (password-cache-remove): Accept secrets that are
2087         not strings.
2088
2089 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2092         code for now, since it doesn't work for all users.
2093
2094 2011-02-09  Julien Danjou  <julien@danjou.info>
2095
2096         * message.el (message-options): Make message-options really buffer
2097         local.
2098
2099 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * mail-source.el: Autoload `auth-source-search'.
2102         (mail-source-keyword-map): Note order matters.
2103         (mail-source-set-1): Get all the mail-source source values and
2104         defaults and search auth-source on those if needed.  This can all
2105         probably be simplified.
2106
2107         * nnimap.el: Autoload `auth-source-search'.
2108         (nnimap-credentials): Use it.
2109         (nnimap-open-connection-1): Ask for the virtual server and physical
2110         address in one shot.
2111
2112         * nntp.el: Autoload `auth-source-search'.
2113         (nntp-send-authinfo): Use it.  Note TODO.
2114
2115 2011-02-08  Julien Danjou  <julien@danjou.info>
2116
2117         * shr.el (shr-tag-body): Add support for text attribute in body
2118         markups.
2119
2120         * message.el (message-options): Make message-options a local variable.
2121
2122 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * auth-source.el (auth-source-secrets-search)
2125         (auth-source-user-or-password): Use `append' instead of `nconc'.
2126         (auth-source-user-or-password): Build return list better and protect
2127         against nil :secret.
2128
2129 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2130
2131         * nnimap.el (nnimap-update-info): Refactor slightly.
2132         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2133         (nnimap-update-info): Clean up slightly.
2134         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2135         characters.
2136         (nnimap-process-quirk): Rename function to avoid collision.
2137         (nnimap-update-info): Fix macrology bug-out.
2138         (nnimap-update-info): Simplify split history test.
2139
2140 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2141
2142         * auth-source.el (top): Require 'eieio unconditionally.
2143         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2144         (auth-source-secrets-search): Limit search when `max' is greater than
2145         number of results.
2146
2147 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2148
2149         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2150         part not returning any data.
2151
2152         * proto-stream.el (open-protocol-stream): Document the return value.
2153
2154 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * auth-source.el (auth-source-secrets-search): Add examples.
2157
2158 2011-02-06  Julien Danjou  <julien@danjou.info>
2159
2160         * message.el (message-setup-1): Handle message-generate-headers-first
2161         set to t.
2162
2163 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2166         API with a string "secrets:collection-name" and with 'default.
2167         (auth-source-backend-parse): Parse "secrets:collection-name" and
2168         'default.  Recurse on parses instead of repeating code.  Use the
2169         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2170         message when ignoring a source.
2171         (auth-source-search): List ignored search keys at the top level.
2172         (auth-source-netrc-create): Use `case' instead of `cond'.
2173         (auth-source-secrets-search): Created with TODOs.
2174         (auth-source-secrets-create): Created with TODOs.
2175         (auth-source-retrieve, auth-source-create, auth-source-delete)
2176         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2177         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2178         (auth-source-user-or-password-sftp)
2179         (auth-source-user-or-password-smtp): Remove.
2180         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2181         around `auth-source-search'.  Not tested thoroughly.
2182
2183 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2184
2185         * auth-source.el: Bring in assoc and eioeio libraries.
2186         (secrets-enabled): New variable to track the status of the Secrets API.
2187         (auth-source-backend): New EIOEIO class to represent a backend.
2188         (auth-source-creation-defaults): New variable to set prompt defaults
2189         during token creation (see the `auth-source-search' docstring for
2190         details).
2191         (auth-sources): Simplify to allow a simple string as a netrc backend
2192         spec.
2193         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2194         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2195         (auth-source-search): Main auth-source API entry point.
2196         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2197         (auth-source-search-collection): Helper function for searching.
2198         (auth-source-netrc-parse, auth-source-netrc-normalize)
2199         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2200         Supports search, create, and delete.
2201         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2202         backend stubs.
2203         (auth-source-user-or-password): Call `auth-source-search' but it's not
2204         ready yet.
2205
2206 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * message.el (message-setup-1): Remove the read-only stuff, since it
2209         doesn't work under XEmacs, for some reason.
2210
2211         * gnus-sum.el (gnus-user-date): Rename back from
2212         gnus-summary-user-date since user code refers to it.
2213
2214         * shr.el (shr-render-td): Store the actual background colour used.
2215
2216         * message.el (message-setup-1): Don't bind the constant
2217         -forbidden-properties.
2218         (message-setup-1): Revert previous change, since it needs to bind the
2219         props to insert them.
2220         (message-resend): Allow removing the read-only separator line.
2221
2222 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * nnimap.el (nnimap-request-accept-article): Give an error message if
2225         the APPEND wasn't successful.
2226
2227 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2228
2229         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2230         that have no groups.
2231
2232 2011-02-03  Julien Danjou  <julien@danjou.info>
2233
2234         * gnus-draft.el: Remove progn around gnus-draft-setup.
2235
2236 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-start.el (gnus-read-active-for-groups): This function is never
2239         called with a nil `infos', so clean that up.
2240         (gnus-get-unread-articles): Request active files from primary/secondary
2241         methods that have no groups (yet).
2242
2243 2011-02-03  Julien Danjou  <julien@danjou.info>
2244
2245         * message.el (message-setup-1): Always generate References first.
2246         (message-mail): Return the return value of message-setup, not always t.
2247         (message-setup-1): Insert mail-header-separator with read-only and
2248         intangible properties set.
2249
2250         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2251         user-date in docstring.
2252
2253         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2254
2255         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2256         docstring.
2257
2258         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2259         defcustom, with type and group. Move from gnus-util.el. Rename to
2260         gnus-summary-user-date-format-alist.
2261
2262 2011-02-03  Glenn Morris  <rgm@gnu.org>
2263
2264         * nnimap.el (gnus-fetch-headers): Declare.
2265
2266         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2267
2268 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2269
2270         * message.el (message-forward-make-body-digest-plain)
2271         (message-followup, message-reply): Clean up things noted by Stefan.
2272
2273         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2274         gnus-article-update-date-headers is nil.
2275         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2276         it didn't really work with defcustom.
2277         (article-update-date-lapsed): Make sure the window start doesn't move,
2278         either.
2279
2280 2011-02-01  Julien Danjou  <julien@danjou.info>
2281
2282         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2283         format.
2284
2285         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2286         standard in Emacs nowadays.
2287
2288         * color.el (color-gradient): Add a color-gradient function.
2289
2290 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2291
2292         * message.el (message-expand-name): Don't trust the return value of
2293         bbdb-complete-name.
2294         (message-check-news-header-syntax): Remove unused var `start'.
2295         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2296         (message-inhibit-body-encoding): Move to before first use.
2297         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2298         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2299         (Organization, Message-ID, Date, mh-previous-window-config):
2300         Defvar the vars using dynamic scoping.
2301
2302 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2303
2304         * shr.el (shr-render-td): Only do colours at the final rendering.
2305         Should be slightly faster.
2306         (shr-insert-table): Fix up TD background colours when doing the
2307         vertical padding.
2308
2309         * gnus-art.el (article-date-ut): Protect against articles with no Date
2310         header.
2311         (article-update-date-lapsed): Don't use current-column to find the
2312         horizontal position.  It's fragile in the presence of \003 characters.
2313
2314         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2315
2316 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2317
2318         * gnus-art.el (article-transform-date): Rewrite to still work when
2319         there are several rfc2822 parts.
2320         (article-transform-date): Fix infinite recursion.
2321         (article-date-ut): Replace infinitely many Date headers with a single
2322         one when called interactively.
2323
2324         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2325         secure manner.
2326
2327         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2328         move around by not using save-window-excursion.  It seems to work...
2329
2330 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-art.el (article-make-date-line): Work for user-defined format.
2333
2334 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nntp.el (nntp-retrieve-group-data-early)
2337         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2338         fetching functions.
2339
2340         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2341         thoroughly for all backends that have no known groups.  This should
2342         allow new nnml methods to retrieve mail.
2343
2344         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2345         that Gnus doesn't know exists again.
2346
2347         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2348         (gnus-treat-date-ut): Ditto.
2349         (gnus-article-update-date-header): Rename.
2350         (gnus-treat-date-local): Remove.
2351         (gnus-treat-date-english): Remove.
2352         (gnus-treat-date-lapsed): Remove.
2353         (gnus-treat-date-combined-lapsed): Remove.
2354         (gnus-treat-date-original): Remove.
2355         (gnus-treat-date-iso8601): Remove.
2356         (gnus-treat-date-user-defined): Remove.
2357         (gnus-article-date-headers): New variable to control all the date
2358         header options.
2359         (article-date-ut): Rewrite to allow using the new way to format date
2360         headers(s).
2361
2362 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2363
2364         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2365         method.
2366         (nnmail-article-group): A better test for fanciness.
2367
2368         * nnimap.el (nnimap-request-head): Protect against not finding the
2369         article by Message-ID.
2370
2371 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2374         keep point at the "same place".
2375
2376 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2379         data if the group is unactivated.
2380
2381 2011-01-28  Julien Danjou  <julien@danjou.info>
2382
2383         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2384         (gnus-all-windows-visible-p): Remove old compatibility code.
2385         (gnus-window-top-edge): Add docstring.
2386
2387         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2388
2389 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2390
2391         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2392         older request-update-info.
2393
2394         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2395
2396 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2397
2398         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2399         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2400
2401 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2404         groups.  This makes the nndraft:queue group pop up if it's not already
2405         there.
2406
2407         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2408         messages" logic, which was reversed.
2409
2410         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2411         the "same place" even if point is on the line being replaced.
2412         (article-update-date-lapsed): Allow updating both the combined lapsed
2413         and the lapsed headers.
2414         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2415         (article-make-date-line): Limit the number of segments dynamically to
2416         avoid too-long lines.
2417
2418 2011-01-27  Julien Danjou  <julien@danjou.info>
2419
2420         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2421         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2422
2423 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2426         Use plist-get instead of the cl function getf.
2427
2428 2011-01-27  Glenn Morris  <rgm@gnu.org>
2429
2430         * gnus-util.el (float-time): Get rid of compiler warning, again.
2431
2432 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2433
2434         * shr.el (shr-put-color): Special-case background colours: Do put them
2435         at the blank parts at the front of the lines.
2436
2437         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2438         exit hook to nix out all data on readedness on group exit.
2439
2440         * gnus-util.el (float-time): If float-time is bound, always use it on
2441         all Emacsen.  It's unclear why the subrp check was there.
2442         (time-date): Require to make some autoload issues on XEmacs go away.
2443
2444         * shr.el (shr-put-color): Don't do the box padding in tables, since
2445         they're already padded.
2446
2447 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-art.el (gnus-article-next-page): When the last line of the
2450         article is displayed, scroll down once more instead of going to the
2451         next article at once.
2452         (article-lapsed-string): Refactor out and allow specifying how many
2453         segments you want.
2454         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2455         (gnus-article-update-lapsed-header): New variable.
2456
2457         * shr.el: Revert change that made headings use different-sized faces.
2458         The Emacs display engine isn't advanced enough that, for instance,
2459         tables can comfortably use differently-sized faces.
2460
2461 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2464         used.
2465         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2466         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2467         we're using an encrypted connection.
2468
2469         * proto-stream.el: Alter the interface functions to also return the
2470         actual stream type used: network or tls.
2471
2472 2011-01-25  Julien Danjou  <julien@danjou.info>
2473
2474         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2475         (mm-display-javascript-inline): New function.
2476
2477         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2478         viewing function.
2479
2480 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * shr.el (shr-expand-newlines): Fix variable name.
2483
2484 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2485
2486         * shr.el (shr-expand-newlines): Make nested boxes work.
2487
2488 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2491         backgrounds.
2492         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2493         in a more sensible manner.
2494
2495 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2496
2497         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2498         if EPG is loaded.
2499
2500 2011-01-24  Julien Danjou  <julien@danjou.info>
2501
2502         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2503         tags.
2504
2505 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2508         commands.
2509
2510         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2511         in the article buffer.
2512         (gnus-gravatar-insert): Use blank space from the current buffer to
2513         avoid breaking text properties.  This makes X-Sent updating work again.
2514
2515         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2516
2517 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2520         fix the bug in url-http.el instead.
2521
2522         * shr.el (shr-image-fetched): Ditto.
2523
2524         * shr.el (shr-image-fetched): Avoid having point move in the article
2525         buffer.
2526
2527         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2528         buffer after being called.  It's apparently being killed by url.el, and
2529         killing it made point move to end-of-buffer in a random buffer.
2530
2531         * shr.el (shr-image-fetched): Ditto.
2532
2533 2011-01-23  Julien Danjou  <julien@danjou.info>
2534
2535         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2536
2537         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2538         text/x-org.
2539
2540 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2543         (i.e., nnimap) returning nil as the article number.
2544
2545 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2546
2547         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2548         "DelSp" parameter in RFC3676.
2549
2550 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2551
2552         * message.el (message-check-recipients): Display the encoded version of
2553         the bogus address if they differ.
2554
2555         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2556         after sending.
2557
2558         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2559
2560         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2561
2562         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2563         group buffer after sending the queue.
2564
2565         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2566
2567 2011-01-22  Julien Danjou  <julien@danjou.info>
2568
2569         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2570
2571 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2572
2573         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2574         nested related parts.
2575
2576         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2577         unexpired articles.  This fixes the regression that led expiry marks to
2578         disappear from nnfolder groups.
2579
2580 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2581
2582         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2583         Don't confuse the "ret" of "retrograde" with RET.
2584
2585 2011-01-21  Julien Danjou  <julien@danjou.info>
2586
2587         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2588         than mm-insert-inline.
2589
2590 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2593         Widen article buffer.
2594
2595 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2596
2597         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2598         the temp buffer.
2599         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2600
2601 2011-01-20  Julien Danjou  <julien@danjou.info>
2602
2603         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2604
2605         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2606         than mm-insert-inline to insert inline part: this respect
2607         mm-inline-media-tests displayers.
2608
2609         * mm-view.el (mm-display-shell-script-inline): New function.
2610
2611         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2612
2613         * mm-uu.el (mm-uu-type-alist): Add org block.
2614         (mm-uu-org-src-code-block-extract): New function.
2615
2616         * mm-view.el (mm-display-org-inline): New function.
2617
2618         * mm-decode.el (mm-automatic-display): Add text/org.
2619
2620         * mailcap.el (mailcap-mime-extensions): Add .org.
2621
2622 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2625         gnus-article-add-buttons.
2626
2627 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2628
2629         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2630         From header with a date and "nobody" as the sender.
2631
2632 2011-01-19  Julien Danjou  <julien@danjou.info>
2633
2634         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2635         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2636         if you have the same regexp several times.
2637         (gnus-button-push): Fix matching when regexp is symbol.
2638
2639 2011-01-15  Glenn Morris  <rgm@gnu.org>
2640
2641         * message.el (message-mail): A compose-mail function should
2642         accept headers as strings.
2643
2644 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2645
2646         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2647         Add :vert-only tags.
2648         (message-mail): New arg RETURN-ACTION.
2649         (message-return-action): New var.
2650         (message-bury): Use it.
2651         (message-mode): Make it buffer-local.
2652         (message-send-and-exit): Always call message-bury.
2653
2654         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2655         message-mail.
2656
2657 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * nnimap.el (nnimap-convert-partial-article): Protect against
2660         zero-length body parts.
2661
2662         * mm-decode.el (mm-preferred-alternative-precedence):
2663         Discourage showing empty parts.
2664
2665         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2666         and stuff if the backend didn't return the article number.  This fixes
2667         an Exchange-related nnimap bug.
2668
2669         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2670         group window, because it does the wrong thing when a separate frame
2671         displays the group buffer.
2672
2673         * proto-stream.el (open-protocol-stream): Protect against the low-level
2674         transport functions returning nil.
2675
2676 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2677
2678         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2679         (mml2015-epg-find-usable-secret-key): New function.
2680         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2681         mml2015-epg-find-usable-key (Bug#7797).
2682         (mml2015-epg-encrypt): Ditto.
2683
2684 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * dgnushack.el (rot13-string): Fix the way to get the argument.
2687
2688 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2691
2692 2011-01-03  Glenn Morris  <rgm@gnu.org>
2693
2694         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2695
2696         * sieve.el (sieve-open-server): Give a more explicit error if
2697         sieve-manage-open returns nil.  (Bug#7720)
2698
2699 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2700
2701         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2702
2703 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2706         This avoids sending passwords in plain text over non-encrypted
2707         channels.
2708
2709         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2710
2711         * nnimap.el (nnimap-login): Refactored out into own function, and
2712         implement CRAM-MD5.
2713         (nnimap-wait-for-line): Refactored out.
2714
2715         * mm-view.el (mml-smime): Require.
2716
2717 2010-12-20  David Engster  <deng@eml.cc>
2718
2719         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2720         use EPG to decrypt S/MIME messages instead of openssl.
2721
2722 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2725
2726         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2727         status is the group clearly is unreachable.
2728
2729         * auth-source.el (auth-source-create): Add the optional second
2730         parameter to `local-variable-p' to be compatible with XEmacs.
2731
2732 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2733
2734         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2735         work when using a compressed nnml folder.
2736
2737 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2740         backends after sanitising on entry, because this never makes sense:
2741         If the articles have gone missing, then the data no longer exists on
2742         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2743         overwrite anything anyway.
2744
2745         * shr.el (shr-insert-document): Bind shr-width dynamically to
2746         window-width if it's nil.
2747
2748 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2749
2750         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2751         with the meaning of using the full emacs window width for rendering.
2752
2753 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2754
2755         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2756         case when sender is not given.
2757
2758 2010-12-23  Julien Danjou  <julien@danjou.info>
2759
2760         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2761         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2762         the addresses, otherwise we might misplaced the gravatar.
2763
2764 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2765
2766         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2767         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2768         obsolete in Emacs.
2769
2770 2010-12-20  Julien Danjou  <julien@danjou.info>
2771
2772         * gnus-util.el (gnus-rescale-image): Revert last change.
2773
2774 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2775
2776         * binhex.el: Improve commentary (Bug#7482).
2777
2778 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * gnus-group.el (gnus-group-delete-articles): New command.
2781
2782 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2783
2784         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2785
2786 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2789         here, since it's up to the backends to do CRLF removal if their
2790         protocol has it.
2791
2792         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2793
2794 2010-12-17  Julien Danjou  <julien@danjou.info>
2795
2796         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2797         they are from file. Can also scale up.
2798
2799 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2800
2801         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2802         gnus-use-agent.
2803         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2804
2805         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2806
2807 2010-12-17  Julien Danjou  <julien@danjou.info>
2808
2809         * gravatar.el (gravatar-retrieve-synchronously): New function.
2810         (gravatar-get-data): Make more robust.
2811
2812 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2815
2816 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2819         to really consider the last line.
2820
2821 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2822
2823         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2824         list of recipient keys, or use symmetric encryption if not a list.
2825         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2826         EPA override, replacing the call to `netrc-store-data'.
2827
2828 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2829
2830         * gnus-srvr.el: Avoid passing nil regexp argument to
2831         delete-matching-lines.
2832
2833 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2836         fetching stops when Gnus exits.
2837
2838         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2839         function.
2840         (nnfolder-request-expire-articles): Save all the buffers after doing
2841         expiry.
2842
2843         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2844         the last article", since that led to serious performance regressions
2845         when expiring nnml groups.
2846
2847 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2848
2849         * nnir.el: Improve customizations.
2850
2851 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2854
2855         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2856         group has been killed.
2857         (gnus-group-yank-group): Ditto.
2858
2859         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2860
2861         * nnimap.el (nnimap-request-update-group-status): New function.
2862
2863         * gnus-int.el (gnus-request-update-group-status): New interface
2864         function.
2865
2866         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2867         copying read-ness to the backends.
2868
2869         * nnimap.el (nnimap-quirk): New function.
2870         (nnimap-retrieve-group-data-early): Use it.
2871         (nnimap-quirks): New alist.
2872
2873 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2876         don't delete it within indentation.
2877
2878 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2881         previous line.
2882
2883 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2886         QRESYNC command by deleting a superfluous space which broke Cyrus
2887         servers.  This change will break other servers that are buggy the other
2888         way around.
2889
2890 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2891
2892         * spam.el: Reindent and fix long lines.
2893         (spam-copy-or-move-routine): Exclude invalid move destinations.
2894
2895 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2896
2897         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2898         installed the registry.
2899
2900 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2903
2904 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2905
2906         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2907         groupname doesn't contain "gmane".
2908
2909 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2912         and netrc-bound-and-true-p bindings.
2913         (netrc-parse): Cache the netrc contents.
2914
2915         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2916         (gnus-1): Don't create the nndrafts group twice.
2917         (gnus-setup-news): There's no need to read the active file here, since
2918         that's done again later on a per-backend basis.
2919         (gnus-start-draft-setup): Make sure that the new group is started out
2920         empty.
2921
2922         * gnus-agent.el (gnus-agentize): Don't create the queue group
2923         automatically on startup.  It'll be created later, if needed.
2924
2925         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2926         of automatically subscribed groups.
2927         (gnus-auto-subscribed-categories): New variable.
2928         (gnus-matches-options-n): Use it.
2929         (gnus-default-subscribed-newsgroups): Remove unused variable.
2930         (gnus-start-draft-setup): Message a bit less.
2931
2932 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2933
2934         * nnir.el (nnir-run-imap): Return article list in order of increasing
2935         UID.
2936
2937 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * gnus-sum.el (gnus-summary-enter-digest-group):
2940         Mention gnus-auto-select-on-ephemeral-exit.
2941
2942         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2943         convention of the network-only option.
2944
2945 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * proto-stream.el (proto-stream-open-network-only): New function to
2948         have a way to specify non-STARTTLS upgrade connections.
2949
2950 2010-12-10  Julien Danjou  <julien@danjou.info>
2951
2952         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2953         email address is nil.
2954
2955         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2956
2957 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2958
2959         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2960         deletion.
2961         (nnir-run-imap): Only need to parse list once.
2962
2963 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * shr.el (shr-tag-script): Ignore <script>.
2966         (shr-tag-label): Add <label> support.
2967
2968 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2971
2972         * shr.el (shr-image-displayer): Work for images lined side by side.
2973
2974 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2975
2976         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2977         parameter, since XEmacs doesn't accept t as a parameter.
2978
2979 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2980
2981         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2982         ids.
2983         (nnir-run-gmane): Simplify groupspec formatting.
2984         (nnir-request-expire-articles): New function.
2985
2986 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2989         overflow, possibly.
2990
2991         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2992         (shr-render-td): Handle td style="" better.
2993         (shr-tag-table): Use the color from the style sheet.
2994         (shr-render-td): Make sure we copy over all the overlays, too.
2995
2996 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2997
2998         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2999         (nnir-request-article): Improve article retrieval.
3000
3001 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * mm-util.el (mm-extra-numeric-entities): New variable.
3004
3005         * mm-url.el (mm-url-decode-entities):
3006         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3007
3008         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3009
3010 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3011
3012         * message.el: Use completion-at-point.
3013         (message-completion-function): New fun, extracted from message-tab.
3014         (message-mode): Use it for completion-at-point-functions.
3015         (message-tab): Use it and completion-at-point.
3016
3017 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3020         character if a non-breakable character follows.
3021
3022 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3025         any stream.
3026
3027         * shr.el (shr-tag-font): Colorize the region.
3028         (shr-tag-body): Ditto.
3029         (shr-tag-font): Actually let the styles be inherited instead of
3030         overwriting them.
3031         (shr-tag-font): Get the background color right.
3032         (shr-tag-style): Ignore all <style> tags for the moment.
3033
3034         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3035         a Message-ID to avoid having nnimap depend on gnus-sum.
3036
3037         * shr.el (shr-descend): Only colorize something if we have a node that
3038         sets colors.
3039
3040 2010-12-06  Julien Danjou  <julien@danjou.info>
3041
3042         * shr.el (shr-render-td): Render td content with shr-descend, so style
3043         will be applied to <td> too.
3044         (shr-colorize-region): Colorize region even if we only have a background.
3045         (shr-tag-body): Fix color and background color inheritance.
3046         Do not recolorize after shr-generic.
3047         (shr-tag-font): Let shr-generic colorize via inheritance.
3048
3049 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3052
3053 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3054
3055         * nnir.el (nnir-request-move-article): Remove obsolete code.
3056
3057 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3060
3061 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-sum.el (gnus-summary-respool-article): The completion function
3064         expects a list instead of an alist.
3065
3066         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3067         string as the parameter.
3068
3069         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3070
3071         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3072         styles.
3073         (shr-colorize-region): New function.
3074         (shr-insert-background-overlay): Remove.
3075         (shr-render-td): Background setting should be taken care of on a higher
3076         level.
3077         (shr-tag-body): Use post-hoc colorizations.
3078         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3079         (shr-put-color-1): Don't overwrite old colors.
3080         (shr-colorize-region): When the background color isn't explicit, use
3081         a fixed background.
3082
3083         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3084         nnmail variables.
3085
3086 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3087
3088         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3089         unless necessary.
3090
3091 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3092
3093         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3094         server.
3095
3096 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3099         so that TAB works.
3100
3101         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3102         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3103
3104         * shr.el (shr-urlify): Show the URL before the title to avoid
3105         misleading URLs.
3106
3107 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3108
3109         * shr.el (shr-urlify): Display the title in <a> tags.
3110
3111 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3112
3113         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3114
3115 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3116
3117         * nnir.el: Rearrange code to allow macros to be autoloaded by
3118         gnus-sum.el.
3119         (nnir-retrieve-headers-override-function): Make this variable
3120         customizable.
3121         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3122
3123         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3124         from nnir.el.
3125
3126 2010-12-03  Julien Danjou  <julien@danjou.info>
3127
3128         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3129
3130 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3133         allow optional argument `environment'.
3134
3135 2010-12-03  Glenn Morris  <rgm@gnu.org>
3136
3137         * mm-extern.el (message-goto-body): Update declaration.
3138
3139 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-util.el (gnus-macroexpand-all): New function.
3142
3143         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3144         instead of macroexpand-all that is unavailable in XEmacs.
3145
3146 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3147
3148         * nnir.el (nnir-summary-line-format): New variable.
3149         (nnir-mode): Use it.
3150         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3151         (nnir-article-ids): Reimplement as defsubst.
3152         (nnir-retrieve-headers): Don't mangle the subject header.
3153         (nnir-run-imap): Use 100 as RSV score.
3154         (nnir-run-find-grep): Fix for full server searching.
3155         (nnir-run-gmane): Better restriction to gmane groups.
3156
3157         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3158         summary buffers.
3159
3160 2010-12-02  Julien Danjou  <julien@danjou.info>
3161
3162         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3163
3164         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3165
3166         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3167         support.
3168
3169 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3170
3171         * nnir.el: Update to handle the registry better.
3172         (autoload): Silence byte-compiler.
3173         (nnir-open-server): Add a hook for nnir groups.
3174         (nnir-request-move-article): Don't mangle the header. Better to use
3175         formating variables (which will be added in the future).
3176         (nnir-registry-action): Update the registry using the original article
3177         group name.
3178         (nnir-mode): Install nnir-specific hooks for updating the registry.
3179
3180         * gnus-sum.el
3181         (gnus-article-original-subject,gnus-newsgroup-original-name):
3182         Remove obsolete variables.
3183         (gnus-summary-move-article): Remove use of obsolete variables.
3184         (gnus-summary-local-variables): Make move and delete hooks local to
3185         summary buffers.
3186
3187 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * rtree.el: New file.
3190
3191 2010-12-01  Julien Danjou  <julien@danjou.info>
3192
3193         * message.el (message-user-organization): Do not use
3194         gnus-local-organization.
3195
3196         * gnus.el: Remove gnus-local-organization.
3197
3198         * gnus-msg.el: Remove nastygram thing.
3199
3200 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3201
3202         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3203         funcall.
3204
3205 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3208         names.
3209
3210         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3211         characters.
3212
3213         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3214         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3215         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3216         (gnus-gravatar-transform-address): Use mail-extract-address-components
3217         that supports non-ASCII names rather than mail-header-parse-addresses.
3218
3219 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * proto-stream.el (open-protocol-stream): All starttls connections are
3222         handled by the network handler.
3223
3224 2010-11-30  Julien Danjou  <julien@danjou.info>
3225
3226         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3227         (nnimap-open-connection-1): Fix PREAUTH.
3228
3229         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3230
3231 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3234         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3235         (shr-insert): Use them.
3236         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3237
3238 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3239
3240         * nnir.el (nnir-request-move-article): Bail out if original group
3241         doesn't support article moves.
3242         (nnir-get-active): Improve active list retrieval.
3243
3244 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3247
3248 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3249
3250         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3251         seem to accept strings-with-numbers as port numbers,
3252
3253 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3254
3255         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3256         change the registry.
3257
3258 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3261         delete-dups that is not available in XEmacs 21.4.
3262
3263         * mm-util.el (mm-delete-duplicates): Add comment.
3264
3265 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3266
3267         * nnir.el (nnir-ignored-newsgroups): New variable.
3268         (nnir-get-active): Use it.
3269
3270 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * proto-stream.el (proto-stream-open-network): Add some comments.
3273
3274         * nntp.el (nntp-open-connection): Provide a :success condition.
3275
3276         * nnimap.el (nnimap-open-connection-1): Ditto.
3277
3278         * proto-stream.el (proto-stream-open-network): See what the response to
3279         the STARTTLS command is.
3280
3281         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3282         backwards compatibility).
3283         (nnimap-open-connection-1): Really respect nnimap-server-port.
3284
3285         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3286         TLS upgrades we don't really care about the identity of the peer.
3287         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3288         that what we've checked for.
3289         (proto-stream-always-use-starttls): Only default to t if
3290         open-gnutls-stream exists.
3291         (proto-stream-open-network): If STARTTLS failed, then just open a
3292         normal connection.
3293         (proto-stream-open-network): Wait until the greeting before doing
3294         STARTTLS.
3295
3296         * nntp.el (nntp-open-connection): Report what the connection error is.
3297
3298         * proto-stream.el (open-protocol-stream): Rename from
3299         open-proto-stream.
3300
3301 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnimap.el (nnimap-stream): Change default to `undecided'.
3304         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3305         first, and then network.
3306         (nnimap-open-connection-1): Respect nnimap-server-port.
3307         (nnimap-open-connection): Be more backwards-compatible.
3308
3309         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3310         (proto-stream-open-starttls): De-duplicate the starttls code.
3311         (proto-stream-open-starttls): Folded back into the main function.
3312         (proto-stream-open-network): Fix typo in the gnutls path.
3313         (proto-stream-command): Refactor out.
3314
3315         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3316
3317         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3318         starttls.el STARTTLS.
3319
3320         * color.el (color-lab->srgb): Fix function call name.
3321
3322         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3323         if we're using tls.el.
3324         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3325         built in, then don't try to establish a STARTTLS connection.
3326
3327         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3328         servers.
3329
3330         * proto-stream.el (open-proto-stream): Use network, not stream.
3331         (open-proto-stream): Add a way to specify what the end of a command is.
3332
3333         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3334         connections types.
3335         (nntp-open-network-stream): Remove.
3336         (nntp-open-ssl-stream): Remove.
3337         (nntp-open-tls-stream): Remove.
3338         (nntp-ssl-program): Remove.
3339
3340         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3341
3342 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3343
3344         * nnir.el: Fix typos.
3345         (nnir-retrieve-headers-override-function): Rename variable to reflect
3346         new semantics.
3347         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3348         macros.
3349         (nnir-request-article, nnir-request-move-article): Use them.
3350         (nnir-categorize): New function.
3351         (nnir-run-query): Use it.
3352         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3353         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3354         sorted.
3355         (nnir-group-full-name): Use gnus-group-full-name instead.
3356         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3357         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3358
3359 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3362
3363         * proto-stream.el: New library to provide protocol-specific
3364         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3365         protocols.
3366         (open-proto-stream): Complete the documentation.
3367         (proto-stream-open-network): Fix some typos.
3368
3369         * nnimap.el (nnimap-open-connection): Use it.
3370
3371 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3372
3373         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3374         negotiation.
3375
3376 2010-11-26  Julien Danjou  <julien@danjou.info>
3377
3378         * color.el: Rename various rgb functions to srgb.
3379
3380 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3383         names.
3384
3385 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * shr.el (shr-insert): Revert last change.
3388         (shr-find-fill-point): Never leave point being at bol;
3389         relax the kinsoku limitation when rendering tables.
3390
3391 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3394         results from -accept-article.
3395
3396         * shr-color.el: Require cl when compiling.
3397
3398         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3399         checkin.
3400
3401         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3402
3403         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3404
3405         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3406         'add and 'delete to set backend marks.
3407
3408         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3409
3410         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3411
3412         * nntp.el (nntp-request-set-mark): Use it.
3413
3414         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3415
3416         * nnml.el (nnml-request-set-mark): Ditto.
3417
3418         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3419         introduces regressions in article selection.
3420         (nnimap-find-uid-response): New function.
3421         (nnimap-request-accept-article): Use the UID returned, if any.
3422         (nnimap-request-move-article): Use the UID returned, if any.
3423         (nnimap-get-groups): Reimplement to work with folded lines.
3424         (nnimap-find-uid-response): The UID is the last element in the list.
3425         (nnimap-request-set-mark): Extend syntax with 'set.
3426
3427         * nnml.el (nnml-request-set-mark): Ditto.
3428
3429         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3430
3431         * nntp.el (nntp-request-set-mark): Ditto.
3432
3433 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * message.el (message-called-interactively-p): A temporary macro.
3436         (message-goto-body): Use it temporarily.
3437
3438 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3441         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3442         (nnimap-last-response-string): Fix last unfolding fix.
3443
3444 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * shr.el (shr-insert): Fix the way to fold lines.
3447
3448 2010-11-25  Julien Danjou  <julien@danjou.info>
3449
3450         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3451
3452         * color.el: Rename from color-lab.el
3453         (color-rgb->hex): Add.
3454         (color-complement): Add.
3455         (color-complement-hex): Add.
3456
3457         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3458
3459 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3462         don't exist.
3463
3464 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3467         assuming that article displaying or another mml-preview may be
3468         interrupted for an error or for the like.
3469
3470         * shr.el (shr-get-background): Fix argument name.
3471
3472 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3475
3476         * gnus-sum.el (gnus-summary-include-articles): New function.
3477
3478         * message.el (message-goto-body): called-interactively-p needs a
3479         parameter, so use `any'.
3480
3481         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3482         clear marks before moving, since they're synced from the Gnus side
3483         first.
3484
3485         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3486         (gnus-summary-move-article): Copy over all marks before moving, so that
3487         IMAP doesn't think a new article has arrived.
3488
3489 2010-11-24  Julien Danjou  <julien@danjou.info>
3490
3491         * shr.el (shr-insert-background-overlay): Fix typo.
3492         (shr-render-td): Copy the background before rendering.
3493
3494         * shr-color.el (shr-color-visible): Fix docstring.
3495
3496         * shr.el (shr-tag-table): Add bgcolor support.
3497         (shr-render-td): Add bgcolor support.
3498         (shr-get-background): Add.
3499         (shr-insert-foreground-overlay): Use shr-get-background.
3500
3501         * message.el (message-goto-body): Use called-interactively-p.
3502         (message-in-body-p): message-goto-body returns point.
3503
3504 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3507         Fixes something or other in Emacs 23, and is backwards compatible.
3508
3509         * message.el (message-goto-body): Remove the <#secure special-casing,
3510         which is too special.
3511
3512         * shr.el (shr-parse-style): Drop !important from styles.
3513
3514 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3515
3516         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3517         this function to return incorrect results when calling it with an
3518         explicit article argument different from
3519         (gnus-summary-article-number).
3520
3521 2010-11-24  Julien Danjou  <julien@danjou.info>
3522
3523         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3524         (shr-tag-body): Add background support.
3525         (shr-descend): Add background support.
3526         (shr-tag-title): Add.
3527
3528         * shr-color.el (shr-color-visible): Really return original background
3529         if fixed.
3530
3531 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * shr.el (shr-color-check): Protect against non-existent colour names.
3534
3535 2010-11-24  Julien Danjou  <julien@danjou.info>
3536
3537         * color-lab.el: Require 'cl when compiling.
3538
3539         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3540
3541         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3542         matched part.
3543
3544         * color-lab.el: Fix all expt calls to use float type.
3545
3546 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3549         expression to shr-color-check as is.
3550
3551         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3552
3553         * color-lab.el: Add coding cookie.
3554         (float-pi): Use eval-and-compile.
3555
3556         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3557         compiled for Emacsen having no `libxml-parse-html-region' support.
3558
3559 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * shr.el (shr-insert-color-overlay): Split stuff like
3562         "#444444 !important" to find the real colour.
3563         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3564         parse <font color="red"> entries.
3565
3566 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3567
3568         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3569         point when parsing headers.
3570
3571         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3572         is positioned properly when parsing headers.
3573
3574 2010-11-23  Julien Danjou  <julien@danjou.info>
3575
3576         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3577
3578         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3579
3580         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3581
3582         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3583         Use shr-color-hue-to-rgb.
3584         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3585
3586 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * shr.el (shr-color->hexadecimal): Autoload.
3589         (shr-descend): Add color to all tags.
3590
3591 2010-11-22  Julien Danjou  <julien@danjou.info>
3592
3593         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3594         shr-color->hexadecimal.
3595
3596         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3597         RGB() or HSL() color representation.
3598
3599         * shr.el (shr-tag-font): Add.
3600         (shr-tag-color-check): New function to get better colors.
3601         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3602         tag-span.
3603
3604         * shr-color.el: New file.
3605
3606         * color-lab.el: New file.
3607
3608         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3609
3610 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3611
3612         * nnir.el: Fix typo in comments.
3613         (nnir-run-imap): Simplify code. No need to reverse artlist.
3614         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3615
3616 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3619
3620         * nnimap.el (nnimap-get-capabilities): Refactor out.
3621         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3622
3623 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3624
3625         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3626         appearing when `mm-uu-hide-markers' is nil.
3627
3628 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * nnimap.el (nnimap-unselect-group): Make into its own function.
3631         (nnimap-request-rename-group): Unselect group before renaming.
3632         This had gotten lost somewhere.
3633         (nnimap-request-accept-article): Keep track of examined groups, and
3634         unselect the group before APPENDing to read-only groups.
3635         (nnimap-request-move-article): Clear flags before moving so that they
3636         can be re-set later.
3637
3638 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3641         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3642
3643 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-art.el (gnus-mime-display-single)
3646         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3647         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3648         parameter.
3649
3650 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3653         (shr-table-vertical-line): New variable.
3654         (shr-insert-table): Use it.
3655
3656 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-html.el (gnus-html-wash-images): Don't display images if
3659         gnus-inhibit-images is non-nil; register displayer for cid images.
3660         (gnus-html-display-image): Work for cid image.
3661         (gnus-html-insert-image): Allow arguments.
3662         (gnus-html-put-image): Inhibit read-only.
3663         (gnus-html-prefetch-images): Don't prefetch images if
3664         gnus-inhibit-images is non-nil.
3665
3666 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * shr.el (shr-put-image): Break lines when inserting big pictures.
3669
3670 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3671
3672         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3673         sender, thanks Katsumi Yamaoka.
3674
3675 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3676
3677         * nnir.el (nnir-run-imap): Reverse the article list for each group
3678         rather than the whole list.
3679
3680 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * shr.el (shr-image-displayer): Protect function against non-existent
3683         image source.
3684
3685         * gnus-art.el (gnus-inhibit-images): New user option.
3686         (gnus-mime-display-single): Don't display image if it is non-nil.
3687
3688         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3689         gnus-inhibit-images.
3690
3691         * shr.el (shr-image-displayer): New function.
3692         (shr-tag-img): Use it.
3693
3694 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3695
3696         * mml2015.el (mml2015-epg-sign): Use From header.
3697
3698 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3701
3702         * gnus-util.el (gnus-find-text-property-region): Return markers.
3703
3704         * shr.el (shr-tag-img): Put a displayer in the text property.
3705
3706         * gnus-util.el (gnus-find-text-property-region): New utility function.
3707
3708         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3709         (gnus-html-show-images): Remove.
3710
3711         * gnus-art.el (gnus-article-show-images): New, more general function.
3712
3713         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3714         image url text properties.
3715
3716         * shr.el: Ditto.
3717
3718         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3719         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3720
3721 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3724         work for two or more articles.
3725
3726 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3729         divide an image that's in an html article to two or more when washing
3730         non-ASCII characters in alt text of it.
3731
3732 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3735         smime-decrypt-region using function argument.
3736         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3737
3738         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3739
3740         * smime.el (smime-decrypt-region): Catch it.
3741
3742 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * smime.el (smime-mode-map): Move initialization into declaration.
3745         (gnus-run-mode-hooks): Don't autoload.
3746         (smime-mode): Use define-derived-mode.
3747
3748 2010-11-11  Glenn Morris  <rgm@gnu.org>
3749
3750         * smime.el (from): Restrict declaration to XEmacs.
3751
3752         * nnir.el (gnus-group-topic-name): Autoload.
3753
3754 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * shr.el (shr-insert): Don't break long line if it is because of
3757         kinsoku-bol characters in the line end.
3758
3759 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3760
3761         * nnir.el (nnir-request-move-article): Fix to provide original group
3762         and subject.
3763         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3764         been retrieved.
3765
3766         * gnus-sum.el (gnus-summary-move-article): Use original group and
3767         subject for virtual articles such as those in an nnir summary buffer.
3768
3769 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3772         least 21.5).
3773
3774         * smime.el (from): Declare it again for XEmacs.
3775
3776 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * message.el (message-resend): Don't disable encoding unless it's
3779         already encoded.
3780
3781         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3782         low-numbered articles.
3783
3784 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * rfc2047.el (rfc2047-syntax-table): Simplify.
3787
3788         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3789
3790         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3791         set-char-table-range for XEmacs.
3792
3793 2010-11-10  Glenn Morris  <rgm@gnu.org>
3794
3795         * time-date.el (time-to-seconds): Always an alias on Emacs,
3796         never a real function.
3797         (with-no-warnings): Remove compat stub, now unused.
3798         (time-less-p): Doc fix.
3799         (time-to-number-of-days): Simplify.
3800
3801         * smime.el (from): Remove unused declaration.
3802
3803         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3804         (gnus-float-time): On Emacs, always an alias.
3805
3806         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3807         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3808
3809 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * dgnushack.el: Don't use ignore-errors in the top level form since it
3812         is unavailable in XEmacs even if cl is loaded.
3813
3814         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3815
3816 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * shr.el (browse-url-mailto): Autoload.
3819
3820         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3821
3822         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3823         regexp doesn't need quoting.
3824
3825 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3826
3827         * message.el (message-subject-trailing-was-ask-regexp)
3828         (message-subject-trailing-was-regexp): Match was: in addition to was.
3829
3830 2010-11-09  Glenn Morris  <rgm@gnu.org>
3831
3832         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3833         (nnbabyl-check-mbox): Use point-at-bol.
3834
3835 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3838
3839         * message.el (message-mailto): New function.
3840         (message-mailto): Should accept other parameters.
3841         (message-mailto): Remove since it duplicates browse-url-mailto
3842         functionality.
3843
3844 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3847         methods.
3848         (gnus-read-active-file): Ditto.
3849
3850         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3851         ": " from the prompt.
3852         (gnus-group-make-group): Ditto.
3853
3854 2010-11-07  Glenn Morris  <rgm@gnu.org>
3855
3856         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3857         (gnus-bookmark-kill-line): Use point-at-eol.
3858
3859 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3862         asterisks in From header.
3863
3864 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3867         string to avoid making the From headers syntactically invalid.
3868
3869         * message.el (message-send-mail): Don't insert courtesy messages if the
3870         message already has List-Post and List-ID messages.
3871
3872 2010-11-06  Glenn Morris  <rgm@gnu.org>
3873
3874         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3875         `condition', `type', `length' a prefix.
3876         (gnus-treat-predicate): Update for above name changes.
3877
3878 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3879
3880         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3881         binding.  Handled by `gnus-summary-refer-thread' instead.
3882         (nnir-warp-to-article): New backend function.
3883
3884         * nnimap.el (nnimap-request-thread): Force dependency updating.
3885
3886         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3887         (gnus-summary-refer-thread): Rework to improve thread-referral.
3888
3889         * gnus-int.el (gnus-warp-to-article): New function.
3890
3891         * gnus-sum.el (gnus-summary-article-map): Bind it.
3892
3893 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3894
3895         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3896         gnus-summary-refer-thread.
3897
3898         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3899         headers.
3900         (gnus-summary-limit-include-thread): Prevent articles in thread from
3901         being cut in gnus-cut-threads.
3902         (gnus-summary-refer-thread): Limit retrieved headers to those in
3903         thread.
3904
3905 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * message.el (message-send-mail): Use the value of
3908         message-courtesy-message from the message buffer.
3909
3910         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3911
3912         * shr.el (shr-browse-url): Implement mailto: URLs.
3913
3914         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3915         "raw".
3916
3917         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3918         if it's already selected.
3919
3920         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3921
3922 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3925         to measure the length and truncate alt text.
3926
3927 2010-11-03  Glenn Morris  <rgm@gnu.org>
3928
3929         * nndiary.el (nndiary-generate-nov-databases-1)
3930         (nndiary-generate-active-info): Rename dynamic variable `files' to
3931         something less generic.
3932
3933 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3934
3935         * nnir.el (nnir-request-move-article): Call the underlying backend to
3936         move articles from nnir.
3937
3938 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3941
3942 2010-11-02  Julien Danjou  <julien@danjou.info>
3943
3944         * nnir.el: Remove wais support.
3945
3946 2010-11-02  Glenn Morris  <rgm@gnu.org>
3947
3948         * gnus-html.el: Reorder requirements to quieten compiler.
3949
3950 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3953         properly for XEmacs as well.
3954         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3955         (gnus-article-natural-long-line-p): Use window-width rather than
3956         frame-width.
3957
3958 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3959
3960         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3961         (nnir-read-parms): Don't modify query.
3962         (nnir-run-query): Add ability to search topic on current line.
3963         (nnir-get-active): Clean up.
3964
3965 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3968         degenerate articles.
3969
3970         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3971         (gnus-print-buffer): Just print the buffer as is, without any copying
3972         to a buffer and then re-highlighting.
3973
3974         * nnimap.el (nnimap-request-group): Store the new updated info.
3975         (nnimap-request-group): Select the group when we don't know whether it
3976         exists or not.
3977
3978         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3979         groups.
3980
3981         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3982         groups.
3983
3984         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3985         groups.
3986
3987         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3988         long-lines case by only filling the long lines.
3989
3990         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3991         (bug #7311).
3992
3993 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * shr.el: No need to declare `declare-function' since shr.el is for
3996         only Emacsen that provide `libxml-parse-html-region'.
3997
3998         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3999         effective only in a file it is referred to.
4000
4001 2010-11-01  Glenn Morris  <rgm@gnu.org>
4002
4003         * mm-util.el (gnus-completing-read): Autoload.
4004         (mm-read-coding-system): Simplify Emacs definition.
4005
4006         * nnmail.el (gnus-activate-group):
4007         * nnimap.el (gnutls-negotiate):
4008         * nntp.el (netrc-parse): Fix declarations.
4009
4010 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4013         string-match-p in Emacs >=23.
4014
4015         * gnus-msg.el (gnus-configure-posting-styles)
4016         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4017
4018 2010-11-01  Glenn Morris  <rgm@gnu.org>
4019
4020         * nnir.el (declare-function): Add compat stub.
4021         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4022         (nnir-run-gmane): Require 'mm-url.
4023
4024         * mm-util.el (mm-string-to-multibyte): Simplify.
4025
4026         * shr.el (declare-function): Add compat stub.
4027         (url-cache-create-filename): Declare.
4028         (mm-disable-multibyte, widget-convert-button): Autoload.
4029
4030         * smime.el (ldap-search): Declare.
4031         (smime-cert-by-ldap-1): Require ldap on Emacs.
4032
4033         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4034         (nnimap-keepalive): Use gnus-float-time.
4035
4036         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4037         (mail-source-delete-crash-box): Use gnus-float-time.
4038
4039         * gnus-dired.el (gnus-completing-read): Autoload.
4040
4041         * mm-view.el (gnus-rescale-image): Autoload.
4042
4043         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4044
4045         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4046
4047         * sieve-manage.el: Require 'cl when compiling.
4048
4049         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4050         (gnus-iswitchb-completing-read): Require iswitchb.
4051         (gnus-select-frame-set-input-focus): Silence compiler.
4052
4053 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * message.el (message-subject-trailing-was-query): Change default to t,
4056         since I think that's what most people want.
4057
4058         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4059         appending for easier debugging.
4060         (nnimap-wait-for-connection): Take a regexp.
4061         (nnimap-request-accept-article): Wait for the continuation line before
4062         sending anything unless we're streaming.
4063
4064         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4065         leave the header washing to take place.
4066
4067 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4068
4069         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4070         regular expression match and replace in posting styles.
4071
4072 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4073
4074         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4075         an entire server.
4076         (nnir-get-active): New function.
4077         (nnir-run-imap): Use it.
4078         (nnir-run-gmane): Who knew, gmane search returns an article score!
4079
4080         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4081         server on the current line with nnir.
4082
4083 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4086         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4087         left edge.
4088         (gnus-article-foldable-buffer): Skip past the prefix when determining
4089         raggedness.
4090
4091         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4092         the raw article, and change `C-u g' to show the article without doing
4093         treatments.
4094
4095         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4096         on to `gnus-treat-article'.
4097         (gnus-inhibit-article-treatments): New variable.
4098
4099         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4100
4101         * gnus-art.el (gnus-treatment-function-alist): Have
4102         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4103         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4104         sections.
4105
4106         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4107         parameter.
4108         (gnus-article-fill-cited-long-lines): New function.
4109         (gnus-article-fill-cited-article): Allow filling only long sections.
4110
4111         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4112         and non-punctuation (like after the apostrophe in "'We").
4113
4114         * gnus-sum.el (gnus-summary-select-article): Make sure
4115         gnus-original-article-buffer is alive.
4116
4117         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4118         reflect the order they're in in the digest.
4119
4120         * gnus.el (gnus-group-startup-message): Move point to the start of the
4121         buffer.
4122
4123         * nnimap.el (nnimap-capability): New function.
4124         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4125         is set.
4126
4127 2010-10-31  David Engster  <dengste@eml.cc>
4128
4129         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4130         conform with changes to gnus-completing-read.
4131
4132 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4135
4136 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4137
4138         * nnir.el: Move defvar, defcustom around to keep file organized
4139         and keep byte-compiler quiet.
4140         (nnir-read-parms): Accept search-engine as arg.
4141         (nnir-run-query): Pass search-engine as arg.
4142         (nnir-search-engine): Remove.
4143
4144 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * shr.el (shr-generic): The text nodes should be text, not :text.
4147
4148         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4149         later in the file.
4150
4151 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4152
4153         * nnir.el: General clean up.  Allow searching with multiple engines.
4154         Allow separate extra-parameters for each engine.
4155         Batch queries when possible.
4156         (nnir-imap-default-search-key,nnir-method-default-engines):
4157         Add customize interface.
4158         (nnir-run-gmane): New engine.
4159         (nnir-engines): Use it.  Qualify all prompts with engine name.
4160         (nnir-search-engine): Remove global variable.
4161         (nnir-run-hyrex): Restore for now.
4162         (nnir-extra-parms,nnir-search-history): New variables.
4163         (gnus-group-make-nnir-group): Use them.
4164         (nnir-group-server): Remove in favor of gnus-group-server.
4165         (nnir-request-group): Avoid searching twice.
4166         (nnir-sort-groups-by-server): New function.
4167
4168 2010-10-30  Julien Danjou  <julien@danjou.info>
4169
4170         * gnus-group.el: Remove gnus-group-fetch-control.
4171
4172         * gnus-start.el (gnus-find-new-newsgroups):
4173         Remove gnus-check-first-time-used.
4174
4175         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4176
4177 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4178
4179         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4180         set on groups that don't have \* permanentflags.
4181
4182 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4185         control the background color.
4186         (shr-tag-img): Ignore very small web bug type images.
4187         (shr-put-image): Add help-echo alt texts to the images.
4188         (shr-tag-video): Show the video poster image.
4189
4190 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * shr.el (shr-table-depth): New variable.
4193         (shr-tag-table-1): Only insert the images after the top-level table.
4194
4195         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4196
4197         * gnus-util.el (gnus-list-memq-of-list): New function.
4198
4199         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4200         selected.
4201         (nnimap-unsplittable-articles): New slot.
4202         (nnimap-new-articles): Use it.
4203
4204 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4205
4206         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4207         move to the previous line on `M-g'.
4208
4209 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4212         *-request-group, which seems unnecessary.
4213
4214         * nnimap.el (nnimap-quote-specials): Function copied over from
4215         imap.el.
4216         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4217         they support that.  Suggested by Tom Regner.
4218
4219 2010-10-29  Julien Danjou  <julien@danjou.info>
4220
4221         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4222         defalias.
4223         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4224
4225         * gnus.el: Remove `gnus-nntp-service' variable.
4226         (gnus-secondary-servers): Make obsolete.
4227         (gnus-nntp-server): Make obsolete.
4228
4229         * gnus-start.el (gnus-1): Remove x-splash calls.
4230
4231         * gnus-ems.el (gnus-x-splash): Remove.
4232
4233         * gnus.el (gnus-group-startup-message): Simplify/update code.
4234
4235         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4236         definition.
4237
4238         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4239         capability before doing anything.
4240         (gnus-group-insert-group-line): Remove useless
4241         gnus-group-remove-excess-properties.
4242
4243 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4246
4247 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4250         config after reselecting.
4251
4252 2010-10-28  Julien Danjou  <julien@danjou.info>
4253
4254         * shr.el (shr-put-image): Use point even if only inserting text.
4255         (shr-put-image): Save excursion when inserting alt text on non-graphic
4256         display, so the behaviour is the same when we are on a graphic display.
4257
4258         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4259
4260 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4263         (gnus-mime-copy-part): Check coding system, not charset.
4264         (gnus-mime-view-part-externally): Never remove part.
4265         (gnus-mime-view-part-internally): Don't remove part here.
4266         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4267         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4268         multipart/alternative.
4269
4270         * mm-decode.el (mm-display-part): Take optional arg `force'.
4271
4272 2010-10-26  Julien Danjou  <julien@danjou.info>
4273
4274         * gnus-group.el (gnus-group-default-list-level): Add this function to
4275         compute the default list level.
4276         (gnus-group-default-list-level): Add possibility to use a function.
4277
4278 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4281
4282         * gnus-group.el (gnus-group-completing-read)
4283         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4284         gnus-replace-in-string.
4285
4286 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * shr.el (shr-tag-div): Add.
4289
4290         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4291
4292 2010-10-25  Julien Danjou  <julien@danjou.info>
4293
4294         * gnus-util.el: Remove `gnus-with-local-quit'.
4295
4296         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4297
4298 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4301         the original article buffer.
4302
4303 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * nnimap.el (nnimap-request-head): New function.
4306         (nnimap-request-move-article): Try to be slighly faster by not
4307         requesting the entire message when moving.
4308         (nnimap-transform-headers): Don't bug out on bodiless articles.
4309         (nnimap-send-command): Have no outstanding messages if the IMAP server
4310         doesn't support streaming.
4311         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4312
4313 2010-10-24  Julien Danjou  <julien@danjou.info>
4314
4315         * message.el (message-default-headers): Fix type.
4316
4317 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4320         prefetching images.
4321
4322         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4323         backend for unknown groups.  This is mainly useful for nnimap groups.
4324
4325         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4326         group isn't covered by the agent.
4327
4328 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4329
4330         * nnir.el (nnir-method-default-engines): New variable.
4331         (nnir-run-query): Use it.
4332         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4333         (gnus-summary-nnir-goto-thread): Change group if needed.
4334
4335         * gnus-group.el (gnus-group-group-map): Add key binding for
4336         gnus-group-make-nnir-group.
4337
4338 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * shr.el (shr-tag-object): Add.
4341
4342         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4343         original article buffer live.
4344         (gnus-summary-select-article-buffer):
4345         Mention gnus-widen-article-buffer.
4346
4347 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * shr.el (shr-tag-strong): Add.
4350
4351 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4354         group names.  They mess up the group buffer badly.
4355
4356         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4357
4358         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4359         instead of the summary one.
4360
4361 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mml.el (mml-preview): Work properly when editing article.
4364
4365         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4366         gnus-have-read-active-file if it's already been in.
4367
4368 2010-10-22  Tom Tromey  <tromey@redhat.com>
4369
4370         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4371         gnus-group-completing-read.
4372
4373 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * message.el (message-mode-map): Don't bind M-; to comment region, to
4376         allow the global comment-dwim to work.
4377
4378 2010-10-21  Julien Danjou  <julien@danjou.info>
4379
4380         * message.el (message-setup-1): Allow message-default-headers to be a
4381         function.
4382
4383 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * shr.el (shr-tag-table): Simplify.
4386
4387 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4390         to avoid trying to snarf invalid stuff.
4391
4392         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4393
4394         * gnus.el (gnus-message-archive-group): Quote value.
4395         (gnus-message-archive-group): Mark as changed.
4396
4397         * shr.el (shr-add-font): Don't put the font properties on the newline
4398         or the indentation.
4399
4400         * message.el (message-fix-before-sending): Change options when sending
4401         non-printable characters.
4402
4403         * gnus.el (gnus-message-archive-method): Change the default to
4404         monthly outgoing groups.
4405
4406         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4407         that have gotten new numbers.
4408
4409         * nnimap.el (nnimap-request-replace-article): New function.
4410
4411 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4414         (nnrss-request-article): Don't use special html washing code.
4415
4416 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * shr.el (shr-tag-table): Remove useless nconc.
4419
4420 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * gnus-art.el (article-wash-html): Simplify and remove the charset
4423         stuff.  Use the normal html rendering code instead of the special html
4424         washing code.
4425
4426         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4427         `gnus-w3m' symbols.
4428         (mm-text-html-washer-alist): Remove.
4429
4430         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4431         (mm-inline-media-tests): Remove use.
4432         (mm-text-html-renderer): Change default to the `shr' symbol.
4433
4434         * mm-view.el (mm-inline-text-html): Remove use.
4435
4436         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4437         `gnus-blocked-images' to be a function.
4438         (gnus-article-wash-function): Remove.
4439
4440 2010-10-20  Julien Danjou  <julien@danjou.info>
4441
4442         * spam.el (spam-list-of-processors): Mark as obsolete.
4443
4444         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4445         (nnimap-insert-partial-structure): Fix boundary detection.
4446
4447 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4448
4449         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4450         run file-truename on remote files.  This can be expensive and even
4451         prevent one from editing drafts if some unrelated buffer has a stale
4452         connection.
4453
4454 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4457         kinsoku-eol regardless of shr-kinsoku-shorten.
4458         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4459         (shr-tag-table): Support caption, thead, and tfoot.
4460
4461 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4464         lines.
4465         (shr-save-contents): New command and keystroke.
4466
4467         * nndoc.el (nndoc-type-alist): Add git support.
4468         (nndoc-git-type-p): New function.
4469         (nndoc-transform-git-article): Ditto.
4470         (nndoc-transform-git-headers): Ditto.
4471         (nndoc-transform-git-headers): Generate Subject headers.
4472
4473         * shr.el (shr-parse-style): New function.
4474         (shr-tag-span): Ditto.
4475
4476         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4477         to `G G' to avoid collisions.
4478
4479 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * shr.el: Load kinsoku if necessary.
4482         (shr-kinsoku-shorten): New internal variable.
4483         (shr-find-fill-point): Make kinsoku shorten text line if
4484         shr-kinsoku-shorten is bound to non-nil.
4485         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4486         shr-indentation too when testing if table is wider than frame width.
4487         (shr-insert-table): Use `string-width' instead of `length' to measure
4488         text width.
4489         (shr-insert-table-ruler): Make sure indentation is done at bol.
4490
4491 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4492
4493         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4494         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4495         undecoded network data.
4496
4497 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4500         name in the mode line spec so that the mode line menu works
4501         (bug #2431).
4502
4503         * message.el (message-get-reply-headers): If we're fed `to-address',
4504         then always use that.
4505
4506         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4507         aren't so wide as to need to switch off the edit menu.
4508
4509         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4510         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4511
4512         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4513         `M-g'.
4514         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4515         the permanent marks.
4516
4517 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4518
4519         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4520         Splitting according to references/in-reply-to obeys the ignore-groups
4521         variable, while splitting by sender and subject do not.
4522
4523 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4526         alist, so that we can look for non-Unicode chars.
4527         (article-translate-strings): Allow both character and string maps.
4528
4529 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * shr.el (shr-insert): Don't insert space behind a wide character
4532         categorized as kinsoku-bol, or between characters both categorized as
4533         nospace.
4534
4535 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4536
4537         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4538         headers to gnus-newsgroup-headers.
4539
4540 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * shr.el (shr-tag-img): Don't align images -- since we're not
4543         rescaling, this often leads to ugly displays.
4544
4545 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4546
4547         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4548         duplicates.
4549
4550 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4551
4552         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4553         call.
4554
4555 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus.el: Autoload gnus-html-show-images.
4558
4559         * nnimap.el: Use nnheader-message throughout.
4560
4561         * shr.el (shr-tag-img): Ignore images with no data.
4562
4563 2010-10-15  Julien Danjou  <julien@danjou.info>
4564
4565         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4566         a possibility to disable format=flow encoding when using hard newlines.
4567
4568 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * shr.el (shr-insert): Remove space inserted before or after a
4571         breakable character or at the beginning or the end of a line.
4572         (shr-find-fill-point): Do kinsoku; find the second best point or give
4573         it up if there's no breakable point.
4574
4575 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * nnimap.el (nnimap-open-connection): Message when opening connection
4578         for debugging purposes.
4579
4580         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4581         on every setup buffer call to allow this to change from article to
4582         article.
4583
4584         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4585         buffers where we have a wide table.
4586
4587 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4588
4589         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4590         uses *-request-thread.
4591
4592 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4595         incantation, which is no longer valid.
4596
4597 2010-10-14  Julien Danjou  <julien@danjou.info>
4598
4599         * shr.el: Fix defcustom type (char -> character).
4600
4601 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4604         programs.
4605
4606 2010-10-14  Julien Danjou  <julien@danjou.info>
4607
4608         * shr.el (shr-tag-a): Use url-link as widget type.
4609
4610         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4611         `gnus-group-get-icon'.
4612
4613 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4616         This should make server editing work better.
4617
4618         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4619
4620         * tls.el (tls-program): Remove spurious %s from openssl.
4621
4622         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4623         (nnimap-parse-flags): Fix regexp.
4624
4625         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4626         probably work for CJVK text, too.
4627
4628         * nnimap.el (nnimap-extend-tls-programs): Remove.
4629         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4630
4631         * tls.el (tls-starttls-switches): Remove starttls hack.
4632         (open-tls-stream): Ditto.
4633         (tls-find-starttls-argument): Ditto.
4634
4635 2010-10-13  Julien Danjou  <julien@danjou.info>
4636
4637         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4638         responses.
4639
4640 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4643
4644         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4645         anything in Emacs.
4646
4647         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4648
4649 2010-10-13  Julien Danjou  <julien@danjou.info>
4650
4651         * shr.el (shr-width): Make shr-width a defcustom with default to
4652         fill-column.
4653         (shr-tag-img): Use shr-width rather than fill-column.
4654
4655 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * dgnushack.el (byte-optimize-apply)
4658         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4659
4660         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4661         position when (X-)Faces exist.
4662         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4663         avatars when called interactively.
4664
4665 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4668         gnus-article-x-face-too-ugly is bound.
4669
4670 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4673
4674         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4675         mailbox that doesn't exist.
4676
4677 2010-10-12  Julien Danjou  <julien@danjou.info>
4678
4679         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4680         (shr-get-image-data): Encode URL properly when fetching from cache.
4681         (shr-tag-img): Use aligned-to spaces to align correctly images.
4682
4683         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4684         before inserting the Gravatar.
4685
4686         * shr.el (shr-tag-img): Add align attribute support for <img>.
4687
4688 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus-gravatar.el (gnus-art): Require.
4691
4692         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4693         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4694         Remove long obsoleted functions.
4695
4696 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4699
4700         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4701
4702         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4703         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4704         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4705         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4706         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4707         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4708         * sieve-manage.el, smime.el, spam.el:
4709         Fix comment for declare-function.
4710
4711 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * nnimap.el (nnimap-request-rename-group): Select group read-only
4714         before renaming it.
4715
4716         * shr.el (shr-insert): Fix up the white space only regexp.
4717
4718         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4719         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4720
4721         * shr.el (shr-current-column): New function.
4722         (shr-find-fill-point): New function.
4723
4724 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4725
4726         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4727         numbers.
4728
4729 2010-10-11  Julien Danjou  <julien@danjou.info>
4730
4731         * shr.el (shr-hr-line): Add.
4732         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4733         display hr lines.
4734         (shr-max-columns): Do not change state to nil if we just inserting
4735         spaces.
4736
4737 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4740         select the last group.
4741
4742 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4743
4744         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4745
4746 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4747
4748         * dig.el (dig-mode-map): Declare and define in one step.
4749
4750 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4753         for Gnus.
4754         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4755         (nnimap-update-qresync-info): Mark \Seen articles as read.
4756
4757         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4758         non-variable, too.
4759
4760         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4761         available.
4762         (nnimap-update-info): Rely more on the current active than the param
4763         active to avoid marking articles as read too much.
4764
4765         * auth-source.el (auth-source-create): Use (user-login-name) for the
4766         user name default.
4767
4768         * nnimap.el (nnimap-update-info): If the server doesn't return any
4769         useful info, just use the previous info.
4770         (nnimap-update-info): Prefer old info over start-article.
4771         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4772
4773 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4774
4775         * nnir.el (autoload): Clean up autoloads.
4776         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4777         Use key rather than value.
4778         (nnir-imap-search-other): New variable.
4779         (nnir-read-parm): Use it.
4780         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4781         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4782
4783 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4784
4785         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4786         the process, too.
4787
4788 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * spam.el (gnus-summary-mode-map): Bind to "$".
4791         Suggested by Russ Allbery.
4792
4793         * shr.el: Rework the way things are indented by <li> slightly.
4794
4795         * gnus.el (gnus-group-set-parameter): Fix typo.
4796
4797         * nnimap.el: Start implementing QRESYNC support.
4798
4799 2010-10-09  Julien Danjou  <julien@danjou.info>
4800
4801         * nnir.el (nnir-engines): Fix too many arguments.
4802
4803 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4806         group is the "last", so that the backends like nnfolder actually save
4807         their folders.
4808
4809         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4810         try to use that for the tls stream.
4811         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4812         UIDVALIDITY and find out which groups are read-only and not.
4813         (nnimap-get-flags): Use the same marks parsing code as the rest of
4814         nnimap.
4815
4816 2010-10-09  Julien Danjou  <julien@danjou.info>
4817
4818         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4819
4820         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4821         retrieving gravatars.
4822
4823         * shr.el (shr-table-corner): Add.
4824         (shr-table-line): Add.
4825         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4826
4827 2010-10-08  Julien Danjou  <julien@danjou.info>
4828
4829         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4830
4831 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4834
4835         * gnus-sum.el (gnus-mark-article-as-unread)
4836         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4837         (gnus-summary-set-bookmark): Use it.
4838
4839         * gnus-msg.el (gnus-setup-message): Use it.
4840
4841         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4842
4843         * gnus.el (gnus-group-remove-parameter): Use it.
4844
4845         * gnus-group.el (gnus-group-make-web-group): Use it.
4846
4847         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4848
4849         * nnregistry.el: Update docs to mention manual.
4850
4851         * gnus-registry.el: Update docs to mention nnregistry.el.
4852         (gnus-registry-initialize): Don't install nnregistry refer method
4853         automatically.
4854         (gnus-registry-install-nnregistry): Remove it.
4855
4856 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * shr.el (shr-insert): Don't insert double spaces.
4859
4860 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-gravatar.el (gnus-treat-from-gravatar)
4863         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4864         called interactively.
4865
4866         * gnus-art.el (gnus-mime-view-part-externally)
4867         (gnus-mime-view-part-internally): Make predicate function passed to
4868         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4869         of a mime type.
4870
4871         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4872
4873 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * shr.el (require): Require cl when compiling.
4876         (shr-tag-hr): New function.
4877
4878         * nnimap.el (nnimap-update-info): Remove double setting of high.
4879         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4880         This makes nnimap work properly on Courier again.
4881
4882         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4883         the variable for backwards compatibility.
4884
4885         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4886         the file name before using to avoid setting mm-default-directory to
4887         nil.
4888
4889         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4890         bidning gnus-agent variables.
4891
4892         * shr.el (shr-render-td): Use a cache for the table rendering function
4893         to avoid getting an exponential rendering behaviour in nested tables.
4894         (shr-insert): Rework the line-breaking algorithm.
4895         (shr-insert): Don't leave trailing spaces.
4896         (shr-insert-table): Also insert empty TDs.
4897         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4898
4899 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4900
4901         * gnus-sum.el (gnus-number): Rename from `number'.
4902         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4903         (gnus-summary-limit-children): Update uses correspondingly.
4904
4905 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4908         (gnus-gravatar-transform-address): Don't show avatars of people of
4909         which mail addresses match gnus-gravatar-too-ugly.
4910
4911 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * shr.el (shr-table-widths): Expand TD elements to fill available
4914         space.
4915
4916 2010-10-07  Julien Danjou  <julien@danjou.info>
4917
4918         * nnimap.el (nnimap-request-rename-group): Add this method.
4919
4920 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4923         name from XEmacs' function-arglist.
4924
4925         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4926         gravatar under XEmacs.
4927
4928 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4929
4930         * auth-source.el: Update docs with TODO items.
4931
4932         * gnus-sync.el: Update docs to explain state and plans.
4933
4934         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4935         Hooks for mark updates.
4936         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4937
4938         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4939         hooks with arguments, which is needed for mark update hooks.
4940
4941 2010-10-06  Julien Danjou  <julien@danjou.info>
4942
4943         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4944         was matched.
4945
4946         * sieve-manage.el: Update example in `Commentary'.
4947
4948         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4949
4950         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4951         not 2000.
4952         (sieve-manage-authenticate): Re-add function.
4953
4954 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * shr.el (shr-insert): Get 'space transition right.
4957         (shr-render-td): Only delete space at the end of the TD.
4958
4959         * nnimap.el (nnimap-open-connection): Prepare to support
4960         open-gnutls-stream.
4961
4962         * shr.el: Rearrange function order to be more logical.
4963
4964 2010-10-06  Julien Danjou  <julien@danjou.info>
4965
4966         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4967         (nnrss-discover-feed): Remove 404 URL in docstring.
4968
4969         * nnir.el: Fix Swish-E URL.
4970         Fix Namazu URL.
4971
4972         * message.el (message-change-subject): Remove 404 URL in a comment.
4973
4974 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4977         called interactively.
4978
4979         * gnus-util.el (gnus-remove-if): Allow hash table.
4980         (gnus-remove-if-not): New function.
4981
4982         * gnus-art.el (gnus-mime-view-part-as-type)
4983         * gnus-score.el (gnus-summary-score-effect)
4984         * gnus-sum.el (gnus-read-move-group-name):
4985         Replace remove-if-not with gnus-remove-if-not.
4986
4987         * gnus-group.el (gnus-group-completing-read):
4988         Regard collection as a hash table if it is not a list.
4989
4990 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4993
4994         * shr.el: Document the table-rendering algorithm.
4995
4996 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4999         for Emacsen having no `libxml-parse-html-region' support.
5000
5001 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5004         invalid URLs.
5005
5006         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5007         line-broken.
5008         (shr-tag-img): Ignore image fetching errors.
5009         (shr-overlays-in-region): Compute overlay positions correctly.
5010
5011         * mm-decode.el (mm-shr): Require shr.
5012
5013         * gnus-art.el (gnus-blocked-images): Move variable here.
5014
5015         * shr.el (shr-insert-table): Bind free variable.
5016
5017         * mm-decode.el (mm-shr): Bind shr-content-function.
5018
5019         * shr.el (shr-content-function): New variable.
5020
5021         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5022         added for symmetry.
5023
5024         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5025
5026         * gnus-group.el (gnus-group-make-group): Doc fix.
5027
5028         * nnimap.el (nnimap-request-newgroups): Return success.
5029
5030         * shr.el (shr-find-elements): New function.
5031         (shr-tag-table): Put all the images after the table.
5032         (shr-tag-table): Really inhibit images inside the table.
5033         (shr-collect-overlays): Copy over overlays from the TD elements to the
5034         main document.
5035
5036         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5037         gnus-blocked-images.
5038
5039 2010-10-05  Julien Danjou  <julien@danjou.info>
5040
5041         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5042
5043         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5044         (gnus-html-maximum-image-size): Add this function.
5045         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5046
5047         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5048         server-value of the capability is nil.
5049
5050 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * shr.el (shr-tag-em): Add <EM> tag.
5053
5054 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5055
5056         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5057         customizable.
5058
5059         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5060         handing broken links to browse-url.
5061
5062 2010-10-05  Julien Danjou  <julien@danjou.info>
5063
5064         * gnus-util.el (gnus-emacs-completing-read)
5065         (gnus-iswitchb-completing-read): Use autoload rather than require.
5066
5067 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5070         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5071         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5072         iswitchb-temp-buflist for XEmacs.
5073
5074         * gnus-util.el (gnus-completing-read-function): Exclude
5075         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5076         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5077         XEmacs.
5078
5079         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5080         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5081
5082         * gnus-html.el: Don't require help-fns under XEmacs.
5083         (gnus-html-schedule-image-fetching): Work for XEmacs.
5084
5085         * mm-decode.el (mm-shr): Decode contents by charset.
5086
5087 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5090         unknown.
5091
5092         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5093         (shr-get-image-data): Ensure against the cache file missing.
5094
5095         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5096         for data.
5097
5098         * spam-report.el (spam-report-url-ping-plain): Don't query about
5099         killing the process.
5100
5101         * shr.el (shr-render-td): Protect against too-wide text.
5102
5103 2010-10-04  Julien Danjou  <julien@danjou.info>
5104
5105         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5106         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5107
5108         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5109         retrieved.
5110
5111 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * shr.el (browse-url): Require.
5114         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5115         lines.
5116         (shr-show-alt-text, shr-browse-image): New commands.
5117         (shr-browse-url, shr-copy-url): New commands.
5118
5119         * gnus-sum.el (gnus-widen-article-window): New variable.
5120         (gnus-summary-select-article-buffer): Use it.
5121
5122         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5123         without @ signs.
5124
5125 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5126
5127         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5128
5129 2010-10-04  Julien Danjou  <julien@danjou.info>
5130
5131         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5132         for XEmacs.
5133
5134 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5137
5138         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5139         (nnimap-close-server): Implement.
5140
5141         * dgnushack.el (iswitchb): Require to shut up the compiler.
5142
5143         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5144         (shr-insert): Tweak line breaking.
5145         (shr-insert): Handle <pre> better.
5146         (shr-tag-li): Get <li> indentation right.
5147         (shr-tag-li): Get <li> indentation even righter.
5148         (shr-tag-blockquote): Ensure paragraph start.
5149         (shr-make-table): Tweak table generation.
5150         (shr-make-table): Fix typo.
5151
5152         * shr.el: Implement table rendering.
5153
5154 2010-10-04  Julien Danjou  <julien@danjou.info>
5155
5156         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5157
5158 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * shr.el (shr-insert): Use string anchors instead of line anchors.
5161
5162 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * shr.el: Add headings.
5165         (shr-ensure-paragraph): Actually work.
5166         (shr-tag-li): Make <ul> prettier.
5167         (shr-insert): Get white space at the beginning/end of elements right.
5168         (shr-tag-p): Collapse subsequent <p>s.
5169         (shr-ensure-paragraph): Don't insert double line feeds after blank
5170         lines.
5171         (shr-insert): \t is also space.
5172         (shr-tag-s): Fix "s" tag name function.
5173         (shr-tag-s): Fix face prop name.
5174
5175 2010-10-03  Julien Danjou  <julien@danjou.info>
5176
5177         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5178
5179         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5180         gnus-window-inside-pixel-edges.
5181
5182         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5183         gnus-ems.
5184
5185         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5186
5187         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5188         function.
5189
5190         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5191         resize choice.
5192
5193 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5196         beginning of the buffer.
5197
5198         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5199         article buffer again.
5200
5201         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5202
5203         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5204         when it's at the start of the buffer.
5205
5206         * shr.el (shr-tag-blockquote): Convert name.
5207         (shr-rescale-image): Use the right image-size variant.
5208
5209         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5210         buffer isn't shown, then select the current article first instead of
5211         bugging out.
5212         (gnus-summary-select-article-buffer): Show both the article and summary
5213         buffers again.
5214
5215         * shr.el (shr-fontize-cont): Protect against regions with no text.
5216         Rename tag functions to shr-tag-* for enhanced security.
5217         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5218
5219 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5220
5221         * shr.el (shr-insert):
5222         * pop3.el (pop3-movemail):
5223         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5224         loaded.
5225
5226 2010-10-03  Glenn Morris  <rgm@gnu.org>
5227
5228         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5229
5230         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5231
5232         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5233
5234         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5235
5236         * gnus-util.el (gnus-make-local-hook): Simplify.
5237
5238 2010-10-02  Julien Danjou  <julien@danjou.info>
5239
5240         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5241         (gnus-ido-completing-read): New function.
5242         (gnus-emacs-completing-read): New function.
5243         (gnus-completing-read): Use gnus-completing-read-function.
5244         Add gnus-completing-read-function.
5245
5246 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * shr.el (shr-insert-document): Autoload.
5249         (shr-img): Be silent.
5250         (shr-insert): Add a newline after every picture before text.
5251         (shr-add-font): Use overlays for combining faces.
5252         (shr-insert): Pass upwards the text start point.
5253
5254         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5255         possible.
5256         (mm-shr): New function.
5257
5258 2010-10-02  Julien Danjou  <julien@danjou.info>
5259
5260         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5261         should go backward.
5262
5263 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5264
5265         * shr.el (shr): Fix typo in provide call.
5266
5267 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * shr.el: New file.
5270
5271         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5272
5273         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5274         completing read.
5275
5276 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5279         we're being queried about.  Suggested by Dan Jacobson.
5280
5281         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5282         Suggested by Jason Eisner.
5283
5284         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5285         table, too.  Suggested by Stefan Wiens.
5286         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5287         the table unnecessary.  Suggested by Stefan Wiens.
5288
5289         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5290         longer needed, and probably doesn't work either, as pointed out by
5291         Stefan Wiens.
5292         (gnus-summary-exit): Remove call to the clearing function.
5293         (gnus-summary-exit-no-update): Ditto.
5294
5295         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5296         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5297         Reported by Stefan Monnier.
5298         (gnus-summary-save-in-rmail): Ditto.
5299
5300         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5301         article buffer, instead of both the article buffer and the summary
5302         buffer.  Sort of suggested by Dan Jacobson.
5303
5304         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5305
5306         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5307         Suggested by Dan Jacobson.
5308
5309         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5310         documentation clearer.
5311
5312         * message.el (message-shorten-references): Comment on the number "21".
5313         Suggested by Stefan Monnier.
5314
5315         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5316         Suggested by Dan Jacobson.
5317
5318         * gnus.el (gnus-large-newsgroup):
5319         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5320
5321         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5322         externalize attachments.  Bug reported by Steve Wen.
5323
5324         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5325         really message anything to the user.
5326
5327         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5328         directly.
5329
5330         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5331         messages in empty groups.
5332
5333 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5334
5335         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5336         non-UIDNEXT group.
5337
5338 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5341         not the value from the collection.
5342
5343         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5344         values.  This sometimes happens on some groups that have no info.
5345         (nnimap-request-newgroups): New function.
5346
5347 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5350         check into `gnus-registry-initialize'.
5351         (gnus-registry-initialize): Ditto.
5352         Fix and extend header docs.
5353
5354 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5357         regexp backtrace overflows.
5358
5359         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5360         for starttls that tls.el implements; i.e. openssl.
5361
5362         * tls.el (tls-starttls-switches): Give up on using starttls with
5363         gnutls-cli.
5364         (tls-program): Add --insecure to be consistent with the defaults from
5365         openssl s_client.  Now all three commands are insecure.
5366
5367 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * lpath.el: Bind completion-styles-alist for XEmacs.
5370
5371         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5372         (gravatar-create-image): New function that's an alias to
5373         gnus-xmas-create-image, gnus-create-image, or create-image.
5374         (gravatar-data->image): Use it.
5375
5376 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5377
5378         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5379         install the nnregistry refer method.
5380         (gnus-registry-install-hooks): Use it.
5381         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5382         unfollowed groups.
5383
5384 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5385
5386         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5387         expanding threads.
5388
5389 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * nnir.el: Use the server names without suffixes (bug #7009).
5392
5393         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5394         unencrypted to STARTTLS, if possible.
5395
5396 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5397
5398         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5399         headers before superseding.
5400
5401 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * nnrss.el (nnrss-use-local): Add documentation.
5404
5405         * nnimap.el (nnimap-extend-tls-programs): New function.
5406         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5407         (nnimap-wait-for-connection): Accept the greeting from the stupid
5408         output from openssl s_client -starttls, too.
5409
5410         * tls.el (tls-starttls-switches): New variable.
5411         (tls-find-starttls-argument): Use it.
5412         (open-tls-stream): Ditto.
5413
5414         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5415         (netrc-machine): Ditto.
5416
5417         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5418         article number.
5419         (nnimap-split-fancy): New variable.
5420         (nnimap-split-incoming-mail): Use it.
5421
5422         * nntp.el (nntp-server-list-active-group): Document.
5423
5424         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5425         SELECT to get the message-id.
5426
5427         * mail-source.el (mail-sources): Remove webmail support.
5428         (defvar): Ditto.
5429         (mail-source-fetcher-alist): Ditto.
5430         (mail-source-fetch-webmail): Remove.
5431
5432         * webmail.el: Remove -- doesn't seem relevant any more.
5433
5434         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5435
5436         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5437         the \r.
5438
5439 2010-09-30  Julien Danjou  <julien@danjou.info>
5440
5441         * gnus-agent.el (gnus-agent-add-group): Fix call to
5442         gnus-completing-read.
5443
5444 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * nndoc.el (nndoc-retrieve-groups): New function.
5447
5448         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5449         `default', use nnmail-split-methods.
5450         (nnimap-request-article): Downcase the NILs so that they are nil.
5451
5452         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5453         symbol.
5454
5455         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5456         code, since if the user has requested network, that's what they ought
5457         to get.
5458         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5459         (nnimap-split-rule): Mark as obsolete.
5460
5461         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5462         New variable.
5463
5464         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5465         correct slot, too.
5466
5467 2010-09-29  Julien Danjou  <julien@danjou.info>
5468
5469         * gnus.el (gnus-local-domain): Declare variable obsolete.
5470
5471         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5472         Fix history computing.
5473         (gnus-ido-completing-read): Require ido.
5474
5475 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5478         build Gnus.
5479
5480         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5481         when interpreting the structures.
5482         (nnimap-request-accept-article): Add \r\n to the lines to make this
5483         work with Cyrus.
5484
5485         * nndraft.el (nndraft-request-expire-articles): Use the group name
5486         instead if "nndraft".  Fix found by Nils Ackermann.
5487
5488 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5489
5490         * nnregistry.el: Add.
5491
5492 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * nnmail.el (group, group-art-list, group-art):
5495         Remove unneeded directives.
5496
5497 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5500         (mm-mime-charset)
5501         * rfc2047.el (rfc2047-syntax-table)
5502         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5503
5504         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5505         rather than `insert-file-contents' and `eval-region'.
5506
5507         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5508         construction.
5509
5510         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5511
5512         * time-date.el: No need to require cl for Emacs 21.
5513
5514 2010-09-29  Julien Danjou  <julien@danjou.info>
5515
5516         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5517         replacement of `gnus-gravatar-relief' to mimic
5518         `gnus-faces-properties-alist'.
5519         Add :version property.
5520
5521 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * mail-source.el (mail-source-report-new-mail)
5524         * message.el (message-default-mail-headers)
5525         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5526
5527         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5528
5529 2010-09-28  Julien Danjou  <julien@danjou.info>
5530
5531         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5532         mail-address contains the same string as real-name.
5533
5534         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5535         non-blank in header, otherwise it'll get stripped.
5536
5537         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5538         real-name, and then for mail address rather than doing : or , search.
5539
5540 2010-09-27  Julien Danjou  <julien@danjou.info>
5541
5542         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5543         right completing-read function.
5544         (gnus-use-ido): New variable
5545         (gnus-completing-read-with-default): Remove.
5546         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5547         (gnus-agent-add-group):
5548         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5549         * mm-view.el (mm-view-pkcs7-decrypt):
5550         * mm-util.el (mm-codepage-setup):
5551         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5552         * mml-smime.el (mml-smime-openssl-sign-query):
5553         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5554         (mml-insert-multipart):
5555         * gnus-msg.el (gnus-summary-yank-message):
5556         * gnus-int.el (gnus-start-news-server):
5557         * mm-decode.el (mm-interactively-view-part):
5558         * gnus-dired.el (gnus-dired-attach):
5559         * gnus.el (gnus-read-method):
5560         * gnus-bookmark.el (gnus-bookmark-jump):
5561         * gnus-art.el (gnus-mime-view-part-as-type)
5562         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5563         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5564         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5565         * nnmairix.el (nnmairix-create-server-and-default-group)
5566         (nnmairix-update-groups, nnmairix-get-server)
5567         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5568         (nnmairix-get-group-from-file-path):
5569         * nnrss.el (nnrss-find-rss-via-syndic8):
5570         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5571         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5572         (gnus-group-browse-foreign-server):
5573         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5574         (gnus-summary-execute-command, gnus-summary-respool-article)
5575         (gnus-read-move-group-name):
5576         * gnus-score.el (gnus-summary-increase-score)
5577         (gnus-summary-score-effect):
5578         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5579
5580 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5583         x-focus-frame.
5584
5585         * nnimap.el (auth-source-forget-user-or-password)
5586         (auth-source-user-or-password): Autoload.
5587
5588         * message.el (message-from-style, message-interactive)
5589         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5590         (message-yank-prefix, message-indentation-spaces, message-signature)
5591         (message-signature-file): Add comment.
5592
5593 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5596         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5597         new articles.
5598
5599         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5600         parts.
5601         (nnimap-request-article): Work with the t setting, too.
5602
5603         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5604         that you don't get flashes of other buffers.
5605         (gnus-summary-show-complete-article): Intern before setting.
5606
5607 2010-09-27  David Engster  <dengste@eml.cc>
5608
5609         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5610         well as HEADERS.
5611         (nnmairix-retrieve-headers): Provide new argument for the above.
5612
5613 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-sum.el (gnus-summary-move-article): Don't alter
5616         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5617         group.
5618
5619         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5620
5621         * message.el (message-cite-prefix-regexp): Revert my last edit.
5622
5623         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5624         variable instead of the Gnus variable.
5625
5626         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5627
5628         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5629
5630         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5631         since some servers don't like it.
5632         (nnimap-open-connection): Forget credentials if the server says the
5633         password was wrong.
5634         (nnimap-parse-line): Protect against invalid data.
5635
5636         * gnus-sum.el (gnus-summary-move-article): Add comment.
5637         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5638         nothing alters it while scanning for new messages.
5639
5640         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5641         which may or may not help.
5642         (nnimap-open-connection): If we're doing a stream connection, and then
5643         discover we're on a STARTTLS-capable server, then open a STARTTLS
5644         connection instead.
5645
5646 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * nnimap.el (utf7): Require.
5649
5650         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5651         prefix.
5652
5653 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5654
5655         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5656
5657 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * nnimap.el (nnimap-request-accept-article): Message the error on
5660         error.
5661
5662 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5665
5666 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * nndoc.el (nndoc-request-list): Return success always.
5669
5670         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5671         `fetch-old' -- we only want to fetch the articles we've requested.
5672         The rest are in the agent, probably.
5673         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5674         disappeared server" to something low.  It's not important.
5675
5676         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5677         arrived before the FETCH data.
5678
5679         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5680         target here, because we don't know the Gnus name of the group.
5681
5682         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5683         for the correct group.
5684
5685         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5686
5687         * gnus.el (gnus): Give a final warning after startup.
5688
5689         * gnus-util.el (gnus-action-message-log): New variable.
5690         (gnus-message): Use it.
5691         (gnus-final-warning): New function.
5692
5693         * nnimap.el (nnimap-open-connection): Record the greeting.
5694         (nnimap): Add greeting.
5695
5696 2010-09-26  Julien Danjou  <julien@danjou.info>
5697
5698         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5699         arguments.
5700         (gnus-html-wash-images): Fix spec computing to include start/end.
5701
5702         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5703
5704 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5707         deletion.
5708         (nnimap-retrieve-headers): Don't select the group, because that's
5709         already done by nnimap-possibly-change-group.
5710
5711         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5712         (gnus-picon-transform-address): Use it.
5713
5714         * mail-source.el (mail-source-value): Revert previous patch.
5715
5716         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5717         on failure.
5718         (nnimap-open-connection): Look up both virtual and physical server name
5719         credentials.
5720
5721         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5722
5723 2009-02-07  Dave Love  <fx@gnu.org>
5724
5725         * tls.el (open-tls-stream): Don't query killing process.
5726
5727 2009-02-08  Dave Love  <fx@gnu.org>
5728
5729         * gnus-win.el (gnus-window-to-buffer-helper)
5730         (gnus-all-windows-visible-p): Function needn't be a symbol.
5731
5732         * mail-source.el (mail-source-value): Function needn't be a symbol.
5733
5734 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * message.el (message-cite-prefix-regexp): Remove } from the cite
5737         prefix.
5738
5739         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5740         highlight again, so that the highlight is correct.
5741
5742         * gnus-picon.el (gnus-picon): Remove again.
5743         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5744
5745         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5746         doing the header highlightling, so that the background colour of the
5747         picon is correct.
5748
5749         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5750         (gnus-picon): Ditto.
5751         (gnus-picon): Reinstate.  The background colour for picons is white.
5752         (gnus-picon-insert-glyph): Make the background white.
5753
5754         * nnml.el (nnml-open-nov): Don't return dead buffers.
5755
5756         * auth-source.el (auth-source-create): Query the user for whether to
5757         store the credentials.
5758
5759         * netrc.el (netrc-store-data): New function.
5760
5761         * auth-source.el (auth-source-user-or-password): Use the existing auth
5762         sources, if any, for creation.
5763
5764         * gnus.el (gnus-group-fast-parameter): Return the last matching
5765         parameter instead of the first matching parameter.
5766
5767 2010-09-26  Julien Danjou  <julien@danjou.info>
5768
5769         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5770
5771 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * mml2015.el (mml2015-use): Remove gpg support.
5774
5775         * mml1991.el (mml1991-function-alist): Remove gpg function.
5776         (mml1991-gpg-sign): Remove.
5777
5778 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5779
5780         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5781         (gnus-browse-unsubscribe-current-group): Document it.
5782         (gnus-browse-unsubscribe-group): Use it.
5783
5784 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5787         address to the To list for easier response.
5788
5789         * gnus.el (gnus-play-startup-jingle): Remove.
5790         (gnus-splash): Don't play jingle.
5791         (gnus): Silence gnus-load message.
5792
5793         * gnus-art.el (gnus-treat-play-sounds): Remove.
5794
5795         * gnus.el (gnus-play-jingle): Remove audio support.
5796
5797         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5798
5799         * earcon.el: Remove -- no users.
5800
5801         * gnus-audio.el: Remove -- no users of this package.
5802
5803         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5804
5805         * gnus-start.el (gnus-setup-news): Remove nocem support.
5806
5807         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5808
5809         * gnus.el (gnus-use-nocem): Remove.
5810
5811         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5812         Remove.
5813
5814         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5815         uses NoCeM any more.
5816
5817         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5818         (gnus-button-ctan-handler): Ditto.
5819         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5820         (gnus-button-ctan-directory-regexp): Ditto.
5821         (gnus-button-handle-ctan): Ditto.
5822         (gnus-button-tex-level): Ditto.
5823         (gnus-button-alist): Remove CTAN stuff.
5824
5825 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5828         nnimap-streaming test.
5829
5830         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5831         servers twice.
5832
5833         * nnimap.el (nnimap-open-connection): Add more error reporting when
5834         nnimap fails early.
5835
5836         * nnheader.el (nnheader-get-report-string): New function.
5837         (nnheader-get-report): Use it.
5838
5839         * gnus-int.el (gnus-check-server): Say what the error was when opening
5840         failed.
5841
5842         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5843         using streaming.
5844
5845 2010-09-25  Julien Danjou  <julien@danjou.info>
5846
5847         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5848         gnus-window-inside-pixel-edges.
5849
5850 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5853
5854         * mm-decode.el (mm-save-part): Allow saving to other directories the
5855         normal Emacs way.
5856
5857         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5858         Suggested by Jay Berkenbilt.
5859
5860         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5861         there isn't a single byte.
5862
5863         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5864         just do it.  It doesn't really seem to matter what the user responds
5865         here, I think, so it's just a confusing question.
5866
5867         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5868         non-streaming case.
5869
5870         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5871         (gnus-article-encrypt-body): Use it.
5872
5873         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5874         keystroke.
5875
5876         * nnimap.el (nnimap-find-wanted-parts-1):
5877         Use gnus-fetch-partial-articles.
5878
5879         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5880
5881         * nnimap.el (nnimap-insert-partial-structure): New function.
5882         (nnimap-get-partial-article): New function.
5883         (nnimap-request-article): Use it.
5884         (nnimap-wait-for-response): Return whether the wait was successful.
5885         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5886         retrieval wasn't successful.
5887         (nnimap-retrieve-group-data-early): Allow throttling servers.
5888         (nnimap-streaming): New variable.
5889         (nnimap-fetch-partial-articles): Remove.
5890
5891         * mm-decode.el (mm-with-part): Protect against killed buffers.
5892
5893         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5894         for prettier summary display.
5895
5896 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5897
5898         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5899
5900 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5903         apparently third-party libraries depend on it.
5904
5905         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5906         before starting negotiation.
5907
5908         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5909         privacy reasons.
5910         (gnus-treat-mail-gravatar): Ditto.
5911
5912         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5913         buffer when inserting images.  Inserting text into the headers, for
5914         instance, can make them invalid.
5915
5916 2010-09-25  Julien Danjou  <julien@danjou.info>
5917
5918         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5919         variables.
5920
5921         * nnheader.el: Remove useless variables news-reply-yank-from and
5922         news-reply-yank-message-id.
5923
5924         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5925         variables.
5926
5927         * mml1991.el: Remove useless mml1991-verbose.
5928
5929         * gnus.el: Remove useless variable gnus-use-generic-from.
5930         Remove obsolete variable gnus-topic-indentation.
5931
5932         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5933
5934         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5935
5936         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5937
5938         * gnus-group.el: Remove useless gnus-group-icon-cache.
5939         Remove useless gnus-ephemeral-group-server.
5940
5941         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5942
5943         * mml2015.el: Remove useless mml2015-verbose.
5944
5945         * mml-smime.el: Remove useless mml-smime-verbose.
5946
5947         * gnus.el: Remove useless gnus-local-domain.
5948
5949         * gnus-gravatar.el (gnus-gravatar-transform-address):
5950         Use gnus-gravatar-size.
5951
5952         * gnus-art.el: Remove useless gnus-treat-translate.
5953
5954 2010-09-24  Julien Danjou  <julien@danjou.info>
5955
5956         * gnus-sum.el: Add support for Gravatars.
5957
5958         * gnus-art.el: Add support for Gravatars.
5959
5960         * gnus-gravatar.el: Add this file.
5961
5962         * gravatar.el: Add this file.
5963
5964 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5967
5968         * gnus-group.el (gnus-group-fetch-faq): Remove.
5969
5970         * gnus.el (gnus-group-faq-directory): Remove.
5971
5972         * gnus-group.el (gnus-group-fetch-charter): Remove.
5973
5974         * gnus.el (gnus-group-charter-alist): Remove.
5975
5976         * gnus-group.el (gnus-group-archive-directory): Remove.
5977         (gnus-group-recent-archive-directory): Ditto.
5978         (gnus-group-make-archive-group): Remove.
5979
5980         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5981
5982         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5983         use the same article number for all the cached articles.
5984
5985         * nnimap.el (nnimap-command): Register the last command time so
5986         that we can use it for idling NOOPs.
5987         (nnimap-open-connection): Start the keeplive timer.
5988         (nnimap-make-process-buffer): Store all the process buffers.
5989         (nnimap-keepalive): New function.
5990
5991         * starttls.el (starttls-open-stream): Add autoload cookie.
5992
5993 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5994
5995         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5996         handling.
5997
5998 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6001         its data structures.
6002
6003         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6004         instead of the cl.el copy-list.
6005         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6006         equalp.
6007
6008 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6011         and tool-bar-local-item-from-menu.
6012
6013         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6014         mode-line-highlight face for Emacs.
6015
6016         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6017         loading gnus-sum.elc; fix comment for canlock-verify.
6018         (gnus-article-jump-to-part): Use read-number.
6019         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6020         Remove Emacs pre-21 compatible code for help-echo.
6021         (gnus-article-next-page-1): No need to adjust the number of lines.
6022         (gnus-article-describe-bindings): Always use help-buffer.
6023
6024         * gnus-audio.el (gnus-audio-inline-sound)
6025         * gnus-cus.el (gnus-custom-mode)
6026         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6027
6028         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6029
6030         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6031         compatible code.
6032
6033 2010-09-24  Glenn Morris  <rgm@gnu.org>
6034
6035         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6036         visiting the fcc file in rmail-mode.
6037
6038         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6039
6040 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * nnir.el: Silence the byte compiler.
6043
6044         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6045         alias to browse-url-url-encode-chars if any.
6046         (gnus-html-encode-url): Use it.
6047
6048 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-start.el (gnus-use-backend-marks): New variable.
6051         (gnus-get-unread-articles-in-group): Use it.
6052
6053         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6054         makeover.
6055
6056 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6057
6058         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6059
6060 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6063         Remove.
6064         (gnus-setup-news-hook):
6065         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6066
6067         * gnus-int.el (gnus-request-update-info): Protect against backends not
6068         having the function.
6069
6070         * nnimap.el (nnimap-stream): Mention starttls.
6071         (nnimap-open-connection): Add starttls support.
6072
6073 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6074
6075         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6076
6077 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6080         BODYSTRUCTUREs.
6081         (nnimap-transform-headers): Unfold quoted {42} headers.
6082
6083         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6084         the info.
6085         (gnus-get-unread-articles): Only call updatep on backends that support
6086         it.
6087
6088         * nnweb.el (nnweb-request-update-info): NOOP.
6089
6090         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6091
6092         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6093         since it only deals with marks.
6094
6095         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6096         gnus-request-marks, and make a new gnus-request-update-info.
6097
6098         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6099         the active instead of the high number, which is usually too low.
6100
6101 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6102
6103         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6104         * encrypt.el: Remove.
6105
6106 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6109         server in symbolic form.
6110
6111         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6112
6113 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6116         (nnimap-update-info): Fix up code slightly.
6117
6118         * gnus-int.el (gnus-open-server): Add tracing for performance
6119         debugging.
6120
6121         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6122         (gnus-group-insert-group-line): Pass the real group name so that it
6123         gets the right data.
6124
6125         * gnus-start.el (gnus-get-unread-articles): Don't have
6126         `gnus-get-unread-articles-in-group' update info, since that can be
6127         really slow and doesn't seem to be needed?
6128
6129 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6130
6131         * time-date.el (date-to-time): Try using parse-time-string first before
6132         using the slower timezone-make-date-arpa-standard.
6133
6134 2010-09-22  Julien Danjou  <julien@danjou.info>
6135
6136         * gnus-group.el (gnus-group-insert-group-line):
6137         Call gnus-group-highlight-line.
6138         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6139         default hook list.
6140         (gnus-group-update-eval-form): Add new function.
6141         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6142         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6143
6144 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6147         immediate, then expire all articles.
6148         (nnimap-update-info): Fix off-by-one errors.
6149         (nnimap-flags-to-marks): Would return no marks lists for group with no
6150         flags.  Instead return the other data.
6151
6152 2010-09-22  Julien Danjou  <julien@danjou.info>
6153
6154         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6155         Only return an icon.
6156         (gnus-group-insert-group-line): Compute icon to return.
6157
6158         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6159         (gnus-html-image-fetched): Only cache if
6160         gnus-html-image-automatic-caching is set.
6161         (gnus-html-image-fetched): Check for errors.
6162
6163 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6166         once per method on `g'.  This ensures that backends like nnfolder don't
6167         open all their folders.
6168
6169         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6170         (nnimap-request-list): Nix out group in the correct buffer.
6171         (nnimap-parse-flags): Implement by using `read' instead of
6172         hand-parsing.
6173         (nnimap-flags-to-marks): Pass on permanent-flags.
6174         (nnimap-make-process-buffer): Record the server name.
6175         (nnimap-parse-flags): Fix typo.
6176         (nnimap-request-scan): Run split on the server in general, not just a
6177         single group.
6178
6179         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6180         parameter, and propagate this downwards.
6181
6182         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6183         since EXAMINE changes it on the server.
6184
6185         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6186         this command might take a while.
6187
6188 2010-09-22  Julien Danjou  <julien@danjou.info>
6189
6190         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6191         harmful if you have 2 images side-by-side, they can't be properly
6192         update on text deletion.  Using text-property is safer here.
6193         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6194         data.
6195
6196 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * nnimap.el (nnimap-expunge-inbox): Remove.
6199         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6200         (nnimap-expunge): Flip default to t.
6201
6202         * gnus.el (gnus-method-to-server): Don't push things to the cache
6203         unless it's unique.
6204         (gnus-server-to-method): Ditto.
6205
6206 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6207
6208         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6209
6210 2010-09-22  Julien Danjou  <julien@danjou.info>
6211
6212         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6213         get the start of data.
6214         (gnus-html-encode-url): Add this function to encode special chars in
6215         URL.
6216         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6217         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6218
6219         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6220         default.
6221         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6222
6223         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6224         images alt-text.
6225         (gnus-html-put-image): Put alt-text as help-echo.
6226
6227 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6230         * mm-util.el (mm-decompress-buffer)
6231         * nnir.el (nnir-run-find-grep)
6232         * pop3.el (pop3-list): Use 3rd arg of split-string.
6233
6234         * time-date.el (format-seconds): Comment fix.
6235
6236         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6237         and byte-optimize-form-code-walker.
6238         (dgnushack-make-auto-load): Don't advise make-autoload.
6239
6240         * lpath.el: Remove Emacs 21 stuff.
6241
6242 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6245         outside the active range.  Suggested by Dan Christensen.
6246
6247         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6248         slightly later to avoid double-getting it.
6249
6250         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6251         previous patch.
6252
6253         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6254
6255 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6256
6257         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6258
6259 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-int.el (gnus-open-server): Give a better error message in the
6262         "go offline" case.
6263
6264         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6265         marks for nnimap, which is seldom the right thing to do.
6266
6267         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6268         (gnus-same-method-different-name): New function.
6269
6270         * nnimap.el (parse-time): Require.
6271
6272         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6273         method in the presence of many similar methods.
6274
6275         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6276
6277         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6278         nnml-inhibit-expiry.
6279
6280         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6281         find out whether methods are equal.
6282
6283         * nnimap.el (nnimap-find-expired-articles): New function.
6284         (nnimap-process-expiry-targets): New function.
6285         (nnimap-request-move-article): Request the article before looking at
6286         what the Message-ID is.  Fix found by Andrew Cohen.
6287         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6288
6289         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6290         for oldness in addition to being a predicate.
6291
6292         * nnimap.el (nnimap-request-group): When we have zero articles, return
6293         the right data to Gnus.
6294         (nnimap-request-expire-articles): Only delete articles immediately if
6295         the target is 'delete.
6296
6297         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6298         method, this would bug out.
6299
6300         * gnus-group.el (gnus-group-expunge-group): Rename from
6301         gnus-group-nnimap-expunge, and implemented as a normal interface
6302         function.
6303
6304         * gnus-int.el (gnus-request-expunge-group): New function.
6305
6306         * nnimap.el (nnimap-request-create-group): Implement.
6307         (nnimap-request-expunge-group): New function.
6308
6309 2010-09-21  Julien Danjou  <julien@danjou.info>
6310
6311         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6312         (gnus-html-cache-expired): Add new function.
6313         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6314         wethever we should display image for fetch it.
6315         Compute alt-text earlier to pass it to the fetching function too.
6316         (gnus-html-schedule-image-fetching): Change function argument to only
6317         get one image at a time, not a list.
6318         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6319         cache.
6320         (gnus-html-get-image-data): New function to retrieve image data from
6321         cache.
6322         (gnus-html-put-image): Change buffer argument to use image data rather
6323         than file, and place image above region rather than inserting a new
6324         one.  Do not take alt-text as argument, since it's useless now: we place
6325         the image above alt-text.
6326         (gnus-html-prune-cache): Remove.
6327         (gnus-html-show-images): Start to fetch image when we find one, do not
6328         push into a temporary list.
6329         (gnus-html-prefetch-images): Only fetch image if they have expired.
6330         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6331         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6332
6333 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6336
6337 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6340         spec inser "*" if the group isn't active instead of 0.
6341
6342         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6343         opening the server.
6344         (nnimap-request-delete-group): Implement group deletion.
6345         (nnimap-transform-headers): Return the size of the entire message in
6346         the Bytes header, not just the size of the first part.
6347         (nnimap-request-move-article): When moving an article from nnimap,
6348         request the article first so the accepting form has an article to
6349         accept.  Reported by Dan Christensen.
6350         (nnimap-command): Make sure that the error message doesn't error out.
6351
6352 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6353
6354         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6355         we haven't requested anything.
6356
6357 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6360         "".  Fix found by Andrew Cohen.
6361
6362         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6363         instead of -encode-string.
6364
6365 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6368
6369         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6370         by mm-subst-char-in-string.
6371
6372 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6375         waiting for the connection string.
6376
6377         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6378         arriving.
6379
6380         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6381         bogus characters.  This allows selecting certain Gmail groups.
6382
6383         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6384         (nnimap-fetch-partial-articles): New variable.
6385         (nnimap-open-connection): When looking for credentials, also use the
6386         nnimap-server-port.
6387         (nnimap-request-article): Return the group/article number, so that Gnus
6388         `^' works as expected.
6389         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6390
6391         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6392         comments.
6393         (gnus-methods-sloppily-equal): New function.
6394         (gnus): When using the development version of Gnus, load the gnus-load
6395         file.
6396
6397         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6398         `gnus-open-server' on each method before trying to scan them etc.
6399         This ensures that all the backend parameters are set correctly.
6400
6401         * nnimap.el (nnimap-authenticator): New variable.
6402         (nnimap-open-connection): Allow anonymous login.
6403         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6404         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6405
6406         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6407         patch, found by Knut Anders Hatlen.
6408
6409 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6410
6411         * gnus-agent.el (gnus-agent-batch-confirmation)
6412         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6413         to gnus-message.
6414         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6415         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6416         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6417         * gnus-int.el (gnus-open-server): Likewise.
6418         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6419         (gnus-score-check-syntax): Likewise.
6420         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6421         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6422         Likewise.
6423         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6424
6425 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6428         calling conventions so that prefetch doesn't bug out.
6429
6430 2010-09-19  Julien Danjou  <julien@danjou.info>
6431
6432         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6433         rather than `subst-char-in-region' in order to be able to replace ASCII
6434         char by UTF-8 ones.
6435
6436         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6437         than curl.
6438         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6439         the right URL and ALT text on images.
6440         (gnus-html-wash-tags): Fix tag case.
6441         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6442         (gnus-article-html): Add -o display_ins_del=2 option.
6443         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6444
6445 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6446
6447         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6448         the extra mail headers, which sometimes seem to happen for unknown
6449         reasons.
6450
6451         * mail-parse.el (mail-header-encode-parameter): Define as
6452         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6453         (or most, perhaps?) mail readers don't understand the latter, but do
6454         understand the former.
6455
6456         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6457         to nil, so that no methods are automatically agentized.  I think this
6458         is probably what most users want.
6459
6460         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6461         from url-retrieve, for instance about invalid URLs.
6462
6463         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6464         groups that have no articles.
6465         (nnimap-request-article): Check that we really got an article when we
6466         requested one.
6467
6468         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6469         doesn't exist.
6470
6471         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6472         nntp buffer so the agent can save it.
6473         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6474         that CRLF doesn't get translated to \n.
6475         (nnimap-open-connection): Don't make 'shell commands only send \n.
6476
6477 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6478
6479         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6480         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6481         Update var name.
6482         (nnml-generate-nov-file): Use dolist.
6483         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6484         Use with-current-buffer.
6485
6486 2010-09-18  Julien Danjou  <julien@danjou.info>
6487
6488         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6489         parallel.
6490
6491 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6494         the range update right.
6495         (nnimap-request-group): Don't make `M-g' bug out on group with no
6496         marks.
6497         (nnoo): Require, so that other packages can require nnimap.
6498         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6499         command we're looking for.  This helps when the server sends more
6500         responses after we've gotten everything we expected.
6501         (nnimap): Add a `newlinep' field to keep track of end-of-line
6502         conventions.
6503         Don't send CRLF to things that don't want it.
6504         (nnimap-request-accept-article): Ditto.
6505
6506 2010-09-18  Julien Danjou  <julien@danjou.info>
6507
6508         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6509         than curl to retrieve images.
6510
6511 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6514         the marks.
6515         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6516         (nnimap-wait-for-connection): New function.
6517         (nnimap-open-connection): If we have PREAUTH, don't query for login
6518         credentials.
6519         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6520         when doing a partial update.
6521
6522 2010-09-18  Julien Danjou  <julien@danjou.info>
6523
6524         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6525         tags.
6526
6527 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * nnimap.el (nnimap-credentials): New function.
6530         (nnimap-open-connection): Use the new function to look for credentials
6531         also on the numeric equivalents of "imap" and "imaps".
6532
6533         * gnus-start.el (gnus-activate-group): Send the info to
6534         gnus-request-group.
6535
6536         * nnimap.el (nnimap-request-group): Have the "check" version of the
6537         function parse flags and update the info, so that a `M-g' get a total
6538         resync of all flags from the group.
6539
6540         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6541         to allow backends to alter the info on group selection.  Also alter all
6542         the backend -request-group functions to take the parameter.
6543
6544         * nnimap.el (nnimap-store-info): New function.
6545         (nnimap-update-info): Store the info for later usage.
6546         (nnimap-request-group): Use the stored info for the dont-check case, so
6547         that we don't retrieve all marks when we enter a group.
6548
6549         * nnimap.el: Use deffoo instead of defun for interface functions.
6550
6551         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6552         update the group info.  This makes the nndraft groups, for instance, go
6553         back to their old behaviour.
6554
6555         * gnus-sum.el (gnus-select-newsgroup): Indent.
6556
6557         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6558         in.
6559         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6560         nothing.
6561
6562         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6563         from methods that are denied.
6564
6565         * gnus-int.el (gnus-method-denied-p): New function.
6566
6567         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6568         store the password instead of netrc.
6569         (nnimap-open-connection): Don't error out when we can't make a
6570         connections.
6571
6572         * auth-source.el (auth-source-create): In the password prompt, say what
6573         we're querying for.  Also prompt for user name if that hasn't been
6574         given.
6575
6576         * nnimap.el (nnimap-with-process-buffer): Remove.
6577
6578 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6581         method when we're reading from the agent.
6582
6583         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6584
6585         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6586         that's probably most useful for users.
6587
6588         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6589         "failed" all the time.
6590
6591         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6592         ...)) with (with-current-buffer ... ).
6593
6594         * nntp.el (nntp-open-server): Return whether the open was successful or
6595         not.
6596
6597         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6598         select an unread unseen article first.
6599
6600         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6601         /etc/services, supply some sensible port defaults.
6602
6603         * dgnushack.el: Define netrc-credentials.
6604
6605 2010-09-17  Julien Danjou  <julien@danjou.info>
6606
6607         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6608
6609 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6610
6611         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6612         doesn't have any parameters.
6613
6614 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6617         only upcased checks.
6618
6619         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6620
6621         * nnimap.el (nnimap-open-shell-stream): New function.
6622         (nnimap-open-connection): Use it.
6623         (nnimap-transform-headers): Get the number of lines in each message.
6624         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6625         number of lines.
6626         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6627         problem.
6628
6629         * utf7.el (utf7-encode): Autoload.
6630
6631         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6632         to allow the mail splitting to not return a default group.  This is
6633         useful for nnimap, which will leave unmatched mail in the inbox.
6634
6635         * nnimap.el: Rewritten.
6636
6637         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6638         nnimap usage.
6639
6640         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6641         if the move is internal, so that nnimap can do fast internal moves.
6642
6643         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6644         data.
6645         (gnus-read-active-for-groups): Support finishing the early retrieval of
6646         data.
6647
6648         * gnus-range.el (gnus-range-nconcat): New function.
6649
6650         * gnus-int.el (gnus-finish-retrieve-group-infos)
6651         (gnus-retrieve-group-data-early): New functions.
6652
6653 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6654
6655         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6656         (nnrss-retrieve-groups):
6657         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6658         (pop3-quit): Use with-current-buffer.
6659
6660 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6663         instead of nnheader-accept-process-output.
6664
6665         * dgnushack.el (dgnushack-compile): Add comment.
6666
6667         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6668
6669         * gnus-html.el (gnus-html-schedule-image-fetching)
6670         (gnus-html-prefetch-images): Replace process-kill-without-query by
6671         gnus-set-process-query-on-exit-flag.
6672
6673 2010-09-16  Romain Francoise  <romain@orebokech.com>
6674
6675         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6676
6677 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6680         parameter to unintern is mandatory-ish in Emacs 24.
6681
6682         * gnus-html.el (gnus-html-schedule-image-fetching)
6683         (gnus-html-prefetch-images): Check for curl before using it.
6684
6685         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6686         depend on curl, which isn't essential.
6687
6688         * imap.el: Revert back to version
6689         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6690         seem problematic.
6691
6692 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6693
6694         * gnus-registry.el (gnus-registry-install-shortcuts):
6695         Explicitly pass `obarray' to `unintern' to avoid a warning.
6696
6697 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698
6699         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6700         change.
6701
6702         * nnrss.el (nnrss-request-list): Remove this function and related
6703         functions, including the moreover stuff.
6704
6705 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * nnrss.el (nnrss-retrieve-groups): New function.
6708
6709 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6710
6711         * .dir-locals.el: Add no-byte-compile cookie.
6712
6713 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * time-date.el (format-seconds): Comment fix.
6716
6717         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6718         for back end that doesn't support request-scan.
6719
6720 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6723         then do request scans from the backends.
6724
6725         * netrc.el (netrc-credentials): New conveniency function.
6726
6727         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6728         avoid running a hook per line, since this takes a lot of time,
6729         profiling shows.
6730         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6731         directly if gnus-visual-p is true.
6732
6733 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6736         groups; replace mapcar with dolist which is a bit faster; pass groups
6737         info to gnus-read-active-file-1.
6738         (gnus-read-active-file-1): Scan only specified groups if the new
6739         optional arg `infos' is given.
6740
6741 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6744
6745         * pop3.el (pop3-movemail): Remove.
6746         (pop3-streaming-movemail): Rename to pop3-movemail.
6747
6748         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6749         don't restrict end-tag searches to the end of the line.
6750
6751 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6754         articles of every unchecked group to t, which means unknown since the
6755         server has never been opened.
6756
6757 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * gnus-html.el (gnus-html-show-alt-text): New command.
6760         (gnus-html-browse-image): Ditto.
6761         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6762         to browse the image directly.
6763         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6764         better.
6765
6766         * gnus-async.el (gnus-async-article-callback):
6767         Call `gnus-html-prefetch-images' unconditionally.
6768
6769         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6770         before feeding URLs to curl.
6771
6772 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6775         internal images as deletable by `W D D'.
6776
6777         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6778         (gnus-async-article-callback): Fix typo.
6779
6780 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6783         current line to work around bugs in the output from w3m.
6784
6785         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6786         for groups that want that.
6787
6788         * nntp.el (nntp-wait-for-string): Supply a timeout for
6789         accept-process-output to ensure progress.
6790
6791         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6792         level to get unread articles from, then use that for foreign groups,
6793         too.
6794
6795         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6796         confuses the rest of the function.
6797
6798         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6799         for the methods that support -retrieve-groups, too.
6800
6801         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6802
6803 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6806         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6807
6808         * pop3.el: Require cl when compiling.
6809         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6810
6811 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6814         that aren't going to be activated.
6815         (gnus-get-unread-articles): Fix up the last commit.
6816
6817         * gnus-html.el (gnus-article-html): Allow calling without specifying
6818         the handle.  In that case, dissect the buffer first.
6819
6820         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6821
6822         * nnimap.el (nnimap-open-connection): Revert the change that would look
6823         into authinfo for imaps instead of imap.
6824
6825         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6826         say that you don't want to call gnus-request-group with don-check, but
6827         do check the reponse.  This is for virtual groups only.
6828         (gnus-get-unread-articles): Count the archive groups as secondary, so
6829         that they're activated the same way as before.
6830
6831         * imap.el (imap-message-map): Removed optional buffer parameter, since
6832         no callers use it.
6833         (imap-message-get): Ditto.
6834         (imap-message-put): Ditto.
6835         (imap-mailbox-map): Ditto.
6836         (imap-mailbox-put): Ditto.
6837         (imap-mailbox-get): Ditto.
6838         (imap-mailbox-get): Revert last change for this function.
6839
6840         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6841         case-insensitively.
6842         (nnimap-debug): Remove.
6843
6844         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6845         callers to use `imap-fetch' instead.  According to the comments, this
6846         should be safe, since all other IMAP clients use the 1:* syntax.
6847         (imap-enable-exchange-bug-workaround): Remove.
6848         (imap-debug): Remove -- doesn't seem very useful.
6849
6850         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6851         mail from a file, and the file doesn't exist.
6852
6853         * imap.el (imap-log): New convenience function used throughout instead
6854         of repeating the same code all over the place.
6855
6856         * pop3.el (pop3-streaming-movemail): Return t for success.
6857
6858         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6859         .authinfo if we're using ssl connection.
6860
6861         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6862         already have if we're in a main Gnus `g' run.
6863
6864         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6865
6866 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6869
6870         * nnmh.el (nnmh-request-list-1): Bind `file'.
6871
6872         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6873         alias to set-process-query-on-exit-flag or process-kill-without-query.
6874         (pop3-open-server): Use it.
6875
6876 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6879         box to the Incoming file.  Fixes mistake in previous checkin.
6880
6881         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6882         request loop (for debugging purposes) removed.
6883
6884         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6885         culprit is more visible.
6886         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6887         (nnml-add-incremental-nov): New functions to do "incremental" nov
6888         updates, where we just append to the end of the existing nov files
6889         without reading/writing them in full.
6890
6891         * mail-source.el (mail-source-delete-crash-box): Really only check the
6892         incoming files once in a while.
6893
6894         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6895
6896         * mail-source.el (mail-source-delete-crash-box): Only check the
6897         incoming files for deletion once per day to save a lot of file
6898         accesses.
6899
6900         * pop3.el (pop3-logon): Fix up unbound variable typo.
6901
6902         * mail-source.el (pop3-streaming-movemail): Autoload.
6903
6904         * pop3.el (pop3-streaming-movemail):
6905         Respect pop3-leave-mail-on-server.
6906
6907         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6908         retrieval.
6909
6910         * pop3.el (pop3-process-filter): Remove unused function.
6911         (pop3-streaming-movemail, pop3-send-streaming-command)
6912         (pop3-wait-for-messages, pop3-write-to-file)
6913         (pop3-number-of-responses): New functions for streaming pop3
6914         retrieval.
6915
6916         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6917         come from no known methods.
6918         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6919         list.
6920
6921         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6922         message sizes.
6923         (pop3-movemail): Use erase-buffer instead of looping and deleting
6924         regions, which seems rather odd.
6925
6926         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6927         file once per `g' run.
6928
6929         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6930         directories.  This makes the draft queue directory work.
6931
6932         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6933         data from the backends, so that we only request the list of groups from
6934         each method once.  This should speed things up considerably.
6935
6936         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6937         detect that it's not implemented.
6938
6939         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6940         we actually do recurse down into the tree, but don't stat all leaf
6941         nodes.
6942
6943         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6944         then say so instead of bugging out.
6945
6946         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6947         files exist before trying to read them.
6948
6949         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6950         around <pre_int>.
6951
6952         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6953
6954         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6955
6956 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * mm-util.el (mm-image-load-path): Just return the image directories,
6959         not all directories in the path in addition to the image directories.
6960         (mm-image-load-path): Maintain a cache of the image directories so that
6961         the `g' command in Gnus doesn't have to stat dozens of directories each
6962         time.
6963
6964         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6965         (gnus-html-wash-tags): Add a new `i' command to insert images.
6966         (gnus-html-insert-image): New command and keystroke.
6967         (gnus-html-redisplay-with-images): New command and keystroke.
6968         (gnus-html-show-images): Rename command.
6969         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6970         spacers.
6971         (gnus-html-wash-tags): Decode entities at the end, so that entities
6972         inside the tags don't mess up the rest of the "parsing".
6973
6974         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6975         so that nnimap methods aren't agentized by default.  There's apparently
6976         many problems related to agent/imap behaviour.
6977
6978         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6979
6980         * gnus-html.el: Doc fix.
6981
6982 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6985         specifier-spec-list for Emacs 21.
6986
6987         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6988         glyph-width and glyph-height instead of display-graphic-p and
6989         image-size; make avoidance of displaying small images work for XEmacs.
6990
6991         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6992         for XEmacs.
6993
6994         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6995         of symbol that holds plist data.
6996         (gnus-process-plist): Remove plist of process after getting it.
6997
6998 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * message.el (message-generate-hashcash): Change default to
7001         'opportunistic if hashcash is installed.
7002
7003         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7004         (gnus-html-put-image): Only call image-size once, since it's somewhat
7005         time-consuming on remote X servers.
7006
7007 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7010         type on data, not a file name.
7011
7012         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7013         window-pixel-edges for Emacs 21.
7014
7015         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7016         decoded contents.
7017         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7018
7019 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020
7021         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7022         group line format, since it isn't very interesting.
7023
7024         * gnus-agent.el (gnus-agent-short-article),
7025         (gnus-agent-long-article): Increase values for these two variables,
7026         since most people are likely to have more network connection and
7027         storage than before.
7028
7029         * gnus.el (gnus-refer-article-method): Change default to 'current.
7030         When referring an article, the common behaviour is to refer it from the
7031         current select method, not the native select method.  The chances of
7032         the native select method having the message in question is rather slim
7033         these days.
7034
7035         * gnus-sum.el (gnus-auto-select-subject): Change default to
7036         `unseen-or-unread'.  I think it's likely that most people want to
7037         select an unseen article over a previously seen, but unread one.
7038
7039         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7040         means that in the article buffer none of the minor mode elements will
7041         be shown, usually, and this is not desirable in most cases.
7042
7043         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7044         that commands like `d' (and the like) go to the next line in the
7045         buffer, instead of the next unread article.  I think this is the
7046         behaviour that is most natural for most users.
7047         (gnus-single-article-buffer): Change default to nil, so that people can
7048         have as many article buffers open as they have summary buffer.  I think
7049         this is the most natural way for the groups to behave.
7050
7051         * message.el (message-generate-new-buffers): Change default to
7052         `unsent', so that all new message buffers start their names with the
7053         string "*unsent", and it's easier to find the buffers if you move from
7054         them.
7055
7056 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7059         small.  They're probably tracking images.
7060         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7061         (gnus-html-rescale-image): Yet another try at getting the image sizing
7062         right.
7063
7064         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7065         nntp-marks-file-name is nil.
7066
7067 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * gnus-html.el (gnus-html-wash-tags)
7070         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7071         Better logging.
7072
7073 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074
7075         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7076
7077         * gnus-html.el (gnus-html-wash-tags): Check the value of
7078         gnus-blocked-images in the summary buffer.
7079
7080 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7081
7082         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7083
7084 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7087         like "a", it seems like.
7088         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7089         since it needs to be picked from the correct buffer.
7090
7091         * nnwfm.el: Remove.
7092
7093         * nnlistserv.el: Remove.
7094
7095 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7098         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7099
7100 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * nnkiboze.el: Remove.
7103
7104         * nndb.el: Remove.
7105
7106         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7107         alt text.
7108         (gnus-html-rescale-image): Try to get the rescaling logic right for
7109         images that are just wide and not tall.
7110
7111         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7112         overshadow variable bindings.
7113
7114 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7115
7116         * gnus-html.el (gnus-html-wash-tags)
7117         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7118         Add extra logging.
7119
7120 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7123         (gnus-max-image-proportion): New variable.
7124         (gnus-html-rescale-image): New function.
7125         (gnus-html-put-image): Rescale images.
7126
7127 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7128
7129         Fix up some byte-compiler warnings.
7130         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7131         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7132         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7133         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7134         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7135         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7136         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7137
7138 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-html.el (gnus-article-html): Decode contents by charset.
7141
7142 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7145         (gnus-html-frame-width, gnus-blocked-images)
7146         * message.el (message-prune-recipient-rules): Add custom version.
7147         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7148
7149         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7150         functions.
7151
7152         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7153         gnus-process-get.
7154
7155 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7156
7157         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7158         instead of lsub directly.
7159
7160 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * nnwarchive.el: Remove.
7163
7164         * gnus-soup.el: Remove.
7165
7166         * nnsoup.el: Remove.
7167
7168         * nnultimate.el: Remove.
7169
7170         * gnus-html.el (gnus-blocked-images): New variable.
7171
7172         * message.el (message-prune-recipients): New function.
7173         (message-prune-recipient-rules): New variable.
7174
7175         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7176         guess whether a long line is natural text or not.
7177
7178         * gnus-html.el (gnus-html-schedule-image-fetching):
7179         Use gnus-process-plist and friends for compatibility.
7180
7181 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7182
7183         * gnus-html.el: Require packages that define macros used in this file.
7184         (gnus-article-mouse-face): Declare to silence byte-compiler.
7185         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7186         process-get.
7187         (gnus-html-put-image): Use plist-get to avoid getf.
7188         (gnus-html-prefetch-images): Use with-current-buffer.
7189
7190 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-ems.el: Provide compatibility functions for
7193         gnus-set-process-plist.
7194
7195         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7196         header-line-format for XEmacs 21.4.
7197
7198         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7199         * gnus.el (gnus-valid-select-methods)
7200         * message.el (message-send-mail-partially-limit)
7201         * mm-decode.el (mm-text-html-renderer)
7202         * mml.el (mml-insert-mime-headers-always)
7203         * smiley.el (smiley-regexp-alist): Bump custom version.
7204
7205 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * gnus-html.el: require mm-url.
7208         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7209         with the url to `url'.
7210         (gnus-html-wash-tags): Support cid: URLs/images.
7211
7212 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7215         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7216         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7217
7218         * gnus-move.el: Remove file, since it doesn't really work.
7219
7220         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7221         UTF-8.  This seems to fix problems with some German web feeds.
7222
7223         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7224         at the top so that the proper colours are applied.
7225
7226         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7227         don't have dots in their names.
7228
7229         * gnus-art.el (gnus-article-view-part): Doc fix.
7230
7231         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7232         XEmacs-compatible.
7233         (gnus-html-put-image): Don't do images on non-graphic displays.
7234
7235         * nnslashdot.el: Remove this unused backend.
7236
7237         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7238         actions.
7239         (gnus-undo-register-1): Revert last change.
7240
7241         * gnus-group.el (gnus-group-completing-read): Protect against not
7242         having completion-styles bound.
7243
7244         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7245         make broken recipients happier.
7246
7247         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7248
7249         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7250         point parameter.
7251
7252         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7253
7254         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7255         completion-styles for group selection.
7256
7257 2009-02-04  Andreas Schwab  <schwab@suse.de>
7258
7259         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7260         headers and regexp-quote the match if necessary.
7261
7262 2009-03-24  Miles Bader  <miles@gnu.org>
7263
7264         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7265         the blinking smiley.
7266
7267 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7268
7269         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7270         blink smiley.
7271
7272 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7275         where the dribbel file lives exists.
7276
7277         * message.el (message-send-mail-partially-limit): Change the default to
7278         nil, since most people don't want this.
7279
7280         * mm-url.el (mm-url-decode-entities): Also decode entities like
7281         &#x3212.
7282
7283 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7284
7285         * gnus-sum.el (gnus-summary-idna-message):
7286         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7287         Hyperlink urls in docstrings with URL `...'.
7288
7289 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7290
7291         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7292         functions.
7293
7294 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295
7296         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7297         say what the mouseover text should be.
7298
7299         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7300         version of the mm-w3m-safe-url-regexp variable to only download images
7301         in the groups where we want that to happen.
7302
7303         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7304
7305         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7306         easier debugging.
7307         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7308         big pictures in the article buffer.
7309
7310         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7311         gnus-article-html.
7312         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7313         w3m.
7314
7315         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7316
7317 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7320         which doesn't exist.
7321
7322         * message.el (message-inhibit-ecomplete): New variable to allow some
7323         function to inhibit ecomplete address storage.
7324         (message-resend): Disable ecomplete message storage when resending
7325         messages.
7326
7327         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7328
7329 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7332         Save excursion while copying, moving, and deleting articles in order to
7333         prevent the cursor from jumping to unforeseen place.
7334
7335 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * lpath.el: No need to bind bookmark-current-buffer,
7338         bookmark-yank-point and bookmark-make-record-function.
7339
7340 2010-08-17  Glenn Morris  <rgm@gnu.org>
7341
7342         * gnus-sync.el: Require gnus components whose functions are used.
7343
7344         * gnus-art.el (bookmark-make-record-function):
7345         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7346         Declare for compiler.
7347
7348         * mm-url.el (mml-compute-boundary): Autoload.
7349
7350 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7353
7354 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         Typo fix "hoo4a" -> "hook".
7357
7358         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7359
7360 2010-08-14  Glenn Morris  <rgm@gnu.org>
7361
7362         * gnus-sync.el (gnus-sync): Fix defgroup version.
7363
7364 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7367
7368         * gnus-sync.el: Fix docs.
7369         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7370         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7371
7372 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7373
7374         Optimizations for gnus-sync.el.
7375
7376         * gnus-sync.el: Add docs about gnus-sync-backend
7377         possibilities.
7378         (gnus-sync-save): Remove unnecessary message.
7379         (gnus-sync-read): Optimize and show what groups were skipped.
7380
7381 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7382
7383         Minor bug fixes for gnus-sync.el.
7384
7385         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7386         Don't read the sync on get-new-news.
7387
7388         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7389         quiet.
7390
7391         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7392         (fix typo).
7393
7394 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7395
7396         Make saving and restoring of hidden threads work with overlays.
7397         Patch applied by Ted Zlatanov.
7398
7399         * gnus-sum.el (gnus-hidden-threads-configuration)
7400         (gnus-restore-hidden-threads-configuration): Update to deal with text
7401         properties, rather than searching for a magic character.
7402
7403 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         New gnus-sync.el library for synchronization of marks.
7406
7407         * gnus-sync.el: New library for synchronization of marks.
7408
7409         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7410         renamed from `gnus-registry-grep-in-list'.
7411
7412         * gnus-registry.el (gnus-registry-follow-group-p):
7413         Use `gnus-grep-in-list'.
7414
7415         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7416
7417 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7420         determining charset of text fails.
7421
7422 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * nnmail.el (nnmail-get-new-mail-1): Revert.
7425
7426         * nnml.el (nnml-active-number): Make sure names of newly created groups
7427         in nnml-group-alist are encoded.
7428
7429 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7432         containing non-ASCII characters in active file for nnml back end.
7433
7434 2010-07-24  David Engster  <dengste@eml.cc>
7435
7436         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7437         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7438
7439 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7440
7441         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7442         tag (Bug#6654).
7443
7444 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7447         the article buffer, not the summary buffer.
7448
7449 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7452         Emacs 23 as well.
7453
7454 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7457         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7458
7459 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7460
7461         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7462         Patch applied by Karl Fogel.
7463
7464         * gnus-sum.el (gnus-summary-bookmark-make-record):
7465         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7466
7467 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7468
7469         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7470         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7471         C-w still not working correctly from Article buffers; Thierry's
7472         patch to fix that will be applied after this.
7473
7474         * gnus-art.el (bookmark-make-record-function): New local variable.
7475
7476         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7477         article buffer.
7478         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7479
7480 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7481
7482         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7483         on changes in bookmark.el.
7484
7485 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7488         `no-log' instead of message not to log prompt string.
7489
7490 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7491
7492         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7493         the *other* type of HTML form submission.
7494
7495 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7496
7497         * auth-source.el (auth-source-pick): If choice does not contain a
7498         questioned keyword, set the check to t.
7499
7500 2010-06-12  Romain Francoise  <romain@orebokech.com>
7501
7502         * gnus-util.el (gnus-date-get-time): Move up before first use.
7503
7504 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7507         (gnus-article-edit-part): Bind it to make last part that is substituted
7508         or deleted visible.
7509         (gnus-mime-display-single): Buttonize part of which id equals to
7510         gnus-mime-buttonized-part-id.
7511
7512 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7513
7514         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7515         (gnus-dd-mmm): Use gnus-date-get-time.
7516         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7517         simplify logic.
7518         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7519         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7520
7521 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7522
7523         * auth-source.el (top): Autoload `secrets-list-collections',
7524         `secrets-create-item', `secrets-delete-item'.
7525         (auth-sources): Fix tag string.
7526         (auth-get-source, auth-source-retrieve, auth-source-create)
7527         (auth-source-delete): New defuns.
7528         (auth-source-pick): Rewrite in order to avoid 2 passes.
7529         (auth-source-forget-user-or-password): New parameter USERNAME.
7530         (auth-source-user-or-password): New parameters CREATE-MISSING and
7531         DELETE-EXISTING.  Retrieve password interactively, if needed.
7532
7533 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7534
7535         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7536         deleting unused directories when gnus-expert-user is t.
7537
7538 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7541         for each temp file when gnus-article-browse-delete-temp is ask.
7542
7543 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7544
7545         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7546         Replace Lisp calls to delete-backward-char by calls to delete-char.
7547
7548 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7549
7550         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7551
7552 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7553
7554         * password-cache.el (password-cache-remove): Fix docstring.
7555
7556 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7559         article unless decoding article to be saved.
7560
7561 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7564         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7565         generated within the mm-with-unibyte-current-buffer macro.
7566
7567 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7570         to nil when we're in a mml-preview buffer and no group is selected.
7571
7572 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7573
7574         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7575         when catching the `C-g'.  Reported by "Leo".
7576
7577 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * message.el (message-forward-make-body-plain)
7580         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7581         multibyte-string-p.
7582
7583         * lpath.el: Revert.
7584
7585 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * message.el (message-forward-make-body-mml): Assume original message
7588         is multibyte string; error on unibyte.
7589         (message-forward-make-body-plain): Ditto; don't add excessive newline
7590         in body end.
7591
7592         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7593
7594 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7595
7596         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7597         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7598
7599 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * mm-extern.el (mm-extern-url): Don't use
7602         mm-with-unibyte-current-buffer.
7603         (mm-extern-cache-contents): Use with-current-buffer instead of
7604         save-excursion + set-buffer.
7605
7606 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * mm-util.el (mm-emacs-mule): Remove.
7609
7610 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7611
7612         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7613         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7614         change.
7615
7616 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7619         bind the default value of enable-multibyte-characters to nil.
7620
7621 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * message.el (message-forward-make-body-plain)
7624         (message-forward-make-body-mml):
7625         Don't use mm-with-unibyte-current-buffer.
7626
7627 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7628
7629         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7630
7631 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7632
7633         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7634         (Bug#5592).
7635
7636 2010-05-07  Julien Danjou  <julien@danjou.info>
7637
7638         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7639         it to mm-pipe-part.
7640
7641         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7642         it is given.
7643
7644 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * binhex.el (binhex-decode-region-internal)
7647         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7648         (dns-query)
7649         * nnweb.el (nnweb-gmane-search)
7650         * pgg-parse.el (pgg-parse-armor)
7651         * pgg.el (pgg-verify-region)
7652         * sha1.el (sha1-string-external)
7653         * uudecode.el (uudecode-decode-region-internal)
7654         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7655         XEmacs.
7656
7657         * gnus-art.el (gnus-article-browse-html-parts)
7658         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7659         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7660         make-temp-file.
7661
7662         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7663         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7664         compiling.
7665
7666         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7667         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7668         XEmacs when compiling.
7669
7670         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7671         gnus-pick-mode-off-hook for XEmacs when compiling.
7672         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7673         gnus-binary-mode-off-hook for XEmacs when compiling.
7674
7675         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7676         Return nil if char-charset is not available.
7677
7678         * imap.el (imap-disable-multibyte)
7679         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7680         macros.
7681
7682         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7683         instead of encode-coding-string.
7684
7685         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7686         'xemacs) instead of mm-emacs-mule to switch function definitions.
7687         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7688
7689         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7690         bind temporary-file-directory for XEmacs;
7691         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7692         timer-set-function for XEmacs 21.4 and SXEmacs;
7693         bind timer-list for XEmacs 21.4 and SXEmacs;
7694         fbind char-charset and find-charset-region for non-Mule XEmacs;
7695         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7696         encode-coding-region and encode-coding-string for XEmacs having no
7697         file-coding feature.
7698
7699 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7700
7701         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7702
7703 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7706         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7707
7708 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7709
7710         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7711         alias `jka-compr-delete-temp-file' no longer exists.
7712
7713 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7714
7715         Use define-minor-mode in Gnus where applicable.
7716         * mml.el (mml-mode): Use define-minor-mode.
7717         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7718         (gnus-undo-mode): Use define-minor-mode.
7719         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7720         (gnus-dead-summary-mode): Use define-minor-mode.
7721         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7722         Initialize in declaration.
7723         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7724         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7725         (gnus-mailing-list-mode): Use define-minor-mode.
7726         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7727         (gnus-draft-mode): Use define-minor-mode.
7728         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7729         (gnus-dired-mode): Use define-minor-mode.
7730
7731 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7732
7733         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7734         handles on recursive mml-to-mime translation and check them for
7735         boundary delimiter collisions.  Reported by Greg Troxel.
7736
7737 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7740
7741 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7742
7743         * mm-util.el (mm-find-buffer-file-coding-system):
7744         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7745
7746 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7747
7748         * message.el (message-generate-headers): Record insertion of optional
7749         headers as well.  Otherwise the check to prevent repeated insertion of
7750         optional headers is a no-op.
7751
7752 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * smime.el: Don't mention CVS.
7755
7756         * nnrss.el (nnrss-fetch): Don't mention CVS.
7757
7758         * nnir.el: Don't mention CVS.
7759
7760 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7761
7762         * gnus-sum.el (gnus-summary-bookmark-make-record):
7763         Add `location' field.
7764
7765 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * lpath.el: Fbind bookmark-default-handler,
7768         bookmark-get-bookmark-record, bookmark-make-record-default,
7769         bookmark-prop-get for Emacs <23 and XEmacs.
7770
7771 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7772
7773         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7774         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7775         Use with-current-buffer to silence the byte-compiler.
7776         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7777         bother to require `gnus'.
7778         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7779
7780 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7781
7782         * gnus-sum.el (gnus-summary-bookmark-make-record)
7783         (gnus-summary-bookmark-jump): New functions.
7784         (gnus-summary-mode): Setup bookmark support.
7785
7786 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7787
7788         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7789         if set.
7790
7791 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7794         gnus-article-browse-html-save-cid-image; make it work recursively for
7795         forwarded messages as well.
7796         (gnus-article-browse-html-parts): Work when prefix arg is given.
7797         (gnus-article-browse-html-article): Doc fix.
7798
7799 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7800
7801         * message.el (message-default-mail-headers):
7802         (message-default-headers): Carry the value mail-default-headers over
7803         into message-default-mail-headers, rather than message-default-headers.
7804
7805 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7806
7807         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7808         charset.
7809
7810         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7811         charset into the <meta> tag when the article is encoded to utf-8.
7812
7813 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (gnus-article-browse-delete-temp-files):
7816         Delete directories as well.
7817         (gnus-article-browse-html-parts): Work for images that do not specify
7818         file names; delete temp directory when quitting; insert header at the
7819         right place; use file: scheme for image files.
7820
7821 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7822
7823         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7824         (gnus-article-browse-html-parts): Use it to make temporary cid image
7825         files in addition to html file so that browser may display them.
7826
7827 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7830
7831 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7832
7833         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7834
7835 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * auth-source.el (auth-sources): Change default to be simpler.
7838         Explain about Secret Service API sources.  Improve Customize options.
7839         (auth-source-pick): Change to accept any number of search parameters.
7840         Implement fallbacks iteratively, not recursively.  Add scoring on the
7841         second pass and sort by score.  Call Secret Service API when needed.
7842         (auth-source-user-or-password): Use it.  Call Secret Service API
7843         directly when needed to get the user name and the password.
7844
7845 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7846
7847         * message.el (message-interactive): Doc fix.
7848         (message-qmail-inject-args): Reflow.
7849         (message-kill-to-signature): Fix typo in docstring.
7850
7851         * smiley.el (smiley-buffer): Fix typo in docstring.
7852
7853 2010-03-24  Glenn Morris  <rgm@gnu.org>
7854
7855         * mail-source.el (gnus-message): Declare.
7856         (mail-source-delete-old-incoming): Require gnus-util.
7857
7858 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7861
7862         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7863
7864         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7865         password-cache's default if it is not bound.
7866         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7867         password-cache-expiry's default if it is not bound.
7868
7869         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7870         available in Emacs 21.
7871
7872         * lpath.el: Suppress compiler warnings for:
7873         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7874         XEmacs;
7875         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7876         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7877         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7878
7879 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7880
7881         * auth-source.el (auth-sources): Fix up definition so extra parameters
7882         are always inline.
7883
7884 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7885
7886         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7887         wasn't updated after mismatch.  Clear cached mailbox info correctly
7888         when uidvalidity changes.
7889         (nnimap-group-prefixed-name): New function to avoid some code
7890         duplication.
7891         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7892         (nnimap-request-group): Use it.
7893         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7894         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7895         with many imap folders.  This is done by caching the group status from
7896         the imap server persistently in a group parameter `imap-status'.  (This
7897         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7898         but not persistently, so every Gnus startup was still very slow.)
7899
7900 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7903         delete the extra newline.  Otherwise editing of :string and :number
7904         types don't work.
7905
7906 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7907
7908         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7909         secrets.el dependency.
7910         (auth-sources): Add optional user name.  Add secrets.el configuration
7911         choice (unused right now).
7912
7913 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7914
7915         * gnus-sum.el (gnus-summary-make-menu-bar):
7916         Let `gnus-registry-install-shortcuts' fill in the functions.
7917
7918         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7919         warnings.
7920         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7921         (gnus-registry-install-shortcuts): Populate and use it in a
7922         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7923
7924 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7925
7926         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7927         In-place substitutions for the group name encoding/decoding.
7928         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7929         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7930         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7931         (nnimap-update-unseen, nnimap-request-list)
7932         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7933         (nnimap-request-set-mark, nnimap-split-to-groups)
7934         (nnimap-split-articles, nnimap-request-newgroups)
7935         (nnimap-request-create-group, nnimap-request-accept-article)
7936         (nnimap-request-delete-group, nnimap-request-rename-group)
7937         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7938         `encoded-mbx' for consistency.
7939         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7940         variable `imap-current-mailbox'.
7941
7942         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7943         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7944
7945 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7946
7947         * pop3.el (pop3-display-message-size-flag): Display message size byte
7948         counts during POP3 download.
7949         (pop3-movemail): Use it.
7950         (pop3-list): Implement listing of available messages.
7951
7952 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7953
7954         * nnir.el (nnir-get-article-nov-override-function): New function to
7955         override the normal NOV retrieval.
7956         (nnir-retrieve-headers): Use it.
7957
7958 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7959
7960         * auth-source.el (netrc-machine-user-or-password): Autoload.
7961
7962 2010-03-19  Glenn Morris  <rgm@gnu.org>
7963
7964         Stop message.el from loading about 40 libraries it doesn't always need.
7965         The general approach is to autoload rather than require, and to
7966         require in the specific functions rather than the file.  (Bug#5642)
7967
7968         * gmm-utils.el: Don't require wid-edit.
7969         (widget-create-child-value, widget-convert, widget-default-get):
7970         Autoload.
7971
7972         * gnus-util.el: Don't require time-date, netrc.
7973         (message-fetch-field, gnus-group-name-decode): Declare rather than
7974         autoloading.
7975         (gnus-fetch-field): Require message.
7976         (gnus-decode-newsgroups): Require gnus-group.
7977
7978         * ietf-drums.el: Don't require time-date.
7979
7980         * message.el: Don't require hashcash, canlock, ecomplete.
7981         Do require mail-utils.  Require nnheader only when compiling.
7982         (smtpmail-default-smtp-server): Remove declaration.
7983         (message-send-mail-function): Check smtpmail-default-smtp-server
7984         is bound rather than requiring smtpmail.
7985         (message-auto-save-directory, message-insert-signature):
7986         Use expand-file-name rather than nnheader-concat.
7987         (nnheader-insert-file-contents): Autoload.
7988         (hashcash-wait-async): Declare.
7989         (message-send-mail): Only call gnus-setup-posting-charset if
7990         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7991         (message-send-mail-with-sendmail): Require sendmail.
7992         (canlock-password, canlock-password-for-verify): Declare.
7993         (message-canlock-password): Require canlock.
7994         (nnheader-get-report): Autoload.
7995         (gnus-setup-posting-charset): Declare.
7996         (message-send-news): Require gnus-msg.
7997         (message-make-references, message-make-in-reply-to): Use mail-header-id
7998         rather than the alias mail-header-message-id.
7999         (ecomplete-add-item, ecomplete-save): Declare.
8000         (message-put-addresses-in-ecomplete): Require ecomplete.
8001         (ecomplete-display-matches): Autoload.
8002
8003         * mm-decode.el: Don't require mailcap, gnus-util.
8004         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8005         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8006         Autoload.
8007         (mailcap-mime-extensions): Declare.
8008
8009         * mm-encode.el: Don't require mailcap.
8010         (mailcap-extension-to-mime): Autoload.
8011
8012         * mml-sec.el: Don't require password-cache.
8013
8014         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8015         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8016         (mml-minibuffer-read-type): Require mailcap.
8017         (mml-preview): Require gnus-msg.
8018
8019         * mml1991.el: Require password-cache.
8020         (password-cache-expiry): Remove declaration.
8021
8022         * mml2015.el: Require password-cache.
8023         (password-cache-expiry): Remove declaration.
8024
8025         * nneething.el (mailcap): Require mailcap.
8026
8027         * nnheader.el (declare-function): Add compatibility stub.
8028         (message-remove-header): Declare rather than autoload.
8029         (nnheader-replace-header): Require message.
8030
8031         * nnimap.el (declare-function): Add compatibility stub.
8032         (netrc-parse, netrc-machine-user-or-password): Declare.
8033         (nnimap-open-connection): Require netrc.
8034
8035         * nntp.el (declare-function): Add compatibility stub.
8036         (netrc-parse, netrc-machine, netrc-get): Declare.
8037         (nntp-send-authinfo): Require netrc.
8038
8039         * rfc2047.el: Don't require qp.
8040         (quoted-printable-encode-region, quoted-printable-decode-string):
8041         Autoload.
8042
8043         * sieve-mode.el: Don't require easymenu.
8044         (easy-menu-add-item): Autoload it.
8045
8046         * spam-stat.el (time-to-number-of-days): Autoload it.
8047
8048 2010-03-19  Glenn Morris  <rgm@gnu.org>
8049
8050         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8051
8052 2010-03-18  Glenn Morris  <rgm@gnu.org>
8053
8054         * hashcash.el (declare-function): Remove duplicate definition.
8055
8056 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8057
8058         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8059         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8060         value if any backslash escapes).
8061
8062 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8065         if it is available.  (bug#5647)
8066
8067         * lpath.el: Suppress compiler warning for coding-system-from-name for
8068         Emacs 21 and XEmacs.
8069
8070 2010-03-14  Juri Linkov  <juri@jurta.org>
8071
8072         * hmac-def.el:
8073         * hmac-md5.el:
8074         * netrc.el: Fix keywords.
8075
8076 2010-02-26  Glenn Morris  <rgm@gnu.org>
8077
8078         * message.el (message-send-mail-function): Change the default, so that
8079         it inherits from a customized send-mail-function.  (Bug#5643)
8080
8081 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8082
8083         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8084         shell-command-to-string signals an error (bug#5299).
8085
8086 2010-02-24  Glenn Morris  <rgm@gnu.org>
8087
8088         * message.el (message-smtpmail-send-it)
8089         (message-send-mail-with-mailclient): Doc fixes.
8090
8091 2010-02-16  Glenn Morris  <rgm@gnu.org>
8092
8093         * message.el (message-default-mail-headers): Change the default value
8094         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8095
8096 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8099         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8100
8101 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8102
8103         * time-date.el (date-to-time): Doc fix (Bug#5408).
8104
8105 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8106
8107         * message.el (message-mail): Just pass yank-action on to message-setup.
8108         (message-setup): Handle (FUN . ARGS) form of yank-action.
8109         (message-with-reply-buffer, message-widen-reply)
8110         (message-yank-original): Handle non-buffer values of
8111         message-reply-buffer (Bug#4080).
8112         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8113
8114 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8115
8116         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8117         Fix typo in docstring.
8118
8119 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8120
8121         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8122         response.
8123
8124 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8127
8128         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8129
8130         * message.el (message-check-news-header-syntax): Protect against a
8131         string that `rfc822-addresses' returns when parsing fails.
8132
8133 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8136         (gnus-previous-char-property-change): New functions.
8137
8138         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8139
8140 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8141
8142         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8143         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8144
8145 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8146
8147         * message.el (message-exchange-point-and-mark): Rework last change to
8148         avoid using optional arg of exchange-point-and-mark, for backward
8149         compatibility.
8150
8151 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8152
8153         * message.el (message-exchange-point-and-mark):
8154         Call exchange-point-and-mark with an argument rather than setting
8155         mark-active by hand (Bug#5175).
8156
8157 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * nntp.el (nntp-service-to-port): Work for service expressed with
8160         numeric string; replace [:digit:] with [0-9] for XEmacs.
8161
8162 2009-12-17  Glenn Morris  <rgm@gnu.org>
8163
8164         * gnus-group.el (gnus-bug-group-download-format-alist):
8165         Change emacs entry to debbugs.gnu.org.  Bump :version.
8166
8167 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8170
8171 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * message.el (message-info): Explain why we use `Info-goto-node'.
8174
8175 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8178
8179 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8180
8181         * message.el (message-completion-in-region): New compatibility function.
8182         (message-expand-group): Use it.
8183
8184 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8187         with no unread article should be listed if the 2nd arg `predicate' is
8188         given.
8189
8190 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8193
8194 2009-11-29  Juri Linkov  <juri@jurta.org>
8195
8196         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8197         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8198         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8199
8200 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8201
8202         * sha1.el (sha1-string-external): default-directory "/" in case
8203         otherwise non-existent.  process-connection-type pipe for touch of
8204         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8205
8206 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8207
8208         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8209         it's comms related and sgml-mode.el has "comm" on that basis too.
8210
8211 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8214         containing tspecial characters if they have been already quoted.
8215
8216 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8217
8218         * dns-mode.el (auto-mode-alist): Purecopy string.
8219
8220 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8221
8222         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8223
8224 2009-10-24  Glenn Morris  <rgm@gnu.org>
8225
8226         * gnus-art.el (help-xref-stack-item): Define for compiler.
8227
8228 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8229
8230         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8231
8232 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8235
8236 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8239         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8240
8241 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8244         (gnus-overlays-in): New alias to overlays-in.
8245
8246         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8247         gnus-overlay-get, and gnus-delete-overlay.
8248         (gnus-summary-show-thread): Make it work as well for systems in which
8249         next-single-char-property-change is not available.
8250         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8251
8252         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8253         (gnus-overlay-get): New alias to extent-property.
8254         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8255
8256         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8257         SXEmacs.
8258
8259         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8260         SXEmacs.
8261
8262 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8265
8266 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8267
8268         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8269         and XEmacs that don't have `remove-overlays'.
8270
8271 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8272
8273         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8274         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8275         selective display.  Use overlays instead.
8276
8277 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8278
8279         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8280
8281 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8282
8283         * spam-stat.el (spam-stat-load): Fix typo in message.
8284
8285 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8286
8287         * dig.el (dig-invoke): Fix typo in docstring.
8288         (query-dig): Reflow docstring.
8289
8290 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8291
8292         * gnus-art.el (gnus-article-encrypt-body):
8293         * message.el (message-check-recipients):
8294         * mm-util.el (mm-codepage-setup):
8295         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8296         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8297
8298 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8299
8300         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8301         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8302         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8303         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8304         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8305
8306 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8307
8308         * dig.el: Add "Keywords: comm", as per net-utils.el.
8309
8310 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8311
8312         * dig.el (dig-mode): Use define-derived-mode.
8313
8314 2009-09-19  Glenn Morris  <rgm@gnu.org>
8315
8316         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8317
8318 2009-09-18  Glenn Morris  <rgm@gnu.org>
8319
8320         * gnus-diary.el (gnus-diary-check-message):
8321         * message.el (message-insert-formatted-citation-line):
8322         * nnbabyl.el (top-level):
8323         * nndiary.el (nndiary-schedule):
8324         Fix typos in condition-case handlers.
8325
8326 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8329         configuration that provides the sole article window in a frame;
8330         position point correctly after deleting a part.
8331
8332 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8333
8334         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8335         (spam-resolve-registrations-routine): Use it to unregister articles
8336         that change status.
8337
8338 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8341         with XEmacs.
8342         (parse-time-string-chars): Use it.
8343
8344 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8345
8346         * imap.el (imap-interactive-login): Better messages.
8347         (imap-open): Fix bug with renamed buffer on reconnect.
8348         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8349         for easier debugging and cleaner code.  On successful (guessed based on
8350         server capabilities) secondary authentication, set imap-state
8351         correctly.
8352         (imap-last-authenticator): Define imap-last-authenticator as a variable
8353         to avoid warnings.
8354
8355 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * nnrss.el (nnrss-request-article): Remove binding of
8358         default-enable-multibyte-characters that has gotten needless by
8359         the 2007-07-13 change in rfc2047-encode-message-header.
8360
8361         * mml.el (mml-insert-multipart): Error on the message header.
8362         (mml-insert-part): Error on the message header; position point at
8363         the end of a MIME tag.
8364
8365 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * time-date.el (autoload): Expand define-obsolete-function-alias into
8368         defalias and make-obsolete for old Emacsen that Gnus supports.
8369         (with-no-warnings): Define it for old Emacsen.
8370         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8371         is available.
8372         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8373         float-time is available; suppress compile warning for time-to-seconds.
8374
8375         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8376         (gnus-float-time): Alias to float-time if it exists.
8377
8378         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8379         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8380         float-time is available; suppress compile warning for time-to-seconds.
8381
8382         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8383         XEmacs.
8384
8385 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * imap.el (imap-message-map): Docstring fix.
8388
8389 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8392         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8393         Add the optional argument `encoding' that overrides the default.
8394
8395         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8396         mm-encode-buffer.
8397
8398 2009-09-04  Glenn Morris  <rgm@gnu.org>
8399
8400         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8401         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8402         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8403         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8404         * mm-util.el (mm-with-unibyte-current-buffer)
8405         (mm-find-buffer-file-coding-system):
8406         * yenc.el (yenc-decode-region): Use default-value rather than
8407         default-enable-multibyte-characters.
8408
8409 2009-09-03  Glenn Morris  <rgm@gnu.org>
8410
8411         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8412         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8413         than default-enable-multibyte-characters.
8414
8415 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8416
8417         * gnus-art.el (gnus-article-read-summary-keys):
8418         Fix gnus-buffer-configuration's value temporarily used.
8419
8420 2009-09-02  Glenn Morris  <rgm@gnu.org>
8421
8422         * gnus-util.el (gnus-float-time): New function.
8423         * gnus-delay.el (gnus-delay-article):
8424         * gnus-sum.el (gnus-thread-latest-date):
8425         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8426         * nnspool.el (nnspool-request-newgroups):
8427         Use gnus-float-time rather than time-to-seconds.
8428         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8429
8430         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8431         (gnus-header-subject-face, gnus-header-newsgroups-face)
8432         (gnus-header-name-face, gnus-header-content-face):
8433         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8434         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8435         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8436         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8437         (gnus-cite-face-11):
8438         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8439         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8440         (gnus-server-closed-face, gnus-server-denied-face)
8441         (gnus-server-offline-face):
8442         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8443         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8444         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8445         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8446         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8447         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8448         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8449         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8450         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8451         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8452         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8453         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8454         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8455         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8456         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8457         (gnus-summary-high-undownloaded-face)
8458         (gnus-summary-low-undownloaded-face)
8459         (gnus-summary-normal-undownloaded-face)
8460         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8461         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8462         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8463         (gnus-splash-face):
8464         * message.el (message-header-to-face, message-header-cc-face)
8465         (message-header-subject-face, message-header-newsgroups-face)
8466         (message-header-other-face, message-header-name-face)
8467         (message-header-xheader-face, message-separator-face)
8468         (message-cited-text-face, message-mml-face):
8469         * sieve-mode.el (sieve-control-commands-face)
8470         (sieve-action-commands-face, sieve-test-commands-face)
8471         (sieve-tagged-arguments-face):
8472         * spam.el (spam-face):
8473         Mark face aliases with "-face" in the name as obsolete.
8474
8475 2009-09-01  Glenn Morris  <rgm@gnu.org>
8476
8477         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8478         than goto-line.
8479
8480 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8483         Don't move point if the command is invoked inside the message header.
8484
8485 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8486
8487         * imap.el (imap-send-command): Simplify.
8488         (imap-wait-for-tag): point-max -> buffer-size.
8489
8490 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8491
8492         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8493         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8494         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8495         * nnir.el (nnir-swish-e-index-file):
8496         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8497         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8498         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8499         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8500         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8501         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8502
8503 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8506         Don't save excursion.
8507
8508 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8509
8510         * nnheader.el (nnheader-find-file-noselect):
8511         * mm-util.el (mm-insert-file-contents):
8512         Use (default-value 'major-mode) instead of default-major-mode.
8513
8514 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8515
8516         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8517
8518 2009-08-26  Glenn Morris  <rgm@gnu.org>
8519
8520         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8521         than placing in files.el.
8522
8523 2009-08-25  Glenn Morris  <rgm@gnu.org>
8524
8525         * nnir.el (top-level): Don't require cl at run-time.
8526         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8527         Replace cl-function substitute with gnus-replace-in-string.
8528         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8529         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8530         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8531         simplified expansions.
8532
8533 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8534
8535         * dig.el (dig): Add autoload cookie.
8536
8537 2009-08-22  Glenn Morris  <rgm@gnu.org>
8538
8539         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8540         goto-line.
8541
8542 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8543
8544         * parse-time.el (parse-time-string-chars): Save match data.
8545
8546 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8547
8548         * parse-time.el (parse-time-string-chars): Compute using character
8549         classes, to handle non-ascii characters (Bug#3190).
8550
8551 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8554
8555         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8556         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8557         (gnus-mm-display-part, gnus-mime-display-single)
8558         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8559         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8560
8561         * gnus-sum.el
8562         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8563         (gnus-summary-move-article): Add expirable mark to articles copied or
8564         moved to group that has auto-expire turned on if the option is non-nil.
8565
8566 2009-07-24  Glenn Morris  <rgm@gnu.org>
8567
8568         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8569         Fix typo.  (Bug#3903)
8570
8571 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8574         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8575         that should not be used for draft articles.
8576         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8577         that has no concern in minor mode keys.
8578         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8579         Abolish.
8580
8581 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8584         article without making inquiry to a user for unknown encoding.
8585
8586         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8587         (nnmaildir--scan): Assume i-node and device number that file-attributes
8588         returns might be cons-cell.
8589
8590         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8591
8592         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8593
8594 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8595
8596         * auth-source.el: Remove docs now in auth.texi.  Don't use
8597         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8598         `auth-source-hide-passwords' and use them.
8599
8600 2009-07-15  Glenn Morris  <rgm@gnu.org>
8601
8602         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8603
8604 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8607         excessive whitespace from the default values of title and description.
8608
8609 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8612         mail-fetch-field to fetch Content-Description header in order to
8613         exclude newlines.
8614
8615 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8616
8617         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8618         format used by GnuPG 2.0.11.
8619
8620 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8623         to deleted part.
8624
8625 2009-05-30  David Engster  <dengste@eml.cc>
8626
8627         * nnmairix.el: Remove old documentation in the commentary block.
8628         (nnmairix-request-group): Do not update active file for nnml back ends.
8629         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8630         end so that overview files are ignored.
8631         (nnmairix-update-groups): Make updating the groups more robust by using
8632         marks.
8633         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8634         with dollar characters in message-id.
8635
8636 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8639         2008-12-25 in dns.el.
8640
8641 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8642
8643         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8644         could happen if the text is only composed of spaces and/or tabs.
8645
8646 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8647
8648         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8649         when sending a queued message to avoid extra mml tags.
8650
8651 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8654
8655 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8658         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8659         rmail-toggle-header for XEmacs;
8660         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8661
8662 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-dired.el: Remove autoload for gnus-setup-message.
8665         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8666         displaying Gnus logo; always use compose-mail.
8667
8668 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8671
8672 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8675         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8676         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8677         available.
8678         (gnus-nocem-epg-verify): New function.
8679
8680 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8683
8684 2009-02-15  Glenn Morris  <rgm@gnu.org>
8685
8686         * gnus-util.el (rmail-insert-rmail-file-header)
8687         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8688         autoloads.
8689         (rmail-default-rmail-file): Remove unnecessary declaration.
8690         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8691
8692 2009-02-14  Glenn Morris  <rgm@gnu.org>
8693
8694         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8695         variable (only used in gnus-util, which declares it anyway).
8696         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8697         which was only needed by gnus-art (changed to not use it any more).
8698         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8699         only used in gnus-util, which autoloads it itself.
8700         (rmail-update-summary): Fix autoload.
8701
8702         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8703         rather than rmail-output-to-rmail-file.
8704
8705 2009-02-07  Glenn Morris  <rgm@gnu.org>
8706
8707         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8708         autoload of function that no longer exists.
8709         (rmail-toggle-header): Declare.
8710         (message-forward-rmail-make-body): Handle mbox Rmail.
8711
8712 2009-01-31  Glenn Morris  <rgm@gnu.org>
8713
8714         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8715         2009-01-09 change.
8716
8717 2009-01-31  Dave Love  <fx@gnu.org>
8718
8719         * imap.el (imap-fetch-safe): Bind debug-on-error.
8720         (imap-debug): Add imap-fetch-safe.
8721
8722 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8723
8724         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8725         (auth-source-forget-all-cached): New convenience function.
8726         (auth-source-user-or-password): Accept list of modes or a single mode.
8727
8728         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8729         auth-source modes.
8730
8731         * netrc.el (netrc-machine-user-or-password): Use list of
8732         auth-source modes.
8733
8734         * nnimap.el (nnimap-open-connection): Use list of
8735         auth-source modes.
8736
8737         * nntp.el (nntp-send-authinfo): Use list of
8738         auth-source modes.
8739
8740 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8741
8742         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8743         now.
8744
8745 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8748         coding system in XEmacs; add a workaround for XEmacs.
8749
8750         * lpath.el: Fbind coding-system-aliasee.
8751
8752 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8755         of current-language-environment.
8756
8757 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8760         available at runtime.
8761
8762 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8765
8766 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8767
8768         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8769         the greatest positive fixnum value doesn't work under an XEmacs with
8770         bignum support; use the most-positive-fixnum constant instead,
8771         available since Emacs 21.1 with cl and XEmacs 21.1.
8772
8773 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8776         XEmacs gets not to work.
8777
8778 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * mm-util.el (mm-coding-system-priorities): Allow the value like
8781         "Japanese (UTF-8)" of current-language-environment.
8782
8783 2009-01-09  Glenn Morris  <rgm@gnu.org>
8784
8785         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8786         with last-command-event.
8787
8788 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8791         in the doc string.
8792
8793         * message.el (message-fix-before-sending): Amend comment.
8794
8795 2009-01-08  Dave Love  <fx@gnu.org>
8796
8797         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8798
8799 2009-01-07  David Engster  <dengste@eml.cc>
8800
8801         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8802         simplified server definitions by converting it via
8803         gnus-server-to-method.
8804
8805 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8808         parameter's operands.
8809
8810 2009-01-06  David Engster  <dengste@eml.cc>
8811
8812         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8813         primary select method (for gnus-group-mark-article-as-read).
8814
8815 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8816
8817         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8818         `(gnus)Face', not `(gnus)X-Face'.
8819
8820 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * mm-util.el (mm-ucs-to-char): New function.
8823
8824         * mm-url.el (mm-url-decode-entities): Use it.
8825
8826         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8827         unicode-to-char.
8828
8829 2009-01-05  Dave Love  <fx@gnu.org>
8830
8831         * time-date.el: Require cl for `declare'.
8832
8833 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8836         Dave Love.
8837
8838 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * message.el (message-fix-before-sending): Add `eight-bit' to
8841         illegible-text check.
8842
8843 2009-01-03  Michael Olson  <mwolson@gnu.org>
8844
8845         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8846         `headers' is nil.  This can occur if the IMAP server does not have
8847         permissions to read messages from a folder, but can write new messages
8848         to the folder.
8849         (nnimap-request-article-part): Do not insert `data' if it is nil.
8850
8851         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8852         characters which will confuse `read', so skip past them.
8853
8854 2009-01-01  Dave Love  <fx@gnu.org>
8855
8856         * imap.el (imap-string-to-integer): Fix typo.
8857         (imap-fetch-safe): New function.
8858         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8859
8860         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8861
8862         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8863         (imap-parse-greeting): Fix doc strings.
8864         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8865         (imap-parse-flag-list): Make messages unique.
8866         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8867
8868         * nnimap.el: Fix author email.
8869         (nnimap-split-rule): Add FIXME comment.
8870         (nnimap-debug): Fix doc string.
8871
8872 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8875
8876 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8879         nslookup if resolv.conf isn't available.
8880         (dns-query): Rename from query-dns.
8881         (dns-query-cached): Rename from query-dns-cached.
8882
8883 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8886         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8887         to check if those variables exist (first appeared in Emacs 18.50).
8888
8889 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * mm-util.el (mm-line-number-at-pos): New function.
8892
8893         * spam-report.el (spam-report-process-queue): Use it.
8894
8895 2008-12-24  David Engster  <dengste@eml.cc>
8896
8897         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8898         parameters that haven't existed as variables as buffer-local variables.
8899
8900 2008-12-23  Dave Love  <fx@gnu.org>
8901
8902         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8903         cadar.
8904
8905         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8906         imap-starttls-p.
8907         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8908
8909 2008-12-22  Dave Love  <fx@gnu.org>
8910
8911         * imap.el: Fix author email.  Doc fixes.
8912         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8913         reply.
8914
8915 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * spam-report.el (spam-report-gmane-max-requests): New constant.
8918         (spam-report-gmane-wait): New variable.
8919         (spam-report-gmane-ham, spam-report-gmane-spam)
8920         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8921         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8922         the server.
8923
8924         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8925         Add explanations.
8926
8927         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8928         nnheader-accept-process-output and nnheader-read-timeout if available.
8929         (pop3-movemail): Use it.
8930
8931         * message.el (message-check-news-body-syntax): Fix signature check if
8932         there's an attachment.
8933
8934 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * mm-util.el: Add comments to the mm- emulating functions.
8937
8938 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8941         Reported by Stephen Berman <stephen.berman@gmx.net>.
8942
8943 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * mm-util.el (mm-substring-no-properties): New function.
8946         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8947         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8948         (mm-string-to-multibyte): Doc fix.
8949
8950         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8951
8952 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * mml.el (mml-attach-file): Strip text properties from file name.
8955         (Bug#1574)
8956
8957 2008-12-16  Glenn Morris  <rgm@gnu.org>
8958
8959         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8960
8961 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8964         knows since the charset specified might be a bogus alias that
8965         mm-charset-synonym-alist provides.
8966
8967 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8970         "ISO_8859-1".
8971
8972         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8973
8974 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * mm-util.el (mm-charset-eval-alist):
8977         Define it before mm-charset-to-coding-system.
8978         (mm-charset-to-coding-system): Add optional argument `silent';
8979         define it before mm-charset-override-alist.
8980         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8981         default value if it can be used in Emacs currently running;
8982         silence mm-charset-to-coding-system.
8983
8984 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8987         `allow-override' which says whether to use `mm-charset-override-alist'.
8988         (rfc2047-decode-encoded-words): Use it.
8989
8990         * mm-util.el (mm-charset-override-alist): Fix custom type;
8991         add `(gb2312 . gbk)' to choices.
8992
8993 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8996         fast.
8997
8998         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8999
9000         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9001
9002 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9003
9004         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9005         on links.
9006
9007         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9008
9009 2008-12-03  Lute Kamstra  <lute@gnu.org>
9010
9011         * sha1.el: Remove leading * from docstrings of defcustoms,
9012         deffaces, defconsts and defuns.
9013
9014 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9017         users' addresses that don't have domain parts.
9018         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9019         rather than message-narrow-to-head since there will be the message
9020         header separator.
9021
9022 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9023
9024         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9025         since the result is inserted in a unibyte buffer anyway.
9026         (nnimap-demule-use-string-to-multibyte): Remove.
9027         (nnimap-demule): Alias it to mm-string-to-multibyte.
9028
9029 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9032         variable for debugging bug#464 and bug#1174.
9033         (nnimap-demule): Use it.
9034
9035 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9038         score calculation correctly.
9039
9040 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9041
9042         * message.el (message-send-mail): Just set the buffer to unibyte
9043         rather than use mm-with-unibyte-current-buffer which does a lot more.
9044         (message-send-mail-partially): Don't bother with
9045         mm-with-unibyte-current-buffer since it's already been made unibyte by
9046         message-send-mail.
9047
9048 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9049
9050         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9051
9052 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9053
9054         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9055
9056 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9059         require itself and to remove `with-no-warnings'.
9060
9061 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9062
9063         * starttls.el (starttls-any-program-available): Get the name of the
9064         available TLS layer program.
9065         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9066         well as the host name in the "opening" message.
9067
9068         * auth-source.el (auth-source-cache, auth-source-do-cache)
9069         (auth-source-user-or-password): Cache passwords and logins by default,
9070         allow override with `auth-source-do-cache'.
9071         (auth-source-forget-user-or-password): Allow users to remove cache
9072         entries if needed.
9073
9074 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9075
9076         * md4.el (md4-buffer): Fix typo in docstring.
9077         (md4, md4-64): Doc fixes.
9078         (md4-pack-int32): Reflow docstring.
9079
9080 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9081
9082         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9083         condition-case to only the forward-sexp call.
9084
9085 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9088         quotes contained.  Make it more robust regardless by an extra
9089         condition-case wrapper.
9090
9091 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9094
9095 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * nnml.el (nnml-request-expire-articles): Check if the function set to
9098         `nnmail-expiry-target' returns the symbol `delete'.
9099
9100         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9101
9102         * nnmail.el (nnmail-expiry-target): Fix custom type.
9103
9104 2008-10-02  Glenn Morris  <rgm@gnu.org>
9105
9106         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9107         Silence compiler warning.
9108
9109 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9110
9111         * tls.el (open-tls-stream): Show the actual command being
9112         executed, instead of the format string.
9113
9114 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * lpath.el: Fbind codepage-setup for Emacs 23.
9117
9118 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9119
9120         * mml.el (mml-menu): Don't assume mml2015 is bound.
9121
9122 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9125         exists.
9126
9127 2008-09-27  Glenn Morris  <rgm@gnu.org>
9128
9129         * gnus-util.el (mail-header-remove-comments): Autoload it.
9130
9131 2008-09-27  Andreas Schwab  <schwab@suse.de>
9132
9133         * gnus-util.el (gnus-split-references): Strip comments.
9134         (gnus-parent-id): Likewise.
9135
9136 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * message.el (message-confirm-send): Fix version.
9139
9140 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * message.el (message-idna-to-ascii-rhs-1): Use
9143         mail-extract-address-components rather than mail-header-parse-addresses
9144         that is an alias by default to ietf-drums-parse-addresses that does not
9145         support non-ASCII names in headers' contents.
9146
9147 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9148
9149         * message.el (message-confirm-send): Fix variable documentation to
9150         avoid the "y/n" wording.
9151
9152 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9153
9154         * message.el (message-set-auto-save-file-name): Save to a different
9155         filename so multiple messages (especially drafts) can be recovered.
9156
9157 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9158
9159         * message.el (message-confirm-send): Add appropriate version.
9160
9161 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9162
9163         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9164         defvar.
9165
9166 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9167
9168         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9169         (mm-pkcs7-enveloped-magic): Ditto.
9170
9171 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9172
9173         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9174         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9175
9176 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9177
9178         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9179         default, it's better.
9180
9181 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9182
9183         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9184         summary line gnus-number property and ignore them (with a warning
9185         message).
9186
9187 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9190         macro caddr in the interactive form since it won't be expanded.
9191
9192 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9195         `charset'; fix name of function called recursively.
9196         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9197
9198 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9201         (gnus-mime-set-charset-parameters): New function.
9202         (gnus-mime-view-part-as-charset): Use it to correctly display part
9203         specifying wrong charset.
9204
9205 2008-09-08  David Engster  <dengste@eml.cc>
9206
9207         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9208         in completing-read for back end server.
9209
9210 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9211
9212         * message.el (message-confirm-send): New variable to confirm sending a
9213         message.
9214         (message-send): Use it.
9215
9216 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9217
9218         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9219
9220 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9223
9224 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9225
9226         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9227         prevent tracking too many groups.
9228         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9229         Use it.
9230
9231 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9232
9233         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9234         moving point to the bottom of the window in order to avoid recentering.
9235
9236 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9239
9240         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9241         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9242         (gnus-article-beginning-of-window): Fix calculation.
9243
9244 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-msg.el (gnus-summary-supersede-article)
9247         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9248         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9249         message header.
9250
9251 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9252
9253         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9254         pending output coming after the status change.
9255
9256 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9257
9258         * message.el:
9259         * gnus-start.el:
9260         * gnus-registry.el: Remove VMS support.
9261
9262 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9265         macro.
9266         (rfc2104-hash): Use it.
9267
9268 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9271         (gnus-summary-sort-by-most-recent-date): New commands.
9272         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9273         and menu entries.
9274
9275 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9278         don't redisplay article for raw contents; remove plural articles stuff.
9279
9280         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9281         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9282         on gnus-summary-save-article; display results properly.
9283
9284 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * lpath.el: No need to fbind ns-focus-frame.
9287
9288 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9291
9292 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-art.el (gnus-summary-save-in-pipe):
9295         Consider gnus-save-all-headers.
9296
9297 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9298
9299         * gnus-util.el (ns-focus-frame): Remove declaration.
9300         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9301         like x.
9302
9303 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9304
9305         * rfc2104.el (rfc2104-zero): Delete defconst.
9306         (rfc2104-hex-alist): Likewise.
9307         (rfc2104-hex-to-int): Delete func.
9308         (rfc2104-hexstring-to-bitstring): Likewise.
9309         (rfc2104-nybbles): New defconst.
9310         (rfc2104-hash): Rewrite for speed.
9311
9312 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * tls.el (open-tls-stream): Make it work with the 2nd argument
9315         BUFFER that is a string but does not exist as a buffer object, as
9316         mentioned in the doc-string.
9317
9318 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9321         SXEmacs.
9322
9323 2008-07-16  Glenn Morris  <rgm@gnu.org>
9324
9325         * gnus-util.el (ns-focus-frame): Declare for compiler.
9326
9327 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9330         set as a group parameter.
9331         (gnus-summary-save-in-pipe): Work when it is called independently.
9332         (gnus-summary-pipe-to-muttprint): Don't modify
9333         gnus-summary-pipe-output-default-command.
9334
9335 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9336
9337         * message.el (message-send-mail-with-sendmail):
9338         Display the error message.
9339
9340 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el (gnus-default-article-saver):
9343         Add gnus-summary-save-in-pipe to choices.
9344         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9345         gnus-summary-pipe-output-default-command as the default command.
9346         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9347         instead of gnus-last-shell-command.
9348
9349         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9350         New user option.
9351         (gnus-summary-muttprint-program): Mention the value will be changed.
9352         (gnus-summary-save-article): Force showing of all headers.
9353         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9354
9355 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9356
9357         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9358
9359 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9360
9361         * nnimap.el (nnimap-id):
9362         * sieve-manage.el (sieve-manage-open): Doc fixes.
9363
9364 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9365
9366         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9367         if available.
9368
9369 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9370
9371         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9372
9373         * nnkiboze.el (nnkiboze-generate-group):
9374         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9375
9376         * nnmairix.el: Require CL.
9377
9378 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * dgnushack.el: Autoload get-display-table and put-display-table for
9381         XEmacs 21.5.
9382
9383         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9384         21.4 and SXEmacs.
9385
9386 2008-06-15  David Engster  <dengste@eml.cc>
9387
9388         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9389
9390 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9391
9392         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9393         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9394         runtime choice under XEmacs.
9395
9396         * gnus-sum.el (gnus-summary-set-display-table):
9397         Use `gnus-put-display-table', `gnus-get-display-table',
9398         `gnus-set-display-table' for the display table, instead of `aset'.
9399
9400         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9401         Use `gnus-put-display-table', `gnus-get-display-table',
9402         `gnus-set-display-table' for the display table.
9403
9404 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * nnmairix.el: Add autoloads.
9407
9408 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * nnmairix.el (nnmairix-delete-recreate-group)
9411         (nnmairix-update-and-clear-marks): Fix error messages.
9412
9413 2008-06-14  David Engster  <dengste@eml.cc>
9414
9415         * nnmairix.el: Upgrade to version 0.6.
9416         (nnmairix-group-toggle-propmarks-this-group)
9417         (nnmairix-group-toggle-readmarks-this-group)
9418         (nnmairix-group-delete-recreate-this-group)
9419         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9420         (nnmairix-remove-tick-mark-original-article): New commands.
9421         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9422         (nnmairix-propagate-marks-to-nnmairix-groups)
9423         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9424         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9425         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9426         functions needed for marks propagation and manipulation of read marks.
9427         (nnmairix-update-groups): New function.
9428         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9429         (nnmairix-determine-original-group-from-registry)
9430         (nnmairix-determine-original-group-from-path)
9431         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9432         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9433         New helper functions.
9434         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9435         keystrokes for new commands.
9436         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9437         (nnmairix-request-group): Check allow-fast group parameter.
9438         (nnmairix-request-create-group): Set allow-fast group parameter if
9439         nnmairix-allowfast-default is set.
9440         (nnmairix-close-group): Propagate marks upon closing if needed.
9441         (nnmairix-group-toggle-threads-this-group): Use new.
9442         nnmairix-group-toggle-parameter helper function.
9443         (nnmairix-search): Better check for empty search result.
9444         (nnmairix-goto-original-article): Use new helper functions for
9445         determining original article.
9446         (nnmairix-show-original-article): Make sure message-id is in brackets.
9447         (nnmairix-call-mairix-binary): Change variable name.
9448         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9449         helper function.
9450         (nnmairix-widget-toggle-activate): Fix doc string.
9451
9452 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * nnir.el: Require edmacro when compiling with XEmacs.
9455         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9456         available in Emacs 21.
9457
9458 2008-06-11  Glenn Morris  <rgm@gnu.org>
9459
9460         * gnus-util.el (x-focus-frame):
9461         * gnus.el (image-size):
9462         * mm-decode.el (image-size): Declare.
9463
9464         * gnus-picon.el (declare-function): Add compat definition.
9465         (image-size): Declare.
9466
9467         * gnus-group.el (tool-bar-map):
9468         * gnus-sum.el (tool-bar-map): Define for compiler.
9469
9470         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9471
9472         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9473
9474         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9475         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9476         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9477         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9478         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9479         * sieve-manage.el, spam-report.el, spam.el:
9480         Remove unnecessary eval-and-compile of autoloads.
9481
9482 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9483
9484         * auth-source.el: Precise Tramp doc.
9485
9486 2008-06-07  Glenn Morris  <rgm@gnu.org>
9487
9488         * nnmairix.el: Remove unnecessary eval-when-compile.
9489
9490 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * lpath.el: Fbind propertize for XEmacs 21.4.
9493
9494 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * nnir.el: Move here from ../contrib.
9497
9498 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9499
9500         * gnus-util.el (gnus-read-shell-command): New function.
9501         * mm-decode.el (mm-pipe-part):
9502         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9503
9504 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9507
9508 2008-06-03  Glenn Morris  <rgm@gnu.org>
9509
9510         * pop3.el (nnheader-accept-process-output): Autoload it.
9511
9512 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9515         are not 2-digit hexadecimal characters that follow `%'s.
9516
9517 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * message.el (message-bogus-recipient-p): Fix type in doc string.
9520         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9521         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9522         Improve custom options.
9523         (message-bogus-recipient-p): Adjust accordingly.
9524
9525 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9526
9527         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9528         long-form month and day names.
9529
9530 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * dgnushack.el: Autoload debug, eudc-expand-inline and
9533         pgg-snarf-keys-region for XEmacs.
9534
9535         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9536
9537         * nnmairix.el: Require edmacro when compiling with XEmacs.
9538
9539 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9542         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9543
9544 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * auth-source.el: Add more docs.
9547
9548         * netrc.el (netrc-machine): Always match if the port is not given.
9549
9550 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9553         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9554         retrieval faster in some cases, but might make CPU usage larger.
9555         If this has any bad side effects, we might revert this change.
9556
9557         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9558         seems to make mail retrieval much, much faster.
9559         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9560         unconditionally.
9561
9562         * gnus-draft.el (gnus-group-send-queue):
9563         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9564
9565 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9568
9569         * message.el (message-bogus-address-regexp): Fix and improve custom
9570         type.
9571         (message-setup-hook): Add message-check-recipients as custom option.
9572
9573 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * message.el (message-cite-function): Remove bogus autoload which crept
9576         in during merge from v5-10.
9577
9578 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9579
9580         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9581
9582         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9583
9584         * auth-source.el: Preliminary Tramp docs.
9585         (auth-sources): Change the default auth-sources to use
9586         EPA .gpg files.
9587
9588 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9589
9590         * nntp.el: Autoload `auth-source-user-or-password'.
9591         (nntp-send-authinfo): Use it.
9592
9593         * nnimap.el: Autoload `auth-source-user-or-password'.
9594         (nnimap-open-connection): Use it.
9595
9596         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9597         for the gnus-message function.
9598         (auth-source-user-or-password): Use it.
9599
9600 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9601
9602         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9603         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9604         (rfc2104-hash): Use it.
9605
9606 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9607
9608         * gnus-art.el (gnus-article-toggle-truncate-lines):
9609         Don't use `iff' in docstring.
9610
9611 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9612
9613         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9614
9615         * gnus-util.el (gnus-extract-address-component-name)
9616         (gnus-extract-address-component-email): Convenience functions around
9617         `gnus-extract-address-components'.
9618
9619         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9620         Use `gnus-extract-address-component-email' to fix bug of comparing full
9621         sender name to `user-mail-address'.
9622
9623 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9624
9625         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9626         catch/throw to optimize.
9627         (gnus-registry-find-keywords): Just use member to find a keyword.
9628
9629 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9630
9631         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9632         is current before calling gnus-server-prepare.
9633         (gnus-server-setup-buffer, gnus-server-update-server)
9634         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9635
9636 2008-05-04  Juri Linkov  <juri@jurta.org>
9637
9638         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9639         (mailcap-file-default-commands): Use mailcap-replace-in-string
9640         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9641         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9642
9643 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9644
9645         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9646
9647 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9648
9649         * gnus.el: Bump version to 0.11.
9650
9651 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9652
9653         * gnus.el: No Gnus v0.10 is released.
9654
9655 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9658         hooks.
9659         (gnus-update-read-articles): Speed up non-marks-using users.
9660         (gnus-use-marks): Define gnus-use-marks.
9661         (gnus-propagate-marks): Rename variable to something more sensible.
9662
9663 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9664
9665         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9666         (gmm-image-load-path-for-library): Fix typos in docstrings.
9667         (gmm-message): Reflow docstring.
9668
9669 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9670
9671         * mail-source.el (mail-source-set-1, mail-source-bind):
9672         Move auth-source code out of the macro to clean it up and fix bugs.
9673
9674 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9675
9676         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9677         by sender if it's equal to user-mail-address, it's likely to be
9678         useless.
9679
9680         * mail-source.el (mail-source-bind): Don't use user or password if they
9681         are not bound.  Unintern them if they are nil.  Don't use server unless
9682         it's bound, and default it to empty string otherwise.
9683
9684 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9685
9686         * mail-source.el: Load auth-source.el.
9687         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9688         get user name or password, if auth-sources is set up.
9689
9690         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9691         strategy of splitting with parent.
9692         (gnus-registry-split-fancy-with-parent)
9693         (gnus-registry-post-process-groups): Use it and fix prior
9694         bug (returning a list as the split result).
9695
9696         * auth-source.el (auth-sources): Remove server parameter.
9697         (auth-source-pick, auth-source-user-or-password)
9698         (auth-source-user-or-password-imap)
9699         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9700         (auth-source-user-or-password-sftp)
9701         (auth-source-user-or-password-smtp): Remove server parameter.
9702
9703 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9704
9705         * smime.el (smime-sign-region, smime-encrypt-region)
9706         (smime-decrypt-region):
9707         Remove redundant calls to `generate-new-buffer-name'.
9708
9709 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9710
9711         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9712         Don't use QP for message/rfc822.
9713         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9714
9715 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9716
9717         * sieve-manage.el (sieve-string-bytes): Remove.
9718         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9719         correct byte-length only if the process's coding-system is the same as
9720         the one used internally by Emacs to represent strings.
9721
9722 2008-04-22  Juri Linkov  <juri@jurta.org>
9723
9724         * mailcap.el (mailcap-file-default-commands): New function.
9725
9726 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * message.el (message-signature-separator, message-cite-function):
9729         Change custom version.
9730
9731 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9732
9733         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9734         commands.
9735         (tls-checktrust): Ditto.
9736
9737 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * mm-decode.el (mm-display-external): Make temp file read-only.
9740
9741 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9744         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9745         `C-c C-f d'.
9746
9747 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9748
9749         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9750
9751 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus.el: Bump version to 0.9.
9754
9755 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * gnus.el: No Gnus v0.8 is released.
9758
9759 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9760
9761         * mail-source.el (mail-source-value):
9762         Prefer fboundp to functionp so it works with macros as well.
9763
9764 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9765
9766         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9767         Fix last change in case the element is not even a symbol.
9768
9769 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9770
9771         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9772         Prefer fboundp to functionp so it works with macros as well.
9773
9774 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9775
9776         * auth-source.el: Add docs.
9777         (auth-sources): Modify format to support server.
9778         (auth-source-pick, auth-source-user-or-password)
9779         (auth-source-user-or-password-imap)
9780         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9781         (auth-source-user-or-password-sftp)
9782         (auth-source-user-or-password-smtp): Add server parameter.
9783
9784 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9785
9786         * gnus-registry.el: Initialize the registry when gnus-registry-install
9787         is t.
9788
9789 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * compface.el (uncompface): Make buffer unibyte.
9792
9793 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9794
9795         * mail-source.el (mail-source-value):
9796         Prefer fboundp to functionp so it works with macros as well.
9797
9798 2008-04-05  Glenn Morris  <rgm@gnu.org>
9799
9800         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9801
9802 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9803
9804         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9805         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9806
9807         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9808         multibyteness after rather than before erasing it.
9809
9810         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9811         mm-with-multibyte.
9812         (gnus-request-article-this-buffer): Make sure the proper decoding is
9813         used if gnus-original-article-buffer happens to be unibyte.
9814
9815         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9816         default-enable-multibyte-characters.
9817
9818         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9819         default-enable-multibyte-characters.
9820
9821         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9822
9823         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9824
9825 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9826
9827         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9828         Fix last change in case the element is not even a symbol.
9829
9830 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9831
9832         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9833         (imap-message-copyuid-1): Use it.
9834         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9835         J. Williams in
9836         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9837
9838         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9839         imap-enable-exchange-bug-workaround.
9840         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9841
9842 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9843
9844         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9845         a 100 byte status-checks into a 2-3MB transfer for each group.
9846         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9847         to enable bug workaround or not.
9848         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9849
9850 2008-03-31  Glenn Morris  <rgm@gnu.org>
9851
9852         * message.el (mml2015-use): Declare for compiler.
9853         (message-info): Require mml2015 when appropriate.
9854
9855 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9858         whitespace.
9859
9860 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9861
9862         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9863         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9864         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9865         (nntp-service-to-port): New function.
9866         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9867         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9868         (nntp-open-netcat-stream): New function.
9869         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9870
9871 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9872
9873         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9874
9875 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9876
9877         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9878
9879 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9880
9881         * dns.el (dns-write): Use set-buffer-multibyte.
9882
9883 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9884
9885         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9886
9887 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * message.el (message-signature-separator): Change default.
9890         Improve custom type.
9891         (message-cite-function): Change default to
9892         message-cite-original-without-signature.
9893
9894         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9895         toggle.
9896
9897         * message.el (message-check-news-body-syntax): Fix signature check.
9898         (message-setup-1): Mark buffer as unmodified _after_ running
9899         message-setup-hook and handling message-alternative-emails.
9900         (message-shorten-references): Be more strict when building list of
9901         valid references to comply with GNKSA.
9902
9903         * gnus-group.el (gnus-read-ephemeral-bug-group)
9904         (gnus-read-ephemeral-debian-bug-group)
9905         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9906
9907         * message.el (message-info): Don't use booleanp which isn't supported
9908         in Emacs 21 and XEmacs.
9909
9910 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9913         gnus-group-gmane-group-download-format.
9914         (gnus-group-read-ephemeral-gmane-group): Rename from
9915         gnus-group-read-ephemeral-gmane-group.
9916         (gnus-read-ephemeral-gmane-group-url): Rename from
9917         gnus-group-read-ephemeral-gmane-group-url.
9918         (gnus-bug-group-download-format-alist): New variable.
9919         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9920         (gnus-read-ephemeral-emacs-bug-group): New commands.
9921
9922 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9925         (gnus-visible-headers): Improve custom type.
9926
9927 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * mml.el (mml-menu): Add workarounds for XEmacs.
9930
9931         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9932         X-Boundary header.
9933
9934         * message.el (message-simplify-recipients): Fix previous commit.
9935
9936 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9937
9938         * mm-util.el (mm-set-buffer-multibyte): New function.
9939         * mm-decode.el (mm-copy-to-buffer): Use it.
9940
9941         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9942         Prefer fboundp to functionp so it works with macros as well.
9943
9944 2008-03-19  Glenn Morris  <rgm@gnu.org>
9945
9946         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9947         Accidentally removed in the sync process with Emacs.
9948
9949 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * message.el (message-alter-recipients-discard-bogus-full-name):
9952         New function.
9953         (message-alter-recipients-function): New variable.
9954         (message-get-reply-headers): Use it.
9955         (message-replace-header): New helper function.
9956         (message-recipients-without-full-name): New variable.
9957         (message-simplify-recipients): New command.
9958
9959         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9960
9961         * message.el (message-info): Handle EasyPG manual.
9962
9963         * mml.el (mml-menu): Add entry for EasyPG.
9964
9965 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9966
9967         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9968         parameter.
9969
9970         * message.el (message-disassociate-draft): Specify drafts group name
9971         fully.
9972
9973 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9976         Eliminate unnecessary duplicates from the match list.
9977
9978 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9981
9982         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9983
9984         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9985         args of `how-many' of which the XEmacs version doesn't take; declare
9986         Info-index-next as function.
9987
9988 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-score.el (gnus-score-headers): Fix handling of
9991         gnus-inhibit-slow-scoring.
9992
9993         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9994         string.
9995         (gnus-button-url-regexp): Improve handling of parenthesis.
9996         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9997         (gnus-button-handle-info-keystrokes): Handle index entries.
9998
9999 2008-03-15  Glenn Morris  <rgm@gnu.org>
10000
10001         * parse-time.el (parse-time-string): Simplify.
10002
10003 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10006         Incoming* files.
10007
10008 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10009
10010         * auth-source.el (auth-sources): Rename from auth-source-choices.
10011         (auth-source-pick): Use it.
10012
10013 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10014
10015         * binhex.el (binhex-decode-region-internal):
10016         * uudecode.el (uudecode-decode-region-internal):
10017         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10018         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10019         setting default-enable-multibyte-characters.
10020
10021 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10022
10023         * auth-source.el (auth-source-protocols)
10024         (auth-source-protocols-customize, auth-source-choices): Add and
10025         modified variable customizations and defaults.
10026         (auth-source-pick, auth-source-user-or-password)
10027         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10028         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10029         (auth-source-user-or-password-sftp)
10030         (auth-source-user-or-password-smtp): Use new variables and provide an
10031         interface to netrc.el.
10032
10033 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10036         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10037         Make sure the nntp port to specify is a string.
10038
10039 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10040
10041         * nntp.el: Use with-current-buffer.
10042         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10043         dubious mm-with-unibyte-current-buffer.
10044         (nntp-with-open-group-function): New function extracted from
10045         nntp-with-open-group macro.
10046         (nntp-with-open-group): Use the function, so it's easier to debug.
10047         Add indentation and debugging info.
10048         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10049         Recommend the use of the netcat alternatives.
10050
10051         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10052         Avoid mm-string-as-multibyte as well.
10053
10054         * nnweb.el (nnweb-insert-html):
10055         Remove use of nnheader-string-as-multibyte.
10056
10057         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10058         (nnheader-string-as-multibyte): Remove.
10059
10060         * mm-view.el: Use inhibit-read-only.
10061         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10062         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10063         or unibyte-string.
10064
10065         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10066         (mm-uu-yenc-extract): Use with-current-buffer.
10067
10068         * gnus-soup.el (gnus-soup-send-packet): Don't use
10069         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10070
10071         * nnmh.el: Use with-current-buffer.
10072         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10073         mm-string-as-multibyte on the output of mm-encode-coding-string.
10074
10075         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10076         (nnimap-request-move-article): Use with-current-buffer.
10077
10078         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10079         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10080         conversion uses string-make-unibyte rather than string-as-unibyte.
10081
10082         * gnus-msg.el: Use with-current-buffer.
10083
10084         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10085
10086 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10087
10088         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10089         string for caching if it is 'PIN.
10090
10091 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * lpath.el: Consider the case without Emacs/W3.
10094
10095 2008-03-08  Glenn Morris  <rgm@gnu.org>
10096
10097         * time-date.el (date-to-time, time-subtract, time-add)
10098         (safe-date-to-time): Doc fixes.
10099
10100 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * mail-source.el (mail-source-delete-old-incoming-confirm):
10103         Change default to nil.
10104         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10105
10106 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * lpath.el: Rearrange.
10109
10110         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10111         (gnus-article-goto-prev-page): Work for articles having ^L's.
10112
10113         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10114
10115         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10116
10117 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10118
10119         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10120         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10121         (gnus-bookmark-jump): Adjust some variable names.
10122
10123 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10124
10125         * auth-source.el: New package.
10126         (auth-source-choices): Add customization entry point variable.
10127
10128         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10129         bug.
10130
10131 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10132
10133         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10134         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10135         (gnus-registry-install-shortcuts): Rename from
10136         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10137         the `gnus-registry-mark-map' keymap dynamically from
10138         `gnus-registry-marks'.  The generated functions update the summary line
10139         when a registry mark is added or deleted, and will call
10140         `gnus-registry-install-p' (see the comments in the code).
10141         (gnus-registry-user-format-function-M): Use concat intelligently.
10142
10143         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10144         the registry mark functions.
10145
10146 2008-03-05  Glenn Morris  <rgm@gnu.org>
10147
10148         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10149         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10150         gnus-art.
10151         (top-level): No need to load own source when compiling.
10152
10153 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10156         Suggested by <chris.anderton@zetnet.co.uk>.
10157
10158 2008-03-04  Glenn Morris  <rgm@gnu.org>
10159
10160         * gnus-sum.el (top-level): No need to require gnus when compiling,
10161         since unconditionally required near start of file.
10162         (gnus-summary-display-while-building): Move definition before use.
10163
10164 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * gnus-registry.el (gnus-registry-user-format-function-M):
10167         Add formatting function.
10168
10169 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10170
10171         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10172         with plists.
10173         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10174         Use new format.
10175
10176 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10179         `where-is-internal' that returns a range of key sequences.
10180
10181 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10182
10183         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10184
10185         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10186         (gnus-summary-jump-to-group): Consider windows on other displayed
10187         frames as well.  Similar changes might be needed elsewhere, but that's
10188         the one I've bumped into during my use.
10189
10190         * nndoc.el (nndoc-oe-dbx-type-p):
10191         * gnus-msg.el (gnus-debug):
10192         * gnus-group.el (gnus-update-group-mark-positions):
10193         Use mm-string-to-multibyte.
10194
10195 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10198         doesn't handle NotDashEscaped.
10199
10200         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10201         (mml-dnd-attach-options): Fix typo in custom choice.
10202
10203         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10204         Change nndoc-article-type to mbox.
10205         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10206
10207         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10208         to nil, instead of html2text.
10209
10210         * imap.el (imap-debug): Add `imap-ping-server'.
10211
10212         * gnus-bookmark.el: Add FIXMEs.
10213
10214         * message.el (message-form-letter-separator)
10215         (message-send-form-letter-delay): New variables.
10216         (message-send-form-letter): Use them.  New command to send form
10217         letters.  Requested by Uwe Siart.
10218         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10219
10220 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * Update copyright years.
10223
10224 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         Sync from EMACS_22_BASE.
10227
10228         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10229
10230 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10231
10232         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10233         empty author.
10234
10235 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10236
10237         * gnus-registry.el (gnus-registry-marks): Add variable for
10238         customization of marks and their appearance.
10239         (gnus-registry-read-mark): Use it.
10240         (gnus-registry-do-marks): Add utility function to loop through
10241         `gnus-registry-marks'.
10242         (gnus-registry-install-shortcuts-and-menus): Add function to install
10243         shortcuts and menus.
10244         (gnus-registry-initialize): Use it.
10245         (gnus-registry-default-mark): Clarify documentation.
10246
10247 2008-02-29  Glenn Morris  <rgm@gnu.org>
10248
10249         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10250         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10251         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10252         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10253         Change defcustom :version from 23.0 to 23.1.
10254
10255 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10256
10257         * gnus-registry.el (gnus-registry-follow-group-p)
10258         (gnus-registry-post-process-groups): Add functions to aid registry
10259         splitting and improve logging.  Clarify behavior in function
10260         documentation.
10261         (gnus-registry-split-fancy-with-parent): Use them.
10262
10263 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10264
10265         * gnus-art.el: Use with-current-buffer.
10266
10267 2008-02-27  David Engster  <dengste@eml.cc>
10268
10269         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10270         Express real group name in the response.
10271
10272 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10275         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10276         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10277         autoload gnus-registry-fetch-group when compiling.
10278         (nnmairix-request-group-with-article-number-correction):
10279         Remove unreferenced argument passed to nnmairix-call-backend.
10280
10281 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10284         (mm-uu-extract): Improve face for low color ttys.
10285         Reported by Sascha Wilde.
10286
10287 2008-02-27  Glenn Morris  <rgm@gnu.org>
10288
10289         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10290         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10291         variables to defconsts.  Convert comments to doc-strings.
10292         (nnmairix-last-server, nnmairix-current-server): Convert from free
10293         variables to defvars.  Convert comments to doc-strings.
10294         (gnus-registry-fetch-group): Autoload.
10295         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10296         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10297         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10298         caddr.
10299         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10300         nnmairix-request-group-with-article-number-correction call.
10301         (nnmairix-fast, nnmairix-group): New, less general names, for free
10302         variables passed from nnmairix-request-group to
10303         nnmairix-request-group-with-article-number-correction.  Declare.
10304         (nnmairix-request-group-with-article-number-correction):
10305         Use nnmairix-fast, nnmairix-group rather than fast, group.
10306
10307 2008-02-26  David Engster  <dengste@eml.cc>
10308
10309         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10310         version 0.5.
10311
10312 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10313
10314         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10315         instead of making an extra function call.  Don't add the current group
10316         to articles only when they have the group.  Use
10317         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10318         Reported by David <de_bb@arcor.de>.
10319
10320 2008-02-24  Miles Bader  <miles@gnu.org>
10321
10322         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10323         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10324         (mm-find-mime-charset-region):
10325         * mm-bodies.el (mm-encode-body):
10326         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10327
10328 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10331         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10332
10333 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * mail-source.el (mail-source-delete-incoming): Change default.
10336         Supplement doc string.
10337
10338         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10339
10340 2008-02-14  Glenn Morris  <rgm@gnu.org>
10341
10342         * time-date.el (format-seconds): New function.
10343
10344 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10345
10346         * nnmail.el (nnmail-message-id-cache-file): Derive from
10347         `gnus-home-directory'.
10348
10349 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10352         Document negative prefix.
10353
10354         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10355
10356 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * message.el (message-unsent-separator): Add the Exim bounce
10359         separator.
10360
10361 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10362
10363         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10364         list.
10365         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10366         recipient/signer list.
10367
10368 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * Makefile.in (datarootdir): Define.
10371         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10372         name that might contain whitespace.
10373
10374 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10377         fbound (Emacs 23 unicode), signal an error.
10378
10379 2008-02-08  Glenn Morris  <rgm@gnu.org>
10380
10381         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10382
10383 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10384
10385         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10386         ports to the calls to `netrc-machine-user-or-password' in addition to
10387         "imap" and "imaps".
10388
10389 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10390
10391         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10392
10393         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10394
10395 2008-02-01  Kenichi Handa  <handa@m17n.org>
10396
10397         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10398         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10399         (rfc2104-hash): Convert the result of concat to unibyte string.
10400
10401 2008-02-01  Dave Love  <fx@gnu.org>
10402
10403         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10404         coding-system-for-read.
10405         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10406
10407 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10410         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10411         <hanche@math.ntnu.no>.
10412
10413 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10416
10417         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10418
10419 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10420
10421         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10422         * message.el (message-beginning-of-line): Use featurep instead of bound
10423         tests in order to resolve conditionals at compile time.
10424
10425 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10426
10427         * mail-source.el (mail-sources): Add `group' choice.
10428
10429         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10430         parameter `in-group' to control into which group the articles go.
10431         Add treatment of `group' mail-source.
10432
10433 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10436
10437         * mm-decode.el (mm-dissect-buffer): Decode description.
10438
10439         * mml.el (mml-to-mime): Encode message header first.
10440
10441 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10444         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10445
10446         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10447         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10448
10449 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10450
10451         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10452
10453 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10456         prefix keys.
10457         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10458         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10459         gnus-xmas.el.
10460
10461         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10462         (gnus-xmas-article-describe-bindings): New function.
10463         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10464         gnus-xmas-article-describe-bindings.
10465
10466         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10467
10468 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10469
10470         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10471         Add new variables for article mark management.
10472         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10473         list of extra data entries which, when present, will indicate that the
10474         article ID should not be trimmed from the registry.
10475         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10476         functions.
10477         (gnus-registry-read-mark): New function to read a mark name from the
10478         user.
10479         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10480         (gnus-registry-set-article-mark-internal): New functions to add and
10481         remove marks.
10482         (gnus-registry-get-article-marks): New function to show the marks for
10483         an article, or retrieve them for further use.
10484
10485 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10488         keys when no argument is given.
10489
10490 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * imap.el (imap-ping-server): New variable.
10493         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10494         (imap-ping-server): Minor doc string fixes.
10495
10496 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10497
10498         * imap.el (imap-ping-server): New function.
10499         (imap-opened): Call imap-ping-server.
10500
10501 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-sum.el (gnus-article-sort-by-random)
10504         (gnus-thread-sort-by-random): Fix doc strings.
10505         Reported by jidanni@jidanni.org.
10506
10507 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (gnus-article-describe-bindings): New function.
10510         (gnus-article-read-summary-keys): Use it.
10511         (gnus-article-mode-map): Bind `C-h b' to it.
10512
10513 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10516         XEmacs.
10517         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10518         Protect against non-character events.
10519
10520         * lpath.el: Fbind map-keymap for Emacs 21.
10521
10522 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10525         New command.
10526         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10527         instead of END.  Change name of the temp file.
10528         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10529         customizable.
10530
10531 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10534         bind `S W' to gnus-article-wide-reply-with-original; set default
10535         binding to gnus-article-read-summary-send-keys.
10536         (gnus-article-read-summary-keys): Fix the order of keys; display
10537         continuation keys correctly in the echo area; describe bindings
10538         correctly when keys end with `C-h'.
10539         (gnus-article-read-summary-send-keys): New function.
10540         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10541         Work for gnus-article-read-summary-send-keys; display continuation keys
10542         correctly in the echo area.
10543         (gnus-article-reply-with-original): Ignore prefix argument.
10544         (gnus-article-wide-reply-with-original): New function.
10545
10546         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10547         Emacs 21.
10548
10549 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10552         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10553
10554 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10557         (gnus-group-read-ephemeral-gmane-group): New command.
10558
10559 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10560
10561         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10562
10563 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * message.el (message-send-mail-function): Increase custom version.
10566
10567         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10568         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10569
10570 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10571
10572         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10573         for the cases where imap-authenticate is called with a nil buffer
10574         parameter.
10575
10576 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10579         html parts correctly; support forwarded messages.
10580         (gnus-article-browse-html-article): Remove work buffers.
10581
10582         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10583         compiling.
10584         (netrc-bound-and-true-p): New macro.
10585         (netrc-parse): Use it instead of bound-and-true-p that is not available
10586         in XEmacs 21.4.
10587
10588 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10589
10590         * gnus-registry.el (gnus-registry-mark-article)
10591         (gnus-registry-article-marks): Add functionality to mark articles
10592         through the Gnus registry.
10593
10594         * encrypt.el: Clarify documentation for the new pgg method.
10595         (encrypt-file-alist): Add PGG option.
10596         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10597         functionality.  Abstract password key and messaging to external
10598         functions.
10599         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10600         (encrypt-message-method-and-cipher): Add new convenience external
10601         functions.
10602         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10603         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10604
10605         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10606         (netrc-parse): Use encrypt-file-alist to determine if
10607         encrypt-find-model or encrypt-insert-file-contents should be used.
10608
10609         * encrypt.el: Clarify documentation.  Load password-cache or
10610         password, whichever one is found first, instead of autoloading.
10611
10612 2007-12-19  Glenn Morris  <rgm@gnu.org>
10613
10614         * mml.el (message-options-set, message-narrow-to-head)
10615         (message-in-body-p, message-mail-p, message-encode-message-body):
10616         Autoload.
10617         (message-remove-header, message-narrow-to-headers-or-head)
10618         (message-subscribed-p, message-make-mail-followup-to)
10619         (message-position-on-field, message-news-p)
10620         (message-options-set-recipient, message-generate-headers)
10621         (message-sort-headers): Declare as functions.
10622
10623 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10626         convention in doc string.
10627
10628 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10631         title to html parts.
10632         (gnus-article-browse-html-article): Pass message header to it.
10633
10634         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10635
10636 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10639         or password compatible with XEmacs.
10640
10641 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10644         format document.
10645         (gnus-mime-delete-part): Don't write description line if empty.
10646         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10647
10648 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10649
10650         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10651         (gnus-summary-mark-read-and-unread-as-read)
10652         (gnus-summary-mark-current-read-and-unread-as-read)
10653         (gnus-summary-mark-unread-as-ticked): Doc fix.
10654         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10655
10656 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10659         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10660
10661 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10664         yes-or-no-p.
10665
10666 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mm-decode.el (mm-add-meta-html-tag): New function.
10669         (mm-save-part-to-file, mm-pipe-part): Use it.
10670
10671         * gnus-art.el (gnus-article-browse-delete-temp-files):
10672         Use gnus-y-or-n-p instead of y-or-n-p.
10673         (gnus-article-browse-html-parts): Work with message/external-body; use
10674         mm-add-meta-html-tag.
10675
10676 2007-12-11  Glenn Morris  <rgm@gnu.org>
10677
10678         * gnus-cache.el: Require gnus-sum not just when compiling.
10679
10680         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10681
10682         * gnus-int.el (gnus-server-opened, gnus-status-message):
10683         Move definitions before use.
10684
10685         * mm-decode.el: Require gnus-util.
10686         (mm-remove-part): Only call delete-annotation on XEmacs.
10687
10688         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10689
10690         * nnmail.el: Require gnus-int.
10691
10692         * spam.el: Move `require's before `eval-when-compile's.
10693
10694         * gnus-ems.el (gnus-alive-p):
10695         * gnus-fun.el (message-goto-eoh):
10696         * gnus-util.el (gnus-group-name-decode):
10697         * mail-source.el (gnus-compress-sequence):
10698         * message.el (Info-goto-node, format-spec):
10699         * mm-bodies.el (message-options-get):
10700         * mm-decode.el (mm-view-pkcs7):
10701         * mm-util.el (gmm-write-region):
10702         * mml-smime.el (mml-compute-boundary)
10703         (gnus-completing-read-with-default):
10704         * mml.el (widget-button-press, gnus-make-hashtable):
10705         * mml1991.el (mm-decode-content-transfer-encoding)
10706         (mm-encode-content-transfer-encoding)
10707         (message-options-get, message-options-set):
10708         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10709         * nnfolder.el (gnus-request-group):
10710         * nnheader.el (ietf-drums-unfold-fws):
10711         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10712         * smime.el (gnus-run-mode-hooks):
10713         * spam-stat.el (gnus-message): Autoload.
10714
10715         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10716         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10717         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10718         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10719         Add declare-function compatibility definition.
10720
10721         * gnus-cache.el (nnvirtual-find-group-art):
10722         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10723         (gnus-add-image, gnus-add-wash-type):
10724         * gnus-group.el (nnkiboze-score-file):
10725         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10726         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10727         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10728         (message-tokenize-header, gnus-get-buffer-create)
10729         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10730         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10731         * gnus.el (gnus-group-decoded-name):
10732         * mail-source.el (imap-capability):
10733         * mm-bodies.el (message-options-set):
10734         * mm-decode.el (gnus-configure-windows):
10735         * mm-extern.el (message-goto-body):
10736         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10737         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10738         (epg-sub-key-validity, message-options-set):
10739         * mml.el (widget-event-point, gnus-configure-windows):
10740         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10741         * mml2015.el (epg-check-configuration, epg-configuration)
10742         (message-options-set):
10743         * nndb.el (nndb-request-article):
10744         * nnfolder.el (gnus-request-create-group):
10745         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10746         * nnmaildir.el (gnus-group-mark-article-read):
10747         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10748         * rfc1843.el (message-fetch-field):
10749         * spam.el (gnus-extract-address-components):
10750         Declare as functions.
10751
10752 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10755
10756         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10757
10758         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10759         bind show-trailing-whitespace for XEmacs.
10760
10761 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10764         new no-op macro for backward compatibility.
10765
10766         * imap.el (imap-string-to-integer): New function.
10767
10768 2007-12-09  Glenn Morris  <rgm@gnu.org>
10769
10770         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10771
10772         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10773         * message.el, mm-view.el, sieve-manage.el, smime.el:
10774         Add declare-function compatibility definition.
10775
10776         * gnus-art.el (w3-region, w3m-region, Info-menu):
10777         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10778         * gnus-sum.el (gnus-get-predicate):
10779         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10780         * message.el (mail-abbrev-in-expansion-header-p):
10781         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10782         (w3m-detect-meta-charset, w3m-region):
10783         * sieve-manage.el (password-read, password-cache-add)
10784         (password-cache-remove):
10785         * smime.el (password-read-and-add): Declare as functions.
10786
10787 2007-12-08  David Kastrup  <dak@gnu.org>
10788
10789         * gnus-sum.el (gnus-summary-simplify-subject-query):
10790         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10791         `message'.
10792
10793 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10796         it to bind idna-program, installation-directory, defined-colors, and
10797         face-attribute for XEmacs of the version that compiles defcustom forms.
10798
10799 2007-12-07  Glenn Morris  <rgm@gnu.org>
10800
10801         * gnus-art.el (article-make-date-line): Revert previous change.
10802
10803 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10806
10807 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10808
10809         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10810         Call gnus-add-to-range ranges only once with a prepared article-list.
10811
10812 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10813
10814         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10815         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10816         group names with backslashes.
10817         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10818
10819 2007-12-06  Deepak Goel  <deego3@gmail.com>
10820
10821         * gnus-art.el (article-make-date-line):
10822         * gnus-start.el (gnus-load):
10823         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10824
10825 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-art.el (gnus-use-idna)
10828         * gnus-start.el (gnus-site-init-file)
10829         * message.el (message-use-idna)
10830         * mm-uu.el (mm-uu-hide-markers)
10831         * smiley.el (smiley-style): Revert changes that suppress warnings.
10832
10833 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10836         specify charset to html source.
10837         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10838
10839 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10842         idna-program in order to suppress byte compile warning issued by XEmacs
10843         that came to byte compile the default value section of defcustom forms
10844         recently.
10845
10846         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10847         value of installation-directory.
10848
10849         * message.el (message-use-idna): Don't directly refer to the value of
10850         idna-program.
10851
10852         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10853
10854         * smiley.el (smiley-style): Don't directly call face-attribute.
10855
10856 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10859
10860         * gnus-dired.el: Reduce Gnus dependencies.
10861         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10862         Don't require.  Use autoloads instead.
10863         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10864         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10865         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10866         (gnus-dired-mode): Adjust doc string.
10867         (gnus-dired-mail-mode): New variable.
10868         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10869         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10870         (gnus-dired-mail-buffers): New function.  Return mail or message
10871         composition buffers.
10872         (gnus-dired-attach): Use it.
10873         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10874         NO-DECODE.
10875         (gnus-dired-print): Use `gnus-print-buffer' depending on
10876         `gnus-dired-mail-mode'.
10877
10878 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * rfc2047.el (rfc2047-encoded-word-regexp)
10881         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10882         explaining what regexp patterns are for.
10883
10884 2007-12-04  Glenn Morris  <rgm@gnu.org>
10885
10886         * password.el: Move to password-cache.el.
10887
10888         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10889         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10890         * mml-smime.el (password-read, password-cache-add)
10891         (password-cache-remove):
10892         No need to autoload, since mml-sec requires password.
10893
10894         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10895         * message.el (gnus-extract-address-components):
10896         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10897
10898         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10899         password.
10900
10901 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * mailcap.el: Reduce dependencies.
10904         (mail-header-parse-content-type): Autoload.
10905         (mailcap-delete-duplicates): New alias.
10906         (mailcap-mime-info): Add optional argument NO-DECODE.
10907         (mailcap-mime-types): Use mailcap-delete-duplicates.
10908
10909         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10910
10911 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10912
10913         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10914         (imap-parse-status): Upcase status-att for servers that sends them
10915         lower-case (e.g., MS Exchange 2007).
10916
10917 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10918
10919         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10920         function.
10921
10922         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10923         (gnus-uu-yenc-article): New function.
10924
10925         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10926
10927         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10928
10929 2007-12-02  Glenn Morris  <rgm@gnu.org>
10930
10931         * binhex.el (binhex): New custom group.
10932         (binhex-decoder-program, binhex-decoder-switches)
10933         (binhex-use-external): Move to the binhex custom group.
10934
10935         * uudecode.el (uudecode): New custom group.
10936         (uudecode-decoder-program, uudecode-decoder-switches)
10937         (uudecode-use-external): Move to the uudecode custom group.
10938
10939         * netrc.el (top-level): Don't load `encrypt' features.
10940         (netrc-parse): Don't use encrypt.
10941         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10942
10943         * encrypt.el: Remove file.
10944
10945 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10948         matches on patches.
10949
10950         * gnus-art.el (gnus-article-browse-html-article):
10951         Mention `mm-text-html-renderer' in the doc string.
10952
10953         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10954         string.  Add comments.
10955
10956         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10957         if rhs is ASCII.
10958
10959 2007-12-01  Glenn Morris  <rgm@gnu.org>
10960
10961         * mail-source.el (top-level): Require format-spec before
10962         eval-when-compile.
10963
10964 2007-11-30  Glenn Morris  <rgm@gnu.org>
10965
10966         * encrypt.el: Require password, rather than autoloading password-read.
10967
10968 2007-11-29  Glenn Morris  <rgm@gnu.org>
10969
10970         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10971         (sasl-make-client, sasl-next-step, sasl-step-data)
10972         (sasl-step-set-data): Declare as functions.
10973
10974 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10977
10978 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10979
10980         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10981         certs should be verified and what is to be done in the event of a
10982         verification failure.
10983
10984         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10985         caller can indicate whether the cache should be disregarded for this
10986         call.  This way the result of the call is reproducible at all times and
10987         can be considered a canonical server name for the supplied method.
10988         (gnus-agent-method-p): Canonicalize server names by pushing their
10989         method through `gnus-method-to-server' using the no-cache argument.
10990
10991         * gnus-srvr.el (gnus-server-insert-server-line):
10992         Call `gnus-method-to-server' with `no-cache' argument.
10993
10994         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10995         gnus-agent-possibly-synchronize-flags as this should be called when the
10996         server is actually being opened.
10997         (gnus-agent-possibly-synchronize-flags)
10998         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10999         flags file of an agentized server to the latter function.
11000
11001         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11002         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11003         after a connection has been established successfully.
11004
11005 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (article-display-face): Force to display face if called
11008         interactively; check if gnus-article-x-face-too-ugly matches author.
11009         (article-display-x-face): Display face even if From header is missing
11010         as article-display-face does.
11011
11012 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11013
11014         * hashcash.el (message-narrow-to-headers-or-head)
11015         (message-fetch-field, message-goto-eoh)
11016         (message-narrow-to-headers): Declare as functions.
11017
11018 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * mail-source.el (mail-sources): Default to fetch from file for
11021         compatibility with default of nnmail-spool-file.
11022
11023 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11026         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11027         to look for encoded word that should be encoded again.
11028         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11029         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11030         encoding pattern.
11031         (rfc2047-decode-region): Switch strict regexp and loose one according
11032         to rfc2047-allow-irregular-q-encoded-words.
11033
11034 2007-11-25  Romain Francoise  <romain@orebokech.com>
11035
11036         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11037
11038 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * tls.el (tls-program): Provide more custom choices from
11041         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11042         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11043
11044 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11047         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11048
11049         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11050         `nnmail-spool-file'.
11051
11052         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11053         `nnmail-spool-file'.
11054
11055         * gnus-move.el (gnus-change-server): Ditto.
11056
11057         * gnus-kill.el (gnus-batch-score): Ditto.
11058
11059         * gnus-cache.el (gnus-jog-cache): Ditto.
11060
11061         * gnus-msg.el (gnus-summary-reply):
11062         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11063
11064 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11067         version.  Minor improvement to doc strings.
11068         (tls-program): Add comment.
11069
11070 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11071
11072         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11073         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11074         mismatch between the hostname provided in the certificate and the name
11075         of the host connnecting to.
11076         (open-tls-stream): Use them.  Check certificates against trusted root
11077         certificates.
11078
11079 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-cache.el (gnus-cache-generate-nov-databases):
11082         Use nnml-generate-nov-databases-directory instead of
11083         nnml-generate-nov-databases-1.
11084
11085 2007-11-24  Glenn Morris  <rgm@gnu.org>
11086
11087         * message.el (message-tool-bar-retro): Update for rename
11088         mail_send.xpm->mail-send.xpm.
11089
11090 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11093         `smime-ldap-search' for Emacs 22 and up.
11094
11095 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11096
11097         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11098
11099         * message.el (message-send-mail-function): Fix error convention.
11100         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11101         (message-widen-reply, message-send-mail, message-talkative-question)
11102         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11103         (message-clone-locals, message-send-news): Use with-current-buffer.
11104         (message-insert-or-toggle-importance): Remove unused var `valid'.
11105         (message-make-references): Remove unused var `new-references'.
11106         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11107
11108 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11109
11110         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11111         (spam-split-symbolic-return-positive): Reflow docstring.
11112         (spam-backends, spam-summary-exit-behavior)
11113         (spam-mark-ham-unread-before-move-from-spam-group)
11114         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11115         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11116         (spam-clear-cache, spam-backend-check, spam-install-backend)
11117         (spam-install-statistical-backend, spam-list-of-processors)
11118         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11119         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11120         (spam-check-crm114, spam-initialize, spam-unload-hook):
11121         Fix typos in docstrings.
11122
11123 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11126         been checked if they have never been read and those group levels are
11127         higher than the one that a user specified.
11128
11129 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11132         foreign groups unless a group level is specified by a user.
11133         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11134
11135 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * message.el (message-send-mail-function): Require sendmail.
11138
11139 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * message.el (message-send-mail-function): Check for smtpmail too.
11142
11143         * utf7.el (utf7-encode, utf7-decode): Use coding system
11144         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11145
11146         * message.el (message-send-mail-function): New function.
11147         (message-send-mail-function): Set default using
11148         message-send-mail-function.  Adjust doc string.
11149         (message-send-mail-with-mailclient): New function.
11150
11151 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11152
11153         * smime.el (from):
11154         * rfc2047.el (message-posting-charset):
11155         * qp.el (mm-use-ultra-safe-encoding):
11156         * pop3.el (parse-time-months):
11157         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11158         * nnml.el (files):
11159         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11160         (jka-compr-compression-info-list, ange-ftp-path-format)
11161         (efs-path-regexp):
11162         * nndiary.el (files):
11163         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11164         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11165         (epg-digest-algorithm-alist, inhibit-redisplay)
11166         (password-cache-expiry):
11167         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11168         (pgg-output-buffer, password-cache-expiry):
11169         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11170         (efs-path-regexp):
11171         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11172         (inhibit-redisplay):
11173         * mm-uu.el (file-name, start-point, end-point, entry)
11174         (gnus-newsgroup-name, gnus-newsgroup-charset):
11175         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11176         (latin-unity-ucs-list):
11177         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11178         (mm-uu-binhex-decode-function):
11179         * message.el (gnus-message-group-art, gnus-list-identifiers)
11180         (rmail-enable-mime-composing, gnus-local-organization)
11181         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11182         (gnus-read-active-file, facemenu-add-face-function)
11183         (facemenu-remove-face-function, gnus-article-decoded-p)
11184         (tool-bar-mode):
11185         * mail-source.el (display-time-mail-function):
11186         * gnus-util.el (nnmail-pathname-coding-system)
11187         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11188         (gnus-original-article-buffer, gnus-user-agent)
11189         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11190         (xemacs-codename, sxemacs-codename, emacs-program-version):
11191         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11192         * gnus-start.el (gnus-agent-covered-methods)
11193         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11194         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11195         (gnus-newsgroup-headers, gnus-group-list-mode)
11196         (gnus-group-mark-positions, gnus-newsgroup-data)
11197         (gnus-newsgroup-unreads, nnoo-state-alist)
11198         (gnus-current-select-method, mail-sources)
11199         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11200         (nnmail-spool-file, gnus-cache-active-hashtb):
11201         * gnus-mh.el (mh-lib-progs):
11202         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11203         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11204         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11205         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11206         (gnus-group-buffer):
11207         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11208         (font-lock-set-defaults):
11209         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11210         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11211         (gnus-summary-post-menu, total-parts, type, condition, length):
11212         * gnus-agent.el (gnus-agent-read-agentview):
11213         * flow-fill.el (show-trailing-whitespace):
11214         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11215         eval-and-compile wrappers for byte compiler pacifiers.
11216
11217         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11218         (mm-display-inline-fontify): Check for featurep 'xemacs not
11219         extent-list.
11220
11221         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11222         itimer-list.
11223         (mm-create-image-xemacs): Only do something for XEmacs.
11224         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11225
11226         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11227
11228         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11229         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11230
11231 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11232
11233         * nnimap.el (nnimap-split-download-body):
11234         * gnus-demon.el (gnus-demon):
11235         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11236
11237 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11240         New macros.
11241         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11242         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11243         copy data from unibyte buffer to multibyte current buffer.
11244         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11245         to copy data from unibyte current buffer to multibyte buffer.
11246         (nntp-make-process-buffer): Make process buffer unibyte.
11247
11248         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11249
11250 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11251
11252         * pop3.el (pop3-open-server): Accept and process data more robustly at
11253         connexion start to avoid spurious "POP SSL connexion failed" errors.
11254
11255 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11258         read group names.
11259
11260 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11263
11264 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11267         (nnmail-save-active): Use a unibyte buffer when saving active file,
11268         which may contain non-ASCII group names.
11269
11270         * nnml.el (nnml-request-group): Decode group names in messages.
11271
11272 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * message.el (message-citation-line-function)
11275         (message-insert-formatted-citation-line): Fix spelling of
11276         `message-insert-formated-citation-line'.
11277
11278 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11281
11282 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11285         nnmail-pathname-coding-system.
11286
11287         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11288         that a user enters; decode group names in messages.
11289
11290         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11291
11292 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11295
11296         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11297
11298         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11299         risky local variable.
11300
11301         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11302
11303 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11304
11305         * encrypt.el: Improve documentation to fix function name typo.
11306         Reported by Daiki Ueno <ueno@unixuser.org>.
11307
11308 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11311         even if the point is not in the last page of an article.
11312         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11313         back to the previous page.
11314
11315 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11318
11319 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11322
11323 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11324
11325         * message.el (message-check-news-body-syntax):
11326         Avoid mm-string-as-multibyte.
11327         (message-hide-headers): Don't assume (point-min)==1.
11328
11329 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * message.el (message-remove-blank-cited-lines): Fix if remove is
11332         given.
11333         (message-bogus-address-regexp): New variable.
11334         (message-bogus-recipient-p): New function.
11335         (message-check-recipients): New command.
11336         (message-syntax-checks): Add `bogus-recipient'.
11337         (message-fix-before-sending): Add `bogus-recipient'.
11338
11339         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11340         (gnus-treat-body-boundary): Don't test window-system.
11341
11342 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11343
11344         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11345
11346 2007-10-28  Miles Bader  <miles@gnu.org>
11347
11348         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11349         at compile-time too.
11350
11351 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * gnus-msg.el (gnus-message-setup-hook):
11354         Add `message-remove-blank-cited-lines' to options.
11355
11356 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * message.el (message-remove-blank-cited-lines): New function.
11359         Suggested by Karl Plästerer.
11360
11361 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11364         mapc.
11365
11366         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11367         (top-level): Use mapc to set functions to be traced for debugging.
11368
11369         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11370         called for effect with while loop.
11371
11372         * message.el (message-talkative-question): Replace mapcar called for
11373         effect with mapc.
11374
11375         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11376         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11377         called for effect with dolist.
11378
11379         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11380
11381         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11382         gnus-extra-headers and nnmail-extra-headers.
11383
11384         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11385         called for effect with dolist.
11386         (top-level): Use mapc to set functions to be traced for debugging.
11387
11388         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11389         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11390         dolist.
11391
11392         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11393         Replace mapcar called for effect with mapc.
11394         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11395         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11396         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11397         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11398
11399         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11400         remove-if that's a cl function.
11401
11402         * webmail.el (webmail-debug): Replace mapcar called for effect with
11403         dolist.
11404
11405         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11406         with mapc.
11407
11408 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11411         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11412         with while loop.
11413
11414         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11415         functions from article-* functions.
11416         (gnus-multi-decode-header): Replace mapcar called for effect with
11417         dolist.
11418
11419         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11420         (gnus-bookmark-show-details): Replace mapcar called for effect with
11421         while loop.
11422
11423         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11424         called for effect with while loop.
11425
11426         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11427         with dolist.
11428
11429         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11430         Replace mapcar called for effect with dolist.
11431
11432         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11433
11434         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11435         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11436         Replace mapcar called for effect with dolist.
11437         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11438         mapc.
11439
11440         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11441         Replace mapcar called for effect with dolist.
11442         (gnus-topic-list): Replace mapcar called for effect with mapc.
11443
11444         * gnus.el: Use mapc instead of mapcar to add autoloads.
11445
11446 2007-10-23  Richard Stallman  <rms@gnu.org>
11447
11448         * gnus-group.el (gnus-group-highlight): Mark as risky.
11449
11450 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus.el (gnus-server-to-method): Return method found first in
11453         gnus-newsrc-alist.
11454
11455         * gnus-art.el (gnus-article-highlight-signature)
11456         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11457         button overlay without the front stickiness.
11458
11459 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11460
11461         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11462         overview buffer needed a catch to receive its throw.
11463         (gnus-agent-flush-cache): Declare as interactive to make this function
11464         easier to use.
11465
11466 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11469         `next-line'.
11470
11471 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11474         exclude address matching message-dont-reply-to-names.
11475
11476 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * gnus-util.el (gnus-string<): New function.
11479
11480         * gnus-sum.el (gnus-article-sort-by-author)
11481         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11482
11483 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11486         the frame-focus tag is set in gnus-buffer-configuration.
11487
11488 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11491         the front stickiness.
11492
11493 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11496         url pattern; remove duplicate one.
11497         (gnus-article-extend-url-button): New function.
11498         (gnus-article-add-buttons): Use it.
11499         (gnus-button-push): Use concatenated url that it makes.
11500
11501 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11502
11503         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11504
11505 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11506
11507         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11508         Don't hardcode point-min==1.
11509
11510 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11513         Fix comment about "iso8859-1".
11514
11515 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11516
11517         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11518         ones returned from the verify-function.
11519
11520         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11521         Call mml2015-extract-cleartext-signature if extraction failed.
11522
11523 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11524
11525         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11526         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11527         failed.
11528
11529 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11532
11533 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11536         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11537         recommends to use EasyPG instead of PGG.
11538
11539         * pgg.el: Revert to revision 6.23.2.16.
11540
11541         * pgg-def.el: Revert to revision 6.6.2.14.
11542
11543         * pgg-gpg.el: Revert to revision 6.23.2.34.
11544
11545 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11546
11547         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11548         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11549         thread for both the null and zero (kill/expire thread) universal prefix
11550         cases.
11551         (gnus-summary-expire-thread): Add new function to expire a thread,
11552         using gnus-summary-kill-thread.
11553         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11554         shortcuts for gnus-summary-expire-thread.
11555         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11556         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11557
11558 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11559
11560         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11561         extras value, so an extras entry can be deleted.
11562         (gnus-registry-delete-extra-entry): Use it.
11563         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11564         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11565         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11566         storage through the gnus-registry, and provide an appropriate API for
11567         it.
11568
11569 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11572         Suggested by Leo <sdl.web@gmail.com>.
11573
11574         * gnus.el: Do.
11575
11576 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11579         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11580
11581         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11582
11583         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11584         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11585
11586 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11589         newline.
11590         (nnmbox-request-accept-article): Don't change article in source buffer;
11591         narrow to header to use message-fetch-field rather than
11592         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11593         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11594         as delimiters; make sure article ends with newline.
11595         (nnmbox-delete-mail): Correct last position of article to be deleted;
11596         ignore X-Gnus-Newsgroup header in article body.
11597         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11598         positions; make sure article ends with newline.
11599
11600         * message.el (message-display-abbrev): Don't infloop when a user
11601         inserts SPC in the beginning of header.
11602
11603         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11604         coding-system-for-read and coding-system-for-write for XEmacs having no
11605         file-coding feature.
11606
11607         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11608
11609 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11610
11611         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11612         list of groups not followed by default.  Fix type to be regexp.
11613         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11614
11615 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11616
11617         * hmac-def.el (define-hmac-function): Switch from old-style to
11618         new-style backquotes.
11619
11620         * md4.el (md4-make-step): Likewise.
11621
11622 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11625         raw-text coding system when saving .newsrc file, which may contain
11626         non-ASCII group names.
11627
11628 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-cus.el (gnus-score-extra): New widget.
11631         (gnus-score-extra-convert): New function.
11632         (gnus-score-customize): Use it for Extra.
11633
11634 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11635
11636         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11637         (mml2015-mailcrypt-clear-verify): Use it.
11638         (mml2015-gpg-clear-verify): Use it.
11639         (mml2015-pgg-clear-verify): Use it.
11640         (mml2015-epg-clear-verify): Replace the current part with the output
11641         from GnuPG; don't extract the plaintext by itself.
11642
11643         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11644         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11645         mml2015-clear-verify-function; don't touch the armor headers or
11646         dash-escaped text here.
11647
11648 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11651         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11652         parts, or application/octet-stream as a last resort.
11653         (gnus-mime-view-part-as-type): Don't toggle display.
11654         (gnus-mime-view-part-as-charset): Don't turn off display before
11655         querying charset.
11656
11657         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11658         stuff to undisplayer function in Emacs.
11659         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11660
11661         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11662         text/calendar parts.
11663
11664 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11667         decoding text/calendar parts.
11668
11669         * message.el (message-forward-make-body-mime): Always mark body as
11670         having no illegible text; remove signed-or-encrypted argument.
11671         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11672
11673         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11674         (mml-generate-mime-1): Don't encode body if it is specified to be in
11675         raw form; don't make buffer be unibyte when inserting multibyte string.
11676
11677 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11678
11679         * sha1.el: Fix up comment style.
11680         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11681         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11682
11683         * hex-util.el: Fix up comment style.
11684         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11685
11686         * gnus-salt.el: Use with-current-buffer.
11687         (gnus-pick-setup-message): Fix long-standing typo.
11688
11689 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * imap.el (imap-logout-timeout): New variable.
11692         (imap-logout, imap-logout-wait): New functions.
11693         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11694
11695         * nnimap.el (nnimap-logout-timeout): New server variable.
11696         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11697         nnimap-logout-timeout.
11698
11699         * gnus-art.el (gnus-article-summary-command-nosave)
11700         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11701
11702 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus.el (gnus-maximum-newsgroup): New variable.
11705
11706         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11707         according to gnus-maximum-newsgroup.
11708
11709         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11710         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11711         Limit the range of articles according to gnus-maximum-newsgroup.
11712
11713 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11714
11715         * gnus-art.el (gnus-sticky-article): Fix problems described in
11716         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11717         Don't perform gnus-configure-windows here; reuse existing sticky
11718         article buffer.
11719
11720         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11721         it doesn't exist in gnus-article-mode.
11722
11723 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11726         (gnus-agent-decoded-group-name): New function.
11727         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11728         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11729
11730 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11731
11732         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11733         Add binding for gnus-sticky-article.
11734         (gnus-summary-exit): Don't kill sticky article buffers.
11735
11736         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11737         article buffer.
11738         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11739         (gnus-kill-sticky-article-buffers): New commands.
11740
11741 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * nntp.el (nntp-xref-number-is-evil): New server variable.
11744         (nntp-find-group-and-number): If it is non-nil, don't trust article
11745         numbers in the Xref header.
11746
11747 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-agent.el (gnus-agent-read-group): New function.
11750         (gnus-agent-flush-group, gnus-agent-expire-group)
11751         (gnus-agent-regenerate-group): Use it.
11752         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11753         nnmail-pathname-coding-system.
11754
11755 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11758
11759         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11760         that are unread as unread, and also as selected so that information of
11761         marks having been changed by a user may be updated when exiting group.
11762
11763 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11766
11767 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11770         calculated ignoring signature parts to gnus-treat-article.
11771
11772 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11775         a point here in order to keep the window start.
11776         (gnus-insert-mime-security-button): Make a button overlay without the
11777         front stickiness.
11778         (gnus-mime-display-security): Goto the end of a button.
11779
11780         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11781
11782 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11785         group-name-at-point.
11786         (gnus-group-completing-read): New function that offers decoded
11787         non-ASCII group names for completion.
11788         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11789         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11790         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11791         (gnus-group-fetch-control): Use it.
11792         (gnus-fetch-group): Use group-name-at-point for the initial value
11793         rather than the default value; use gnus-alive-p.
11794
11795         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11796         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11797         (gnus-summary-post-news): Use gnus-group-completing-read.
11798
11799         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11800         (gnus-read-move-group-name): Decode group name for completion.
11801
11802 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11803
11804         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11805         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11806         Yamaoka slightly modified the code).
11807
11808 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11811         (nnmail-split-incoming): Bind it.
11812
11813         * nnml.el (nnml-group-name-charset): New function.
11814         (nnml-decoded-group-name): Use it; don't decode group name if
11815         nnmail-group-names-not-encoded-p is non-nil.
11816         (nnml-encoded-group-name): New function.
11817         (nnml-group-pathname): Inline nnml-decoded-group-name.
11818         (nnml-request-expire-articles): Decode group name in message.
11819         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11820         nnmail-pathname-coding-system.
11821         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11822         not decoded ones according to nnmail-group-names-not-encoded-p.
11823         (nnml-generate-active-info): Use nnml-encoded-group-name.
11824
11825 2007-08-08  Glenn Morris  <rgm@gnu.org>
11826
11827         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11828         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11829         doc-strings and comments.
11830
11831 2007-07-25  Glenn Morris  <rgm@gnu.org>
11832
11833         * Relicense all FSF files to GPLv3 or later.
11834
11835 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-sum.el (gnus-summary-move-article):
11838         Make gnus-summary-respool-article work.
11839
11840 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11843         string.
11844
11845 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11846
11847         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11848         that should be ignored when comparing distant RSS articles with local
11849         ones.
11850         (nnrss-make-hash-index): New function.  Create a hash index according
11851         to the ignored fields.
11852         (nnrss-check-group): Use it.
11853
11854 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11857
11858         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11859
11860         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11861         the new optional argument ENCODED is non-nil.
11862         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11863         coding system for encoding group name.
11864         (gnus-group-make-rss-group): Pass un-encoded group name to
11865         gnus-group-make-group.
11866         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11867         encoded.
11868
11869         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11870         Encode group name to which articles are moved or copied.
11871         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11872         coding system for encoding Newsgroup, Followup-To and Xref headers.
11873
11874         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11875         marks; use nnheader-file-coding-system to write a file.
11876         (nnagent-retrieve-headers): Bind file-name-coding-system to
11877         nnmail-pathname-coding-system.
11878
11879         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11880
11881         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11882         (nnml-request-article, nnml-request-create-group)
11883         (nnml-request-rename-group, nnml-find-id)
11884         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11885         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11886         (nnml-save-marks): Use nnml-group-pathname instead of
11887         nnmail-group-pathname.
11888
11889         (nnml-request-create-group, nnml-request-expire-articles)
11890         (nnml-request-move-article, nnml-request-delete-group)
11891         (nnml-deletable-article-p, nnml-possibly-create-directory)
11892         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11893         (nnml-open-marks): Bind file-name-coding-system to
11894         nnmail-pathname-coding-system.
11895
11896         (nnml-request-article): Pass server argument to nnml-find-group-number.
11897         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11898         Pass server argument to nnml-possibly-create-directory.
11899         (nnml-request-accept-article): Pass server argument to
11900         nnml-active-number and nnml-save-mail.
11901         (nnml-find-group-number): Pass server argument to nnml-find-id.
11902         (nnml-request-update-info): Pass server argument to
11903         nnml-marks-changed-p.
11904
11905         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11906         (nnml-save-mail, nnml-active-number): Add server argument.
11907
11908         (nnml-request-delete-group): Warn if group is missing.
11909         (nnml-get-nov-buffer): Decode group name.
11910         (nnml-generate-active-info): Encode group name.
11911         (nnml-open-marks): Decode group name in messages.
11912
11913 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11916         if it is not specified.
11917         (gnus-article-pipe-part, gnus-article-save-part)
11918         (gnus-article-interactively-view-part, gnus-article-copy-part)
11919         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11920         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11921         (gnus-article-replace-part, gnus-article-delete-part)
11922         (gnus-article-view-part-as-type): Pass raw prefix argument to
11923         gnus-article-part-wrapper.
11924
11925 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-agent.el (gnus-agent-save-active):
11928         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11929
11930         * gnus-cache.el (gnus-cache-save-buffers)
11931         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11932         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11933         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11934         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11935         (gnus-cache-generate-active, gnus-cache-rename-group)
11936         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11937         (gnus-cache-update-overview-total-fetched-for):
11938         Bind file-name-coding-system to nnmail-pathname-coding-system.
11939         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11940         New variables.
11941         (gnus-cache-decoded-group-name): New function.
11942         (gnus-cache-file-name): Use it.
11943         (gnus-cache-generate-active): Use non-decoded group name for active.
11944
11945         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11946         right place.
11947         (gnus-write-active-file): Don't break non-ASCII group names.
11948
11949         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11950         nnmail-pathname-coding-system.
11951
11952         * lpath.el: Bind default-file-name-coding-system,
11953         file-name-coding-system and language-info-alist for XEmacs.
11954
11955         * gnus-uu.el (gnus-uu-decode-save): Typo.
11956
11957 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11960
11961 2007-07-14  David Kastrup  <dak@gnu.org>
11962
11963         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11964         finishing actions if we did not edit the article.
11965
11966 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11969         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11970         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11971         (gnus-agent-flush-group, gnus-agent-flush-cache)
11972         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11973         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11974         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11975         (gnus-agent-regenerate-group)
11976         (gnus-agent-update-files-total-fetched-for)
11977         (gnus-agent-update-view-total-fetched-for):
11978         Bind file-name-coding-system to nnmail-pathname-coding-system.
11979         (gnus-agent-group-pathname): Don't encode file names by
11980         nnmail-pathname-coding-system.
11981         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11982         coding-system-for-write instead of buffer-file-coding-system to
11983         gnus-agent-file-coding-system.
11984
11985         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11986         Decode group name.
11987
11988         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11989
11990         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11991         (gnus-read-newsrc-el-file): Make group names unibyte.
11992
11993         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11994         nnmail-pathname-coding-system.
11995
11996         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11997         (nnrss-request-delete-group): Bind file-name-coding-system to
11998         nnmail-pathname-coding-system.
11999         (nnrss-read-server-data, nnrss-read-group-data):
12000         Bind file-name-coding-system correctly.
12001         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12002
12003         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12004         (nntp-server-to-method-cache): New variable.
12005         (nntp-group-pathname): New function that decodes non-ASCII group names.
12006         (nntp-possibly-create-directory, nntp-marks-changed-p)
12007         (nntp-save-marks, nntp-open-marks): Use it.
12008         (nntp-possibly-create-directory, nntp-open-marks):
12009         Bind file-name-coding-system to nnmail-pathname-coding-system.
12010         (nntp-open-marks): Decode group names when bootstrapping marks.
12011
12012         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12013         Newsgroups and Folowup-To headers.
12014
12015 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12018         (gnus-server-closed-face, gnus-server-denied-face)
12019         (gnus-server-offline-face): Remove variable.
12020         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12021
12022         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12023         of modifying message-stack directly for XEmacs.
12024
12025         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12026         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12027         if the coding-system argument is nil for XEmacs.
12028
12029         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12030         mm-charset-override-alist.
12031
12032         * rfc2047.el: Don't require base64; require rfc2045 for the function
12033         rfc2045-encode-string.
12034         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12035         to quote the parameter value.
12036
12037 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12040         form in gnus-group-name-charset-method-alist.
12041
12042         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12043         overrides the default layout edit-form.
12044
12045         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12046
12047         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12048
12049 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12052         as unfetched articles.
12053
12054 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12057
12058 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12061         original back end that keeps marks in the local system.
12062
12063 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12066         arg of pop-to-buffer for XEmacs.
12067         (gnus-article-read-summary-keys): Ditto; don't restore window
12068         configuration if summary command ends up with neither article buffer
12069         nor summary buffer; describe bindings if summary keys end with C-h.
12070
12071 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * message.el (message-fix-before-sending): Skip raw message part to be
12074         forwarded while checking illegible text.
12075         (message-forward-make-body-mime, message-forward-make-body):
12076         Mark signed or encrypted raw message as having no illegible text.
12077
12078 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12081         (gnus-message-with-timestamp-1): New macro.
12082         (gnus-message-with-timestamp): New function.
12083         (gnus-message): Use them.
12084
12085         * nnheader.el (nnheader-message): Use them.
12086
12087 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12090         .newsrc.eld file.
12091
12092 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-agent.el (gnus-agent-fetch-headers)
12095         (gnus-agent-retrieve-headers):
12096         Bind gnus-decode-encoded-address-function to identity.
12097
12098         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12099         available also when the server returns simply a dot.
12100
12101         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12102
12103 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12106
12107 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-ems.el (gnus-x-splash): Make it work.
12110
12111         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12112         from being used.
12113
12114         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12115
12116 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12119         4th and the 5th arguments.
12120
12121         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12122         the front stickiness.
12123         (gnus-article-summary-command-nosave): Correct the order of the
12124         arguments passed to pop-to-buffer.
12125         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12126         summary command ends up with the article buffer.
12127
12128         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12129         the same faces.
12130
12131 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12132
12133         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12134
12135 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12136
12137         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12138         * gnus-sum.el (gnus-summary-highlight):
12139         * pgg.el (pgg-sign-region, pgg-sign):
12140         * mail-source.el (mail-source-delete-old-incoming-confirm):
12141         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12142
12143 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-art.el (gnus-mime-view-part-externally)
12146         (gnus-mime-view-part-internally): Fix predicate function passed to
12147         completing-read.
12148
12149         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12150
12151         * gnus.el (gnus-update-message-archive-method): Add :version.
12152
12153 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus.el (gnus-update-message-archive-method): New variable.
12156
12157         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12158         according to gnus-message-archive-method if
12159         gnus-update-message-archive-method is non-nil.
12160
12161 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12164         Suggested by Loic Dachary <loic@dachary.org>.
12165         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12166
12167 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * message.el (message-pop-to-buffer): Add switch-function argument.
12170         (message-mail): Pass switch-function argument to it.
12171
12172 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12175         Improve doc string.
12176
12177 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12180         (gnus-header-content)
12181         * gnus-cite.el (gnus-cite-10)
12182         * gnus-srvr.el (gnus-server-closed)
12183         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12184         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12185         (gnus-group-mail-3-empty, gnus-group-mail-low)
12186         (gnus-group-mail-low-empty, gnus-splash)
12187         * message.el (message-header-to, message-header-cc)
12188         (message-header-subject, message-header-other, message-header-name)
12189         (message-header-xheader, message-separator, message-cited-text)
12190         (message-mml): Lighten colors of faces used for dark background.
12191
12192 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12193
12194         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12195         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12196
12197 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * message.el (message-narrow-to-headers-or-head):
12200         Ignore mail-header-separator in the body.
12201
12202 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12205         same as window size.
12206
12207 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12208
12209         * message.el (message-font-lock-keywords): Use message-header-xheader
12210         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12211         ahead of the anything pattern, to get it recognised.
12212
12213 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12216         spam.el loads uses it in the compiled defadvice form.
12217
12218 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12219
12220         * gnus-sum.el (gnus-articles-to-read)
12221         (gnus-summary-insert-old-articles): Don't truncate group name for
12222         `read-string'.
12223
12224         * gnus-util.el (gnus-limit-string): Delete this function.
12225
12226         * gnus-sum.el (gnus-simplify-subject-fully):
12227         Use `truncate-string-to-width' instead.
12228
12229 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12230
12231         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12232         Tell if, on summary exit, the next group has to be selected.
12233         (gnus-summary-exit): Use it.
12234
12235 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12238         non-break space.
12239
12240 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12243         Check if group is not a directory.
12244         (nnfolder-request-expire-articles): Don't delete articles if the target
12245         group is not available.
12246
12247         * nnml.el (nnml-request-create-group): Properly check if group is not a
12248         file.
12249         (nnml-request-expire-articles): Don't delete articles if the target
12250         group is not available.
12251
12252         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12253         Don't quote characters that are within parentheses.
12254
12255 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12258         (gnus-handle-ephemeral-exit): Select article according to it.
12259
12260 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * message.el (message-insert-formated-citation-line): Remove newline.
12263         (message-citation-line-format): Add final \n here so that the user can
12264         avoid a blank line.
12265
12266 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12267
12268         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12269         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12270         Update lanl/arXiv support.
12271
12272 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * gnus.el: Bump version number.
12275
12276 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * gnus.el (gnus-version-number): Bump version.
12279
12280 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12281
12282         * gnus.el: No Gnus v0.6 is released.
12283
12284 2007-04-27  Didier Verna  <didier@xemacs.org>
12285
12286         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12287         * gmm-utils.el (gmm-regexp-concat): ... here.
12288         * message.el: Don't require 'gnus-util.
12289         (message-dont-reply-to-names): Handle name change above.
12290         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12291
12292 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12295         since the initial value varies according to the system.
12296
12297 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12300
12301 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12302
12303         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12304
12305 2007-04-24  Didier Verna  <didier@xemacs.org>
12306
12307         Improve the type of gnus-ignored-from-addresses.
12308         * gnus-util.el (gnus-orify-regexp): New function.
12309         * message.el (gnus-util): Require it.
12310         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12311         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12313
12314 2007-04-24  Didier Verna  <didier@xemacs.org>
12315
12316         * gnus-sum.el:
12317         * gnus-utils.el: Fix some trailing whitespaces.
12318
12319 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12322         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12323         article's Message-ID; refer parent article in summary buffer.
12324
12325         * message.el (message-bounce): Call mime-to-mml.
12326
12327         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12328         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12329         optimize and/or forms properly.
12330
12331 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12334         URL.
12335
12336 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12339
12340 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12343         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12344         displayed of multipart/alternative part if it is invoked from summary
12345         buffer.
12346
12347         * mm-view.el (mm-inline-text-html-render-with-w3m)
12348         (mm-inline-text-html-render-with-w3m-standalone)
12349         (mm-inline-render-with-function): Use mail-parse-charset by default.
12350
12351 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12352
12353         * parse-time.el (parse-time-string-chars): Check if CHAR
12354         is less than the length of parse-time-syntax.
12355
12356 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12359         from gnus-newsgroup-processable.
12360
12361 2007-04-16  Didier Verna  <didier@xemacs.org>
12362
12363         * gnus-msg.el (gnus-configure-posting-styles):
12364         Handle message-signature-directory properly with :file syntax.
12365         Reported by "Leo".
12366
12367 2007-04-11  Didier Verna  <didier@xemacs.org>
12368
12369         New user option: message-signature-directory.
12370         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12371         * message.el (message-insert-signature): Ditto.
12372         * message.el (message-signature-file): Doc update.
12373         * message.el (message-signature-directory): New.
12374
12375 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-msg.el (gnus-inews-yank-articles):
12378         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12379
12380 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * message.el (message-yank-original): Make sure cited text ends with
12383         newline; don't exchange point and mark.
12384
12385 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12386
12387         * tls.el (open-tls-stream): Properly handle case where there
12388         is no associated buffer.
12389
12390 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12391
12392         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12393         message-yank-original, make sure (< mark TEXT point).
12394
12395 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * message.el (message-fill-column): New variable.
12398         (message-mode): Use it.  Add comment on a possible new hook.
12399
12400         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12401         (nnmail-get-new-mail): Reformat.
12402
12403         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12404
12405         * gmm-utils.el: Fix Commentary.
12406         (gmm-tool-bar-from-list): Fix typo in doc string.
12407
12408 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12409
12410         * message.el (message-yank-original): Don't switch point and mark
12411         unnecessarily to put point and mark as documented.
12412
12413 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12416         from the message heads.
12417
12418 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12419
12420         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12421         article buffer does not have a window.  This may not be the best
12422         solution but is certainly better than setting the start of the null,
12423         that is the current, window.
12424
12425 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12428         (gnus-draft-setup): Run it.
12429
12430         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12431         gnus-score-fast-scoring.  Allow regexp.
12432         (gnus-score-headers): Use it.
12433
12434         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12435         XEmacs.
12436
12437         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12438         string.
12439         (gnus-button-alist): Also catch `<f1> k ...'.
12440         (gnus-treat-display-x-face): Fix doc string.
12441
12442 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12443
12444         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12445         evaluation of gnus-extended-version to ensure correct generation of the
12446         User-Agent header when message-generate-headers-first is used.
12447
12448 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12449
12450         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12451         hashcash-path is nil.  Don't call callback with incorrect number of
12452         parameters if val is 0.
12453
12454 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12455
12456         * message.el (message-required-news-headers):
12457         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12458
12459 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12460
12461         * tls.el (open-tls-stream): In handshake-waiting loop,
12462         don't wait more if there is output available to process.
12463
12464 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12465
12466         * tls.el (tls-program): Doc fix.
12467
12468 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * message.el (message-generate-new-buffers): Change the meaning of the
12471         nil value; add `standard' to the choices; treat t as `unique'; improve
12472         doc string.
12473         (gnus-select-frame-set-input-focus): Autoload.
12474         (message-buffer-name): Search for the existing message buffer if
12475         message-generate-new-buffers is nil or `standard'; treat the value t of
12476         message-generate-new-buffers as `unique'.
12477         (message-pop-to-buffer): Raise the frame already displaying the message
12478         buffer; clear the echo area after querying.
12479         (message-setup): Pass the `continue' argument to compose-mail.
12480         (message-mail): Prefer `switch-function' if it is given; search for the
12481         existing message buffer if the `continue' argument is non-nil; pass
12482         continue and switch-function arguments to compose-mail by way of
12483         message-setup.
12484         (message-mail-other-window): Adjust argument of message-setup.
12485         (message-mail-other-frame): Ditto.
12486
12487 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12490         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12491         to turn font-lock on when turning gnus-message-citation-mode on.
12492
12493 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12494
12495         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12496         (mml-smime-function-alist): New variable; add epg as the backend.
12497         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12498         mml-smime- functions instead.
12499         * mm-view.el: Require smime.
12500
12501 2007-03-05  Didier Verna  <didier@xemacs.org>
12502
12503         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12504         instead of just inheritance for posting styles.
12505         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12506
12507 2007-02-24  Chris Moore  <dooglus@gmail.com>
12508
12509         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12510         * pgg-pgp.el (pgg-pgp-encrypt-region):
12511         * pgg-gpg.el (pgg-gpg-encrypt-region):
12512         Check pgg-encrypt-for-me if no other recipients.
12513
12514 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12515
12516         * tls.el (tls-certtool-program): Fix custom type.
12517
12518 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12521         and point-at-eol instead of line-(beginning|end)-position.
12522
12523         * assistant.el (assistant-parse-buffer): Ditto.
12524
12525         * netrc.el (netrc-parse-services): Ditto.
12526
12527 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12528
12529         * mml2015.el (mml2015-epg-find-usable-key): New function.
12530         (mml2015-epg-sign): Use it.
12531         (mml2015-epg-encrypt): Use it.
12532
12533 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * message.el (message-make-in-reply-to): Quote name containing
12536         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12537         if there are special characters.  Reported by NAKAJI Hiroyuki
12538         <nakaji@jp.freebsd.org>.
12539
12540 2007-02-27  Didier Verna  <didier@xemacs.org>
12541
12542         Include the group parameters as well as the topic ones in the
12543         inheritance filter process.
12544         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12545         argument GROUP-PARAMS-LIST.
12546         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12547
12548 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * nntp.el (nntp-never-echoes-commands)
12551         (nntp-open-connection-functions-never-echo-commands): New variables.
12552         (nntp-send-command): Use them.
12553
12554 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12555
12556         * mml2015.el (mml2015-epg-verify): Simplify.
12557
12558 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * mml.el (mml-content-disposition-alist): New user option.
12561         (mml-content-disposition): New function.
12562         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12563         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12564
12565 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12566
12567         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12568         verification.
12569
12570 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12571
12572         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12573         articles posted in the last 24 hours.
12574
12575 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12576
12577         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12578
12579 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12580
12581         * nntp.el (nntp-send-command): Don't wait for echoes when
12582         nntp-open-ssl-stream is used.
12583
12584 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12587         (gnus-message-add-citation-keywords)
12588         (gnus-message-remove-citation-keywords): Remove.
12589         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12590         directly, make the variables in font-lock-defaults buffer-local, add
12591         gnus-message-citation-keywords to them and then update the value of
12592         font-lock-keywords.
12593
12594 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * message.el (message-cite-original-1): Don't call
12597         gnus-article-highlight-citation.
12598
12599         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12600         citations; fix line count.
12601
12602 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12605         (gnus-message-add-citation-keywords)
12606         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12607         versions of font-lock-add-keywords and font-lock-remove-keywords to
12608         work with XEmacs correctly.
12609
12610 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-cite.el (gnus-cite-face-list): Set the values of
12613         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12614         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12615         (gnus-message-cite-prefix-regexp): New variable.
12616         (gnus-message-search-citation-line): Use it; protect against long
12617         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12618         the 0th match data for Emacs.
12619         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12620         (gnus-message-add-citation-keywords): Append keywords rather than
12621         prepending; emulate font-lock-add-keywords if it is not available.
12622         (gnus-message-remove-citation-keywords):
12623         Emulate font-lock-remove-keywords if it is not available.
12624
12625         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12626
12627         * message.el (message-cite-prefix-regexp): Set the value of
12628         gnus-message-cite-prefix-regexp.
12629
12630 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12631
12632         * nnweb.el (nnweb-google-parse-1): Update parser.
12633
12634 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12635
12636         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12637
12638 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12639
12640         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12641         regexp.
12642
12643 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12646         string-to-multibyte.
12647         (uudecode-decode-region-internal): Use it.
12648
12649         * lpath.el: Fbind string-as-multibyte for XEmacs.
12650
12651 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12654         Fix custom choice.
12655
12656         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12657
12658 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12659
12660         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12661
12662         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12663         `write-region' to respect `mm-inhibit-file-name-handlers'.
12664
12665 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12668         Use gnus-home-directory instead of "~/" or "$HOME".
12669
12670 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12673         to mention filename.
12674         Add comments at beginning regarding usage.
12675         (encrypt-write-file-contents): Change interactive so a string is
12676         acceptable.  If the file has no associated model, show an error instead
12677         of a nonsense prompt.
12678
12679 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12680
12681         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12682         Thanks to Yoshihiko Yamada for kind notification of this typo.
12683
12684 2007-01-12  Kenichi Handa  <handa@m17n.org>
12685
12686         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12687         multibyte buffer.
12688
12689 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * gnus-score.el (gnus-score-fast-scoring): New variable.
12692         (gnus-score-headers): Use it.
12693
12694         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12695
12696         * message.el (message-cite-original-1):
12697         Call gnus-article-highlight-citation if requested.
12698         (message-make-from): Allow name and address as optional arguments.
12699
12700         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12701
12702         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12703         bugs to doc string.
12704         (gnus-button-alist): Add mid\\|message-id.
12705         (gnus-button-fetch-group): Extend for use in
12706         `browse-url-browser-function'.
12707         (gnus-button-url-regexp): Try to catch paired parentheses like in
12708         Wikipedia URLs.
12709
12710         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12711         Suggested by Simon Krahnke <overlord@gmx.li>.
12712
12713 2007-01-13  Romain Francoise  <romain@orebokech.com>
12714
12715         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12716         Update copyright.
12717
12718 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12719
12720         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12721
12722 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * gnus-registry.el (gnus-registry-unfollowed-groups)
12725         (gnus-registry-split-fancy-with-parent): Fix documentation.
12726
12727 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12730         from nnweb groups.
12731
12732 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12735         Xref urls.  Erase buffer before requesting head.
12736
12737         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12738
12739 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12742         customizable.
12743
12744 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12745
12746         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12747         no signing key is found.
12748         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12749         no encrypting and/or signing key is found.
12750
12751 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12754
12755 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12756
12757         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12758         headers read from disk with the ones newly found in the current search.
12759         This should no longer cause problems, because the article numbers in
12760         Gmane's `nov.php' output are ignored since the previous change.
12761
12762 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12763
12764         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12765
12766 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12769         replace-regexp-in-string; bind url-version; fbind display-images-p and
12770         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12771         find-face and set-itimer-function for Emacs; bind itimer-list for
12772         Emacs.
12773
12774         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12775
12776 2007-01-01  Romain Francoise  <romain@orebokech.com>
12777
12778         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12779
12780 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12781
12782         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12783         `define-minor-mode' macro definition expanded properly.
12784         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12785         exclude it there.
12786
12787         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12788         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12789         `fboundp' test.
12790         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12791         This is OK to autoload in (S)XEmacs now.
12792
12793 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12794
12795         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12796         keystroke.
12797         (gnus-summary-limit-to-singletons): Fix typo.
12798
12799         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12800         else fails.
12801
12802 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12803
12804         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12805         docstring.
12806
12807         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12808         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12809         (gnus-summary-insert-dormant-articles): Fix typo in message.
12810
12811 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12814         nil for XEmacs.
12815         (gnus-message-citation-mode): Don't autoload in XEmacs.
12816
12817         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12818
12819 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12820
12821         * nnimap.el (nnimap-expunge-search-string):
12822         Mention nnimap-search-uids-not-since-is-evil in docstring.
12823
12824 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * spam.el: Revert to make-obsolete-variable because
12827         define-obsolete-variable-alias is not supported in Emacs 21.
12828
12829         * spam.el (spam-ifile-path, spam-ifile-database-path)
12830         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12831         make-obsolete-variable.
12832         (spam-bsfilter-path, spam-bsfilter-program)
12833         (spam-spamassassin-path, spam-spamassassin-program)
12834         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12835         Don't use "path" inappropriately.
12836         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12837         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12838         variable names.
12839
12840 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12841
12842         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12843         summary buffer.
12844
12845         * password.el (password-cache-remove): Use clear-string to burn
12846         password, if available.
12847
12848 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12851
12852         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12853
12854         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12855         (gnus-message-highlight-citation): Move defcustom here from
12856         gnus-cite.el.
12857         (gnus-message-citation-mode): Autoload.
12858
12859         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12860         checks to make it compile with XEmacs.
12861         (gnus-message-citation-mode): New minor mode.
12862         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12863         (gnus-message-highlight-citation): New variables.
12864         (gnus-message-search-citation-line)
12865         (gnus-message-add-citation-keywords)
12866         (gnus-message-remove-citation-keywords)
12867         (turn-on-gnus-message-citation-mode)
12868         (turn-off-gnus-message-citation-mode): New functions.
12869
12870 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12871
12872         * gnus-cite.el: Enable highlighting of different citation levels in
12873         message-mode.
12874
12875 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * message.el (message-make-fqdn): Fix comment.
12878         (message-bogus-system-names): Add ".local".
12879
12880         * spam.el (spam-ifile-path, spam-ifile-program)
12881         (spam-ifile-database-path, spam-ifile-database)
12882         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12883         Don't use "path" inappropriately.
12884         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12885         strings.
12886         (spam-check-ifile, spam-ifile-register-with-ifile)
12887         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12888         Use new variable names.
12889
12890         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12891         (gnus-treat-display-smileys): Simplify using
12892         gnus-image-type-available-p.
12893
12894         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12895         available.
12896
12897         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12898         Use `display-images-p' if available.
12899
12900 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12903         one after turning on the buffer's multibyteness instead of decoding
12904         them directly in the unibyte buffer that causes unexpected conversion
12905         in Emacs 23 (unicode).
12906
12907 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12908
12909         * message.el (message-generate-hashcash): Fix custom type.
12910
12911 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12914
12915 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12918         disconnect icons.  Add help text.
12919
12920 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12921
12922         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12923         negated to be consistent with the others we handle.
12924
12925 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12926
12927         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12928         version of gnus-summary-buffer to something, so that we can use two
12929         article buffers at the same time.
12930
12931 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12934         trigger all the extra headers.
12935         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12936         sorting.
12937
12938 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12939
12940         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12941         solid groups.
12942
12943 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12944
12945         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12946
12947 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * legacy-gnus-agent.el: Add Copyright notice.
12950
12951 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12952
12953         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12954
12955 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12956
12957         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12958
12959         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12960         to make it work reliably in CVS Emacs.
12961         (gnus-summary-limit-strange-charsets-predicate)
12962         (gnus-summary-limit-to-predicate): New functions.
12963
12964 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12965
12966         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12967         specifying array size.
12968         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12969         array if it is too small.
12970         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12971         (gnus-sort-threads-loop): New function.
12972
12973 2006-12-06  Chris Moore  <dooglus@gmail.com>
12974
12975         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12976         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12977
12978 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12979
12980         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12981         options.
12982
12983 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12984
12985         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12986         DOS-ing the recipient.
12987
12988         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12989         the headers when creating the mapping to avoid mismappings.
12990         (nnweb-gmane-create-mapping): Always nix out old mapping.
12991
12992 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12995         and mm-verify-option to never.
12996
12997 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * message.el (message-signed-or-encrypted-p): New function.
13000         (message-forward-make-body): Use it.
13001
13002         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13003         Replace encode-coding-string with mm-encode-coding-string.
13004
13005 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * nneething.el (nneething-decode-file-name):
13008         Replace decode-coding-string with mm-decode-coding-string.
13009
13010         * gnus-int.el (gnus-open-server): Say failed server's name.
13011
13012 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13013
13014         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13015         strings to a single string.  Quote `errors-file-name'.
13016         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13017         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13018         Adjust calls.  Use `shell-quote-argument'.
13019
13020 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13021
13022         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13023         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13024
13025         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13026         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13027         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13028         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13029         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13030         (gnus-subscribe-newsgroup, gnus-1):
13031         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13032         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13033         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13034         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13035
13036 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13037
13038         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13039         keystroke.
13040         (gnus-summary-limit-to-bodies): Implement headersp.
13041
13042 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043
13044         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13045
13046 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13049
13050 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * message.el (message-generate-hashcash): Expand range of values to
13053         include `opportunistic'.
13054         (message-send-mail): Use it.
13055
13056 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13057
13058         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13059         and comment it.
13060
13061         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13062
13063 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus-util.el (gnus-extract-address-components): Improve comment.
13066
13067 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-util.el (gnus-extract-address-components): Work with address in
13070         which the name portion contains @.
13071
13072         * lpath.el: Fbind custom-autoload.
13073
13074 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * gnus.el (gnus-start): Move custom group up.
13077         (gnus-select-method): Don't autoload, but make it available for
13078         `customize-variable'.
13079         (gnus-getenv-nntpserver): Don't autoload.
13080
13081 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13082
13083         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13084
13085 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * message.el (message-sendmail-extra-arguments): New variable.
13088         (message-send-mail-with-sendmail): Use it.
13089
13090 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13093         mm-with-unibyte-current-buffer to make string unibyte.
13094
13095         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13096         mm-string-as-multibyte.
13097
13098 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13099
13100         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13101         Reported by Werner Koch <wk@gnupg.org>.
13102
13103 2006-11-14  Daiki Ueno  <ueno@p360>
13104
13105         * mml2015.el: Autoload epa-select-keys when compiling.
13106
13107 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13108
13109         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13110         message-options.
13111         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13112
13113 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13114
13115         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13116         EasyPG (< 0.0.6).
13117         (mml2015-always-trust): New user option.
13118         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13119         prompt.
13120
13121 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * nntp.el (nntp-authinfo-force): New variable.
13124         (nntp-send-authinfo): Use it.
13125
13126 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13129         decode encoded words.  Improve prompt.  Add comment about forwarding.
13130         (message-replacement-char): Move up.
13131
13132 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13133
13134         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13135         instead of gnus-intersection because arguments of gnus-sorted-nunion
13136         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13137
13138 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13141         (message-simplify-subject-functions):
13142         Enable message-strip-subject-encoded-words by default.
13143
13144 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * message.el (message-strip-subject-encoded-words): New function.
13147         (message-simplify-subject-functions): New variable.
13148         (message-simplify-subject): Use it.  Fix typo in doc string.
13149         Support message-strip-subject-encoded-words.
13150
13151 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13152
13153         * gnus-diary.el (gnus-diary-delay-format-function):
13154         * nndiary.el (nndiary-reminders):
13155         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13156
13157 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * gnus-art.el (article-hide-boring-headers): Fetch date from
13160         gnus-original-article-buffer to avoid problems with localized date
13161         strings.
13162
13163 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13166
13167 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13170         New variables.
13171         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13172         (mm-charset-synonym-alist): Move some entries to
13173         mm-codepage-iso-8859-list.
13174         (mm-charset-synonym-alist, mm-charset-override-alist):
13175         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13176
13177 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13180
13181 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13184         with Emacs 21 and XEmacs.
13185
13186 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13187
13188         * spam.el (spam-parse-address): New function for better parsing,
13189         catching errors, etc.
13190         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13191
13192 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * mm-view.el: Add interactive arg to html2text autoload.
13195
13196 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13199
13200 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13203         New variables.
13204         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13205         (mm-charset-synonym-alist): Move some entries to
13206         mm-codepage-iso-8859-list.
13207
13208         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13209
13210 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * message.el (message-citation-line-format)
13213         (message-insert-formated-citation-line): Fix implementation of %E, %N
13214         and %n according to the doc string.
13215
13216 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13217
13218         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13219         Use car-safe to avoid bad parses.
13220
13221 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13224         names.
13225
13226         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13227
13228 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13231         header.
13232
13233         * message.el (message-draft-headers): Add Date.
13234         (message-headers-to-generate): Fix typo in docstring.
13235
13236         * nndraft.el (nndraft-required-headers): New variable.
13237         (nndraft-generate-headers): Use it.
13238
13239         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13240
13241 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13242
13243         * gnus-registry.el (gnus-registry-wash-for-keywords)
13244         (gnus-registry-find-keywords): New functions to allow easy searching of
13245         articles that are in the registry.
13246
13247 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13250         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13251         Reported by Damien Elmes <damien@repose.cx>.
13252
13253 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * gnus.el (gnus-mime): Remove unused custom group.
13256
13257 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13258
13259         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13260         "blank line" when searching for end of armor headers.
13261
13262 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gmm-utils.el (gmm-write-region): Fix variable name.
13265
13266 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * gmm-utils.el (gmm-write-region): New function based on compatibility
13269         code from `mm-make-temp-file'.
13270
13271         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13272
13273         * nnmaildir.el (nnmaildir--update-nov)
13274         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13275         Use `gmm-write-region'.
13276
13277 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13278
13279         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13280         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13281
13282         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13283
13284         * message.el (message-replacement-char): New variable.
13285         (message-fix-before-sending): Use it.
13286         (message-simplify-subject): New function to remove duplicate code.
13287         (message-reply, message-followup): Use it.
13288
13289         * gnus-sum.el (gnus-summary-make-menu-bar):
13290         Clarify gnus-summary-limit-to-articles.
13291
13292 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-util.el (gnus-with-local-quit): New macro.
13295
13296         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13297
13298 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13301         ignore non-string data.
13302
13303 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13304
13305         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13306         non-string data (needs to be done in the registry too).
13307
13308 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13309
13310         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13311         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13312         (gnus-registry-split-fancy-with-parent)
13313         (gnus-registry-fetch-simplified-message-subject-fast)
13314         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13315         Remove text properties on ingress into the registry and when it's saved.
13316         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13317         registry from entries with no groups.
13318
13319 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13322         function to remove string properties.
13323
13324 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * gmm-utils.el (gmm): Adjust custom version.
13327
13328         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13329         Adjust custom version.
13330
13331         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13332
13333 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * gnus-art.el (gnus-insert-prev-page-button)
13336         (gnus-insert-next-page-button): Simplify.  Reformat.
13337
13338 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13339
13340         * gnus-art.el (gnus-insert-prev-page-button)
13341         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13342
13343 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13344
13345         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13346
13347 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13348
13349         * gnus-art.el (gnus-insert-mime-button)
13350         (gnus-insert-mime-security-button):
13351         Apply gnus-article-button-face to MIME and security buttons.
13352
13353 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13356         readable.
13357
13358 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13361
13362 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13363
13364         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13365         `browse-url-of-file' instead of `browse-url'.
13366
13367 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13368
13369         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13370         regexp.  Articles containing quotation were cut prematurely.
13371
13372 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * message.el (message-cite-original-1): Use nobody by default for the
13375         value of From header.
13376         (message-reply): Ditto.
13377
13378 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13379
13380         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13381         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13382         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13383
13384 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13387         mails in the doc string.  Add some URLs in comment.
13388         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13389
13390 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13393         backslashes handling and the way to find boundaries of quoted strings.
13394
13395 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13396
13397         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13398         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13399         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13400         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13401
13402 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13405         doc string.
13406         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13407
13408 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * lpath.el: Fbind epg-check-configuration.
13411
13412 2006-09-06  Simon Josefsson  <jas@extundo.com>
13413
13414         * mml2015.el (mml2015-use): Doc fix, mention epg.
13415
13416 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13417
13418         * mml2015.el (mml2015-use): Default to epg, if available.
13419
13420 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13421
13422         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13423         message-sender.
13424         (mml1991-epg-encrypt): Ditto.
13425         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13426         message-sender.
13427         (mml2015-epg-encrypt): Ditto.
13428
13429 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13430
13431         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13432         several common directories.
13433
13434 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13435
13436         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13437         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13438
13439 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus-art.el (article-decode-encoded-words): Make it fast.
13442
13443 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13446
13447         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13448         in quoted string into `\'.
13449
13450 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13453         Use standard-syntax-table.
13454
13455 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-art.el (gnus-decode-address-function): New variable.
13458         (article-decode-encoded-words): Use it to decode headers which are
13459         assumed to contain addresses.
13460         (gnus-mime-delete-part): Remove useless `or'.
13461
13462         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13463         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13464         (gnus-nov-parse-line): Use it to decode From header.
13465         (gnus-get-newsgroup-headers): Ditto.
13466         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13467
13468         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13469         (mail-decode-encoded-address-string): New alias.
13470
13471         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13472         New function.
13473         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13474         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13475         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13476         (rfc2047-decode-string): Ditto.
13477         (rfc2047-decode-address-region): New function.
13478         (rfc2047-decode-address-string): New function.
13479
13480 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * message.el (message-caesar-buffer-body): Allow rotating headers.
13483
13484         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13485
13486         * message.el (message-insert-formated-citation-line): Fix %f.
13487         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13488
13489 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13492         (gnus-bookmark-mouse-available-p): New macro.
13493         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13494         (gnus-bookmark-bmenu-show-infos): Use it.
13495         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13496         (gnus-bookmark-bmenu-hide-infos): Ditto.
13497         (gnus-bookmark-remove-properties): New function.
13498         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13499         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13500         (gnus-bookmark-write-file): Bind coding-system-for-write.
13501         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13502         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13503         group before selecting it.
13504         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13505         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13506         quit-window if it is not available; use gnus-mouse-2 and bind it to
13507         gnus-bookmark-bmenu-select-by-mouse.
13508         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13509         (gnus-bookmark-bmenu-select-by-mouse): New function.
13510
13511 2006-08-13  Romain Francoise  <romain@orebokech.com>
13512
13513         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13514         space.
13515
13516 2006-08-10  Romain Francoise  <romain@orebokech.com>
13517
13518         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13519         (dns-mode-soa-auto-increment-serial): New user option.
13520         (dns-mode-soa-maybe-increment-serial): New function.
13521         (dns-mode): Add the latter to `write-contents-functions'.
13522
13523 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * compface.el (uncompface): Use binary rather than raw-text-unix.
13526
13527 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * compface.el (uncompface): Make sure the eol conversion doesn't take
13530         place when communicating with the external programs.
13531         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13532
13533 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13536
13537 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13538
13539         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13540         Make it more robust by parsing author and date independently.
13541
13542 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13545
13546 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13547
13548         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13549         first matching secret key.
13550         (mml2015-epg-encrypt): Ditto.
13551
13552         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13553         first matching secret key.
13554         (mml1991-epg-encrypt): Ditto.
13555
13556         * mml2015.el (mml2015-encrypt-to-self): New user option.
13557         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13558         mml2015-epg-encrypt-to-self is set.
13559
13560         * mml1991.el (mml1991-encrypt-to-self): New variable.
13561         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13562         mml1991-epg-encrypt-to-self is set.
13563
13564         * mml2015.el (mml2015-signers): New user option.
13565         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13566         (mml2015-epg-encrypt): Allow to select signing keys.
13567
13568         * mml1991.el (mml1991-signers): New variable.
13569         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13570         (mml1991-epg-encrypt): Allow to select signing keys.
13571
13572 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * nnheader.el (nnheader-insert-head): Make it work even if the file
13575         uses CRLF for the line-break code.
13576
13577 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13578
13579         * mml2015.el: Require mml-sec instead of password.
13580         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13581         (mml2015-cache-passphrase): Inherit the default value from
13582         mml-secure-cache-passphrase.
13583         (mml2015-passphrase-cache-expiry): Inherit the default value from
13584         mml-secure-passphrase-cache-expiry.
13585
13586         * mml1991.el: Require mml-sec instead of password.
13587         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13588         (mml1991-cache-passphrase): Inherit the default value from
13589         mml-secure-cache-passphrase.
13590         (mml1991-passphrase-cache-expiry): Inherit the default value from
13591         mml-secure-passphrase-cache-expiry.
13592
13593         * mml-sec.el: Require password.
13594         (mml-secure-verbose): New user option.
13595         (mml-secure-cache-passphrase): New user option.
13596         (mml-secure-passphrase-cache-expiry): New user option.
13597
13598 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13599
13600         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13601         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13602         andreas@altroot.de (Andreas Vögele).
13603
13604         FIXME: Use `tiny change'?
13605
13606 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13607
13608         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13609         workaround for the url package included with Emacs.
13610
13611         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13612
13613 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13616         correctly.  This fixes a bug caused by the 2006-05-12 change.
13617
13618 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13619
13620         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13621         some information about the error when saying that the `bogus' mail
13622         group will be used.
13623
13624 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13627         string.
13628
13629 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13630
13631         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13632
13633 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13634
13635         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13636
13637 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13638
13639         * mml1991.el (mml1991-function-alist): Add epg.
13640         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13641         (mml1991-epg-encrypt): New functions.
13642
13643 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13644
13645         * mml2015.el (mml2015-verbose): New variable.
13646         (mml2015-cache-passphrase): Ditto.
13647         (mml2015-passphrase-cache-expiry): Ditto.
13648         (mml2015-function-alist): Add epg.
13649         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13650         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13651         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13652         New functions.
13653
13654 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13655
13656         * message.el (message-cite-original-1): Preserve region when removing
13657         quoted text due to X-No-Archive in order to avoid bogus attribution
13658         when citing multiple messages.
13659
13660 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13661
13662         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13663         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13664
13665 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * gnus-diary.el (gnus-user-format-function-d)
13668         (gnus-user-format-function-D): Autoload.
13669
13670         * imap.el (Commentary): Fix typo.
13671
13672         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13673         2006-04-22 contribution.
13674
13675 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13676
13677         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13678         It didn't really fix the bogosity I'm seeing with solid web groups.
13679
13680 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13681
13682         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13683         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13684         created using server names.  If we use the feature without declaring
13685         it, Gnus does not properly manage server and group state.
13686
13687         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13688         bound.
13689
13690 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13691
13692         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13693         looking up the method using GROUP's prefix before inventing a new one.
13694         It is used on killed/unknown groups in various places where returning
13695         an all-new method isn't expected by the caller.
13696
13697         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13698         and match semantics of gnus-group-real-prefix.
13699
13700 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * nnmail.el (nnmail-broken-references-mailers): New variable.
13703         (nnmail-ignore-broken-references): New function generalizing
13704         nnmail-fix-eudora-headers.
13705         (nnmail-fix-eudora-headers): Now obsolete.
13706
13707         * gnus-art.el (gnus-button-handle-custom):
13708         Support `customize-apropos*'.
13709
13710 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13711
13712         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13713
13714         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13715         articles.
13716
13717 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13718
13719         * message.el (message-cite-reply-above): New variable.
13720         (message-yank-original): Use it.
13721
13722 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13725
13726 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13729         as read.
13730
13731         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13732
13733 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13736         (gnus-bookmark-default-file): Use gnus-directory.
13737         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13738         Remove "*" in doc string.
13739         (gnus-bookmark-write-file): Simplify.
13740         (gnus-bookmark-maybe-sort-alist): Use `when'.
13741         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13742         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13743         Add FIXME about Emacs 21 and XEmacs compatibility.
13744         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13745         compatibility.
13746         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13747         compatibility.
13748         (gnus-bookmark-menu-heading): Fix version.
13749
13750 2006-06-19  Bastien Guerry  <bzg@altern.org>
13751
13752         * gnus-bookmark.el: New file.
13753
13754 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * message.el (message-syntax-checks): Doc fix.
13757
13758 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13759
13760         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13761         unsubscribed groups as if they were killed ones.  It causes duplicate
13762         entries in gnus-newsrc-alist.
13763
13764 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * message.el (message-syntax-checks): Doc fix.
13767         (message-send-mail): Add check for continuation headers.
13768         (message-check-news-header-syntax): Fix regexp used to check for
13769         continuation headers.
13770
13771 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13774
13775 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13778
13779 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13782         default-truncate-lines.
13783
13784 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13787         to fill the utf-8 entry.
13788
13789         * lpath.el: Fbind unicode-precedence-list.
13790
13791 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13792
13793         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13794
13795 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13796
13797         * gnus-agent.el (directory-files-and-attributes): Move all the way
13798         forward (the third and final move).
13799         (gnus-agent-read-agentview): Trap reconstruction errors due to
13800         nonexistent directory.  Handle by returning nil.
13801
13802 2006-05-30  Didier Verna  <didier@xemacs.org>
13803
13804         * message.el (message-dont-reply-to-names): Update the custom type.
13805         * message.el (message-dont-reply-to-names): New defsubst: potentially
13806         convert a list of regexps into a single one.
13807         * message.el (message-get-reply-headers): Use it.
13808         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13809
13810 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-agent.el (directory-files-and-attributes): Move forward.
13813
13814 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * gnus-ml.el (gnus-mailing-list-subscribe)
13817         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13818         (gnus-mailing-list-message): Fix doc strings.
13819
13820 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13821
13822         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13823         of doing it manually.
13824
13825 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13828         comment.
13829
13830 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13831
13832         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13833         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13834         (gnus-agent-read-local): All symbols allocated in my-obarray.
13835         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13836         (gnus-agent-regenerate-group): Check numeric names to see if they are
13837         messages or groups.
13838         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13839         better way of do this...)
13840
13841         * gnus-cache.el (gnus-agent-total-fetched-for):
13842         Ignore 'dummy.group' (there should be a better way of do this...)
13843
13844 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13847         (gnus-saved-headers): Ditto.
13848         (gnus-default-article-saver): Mention functions may have properties.
13849         (gnus-article-save): Override gnus-save-all-headers and
13850         gnus-saved-headers by :headers property which saver function may have.
13851         (gnus-summary-save-in-file): Add :headers property.
13852         (gnus-summary-write-to-file): Ditto.
13853
13854         * gnus-sum.el (gnus-summary-save-article): Bind
13855         gnus-prompt-before-saving to t when saving many articles in a file;
13856         always show all headers.
13857
13858         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13859
13860 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13863         marks.
13864
13865         * message.el (message-indent-citation): Add optional arguments to allow
13866         using it outside of message buffers.
13867
13868         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13869         (gnus-article-treat-unfold-headers): Use it.
13870         (gnus-article-truncate-lines): New variable.
13871         (gnus-article-mode): Use it.
13872         (gnus-article-toggle-truncate-lines): New function.
13873
13874         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13875         Add gnus-article-toggle-truncate-lines.
13876
13877         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13878         coding system in XEmacs, use binary.
13879
13880 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13883         after-load-alist.
13884
13885         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13886         this function should save decoded articles.
13887         (gnus-summary-write-to-file): Use property to specify this function
13888         should save decoded articles and specify gnus-summary-save-in-file
13889         should be used to save articles other than the first one when saving
13890         many articles.
13891         (gnus-summary-save-body-in-file): Use property to specify this
13892         function should save decoded articles.
13893         (gnus-summary-write-body-to-file): Use property to specify this
13894         function should save decoded articles and specify
13895         gnus-summary-save-body-in-file should be used to save articles other
13896         than the first one when saving many articles.
13897
13898         * gnus-sum.el (gnus-summary-save-article): Simplify.
13899
13900 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-art.el (gnus-default-article-saver):
13903         Add gnus-summary-write-body-to-file.
13904         (gnus-article-save-coding-system): Don't use coding system object
13905         in XEmacs.
13906         (gnus-read-save-file-name): Add optional `dir-var' argument which
13907         specifies directory in which files are saved; work even if optional
13908         `variable' argument is not specified.
13909         (gnus-summary-write-to-file): Read file name.
13910         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13911         (gnus-summary-write-body-to-file): New function.
13912
13913         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13914         (gnus-summary-local-variables): Add it.
13915         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13916         (gnus-summary-save-article): Remove optional `decode' argument;
13917         determine whether to decode articles by the value of
13918         gnus-default-article-saver; when saving many files using
13919         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13920         it first and use gnus-summary-save-in-file or
13921         gnus-summary-save-body-in-file thereafter unless
13922         gnus-prompt-before-saving is always; move point to article which
13923         will be saved.
13924         (gnus-summary-save-article-file): Revert.
13925         (gnus-summary-write-article-file): Revert.
13926         (gnus-summary-save-article-body-file): Revert.
13927         (gnus-summary-write-article-body-file): New function.
13928
13929 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-art.el (gnus-default-article-saver): Doc fix.
13932         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13933         from gnus-summary-save-article-coding-system, and default to a
13934         certain coding system.
13935         (gnus-output-to-file): Add coding cookie and encode text according
13936         to gnus-article-save-coding-system; don't use mm-append-to-file.
13937
13938         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13939         gnus-art.el and rename to gnus-article-save-coding-system.
13940         (gnus-summary-save-article): Require gnus-art; don't show all
13941         headers if it decodes articles; don't add coding cookie here;
13942         don't bind mm-text-coding-system-for-write.
13943         (gnus-summary-save-article-file): Save decoded articles.
13944         (gnus-summary-write-article-file): When saving many files, use
13945         gnus-summary-write-to-file first and gnus-summary-save-in-file
13946         thereafter unless gnus-prompt-before-saving is always.
13947         (gnus-summary-save-article-body-file): Save decoded articles.
13948
13949         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13950
13951 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * nnrss.el (nnrss-check-group): Bind hash-index.
13954
13955 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13956
13957         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13958         its hash index.  Store this hash in `nnrss-group-data'.
13959         (nnrss-read-group-data): Update accordingly.
13960
13961 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13964         entry.
13965
13966         * gnus-sum.el (gnus-summary-make-menu-bar):
13967         Add gnus-article-browse-html-article.
13968
13969 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13970
13971         * gnus-sum.el (gnus-summary-mime-map):
13972         Add gnus-article-browse-html-article.
13973
13974         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13975
13976 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13979         suitable coding systems in customize.
13980
13981 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * mail-source.el (mail-sources): Fix custom type.
13984
13985 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13988         (gnus-summary-expire-articles-now): Shorten prompt.
13989
13990         * gmm-utils.el (wid-edit): Require.
13991         (defun-gmm): Rename from `gmm-defun-compat'.
13992         (gmm-image-search-load-path): Use it.
13993         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13994
13995 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-sum.el (gnus-summary-save-article-coding-system):
13998         New variable.
13999         (gnus-summary-save-article): Add optional `decode' argument.
14000         If it is set and gnus-summary-save-article-coding-system is non-nil,
14001         save decoded article.
14002         (gnus-summary-write-article-file): Save decoded article if
14003         gnus-summary-save-article-coding-system is non-nil.
14004
14005         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14006         type.
14007
14008 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14011
14012 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14015         first to test gnus-single-article-buffer which may be buffer-local.
14016
14017         * gnus-sum.el (gnus-summary-setup-buffer):
14018         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14019         group; make gnus-article-buffer, gnus-article-current, and
14020         gnus-original-article-buffer always buffer-local.
14021         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14022         group.
14023         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14024
14025 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * nnml.el (nnml-request-compact-group): Compressed files might not
14028         have .gz extension.
14029
14030 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14031
14032         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14033         (mm-copy-to-buffer): Use with-current-buffer.
14034         (mm-display-part): Simplify.
14035         (mm-inlinable-p): Add optional arg `type'.
14036
14037 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14038
14039         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14040         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14041         Try harder to show the attachment internally or externally using
14042         gnus-mime-view-part-as-type.
14043
14044 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * message.el (message-from-style, message-signature-separator)
14047         (message-user-organization-file, message-send-mail-function)
14048         (message-citation-line-function, message-yank-prefix)
14049         (message-indent-citation-function, message-signature)
14050         (message-signature-file, message-signature-insert-empty-line):
14051         Remove autoloads.
14052
14053         * gnus-art.el (gnus-buttonized-mime-types):
14054         Remove "multipart/signed".  Revert 2006-04-26 change.
14055
14056 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057
14058         * gnus.el (gnus-version-number): Bump version.
14059
14060 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14061
14062         * gnus.el: No Gnus v0.5 is released.
14063
14064 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14065
14066         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14067         fetching articles by message-id.
14068
14069 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14070
14071         * message.el (hashcash): Require hashcash as normal.
14072
14073         * ecomplete.el (ecomplete-highlight-match-line):
14074         Use point-at-eol.
14075         (ecomplete-highlight-match-line): Use `highlight', because that
14076         face exists in both Emacs and XEmacs.
14077
14078         * message.el (message-display-abbrev): Use point-at-bol.
14079
14080         * mail-source.el: Don't require timer/timer-funcs.
14081
14082         * gnus-async.el: Ditto.
14083
14084         * password.el: Ditto.
14085
14086         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14087
14088         * mm-url.el: Ditto.
14089
14090         * gnus-xmas.el: Don't require timer-funcs.
14091
14092         * mm-util.el: Require timer/timer-funcs.
14093
14094 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14095
14096         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14097         Close.
14098
14099 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14102         unibyte after clear-decrypt function runs.
14103
14104         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14105         returns as a unibyte string.
14106
14107 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * lpath.el: Revert.
14110
14111         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14112         (pgg-gpg-process-sentinel): Revert.
14113
14114         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14115         (pgg-pgp-lookup-key): Revert.
14116
14117         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14118         (pgg-pgp5-lookup-key): Revert.
14119
14120         * pgg.el (pgg-fetch-key): Revert.
14121
14122 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * lpath.el: Fbind string-as-multibyte for XEmacs.
14125
14126         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14127         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14128         (mml1991-pgg-encrypt): Ditto.
14129
14130         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14131         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14132         a multibyte buffer.
14133
14134         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14135         (pgg-pgp-lookup-key): Ditto.
14136
14137         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14138         (pgg-pgp5-lookup-key): Ditto.
14139
14140         * pgg.el (pgg-fetch-key): Ditto.
14141
14142 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * message.el (message-user-organization-file): Check several
14145         locations of the organization file.
14146
14147         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14148         Add gnus-article-view-part-as-type.
14149
14150         * gnus-art.el (gnus-article-view-part-as-type): New function.
14151
14152         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14153         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14154
14155         * mml.el: Simplify autoload.
14156         (mml-mode): defvar dnd-protocol-alist instead of using
14157         symbol-value.
14158         (mml-default-directory): New variable.
14159         (mml-minibuffer-read-file): Use it.
14160         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14161
14162         * message.el (message-citation-line-format): New variable.
14163         (message-insert-formated-citation-line): New function.
14164         (message-citation-line-function):
14165         Add `message-insert-formated-citation-line' to custom type.
14166
14167         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14168         to doc string.
14169
14170         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14171         depending on mm-verify-option.
14172
14173 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14176         binding pgg-* variables; reimplement the section which prevents
14177         MIME header from being signed.
14178         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14179         pgg-text-mode; remove a blank line at the top of body.
14180
14181         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14182         lines at the top of body; use gnus-newsgroup-charset if there's no
14183         Charset header.
14184
14185 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * message.el (message-self-insert-commands): Doc fix.
14188
14189         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14190         (mm-uu-pgp-encrypted-test): Ditto.
14191         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14192         between header and body; return application/pgp-encrypted handle
14193         if decryption failed; decode decrypted body by charset.
14194
14195         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14196         element match to application/pgp-*.
14197
14198 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14199
14200         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14201         HTML.
14202
14203 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14204
14205         * mail-source.el (mail-source-call-script): Message the error
14206         string.
14207
14208 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * gnus-util.el (gnus-byte-compile): Use it.
14211
14212 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14213
14214         * gnus-util.el (kill-empty-logs): New function.
14215
14216 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14217
14218         * message.el (message-mail-alias-type): Doc fix.
14219         (message-mail-alias-type-p): New function.
14220         (message-send): Use it.
14221         (message-mode): Ditto.
14222         (message-strip-forbidden-properties): Ditto.
14223
14224         * ecomplete.el (ecomplete-database-file-coding-system):
14225         New variable.
14226         (ecomplete-save): Use it.
14227         (ecomplete-setup): Use it.
14228
14229 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * message.el (message-self-insert-commands): New variable.
14232         (message-strip-forbidden-properties): Use it.
14233
14234 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14235
14236         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14237         that doesn't make XEmacs choke.
14238
14239 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * gnus-util.el (gnus-replace-in-string):
14242         Prefer replace-regexp-in-string over of replace-in-string.
14243
14244 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-util.el (gnus-select-frame-set-input-focus):
14247         Use select-frame-set-input-focus if it is available in XEmacs; use
14248         definition defined in Emacs 22 for old Emacsen.
14249
14250         * dgnushack.el: Autoload unmorse-region for XEmacs.
14251
14252         * lpath.el: Bind cursor-in-non-selected-windows and
14253         select-frame-set-input-focus for XEmacs.
14254
14255 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14258
14259 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * gnus-registry.el (gnus-registry-cache-save): Remove text
14262         properties when saving via the temp buffer.
14263
14264 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * message.el (message-generate-hashcash): Honor custom type.
14267
14268 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14269
14270         * message.el (message-generate-hashcash): Default to non-nil when
14271         hashcash is found.
14272
14273         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14274         (gnus-refer-thread-limit): Increase default to 500.
14275
14276         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14277
14278         * flow-fill.el (fill-flowed): Allow delete-space.
14279
14280 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14283         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14284         Remove autoloads.
14285
14286 2006-04-18  Simon Josefsson  <jas@extundo.com>
14287
14288         * message.el (message-generate-hashcash): Default to.
14289
14290 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14293         concatenating segments rather than before concatenating them.
14294
14295 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14298
14299 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14300
14301         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14302
14303         * message.el (message-forward-make-body-plain):
14304         Allow message-forward-ignored-headers to be a list.
14305         (message-remove-ignored-headers): Factor out into function.
14306         (message-forward-make-body-mml): Use it.
14307
14308         * imap.el (imap-quote-specials): New function.
14309         (imap-login-auth): Quote specials.
14310
14311         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14312         (rfc2231-parse-string): Allow concatanation of parameters that
14313         aren't contiguous.  The test case is
14314           (mail-header-parse-content-type "message/external-body;
14315             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14316             access-type=LOCAL-FILE;
14317             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14318
14319 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14320
14321         * nntp.el (nntp-accept-process-output): Return the value of
14322         `nnheader-accept-process-output'.
14323
14324 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14325
14326         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14327         (gnus-button-alist): Recognize more diff formats.
14328         (gnus-button-patch): Strip directory.
14329
14330 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14333         Emacs 22 when setting focus.
14334
14335 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14336
14337         * gnus-art.el (gnus-article-treat-types): Do treatment of
14338         text/x-verbatim parts.
14339         (gnus-button-patch): New command.
14340
14341         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14342         addresses that contain invalid characters.
14343
14344 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14345
14346         * message.el (message-put-addresses-in-ecomplete):
14347         Use gnus-replace-in-string.
14348         (message-is-yours-p): Use the more correct
14349         mail-header-parse-address instead of
14350         mail-extract-address-components.
14351         (message-put-addresses-in-ecomplete): Fix typo.
14352
14353         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14354         keystroke.
14355
14356         * gnus-art.el (gnus-treatment-function-alist): Change order of
14357         newsgroups/generic header folding to avoid double-folding.
14358
14359         * message.el (message-hidden-headers): Add X-Draft-From.
14360
14361         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14362         New command.
14363         (gnus-summary-repeat-search-article-backward): New command.
14364
14365         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14366         groups in the parent topic.
14367
14368 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14369
14370         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14371         (spam-extra-header-to-number): Return the CRM114 number as a
14372         number instead of a string.
14373
14374 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14375
14376         * gnus-art.el (gnus-face-properties-alist): Move here from
14377         gnus-fun.
14378
14379         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14380
14381 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14382
14383         * message.el (message-strip-forbidden-properties): Only display on
14384         self-insert-command.
14385
14386         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14387         reindent.
14388         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14389
14390 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14391
14392         * smiley.el (smiley-style): Fix typo.
14393
14394 2006-03-23  Kenichi Handa  <handa@m17n.org>
14395
14396         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14397         instead of set-buffer-multibyte.
14398
14399 2006-03-23  Kenichi Handa  <handa@m17n.org>
14400
14401         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14402         buffer and then decode the buffer text if necessary.
14403         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14404         first, and after mm-encode-body, change the buffer to unibyte.
14405
14406 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407
14408         * hashcash.el (hashcash-insert-payment-async-2):
14409         Use message-goto-eoh instead of doing it manually.
14410         (mail-add-payment): Use message-narrow-to-header instead of trying
14411         to do the same itself.
14412
14413         * message.el (message-hidden-headers): Add Face.
14414
14415         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14416         reparenting code.
14417         (gnus-summary-reparent-children): Refactored out code.
14418         (gnus-summary-thread-map): New keystroke.
14419         (gnus-summary-reparent-children): Make into command.
14420
14421         * smiley.el (smiley-style): Default to `medium' if using a large
14422         font.
14423
14424         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14425         does it itself.
14426
14427         * message.el (message-point-in-header-p): Simplify definition.
14428
14429 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14430
14431         * nnagent.el (nnagent-request-set-mark): Silence log file
14432         writing.
14433         (nnagent-request-set-mark): Use write-region instead of
14434         append-to-file.
14435
14436         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14437         strange select method.
14438
14439         * ecomplete.el (ecomplete-display-matches): Get highlightling
14440         right.
14441         (ecomplete-display-matches): Use literals.
14442         (ecomplete-display-matches): Disable message logging.
14443
14444         * message.el (message-display-abbrev): Small optimization.
14445
14446         * ecomplete.el (ecomplete-display-matches): Allow automatic
14447         display.
14448
14449         * message.el (message-strip-forbidden-properties):
14450         Display abbrevs.
14451         (message-display-abbrev): Get automatic display right.
14452
14453         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14454         keystrokes.
14455
14456 2006-04-13  Romain Francoise  <romain@orebokech.com>
14457
14458         TODO: Backport to v5-10!
14459
14460         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14461         Move here (and rename) from gnus-registry.el.
14462
14463         * gnus-registry.el: Require gnus-util.
14464         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14465
14466 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14467
14468         * gnus-group.el (gnus-group-catchup-current):
14469         Change if-then-else-if-then-else into cond.
14470         (gnus-group-catchup): Indent.
14471         (group-name-at-point): New function.
14472         (gnus-fetch-group): Provide default from thing at point.
14473
14474 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14475
14476         * message.el (message-display-abbrev): Fix regexp.
14477
14478         * ecomplete.el (ecomplete-highlight-match-line):
14479         Reimplement choosing.
14480         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14481         dead variables.
14482
14483         * message.el (message-newline-and-indent): Remove debugging.
14484         (message-display-abbrev): Use new implementation.
14485
14486 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * gnus-art.el (gnus-article-mode):
14489         Set cursor-in-non-selected-windows to nil.
14490
14491         * smiley.el: Revert previous change.
14492         (smiley-data-directory): defvar it before using it in the
14493         defcustom of `smiley-style'.
14494
14495 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14496
14497         * message.el (message-newline-and-indent): New function.
14498
14499         * ecomplete.el: Implement more bits.
14500
14501         * message.el (message-put-addresses-in-ecomplete): Clean up the
14502         string.
14503
14504         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14505
14506         * gnus-sum.el (gnus-summary-save-parts):
14507         Bind gnus-summary-save-parts-counter and use it to make unique file
14508         names.
14509
14510         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14511
14512         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14513         parameter to say whether to actually parse the individual
14514         addresses.
14515
14516         * message.el (message-put-addresses-in-ecomplete): New function.
14517         (ecomplete): Require.
14518         (message-mail-alias-type): Add ecomplete as an option.
14519
14520 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14521
14522         * flow-fill.el (fill-flowed): Remove trailing space from blank
14523         quoted lines.
14524
14525 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14526
14527         * smiley.el (smiley-style): Move definition later to avoid a
14528         compilation warning.
14529
14530 2006-04-12  Kenichi Handa  <handa@m17n.org>
14531
14532         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14533         buffer and then decode the buffer text if necessary.
14534         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14535         first, and after mm-encode-body, change the buffer to unibyte.
14536         Use mm-disable-multibyte instead of set-buffer-multibyte.
14537
14538 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14541         Content-Type header instead of Content-Disposition header.
14542         (gnus-mime-inline-part): Ditto.
14543         (gnus-mime-view-part-as-charset): Ignore charset that the part
14544         specifies.
14545
14546         * mm-decode.el (mm-display-part): Work with external parts and
14547         usual parts similarly.
14548
14549         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14550         instead of gnus-display-mime.
14551
14552         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14553         instead of with-temp-buffer.
14554
14555         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14556         tag to summarized topics part in order to encode non-ASCII text.
14557
14558 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * smiley.el (smiley-style): New variable.
14561         (smiley-directory): New function.
14562         (smiley-data-directory): Derive from `smiley-style' using
14563         `smiley-directory'.
14564         (smiley-regexp-alist): Add new entries.
14565
14566         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14567         (gnus-article-browse-delete-temp): Add :version.
14568
14569 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14570
14571         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14572         the sieve region.
14573
14574 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575
14576         * gnus.el (gnus-version-number): Bump version.
14577
14578 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * gnus.el: No Gnus v0.4 is released.
14581
14582 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14585         layout.
14586
14587         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14588         unknown charset.
14589
14590         * message.el (message-header-synonyms): Add Original-To to the
14591         default.
14592
14593         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14594         optional parameter.
14595
14596 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * gnus-fun.el (gnus): Require it for gnus-directory.
14599
14600 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14603
14604 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14605
14606         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14607
14608 2006-04-05  Simon Josefsson  <jas@extundo.com>
14609
14610         * password.el (password-reset): New function.
14611
14612 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14613
14614         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14615         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14616
14617 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14618
14619         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14620         Some whitespace was matched into the url, which broke browsing hits
14621         > 100 when mm-url-use-external was nil.
14622
14623 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14626         Check gnus-extra-headers for 'Newsgroups.
14627
14628         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14629         bound.
14630
14631 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14632
14633         * pgg-gpg.el: Clean up process buffers every time gpg processes
14634         complete.
14635
14636 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14639         doc string.
14640
14641 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14642
14643         * pgg-gpg.el (pgg-gpg-process-filter)
14644         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14645
14646         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14647         lines, temporary fix.
14648
14649 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14650
14651         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14652
14653 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14654
14655         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14656         default-enable-multibyte-characters.  This reverts the change from
14657         revision 6.17 which is no longer necessary because the passphrase
14658         is sent separately now.  GnuPG messages are unreadable under
14659         multibyte locales with default-enable-multibyte-characters set to
14660         nil.
14661
14662 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * message.el (message-tool-bar-gnome): Move "spell".
14665
14666 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14669         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14670         instead.
14671
14672 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14673
14674         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14675         Improve newsgroups handling for NNTP overviews which don't include
14676         Newsgroups.
14677
14678 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14679
14680         * message.el (message-resend): Bind message-generate-hashcash to nil.
14681
14682 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14683
14684         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14685         when searching for already-paid recipients.
14686
14687 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14688
14689         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14690         passphrases when it is not needed.
14691         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14692         passphrase stuff from gpg, should only be necessary when you use
14693         gpg with a smartcard.
14694
14695 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * mml.el (mml-insert-mime): Ignore cached contents of
14698         message/external-body part.
14699
14700         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14701         (mm-insert-part): Ditto.
14702
14703 2006-03-23  Simon Josefsson  <jas@extundo.com>
14704
14705         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14706         Reiner.
14707         (pgg-gpg-use-agent-p): Use it again.
14708
14709 2006-03-23  Simon Josefsson  <jas@extundo.com>
14710
14711         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14712         older emacsen.
14713         (pgg-gpg-use-agent-p): Don't use it.
14714
14715 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14718         if we can.
14719
14720 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14721
14722         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14723         (pgg-gpg-update-agent): New function.
14724         (pgg-gpg-use-agent-p): New function.
14725         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14726         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14727         (pgg-gpg-sign-region): Use it.
14728
14729 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14732         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14733
14734 2006-03-21  Simon Josefsson  <jas@extundo.com>
14735
14736         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14737         <wilde@sha-bang.de>.
14738         (pgg-gpg-use-agent): New variable.
14739         (pgg-gpg-process-region): Use it.
14740         (pgg-gpg-encrypt-region): Likewise.
14741         (pgg-gpg-encrypt-symmetric-region): Likewise.
14742         (pgg-gpg-decrypt-region): Likewise.
14743         (pgg-gpg-sign-region): Likewise.
14744         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14745
14746 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14749
14750         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14751         Add comment on version.
14752
14753 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * smiley.el: Add missing test smiley.
14756
14757 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * mm-decode.el (mm-with-part): New macro.
14760         (mm-get-part): Use it; work with message/external-body as well.
14761         (mm-save-part): Treat name and filename equally.
14762
14763         * mm-extern.el (mm-extern-cache-contents): New function.
14764         (mm-inline-external-body): Use it; force the part to be displayed;
14765         move undisplayer added to the cached handle to the parent.
14766
14767         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14768         (gnus-mime-view-part-as-type): Work with message/external-body.
14769
14770         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14771
14772 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14775         images in image-load-path.  [Sync with image.el, revision 1.60, in
14776         Emacs.]
14777
14778 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14781         path rather than symbol.  Always return list of directories.
14782         Guarantee that image directory comes first.  [Sync with image.el,
14783         revision 1.59, in Emacs.]
14784
14785         * message.el (message-make-tool-bar): Adjust to new API of
14786         `gmm-image-load-path-for-library'.
14787
14788         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14789
14790         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14791
14792 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14793
14794         * gnus-art.el (gnus-article-only-boring-p):
14795         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14796         intangible text.
14797         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14798
14799 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14802         Use `defun' instead of `gmm-defun-compat'.
14803
14804 2006-03-14  Simon Josefsson  <jas@extundo.com>
14805
14806         * message.el (message-unique-id): Don't use message-number-base36
14807         if (user-uid) is a float.
14808         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14809
14810 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14813
14814         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14815         empty line between a part and a message part.
14816
14817 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * smiley.el: Add more test smileys.
14820         (smiley-data-directory, smiley-regexp-alist)
14821         (gnus-smiley-file-types): Fix doc strings.
14822         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14823         adding new elements.
14824         (smiley-mouse-map): Unused code.  Make it a comment.
14825
14826 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14829         scan latest NoCeM messages instead of old ones.
14830         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14831         delimiters that are recently used.
14832         (gnus-nocem-load-cache): Add autoload cookie.
14833
14834         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14835
14836         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14837         level which is larger than gnus-use-nocem is specified.
14838
14839         * gnus-group.el (gnus-group-get-new-news): Ditto.
14840
14841 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * gnus-util.el (gnus-tool-bar-update): New function.
14844
14845         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14846         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14847
14848         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14849
14850         * gnus-group.el (gnus-group-redraw-when-idle)
14851         (gnus-group-redraw-check): Remove.
14852         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14853
14854 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14857         if optional last element is specified in splits (FIELD VALUE...).
14858
14859 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14860
14861         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14862         to gmm-image-load-path-for-library.  Call with no-error argument.
14863         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14864
14865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14866
14867         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14868
14869         * gmm-utils.el (gmm-image-load-path): Remove alias.
14870
14871 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * gmm-utils.el (gmm-image-load-path): Add alias.
14874
14875         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14876         nnml-generate-nov-databases-1.
14877         (nnml-generate-nov-databases): Use it.
14878         (nnml-generate-nov-databases-directory): Document no-active
14879         argument.
14880
14881         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14882         directory if path is t.  Add no-error.
14883
14884         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14885         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14886
14887         * gnus-art.el (gnus-article-browse-delete-temp-files):
14888         Simplify resetting gnus-article-browse-html-temp-list.
14889
14890         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14891         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14892         Add example to docstring.  Rename local variables.  Move error
14893         checks to default case in cond and simplify.
14894
14895 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14898         handle is multipart when calling it recursively.
14899         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14900
14901 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14902
14903         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14904         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14905
14906 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14909         is loaded.
14910
14911         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14912         loaded.
14913
14914 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14917         to "Emacs 23 (unicode)" in doc string.
14918
14919         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14920         "Emacs 23 (unicode)" in comment.
14921
14922 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14925
14926         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14927         characters 160 through 255 in Emacs 23.
14928
14929 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14932         gnus-article-browse-html-temp.
14933         (gnus-article-browse-delete-temp): Make it customizable.
14934         Add `file'.  Adjust doc string.
14935         (gnus-article-browse-delete-temp-files): Add argument.
14936         Allow query for each file.  Adjust doc string.
14937         (gnus-article-browse-html-parts):
14938         Add `gnus-article-browse-delete-temp-files' to
14939         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14940
14941 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14942
14943         * gnus-art.el (gnus-article-browse-html-temp)
14944         (gnus-article-browse-delete-temp): New variables.
14945         (gnus-article-browse-delete-temp-files): New function.
14946         (gnus-article-browse-html-parts): Use it.
14947
14948 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14951
14952         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14953         string.
14954
14955         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14956         gnus-summary-insert-new-articles when unplugged.
14957         Remove gnus-summary-search-article-forward.
14958
14959         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14960         display-visual-class instead of display-color-cells.
14961
14962 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * dgnushack.el: Autoload customize-group for XEmacs.
14965
14966         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14967         message/* containing non-ASCII text properly.
14968
14969 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * message.el: Require gmm-utils, remove autoloads.
14972         (message-tool-bar): Set default based on
14973         gmm-tool-bar-style.
14974         (message-tool-bar-gnome): Add gmm-customize-mode.
14975
14976         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14977         gmm-tool-bar-style.
14978         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14979
14980         * gnus-group.el (gnus-group-tool-bar): Set default based on
14981         gmm-tool-bar-style.
14982         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14983
14984         * gmm-utils.el (gmm-image-directory): Rename variable from
14985         gmm-image-load-path.
14986         (gmm-image-load-path): Use gmm-image-directory.
14987         (gmm-customize-mode): New function.
14988         (gmm-tool-bar-style): New variable.
14989
14990         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14991         gnus-group-redraw-line-number.
14992         (gnus-group-redraw-check): Simplify.
14993         (gnus-group-tool-bar-update): Remove redraw check.
14994         (gnus-group-make-tool-bar): Add redraw check.
14995
14996 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14997
14998         * gnus-art.el (gnus-button): Add missing parentheses.
14999
15000 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * lpath.el: Fbind line-number-at-pos.
15003
15004 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15007
15008 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gnus-art.el (gnus-button): New face.
15011         (gnus-article-button-face): Use it.
15012
15013         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15014         Add gnus-summary-next-page.  Re-order.
15015
15016         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15017         next-node are now included.
15018         (gnus-group-redraw-line-number): New internal variable.
15019         (gnus-group-redraw-check): Helper function for updating the tool
15020         bar.
15021         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15022
15023         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15024
15025         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15026         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15027         Use it to match format of Spamassassin 3.0 and later.
15028         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15029         (spam-check-bogofilter)
15030         (spam-bogofilter-register-with-bogofilter): Fix args of
15031         `gnus-error' calls.
15032
15033 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15036         unnecessary interaction when sending queued mails.
15037         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15038
15039 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15040
15041         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15042         first or last are nil.
15043
15044 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15045
15046         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15047
15048 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15049
15050         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15051
15052 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15053
15054         * dns.el (query-dns): Protect more against buggy tcp output.
15055
15056 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15059         nov.php.
15060
15061 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15062
15063         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15064         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15065         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15066         output on the server side.
15067         (nnweb-google-create-mapping): Update regexps and add some
15068         progress indication.
15069
15070 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * gnus-group.el (gnus-group-tool-bar-gnome):
15073         Fix gnus-agent-toggle-plugged.  Re-order icons.
15074         (gnus-group-tool-bar-gnome):
15075         Add gnus-group-{prev,next}-unread-group.
15076         (gnus-group-tool-bar-gnome): Re-order icons.
15077
15078         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15079         Move gnus-summary-insert-new-articles.
15080
15081         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15082         Fix comments.
15083
15084         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15085         also available in Emacs 21.3.
15086
15087         * message.el (message-fix-before-sending): Change "Emacs 22" to
15088         "Emacs 23 (unicode)" in comment.
15089
15090         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15091         "Emacs 23 (unicode)" in comment.
15092
15093         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15094         comment.
15095         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15096
15097         * mm-view.el (mm-fill-flowed): Add :version.
15098
15099 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15102         and load-path.
15103
15104 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * message.el: Autoload gmm-image-load-path.
15107         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15108         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15109         consitency.
15110
15111         * gmm-utils.el (gmm-image-load-path): Also search in
15112         "../etc/images".  Don't set gmm-image-load-path if we don't find
15113         the image.
15114
15115 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gmm-utils.el (gmm-image-load-path): Don't make
15118         `gmm-image-load-path' include subdirectories which the second arg
15119         `image' might specify.
15120
15121         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15122         subdirectory to icon file names.
15123
15124         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15125
15126 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15129         gmm-image-load-path calls.
15130
15131         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15132
15133         * message.el (message-make-tool-bar): Ditto.
15134
15135         * mml.el (mml-preview): Add comment concerning tool bar icons.
15136
15137         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15138         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15139
15140         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15141         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15142
15143         * message.el (message-tool-bar-gnome): Use new icon names.
15144         (message-make-tool-bar): Use `gmm-image-load-path'.
15145
15146         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15147         New functions from MH-E.
15148         (gmm-image-load-path): New variable from MH-E.
15149         (gmm-image-load-path): New function from MH-E.  Add arguments
15150         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15151         *-image-load-path-called-flag.
15152
15153 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15154
15155         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15156
15157 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15158
15159         * nnimap.el (nnimap-request-move-article): Change folder back to
15160         source group before deleting.
15161
15162 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15165
15166         * gnus-art.el (mm-url-insert-file-contents-external):
15167         Autoload mm-url.
15168
15169         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15170
15171 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15174         coding system which mm-charset-to-coding-system returns for a
15175         given charset is valid.
15176
15177 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15178
15179         * html2text.el (html2text-remove-tag-list):
15180         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15181
15182 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15183
15184         * gnus-cus.el: Revert 2005-10-17 change.
15185
15186 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-art.el (article-strip-banner):
15189         Call article-really-strip-banner only when the regexp match is made.
15190
15191 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-art.el (article-strip-banner):
15194         Use gnus-extract-address-components instead of
15195         mail-header-parse-addresses to make it work with non-ASCII text;
15196         remove mail-encode-encoded-word-string.
15197
15198         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15199         values which are surrounded with \"...\"; make it never cause a
15200         Lisp error; give up parsing of parameters if it failed in
15201         extracting type.
15202
15203 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15204
15205         * smime.el (smime-cert-by-ldap-1): Fix bug where
15206         `smime-ldap-search' returns results without userCertificates.
15207
15208 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15211
15212 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * spam.el (spam-check-spamassassin-headers): Adapt format for
15215         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15216         <ari@mbf.ocn.ne.jp>.
15217         (spam-list-of-processors): Add spam-use-gmane.
15218
15219 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15222         make-temp-file; make it work with XEmacs as well.
15223
15224         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15225         mm-make-temp-file.
15226
15227         * mm-decode.el (mm-display-external): Use the 3rd arg of
15228         mm-make-temp-file.
15229         (mm-create-image-xemacs): Ditto.
15230
15231 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15234         with message-narrow-to-headers.
15235         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15236         (gnus-draft-check-draft-articles): New function.
15237         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15238
15239 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-art.el (gnus-article-browse-html-parts):
15242         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15243         Don't use suffix argument for mm-make-temp-file for Emacs 21
15244         compatibility.  Remove useless `format'.
15245
15246 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15247
15248         * nnweb.el (nnweb-google-wash-article): Update regexps.
15249         (nnweb-group-alist): Use defvoo instead of defvar.
15250
15251 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15254         re-loading nn* modules.
15255
15256 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15259         for `tool-bar-mode' and don't check it's default-value.
15260
15261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15262
15263         * message.el (message-make-tool-bar): Ditto.
15264
15265         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15266         `substring'.  Shorten tmp-file name.
15267
15268         * gnus.el: Remove bogus comment.
15269
15270 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15271
15272         * gnus-art.el (gnus-article-browse-html-parts): New function.
15273         (gnus-article-browse-html-article): New function for viewing html
15274         articles with a browser.
15275
15276 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15277
15278         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15279         in elisp.
15280         (pgg-gpg-encrypt-symmetric-region): Ditto.
15281         (pgg-gpg-sign-region): Ditto.
15282
15283         * pgg-def.el (pgg-text-mode): New variable.
15284
15285         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15286         (mml2015-pgg-encrypt): Ditto.
15287
15288         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15289         (mml1991-pgg-encrypt): Ditto.
15290
15291 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * nnfolder.el (nnfolder-insert-newsgroup-line):
15294         Use message-make-date instead of current-time-string.
15295
15296         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15297         to gnus-decoded which mm-uu might set.
15298
15299 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15302         don't decode quoted parameters; remove misimported Emacs code.
15303         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15304         (rfc2231-decode-encoded-string): Don't use split-string which
15305         behaves differently according to Emacs version; use
15306         mm-decode-coding-region to convert charset to coding-system.
15307         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15308         (rfc2231-encode-string): Remove misimported Emacs code.
15309
15310 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15313         when calling mail-header-parse-content-type.
15314         (article-de-quoted-unreadable): Ditto.
15315         (article-de-base64-unreadable): Ditto.
15316         (article-wash-html): Ditto.
15317
15318         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15319         calling mail-header-parse-content-type and
15320         mail-header-parse-content-disposition.
15321         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15322         mail-header-parse-content-type.
15323
15324         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15325         insert charset and format parameters; encode description after
15326         inserting it to buffer.
15327         (mml-insert-parameter): Fold lines properly even if a parameter is
15328         segmented into two or more lines; change the max column to 76.
15329
15330         * rfc1843.el (rfc1843-decode-article-body): Don't use
15331         ignore-errors when calling mail-header-parse-content-type.
15332
15333         * rfc2231.el (rfc2231-parse-string): Return at least type if
15334         possible; don't cause an error even if it fails in parsing of
15335         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15336         (rfc2231-encode-string): Don't break lines at the beginning, leave
15337         it to mml-insert-parameter.
15338
15339         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15340         calling mail-header-parse-content-type.
15341
15342 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * spam-report.el (spam-report-gmane-use-article-number):
15345         Improve doc string.
15346         (spam-report-gmane-internal): Check if a suitable header was found
15347         in the article.
15348
15349 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15352         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15353
15354 2006-02-05  Romain Francoise  <romain@orebokech.com>
15355
15356         Update copyright notices of all files in the gnus directory.
15357
15358 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15359
15360         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15361
15362 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15365         segmented lines of parameter value to cope with Thunderbird 1.5
15366         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15367         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15368         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15369
15370 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15371
15372         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15373         parts.
15374
15375 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15376
15377         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15378         there's only one active file for all servers.
15379         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15380         solid groups.  Gnus might have used a FAST request to select the group.
15381         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15382         and nnweb-search redundantly in the active file.
15383         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15384         (nnweb-request-create-group): Don't use ARGS.
15385         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15386         initialisations.  Let nnoo do the work.
15387
15388 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15391         Say the part has been decoded.
15392
15393         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15394
15395 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15396
15397         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15398         mailcap-viewer-test-cache when there's no 'test clause, since that
15399         will invert the meaning of a "nil" test previously determined by
15400         mailcap-mailcap-entry-passes-test.
15401
15402 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15405         compiling.
15406
15407         * gnus-sum.el: Ditto.
15408
15409         * message.el: Don't bind tool-bar-map when compiling.
15410
15411 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15414
15415 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15416
15417         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15418         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15419         current Google Groups.
15420
15421 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15424         and tool-bar-mode.
15425
15426         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15427         and tool-bar-mode.
15428
15429         * message.el (message-tool-bar-update): Simplify.
15430         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15431
15432         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15433         gnus-summary-buffer.
15434         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15435         gnus-summary-reply.
15436
15437         * gmm-utils.el (gmm): Add :version.
15438
15439 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * Makefile.in (clean): New rule.
15442         (distclean): Use it.
15443
15444 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15445
15446         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15447         Don't autoload.
15448
15449 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gmm-utils.el (gmm-verbose): Add :group.
15452
15453 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * message.el: Change some comments WRT tool-bars.
15456
15457         * gnus-sum.el (gnus-summary-tool-bar)
15458         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15459         (gnus-summary-tool-bar-zap-list): New variables.
15460         (gnus-summary-make-tool-bar): Complete rewrite using
15461         `gmm-tool-bar-from-list'.
15462
15463         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15464         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15465         New variables.
15466         (gnus-group-make-tool-bar): Complete rewrite using
15467         `gmm-tool-bar-from-list'.
15468         (gnus-group-tool-bar-update): New function.
15469
15470         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15471
15472 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15475         is dissected into a single part of which the type is the same as
15476         the given one; decode charset.
15477
15478 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15479
15480         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15481         into alists as symbol not string, since that's what
15482         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15483         look for.
15484
15485 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15488         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15489
15490         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15491
15492 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15495         (gnus-xmas-mime-security-button-menu): New function.
15496
15497         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15498         (gnus-mime-security-button-menu): New definition.
15499         (gnus-mime-security-button-map): Use them.
15500         (gnus-mime-security-button-menu): New function.
15501         (gnus-insert-mime-security-button): Addition to help echo.
15502         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15503         (gnus-mime-security-pipe-part): New functions.
15504
15505         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15506         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15507
15508         * mm-decode.el (mm-handle-set-disposition): Remove.
15509         (mm-handle-set-description): Remove.
15510
15511 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15514         (mm-w3m-standalone-supports-m17n-p): New function.
15515         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15516         w3m usage.
15517
15518         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15519         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15520
15521 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15522
15523         * message.el (message-tool-bar-zap-list):
15524         Use gmm-tool-bar-zap-list as custom type.
15525         (message-tool-bar-update): New function.
15526         (message-tool-bar, message-tool-bar-gnome)
15527         (message-tool-bar-retro): Add message-tool-bar-update.
15528         (message-tool-bar-gnome): Add flyspell-buffer.
15529
15530         * gnus-util.el (gnus-error): Describe `args'.
15531
15532         * gmm-utils.el (gmm-error): Describe `args'.
15533         (gmm-tool-bar-zap-list): New widget.
15534         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15535
15536 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15539         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15540         the number of recursive calls.
15541
15542         * mm-decode.el (mm-handle-set-disposition): New macro.
15543         (mm-handle-set-description): New macro.
15544
15545 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15548         encoding.
15549
15550 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * message.el (message-tool-bar-zap-list, message-tool-bar)
15553         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15554         (message-tool-bar-local-item-from-menu): Remove.
15555         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15556         (message-make-tool-bar): New function.
15557         (message-mode): Use `message-make-tool-bar'.
15558
15559         * gmm-utils.el: New file.
15560         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15561         (gmm-lazy): New widget copied from `nnmail.el'.
15562         (gmm-tool-bar-from-list): New function for creating customizable
15563         tool bars.
15564         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15565         output.
15566         (gmm): Add :prefix to defgroup.
15567
15568 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15569
15570         * gmm-utils.el (gmm-widget-p): New function.
15571
15572 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15573
15574         * mml.el (mml-attach-file): Describe `description' in doc string.
15575         (mml-menu): Add Emacs MIME manual and PGG manual.
15576
15577 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15578
15579         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15580
15581 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15582
15583         * nntp.el (nntp-end-of-line): Doc fix.
15584
15585 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15586
15587         * imap.el (imap-open): Handle case where buffer is a buffer
15588         object.
15589
15590 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15591
15592         * gnus-delay.el (gnus-delay): Don't autoload.
15593         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15594         to be re-loaded when customizing the `gnus-delay' group.
15595
15596 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15597
15598         * message.el (message-insert-citation-line): Use newlines.
15599
15600 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15601
15602         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15603         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15604         these routines, so the passphrase can be managed externally and
15605         passed in to the system.
15606         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15607         pgg-add-passphrase-to-cache function.
15608
15609         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15610         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15611         these routines, so the passphrase can be managed externally and
15612         passed in to the system.
15613         (pgg-pgp5-sign-region): Use new name of
15614         pgg-add-passphrase-to-cache function.
15615
15616 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15617
15618         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15619         part of the decoded armor to find the key-identifier.
15620         (pgg-gpg-lookup-key-owner): New function to return the
15621         human-readable identifier of a key owner.
15622         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15623         itself.
15624         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15625         the key value) if we have a key and can match it against a secret
15626         key.  Also, added a note pointing out fact that the prompt only
15627         indicates the first matching key.
15628
15629         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15630         pgg-decrypt-region.
15631         (pgg-add-passphrase-to-cache): Rename from
15632         `pgg-add-passphrase-cache' to reduce confusion (all callers
15633         changed).
15634         (pgg-remove-passphrase-from-cache): Rename from
15635         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15636         changed).
15637         (pgg-read-passphrase, pgg-add-passphrase-cache)
15638         (pgg-remove-passphrase-cache): Add informative docstrings.
15639         (pgg-decrypt): Convey provided passphrase in subordinate call to
15640         pgg-decrypt-region.
15641
15642 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15643
15644         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15645         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15646         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15647         'passphrase' argument, so the passphrase can be managed externally
15648         and then passed in to the system.
15649
15650         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15651         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15652         so the passphrase cache can be used reliably with identifiers
15653         besides a pgp packet's key id.
15654
15655         * pgg-gpg.el (pgg-gpg-encrypt-region)
15656         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15657         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15658         these routines, so the passphrase can be managed externally and
15659         passed in to the system.
15660
15661         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15662         'notruncate' argument, so the passphrase cache can be used
15663         reliably with identifiers besides a pgp packet's key id.
15664
15665 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15666
15667         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15668         symmetric encryption.
15669         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15670         encrypted session key.
15671         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15672         message ask for the passphrase in a proper way.
15673
15674         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15675         New user commands for symmetric encryption.
15676
15677 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15680
15681         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15682
15683 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15684
15685         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15686
15687 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * mm-decode.el (mm-inlined-types): Add application/pgp.
15690         (mm-automatic-display): Ditto.
15691
15692         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15693         part as text.
15694
15695 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * nnrss.el: Update copyright.
15698         (nnrss-opml-import): Query whether to subscribe to each entry.
15699
15700         * gnus-art.el:
15701         * gnus-sum.el:
15702         * gnus-xmas.el:
15703         * messagexmas.el:
15704         * mm-uu.el:
15705         * mm-view.el: Update copyright.
15706
15707 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * message.el (message-info): New function.
15710         (message-mode-menu): Add it.
15711         Update copyright.
15712
15713         * ChangeLog: Fix and update copyright.
15714
15715 2006-01-13  Romain Francoise  <romain@orebokech.com>
15716
15717         * message.el (message-forward-subject-name-subject): Prefer the
15718         address to 'nowhere' if the sender has no name.
15719         Fix typo.  Update copyright year.
15720
15721 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-art.el (article-wash-html):
15724         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15725         (gnus-article-wash-html-with-w3m-standalone): New function.
15726
15727         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15728         mm-inline-text-html-render-with-w3m-standalone.
15729         (mm-text-html-washer-alist): Map w3m-standalone to
15730         gnus-article-wash-html-with-w3m-standalone.
15731         (mm-inline-text-html-render-with-w3m-standalone): New function.
15732
15733 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15736         Improve LaTeX.
15737
15738 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15741         (nnrss-request-article): Render text/plain parts as HTML.
15742
15743         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15744         the buffer.
15745
15746 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15749         custom definition of `gnus-posting-styles'.
15750
15751         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15752         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15753
15754 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15757         Use nntp for bug archive.
15758
15759 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15762         parts.
15763         (nnrss-normalize-date): New function converts ISO 8601 date into
15764         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15765         (nnrss-check-group): Use it.
15766
15767 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15770
15771         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15772         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15773         (nnrss-insert-w3): Ditto.
15774
15775 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15778         the articles to be forwarded including the case where neither a
15779         number of articles nor a region is specified.
15780
15781 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * nnrss.el (nnrss-request-article): Fix last change; fill
15784         text/plain parts.
15785
15786 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15789         in text/plain part.
15790         (nnrss-check-group): Don't add excessive newline to dc:subject.
15791
15792 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15793
15794         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15795         article.
15796
15797 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15800         (nnml-use-compressed-files, nnml-save-mail): Support other
15801         comression programs such as bzip2.
15802
15803 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * dns.el (query-dns): Make sure we check the buffer size before
15806         removing tcp headers.
15807
15808 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15811         remove MIME buttons associated with multipart/alternative parts.
15812         (gnus-mime-display-alternative): Tag buttons using `article-type'
15813         text property.
15814
15815         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15816         associated with multipart/alternative parts.
15817
15818         * gnus-art.el (gnus-signature-separator): Fix custom type.
15819
15820         * mm-decode.el (mm-inlined-types): Fix custom type.
15821         (mm-keep-viewer-alive-types): Ditto.
15822         (mm-automatic-display): Ditto.
15823         (mm-attachment-override-types): Ditto.
15824         (mm-inline-override-types): Ditto.
15825         (mm-automatic-external-display): Ditto.
15826
15827 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15828
15829         * spam-report.el (spam-report-user-mail-address)
15830         (spam-report-user-agent): New variables.
15831         (spam-report-url-ping-plain): Use spam-report-user-agent.
15832
15833 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15834
15835         * gnus-art.el (gnus-button-handle-custom): Do not just use
15836         `customize-apropos' for any "M-x customize-*" button but the
15837         function called for.  Accept both the function name and its
15838         argument in order to achieve this.
15839         (gnus-button-alist): Remove support for "custom:" URL's.
15840         Pass function name to `gnus-button-handle-custom' in case of "M-x
15841         customize-*" buttons.
15842
15843 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15846         multipart/alternative and add xref to mm-discouraged-alternatives
15847         in doc string.
15848
15849         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15850         gnus-buttonized-mime-types in doc string.
15851
15852 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15855         Suggest image/.* in the doc string.
15856
15857 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15860         message-marks (Debian bug #342521).
15861
15862 2005-12-12  Simon Josefsson  <jas@extundo.com>
15863
15864         * password.el (password-read-from-cache): Add.
15865         (password-read): Use it.
15866
15867 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * rfc2047.el (rfc2047-charset-to-coding-system):
15870         Recognize us-ascii as a MIME charset.
15871
15872         * mm-bodies.el (mm-decode-content-transfer-encoding):
15873         Protect against the case where the 2nd arg TYPE is nil.
15874
15875 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15876
15877         * pop3.el (pop3-stream-type): Fix custom version.
15878
15879         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15880
15881 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15882
15883         * mm-decode.el (mm-display-external): Add missing cdr.
15884
15885 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15888         RFC1524) if it is in mailcap or add a suffix according to
15889         mailcap-mime-extensions when generating a temp filename; postpone
15890         deleting a temp file for 2 seconds for some wrappers, shell
15891         scripts, and so on, which might exit right after having started a
15892         viewer command as a background job.
15893
15894 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * nntp.el (nntp-marks-directory): Fix custom group.
15897
15898         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15899         steps when < 10.
15900
15901         * gnus-start.el (gnus-no-server-1):
15902         Mention `gnus-level-default-subscribed' in doc string.
15903
15904 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15905
15906         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15907         parens.
15908
15909 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-xmas.el (gnus-use-toolbar): Revert.
15912         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15913         gnus-use-toolbar is default.
15914
15915         * messagexmas.el (message-use-toolbar): Revert.
15916         (message-setup-toolbar): Use global default-toolbar if
15917         message-use-toolbar is default.
15918
15919 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15922         according to default-toolbar-visible-p.
15923
15924         * messagexmas.el (message-use-toolbar): Ditto.
15925
15926 2005-11-26  Dave Love  <fx@gnu.org>
15927
15928         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15929         (tls-program, tls-success): Provide openssl alternative.
15930
15931         * starttls.el: Doc fixes.
15932         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15933         SERVICE to PORT.
15934
15935         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15936         port null or service name.
15937         (starttls-negotiate): Autoload.
15938
15939 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * message.el (message-kill-to-signature): Fix interactive spec.
15942
15943 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * pop3.el (pop3-open-server): Recognize a string as a service name.
15946
15947 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15948
15949         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15950
15951 2005-11-23  Dave Love  <fx@gnu.org>
15952
15953         Add pop3s, pop3/starttls.
15954
15955         * pop3.el (pop3-authentication-scheme): Clarify doc.
15956         (open-tls-stream, starttls-open-stream): Autoload.
15957         (pop3-stream-type): New.
15958         (pop3-open-server): Use it.
15959
15960         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15961         for POP.
15962         (mail-source-keyword-map): Add :stream for POP.
15963         (mail-source-fetch-pop): Use pop3-stream-type.
15964
15965 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15968         of current-time-string.
15969
15970 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15971
15972         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15973         date header.
15974
15975 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15976
15977         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15978         it can seriously impact performance as it bypasses the agent's
15979         local caches.
15980
15981 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15982
15983         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15984         must be explicitly online rather than "not explicitly offline" for
15985         its flags to be synchronized.
15986
15987         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15988         that gnus-uu-unmark-thread will function correctly.
15989
15990         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15991         1024K is instead displayed as 1M.
15992
15993 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15996
15997 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15998
15999         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16000
16001 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16002
16003         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16004         error message to display actual error condition.
16005         (gnus-agent-save-local): Avoid saving symbols that are bound to
16006         nil as they simply result in a warning message in
16007         gnus-agent-read-local.
16008
16009 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16012         rather than make-variable-buffer-local for file-precious-flag.
16013
16014 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16015
16016         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16017         for duplicates which are removed.  The invalid sort check then
16018         triggers a rescan after the sort as sorting may have moved
16019         duplicate entries such that they can be cheaply detected.
16020
16021 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16024
16025 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16026
16027         * gnus-agent.el (gnus-agent-article-alist-save-format):
16028         Change internal variable to a custom variable.  Change default value
16029         from compressed(2) to uncompressed(1).
16030         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16031         support for uncompressed agentview files.  Taken together, reading
16032         the agentview file should now be 6-7 times faster.
16033
16034 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16035
16036         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16037         as a buffer-local variable.  This avoids creating truncated
16038         dribble files as a result of a hang up, eg.
16039
16040 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16041
16042         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16043         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16044         XEmacs.
16045
16046 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * gnus-start.el (gnus-start-draft-setup):
16049         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16050
16051         * gnus.el (gnus-splash): Change custom group.
16052         (gnus-group-get-parameter, gnus-group-parameter-value):
16053         Describe allow-list argument.
16054
16055         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16056         string.
16057
16058 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-art.el (gnus-default-article-saver): Add user-defined
16061         `function' to custom type.
16062
16063 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16064
16065         * imap.el (imap-open): Handle case where buffer is a buffer
16066         object.
16067
16068 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16071         long lines.
16072         (gnus-cache-delete-group): Wrap doc strings.
16073
16074         * gnus-agent.el (gnus-agent-rename-group)
16075         (gnus-agent-delete-group): Wrap doc strings.
16076
16077 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * messagexmas.el (message-use-toolbar): Change the valid values
16080         into default, top, bottom, left, and right.
16081         (message-toolbar-thickness): New variable.
16082         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16083         well.
16084         (message-setup-toolbar): Make it work.
16085
16086         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16087         (gnus-use-toolbar): Change the valid values into default, top,
16088         bottom, left, and right.
16089         (gnus-toolbar-thickness): New variable.
16090         (gnus-xmas-setup-toolbar): New function.
16091         (gnus-xmas-setup-group-toolbar): Use it.
16092         (gnus-xmas-setup-summary-toolbar): Use it.
16093
16094 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16095
16096         * gnus-start.el (gnus-1): Add "native" to
16097         gnus-predefined-server-alist.
16098
16099         * gnus.el (gnus-method-to-server): Don't add "native" to the
16100         lists here, because that leads to problems when
16101         gnus-select-method is bound.
16102
16103 2005-11-09  Simon Josefsson  <jas@extundo.com>
16104
16105         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16106         use (not sort-by-date) instead.
16107
16108 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16109
16110         * gnus-delay.el (gnus-delay-group): Don't autoload.
16111         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16112         to be re-loaded when customizing the `gnus-delay' group.
16113
16114 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16115
16116         * message.el: Revert last changes.
16117         (message-insert-citation-line): Use newlines.
16118
16119 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16120
16121         * message.el (message-courtesy-message)
16122         (message-mark-insert-begin, message-mark-insert-end)
16123         (message-elide-ellipsis, message-cancel-message)
16124         (message-add-header, message-change-subject)
16125         (message-cross-post-followup-to-header)
16126         (message-cross-post-insert-note, message-reduce-to-to-cc)
16127         (message-widen-reply, message-delete-not-region)
16128         (message-kill-to-signature, message-insert-signature)
16129         (message-insert-importance-high, message-insert-importance-low)
16130         (message-insert-or-toggle-importance)
16131         (message-insert-disposition-notification-to)
16132         (message-indent-citation, message-yank-original)
16133         (message-cite-original-without-signature, message-cite-original)
16134         (message-insert-citation-line, message-position-on-field)
16135         (message-fix-before-sending, message-send-mail-partially)
16136         (message-send-mail, message-send-mail-with-sendmail)
16137         (message-send-mail-with-qmail, message-send-news)
16138         (message-check-news-header-syntax, message-generate-headers)
16139         (message-insert-courtesy-copy, message-fill-address)
16140         (message-fill-header, message-shorten-references)
16141         (message-setup-1, message-cancel-news)
16142         (message-forward-make-body-plain, message-forward-make-body-mime)
16143         (message-forward-make-body-mml, message-encode-message-body)
16144         (message-forward-make-body-digest-plain)
16145         (message-forward-make-body-digest-mime)
16146         (message-use-alternative-email-as-from): Insert `hard-newline'
16147         instead of ordinary newlines.
16148
16149 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * message.el (message-generate-headers): Downcase the argument
16152         given to message-check-element.
16153
16154 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16155
16156         * nntp.el (nntp-authinfo-rejected): New error condition.
16157         (nntp-wait-for): Use new error condition to signal authentication
16158         error.
16159         (nntp-retrieve-data): Rethrow new error condition to break out of
16160         recursive call to nntp-send-authinfo.
16161
16162 2005-11-08  Romain Francoise  <romain@orebokech.com>
16163
16164         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16165         (gnus-summary-exit-map): Bind to `Z p'.
16166         (gnus-summary-make-menu-bar): Add menu item.
16167
16168 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16171         (gnus-treat-*): Add `first' in all doc strings.
16172
16173         * gnus-group.el (gnus-group-compact-group): Fix typo.
16174
16175 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus.el (gnus-parameters-case-fold-search): New variable.
16178         (gnus-parameters-get-parameter): Use it.
16179
16180         * gnus-score.el (gnus-home-score-file): Doc fix.
16181
16182 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16183
16184         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16185
16186 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * mm-util.el (mm-special-display-p): New function.
16189
16190         * mml.el (mml-preview): Use it; doc fix.
16191
16192 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16193
16194         * imap.el (imap-open): Handle case where buffer is a buffer object.
16195
16196 2005-10-29  Romain Francoise  <romain@orebokech.com>
16197
16198         * message.el (message-fix-before-sending): Fix comment.
16199
16200 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16201
16202         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16203
16204 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16205
16206         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16207         Used in gnus-score.el.
16208
16209 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16212
16213 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16214
16215         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16216         whitespace removed in revision 7.8.  Use concatenated string to
16217         protect trailing whitespace.
16218
16219 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16220
16221         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16222         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16223         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16224         Courier IMAP ("some version from 2004").  Mostly based on similar
16225         code in the same function.
16226
16227 2005-10-26  Didier Verna  <didier@xemacs.org>
16228
16229         * gnus-group.el (gnus-group-compact-group): Invalidate original
16230         article buffer.
16231         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16232         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16233         NOV database and in article itself.
16234         Invalidate article backlog.
16235
16236 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16239
16240 2005-10-26  Simon Josefsson  <jas@extundo.com>
16241
16242         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16243         part of 2004-07-25 change.
16244
16245 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * message.el (message-display-completion-list): New function.
16248         (message-expand-group): Use it; make sure the Completions buffer
16249         is modifiable.
16250 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16251
16252         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16253         user-mail-name is an empty string.
16254
16255 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16258         depending on gnus-score-decay-constant.
16259
16260         * encrypt.el (encrypt-insert-file-contents)
16261         (encrypt-write-file-contents): Don't use `gnus-message'.
16262
16263         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16264         arguments.
16265         (mm-uu-type-alist): Add message-marks and insert-marks.
16266         Pass arguments to mm-uu-verbatim-marks-extract.
16267         (mm-uu-hide-markers): New variable.
16268         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16269
16270         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16271         (gnus-convert-image-to-face-command): Use "convert" by default to
16272         allow other input image formats.
16273         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16274         accordingly.
16275
16276 2005-10-23  Simon Josefsson  <jas@extundo.com>
16277
16278         * imap.el (imap-gssapi-program): Align command line parameters
16279         with latest GNU SASL.
16280         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16281
16282 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16283
16284         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16285         HTML.
16286         (nnslashdot-request-article): Ditto.
16287
16288         * lpath.el (featurep): Add nobreak-char-display.
16289
16290 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16291
16292         * mail-source.el (mail-source-fetch-pop): Require pop3.
16293         (mail-source-check-pop): Ditto.
16294
16295 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16298         errors.
16299
16300 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16303         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16304
16305         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16306
16307         * mm-bodies.el (mm-decode-string):
16308         Call `mm-charset-to-coding-system' with allow-override argument.
16309
16310 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16313         (rfc2047-charset-to-coding-system): New function.
16314         (rfc2047-decode-encoded-words): New function.
16315         (rfc2047-decode-region): Use them.
16316         (rfc2047-decode-cte): Remove.
16317         (rfc2047-parse-and-decode): Remove.
16318         (rfc2047-decode): Remove.
16319
16320 2005-10-15  Kenichi Handa  <handa@m17n.org>
16321
16322         * rfc2047.el (rfc2047-decode-cte): New function.
16323         (rfc2047-decode-region): Change the way to decode successive
16324         encoded-words: decode B- or Q-encoding in each encoded-word,
16325         concatenate them, and decode it as charset.
16326
16327 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * lpath.el: Fbind codepage-setup for XEmacs.
16330
16331 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16332
16333         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16334         widget-move-and-invoke.
16335         (gnus-custom-mode): Use gnus-custom-map.
16336
16337 2005-10-15  Bill Wohler  <wohler@newt.com>
16338
16339         * message.el (message-tool-bar-map): Rename image file from
16340         mail_send to mail/send.
16341
16342 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16343
16344         * message.el (message-expand-group): Pass the common
16345         prefix substring of completion to `display-completion-list'.
16346
16347 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * mml-sec.el (mml-secure-method): New internal variable.
16350         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16351         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16352         New functions using mml-secure-method.
16353
16354         * mml.el (mml-mode-map): Add key bindings for those functions.
16355         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16356         Harder <harder@myrealbox.com>.
16357         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16358         Goto end of message if point is the headers of the message.
16359
16360         * message.el (message-in-body-p): New function.
16361
16362         * assistant.el: Autoload gnus-util and netrc.
16363
16364         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16365         Use `mm-charset-override-alist' only when decoding.
16366
16367         * mm-bodies.el (mm-decode-body):
16368         Call `mm-charset-to-coding-system' with allow-override argument.
16369
16370         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16371         `filename' from Content-Disposition if Content-Type doesn't
16372         provide `name'.
16373         (gnus-mime-view-part-as-type): Set default instead of
16374         initial-input.
16375
16376 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16377
16378         * format-spec.el (format-spec): Propagate text properties of % spec.
16379
16380 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus-art.el (gnus-treat-predicate): Add `first'.
16383
16384 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16387         (mm-charset-override-alist): New variable.
16388         (mm-charset-to-coding-system): Use it.
16389         (mm-codepage-setup): New helper function.
16390         (mm-charset-eval-alist): New variable.
16391         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16392         Warn about unknown charsets.
16393
16394         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16395
16396 2005-10-04  David Hansen  <david.hansen@gmx.net>
16397
16398         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16399         (nnrss-check-group): Ditto.
16400
16401 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16404         Rename x-gnus-verbatim to x-verbatim.
16405         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16406
16407         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16408         x-verbatim.
16409
16410         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16411
16412         * gnus-util.el (gnus-remove-duplicates): Remove.
16413
16414         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16415         instead of gnus-remove-duplicates.
16416
16417         * message.el (message-remove-duplicates): Remove.
16418         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16419         message-remove-duplicates.
16420
16421         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16422         available, else use implementation from `delete-dups'.
16423
16424         * message.el (message-insert-expires): New function.
16425         (message-mode-map): Add key binding.
16426         (message-mode-field-menu): Add menu entry.
16427         (message-mode): Document it.
16428         (message-make-expires-date): Use `message-make-date'.
16429
16430 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16431
16432         * message.el (message-make-expires-date): New function.
16433
16434 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * Makefile.in (list-installed-shadows): New entry.
16437         (install): Use it.
16438         (remove-installed-shadows): New entry.
16439
16440         * dgnushack.el (dgnushack-default-load-path): New variable.
16441         (dgnushack-find-lisp-shadows): New function.
16442         (dgnushack-remove-lisp-shadows): New function.
16443
16444 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * Makefile.in (install-el-elc): New entry.
16447         (install): Use it so that .el files are necessarily installed.
16448
16449 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16452
16453 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16454
16455         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16456         function rather than the diff-mode.el package.
16457         (mm-display-external): Use with-current-buffer.
16458         (mm-viewer-completion-map, mm-viewer-completion-map):
16459         Move initialization inside declaration.
16460
16461 2005-09-29  Simon Josefsson  <jas@extundo.com>
16462
16463         * spam.el: Load hashcash when compiling, to avoid warnings.
16464         Don't autoload mail-check-payment.
16465         (spam-check-hashcash): Define unconditionally, since hashcash.el
16466         is part of Gnus now.  Ignore errors from payment checking.
16467
16468 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * message.el (message-bold-region, message-unbold-region):
16471         Rename from `bold-region' and `unbold-region'.
16472
16473         * message.el: Remove useless autoloads.
16474
16475 2005-09-28  Simon Josefsson  <jas@extundo.com>
16476
16477         * message.el (message-use-idna): Default to t.
16478         (message-use-idna): Test whether encoding works too.  Doc fix.
16479
16480 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * nntp.el (nntp-warn-about-losing-connection): Remove.
16483
16484 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16487         customizable.  Change default value.
16488         (mm-uu-diff-groups-regexp): Change default value.
16489         (mm-uu-type-alist): Add doc string.
16490         (mm-uu-configure): Add doc string.  Make it interactive.
16491         (mm-uu-tex-groups-regexp): New variable.
16492         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16493         (mm-uu-type-alist): Add LaTeX documents.
16494         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16495         of "text/verbatim".
16496         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16497
16498         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16499         instead of "text/verbatim".
16500
16501         * message.el (message-mark-inserted-region)
16502         (message-mark-insert-file): Use slrn style marks when called with
16503         prefix argument.
16504
16505 2005-09-27  Simon Josefsson  <jas@extundo.com>
16506
16507         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16508
16509 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16510
16511         * message.el (message-remove-duplicates): New function.
16512         Implementation borrowed from `gnus-remove-duplicates'.
16513         (message-idna-to-ascii-rhs): Also encode idna addresses in
16514         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16515         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16516         only ask about the same idna domain once per header and also tell
16517         in what header to replace the idna domain.
16518
16519         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16520         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16521         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16522         a header is decoded and not just the last one.
16523
16524 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16527         has been decoded.
16528
16529         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16530         (mm-insert-part): Don't modify text if it has been decoded.
16531
16532         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16533         decoded.
16534
16535         * mm-view.el (mm-inline-text): Don't strip text props unless
16536         decoding enriched or richtext parts.
16537
16538 2005-09-25  Romain Francoise  <romain@orebokech.com>
16539
16540         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16541         * gnus-start.el (gnus-subscribe-interactively):
16542         * gnus-uu.el (gnus-uu-grab-articles):
16543         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16544         space.
16545
16546 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16547
16548         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16549         * mm-view.el (mm-view-pkcs7-decrypt):
16550         * gnus-sum.el (gnus-summary-limit-to-extra)
16551         (gnus-summary-respool-article, gnus-read-move-group-name):
16552         * gnus-score.el (gnus-summary-increase-score):
16553         * gnus-util.el (gnus-completing-read-with-default):
16554         * gnus-art.el (gnus-read-save-file-name)
16555         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16556         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16557         * message.el (message-check-news-header-syntax):
16558         Follow convention for reading with the minibuffer.
16559
16560 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * spam-report.el (spam-report-url-ping-plain):
16563         Use gnus-extended-version as User-Agent.
16564
16565         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16566         default value is nil.
16567
16568         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16569         (mm-uu-verbatim-marks-extract): New function.
16570         (mm-uu-extract): New face.
16571         (mm-uu-copy-to-buffer): Use it.
16572
16573         * spam-report.el (spam-report-gmane-ham): Rename from
16574         `spam-report-gmane-unspam'.
16575         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16576         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16577
16578         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16579         Autoload.
16580         (spam-report-gmane-unregister-routine):
16581         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16582
16583 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16584
16585         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16586         (spam-report-gmane-unregister-routine): Add support for gmane
16587         unregistration.
16588
16589         * spam-report.el (spam-report-gmane-unspam)
16590         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16591         (spam-report-gmane): Change to take a single article and do unspam
16592         registration.
16593
16594 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * mm-url.el (mm-url-decode-entities): Fix regexp.
16597
16598 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16599
16600         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16601         default to nil, to be able to use Gnus at all.  If the default
16602         switches to something else, then the function should be fixed not
16603         be exceedingly slow.
16604
16605 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16608         fail hard.
16609
16610         * spam-report.el: Add better Keywords line.
16611
16612         * spam.el: Add Maintainer and better Keywords line.
16613
16614 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-art.el (gnus-article-replace-part)
16617         (gnus-mime-replace-part): New functions.
16618         (gnus-mime-action-alist, gnus-mime-button-commands)
16619         (gnus-mime-save-part-and-strip): Add file argument.
16620         (gnus-article-part-wrapper): Add interactive argument.
16621
16622         * gnus-sum.el (gnus-summary-mime-map):
16623         Add `gnus-article-replace-part'.
16624
16625 2005-09-19  Didier Verna  <didier@xemacs.org>
16626
16627         The nnml compaction feature:
16628         * nnml.el (nnml-request-compact-group): New function.
16629         * nnml.el (nnml-request-compact): New function.
16630         * gnus-int.el (gnus-request-compact-group): New function.
16631         * gnus-int.el (gnus-request-compact): New function.
16632         * gnus-group.el (gnus-group-compact-group): New function.
16633         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16634         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16635         * gnus-srvr.el (gnus-server-compact-server): New function.
16636         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16637         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16638
16639 2005-09-18  Deepak Goel  <deego@gnufans.org>
16640
16641         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16642         format spec.
16643
16644 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16647
16648 2005-09-15  Romain Francoise  <romain@orebokech.com>
16649
16650         * message.el (message-fill-paragraph): Clarify docstring.
16651
16652 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * gnus-art.el (gnus-mime-display-part): Protect against broken
16655         MIME messages.
16656
16657 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16660         before parsing header.
16661
16662 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16663
16664         * html2text.el (html2text-replace-list): Add new entities.
16665
16666 2005-09-11  Romain Francoise  <romain@orebokech.com>
16667
16668         * message.el (message-alternative-emails): Improve docstring.
16669         (message-setup-1): Call `message-use-alternative-email-as-from'
16670         after `message-setup-hook' to give it precedence over posting
16671         styles, etc.
16672         (message-use-alternative-email-as-from): Add docstring.
16673         Remove the original From header if present.
16674
16675         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16676         (nnml-save-mail): Use it.
16677
16678         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16679         articles.  Add new argument `silent'.
16680         (gnus-uu-mark-all): Report the total number of marked articles.
16681
16682 2005-09-10  Romain Francoise  <romain@orebokech.com>
16683
16684         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16685         (gnus-uu-mark-series): Likewise.
16686
16687 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * spam-report.el (spam-report-gmane): Fix generation of spam
16690         report URL.
16691
16692 2005-09-10  Simon Josefsson  <jas@extundo.com>
16693
16694         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16695         t, based on discussion on the ding list with Robert Epprecht
16696         <epprecht@solnet.ch>.
16697
16698 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * spam-report.el (spam-report-gmane): Make it work without
16701         X-Report-Spam header.  Gmane now only provides Archived-At.
16702         This is only used if `spam-report-gmane-use-article-number' is nil.
16703         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16704
16705         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16706         make `gnus-summary-sort-by-recipient' work with threading.
16707
16708         * nnweb.el (nnweb-google-wash-article): Print a message if article
16709         is not available.
16710
16711 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16712
16713         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16714         change.  Decode text/* parts content before displaying.
16715
16716 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16719
16720 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16723
16724         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16725         url-package-name, url-package-version,
16726         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16727         w3m-display-inline-images, and w3m-minor-mode-map.
16728
16729 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16730
16731         * message.el (message-tab-body-function): Fix mismatched custom type.
16732
16733         * gnus.el (gnus-group-change-level-function): Ditto.
16734
16735         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16736
16737         * gnus-art.el (gnus-signature-limit)
16738         (gnus-article-mime-part-function): Ditto.
16739
16740 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * mml.el (mml-mode): Silence the byte compiler.
16743
16744         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16745         using `(sit-for 0)' before moving the point to the specified part;
16746         skip unbuttonized parts.
16747         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16748         return to the summary window if gnus-auto-select-part is non-nil.
16749
16750 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16753         New variables.
16754         (mml-dnd-attach-file, mml-mode): Use them.
16755
16756         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16757         Make fetching article by MID work again for Google Groups.
16758         Add FIXME concerning gnus-group-make-web-group.
16759
16760         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16761         Don't depend on Gnus by using mail-extract-address-components if
16762         gnus-extract-address-components is not bound.
16763
16764 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16765
16766         * gnus-art.el (gnus-mime-display-security): Don't display the
16767         signature, but only the signed part.
16768
16769 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16772
16773         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16774         list, not listp.
16775
16776 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16777
16778         * mm-encode.el (mm-encode-content-transfer-encoding):
16779         Likewise when encoding.
16780
16781         * mm-bodies.el (mm-decode-content-transfer-encoding):
16782         De-canonicalize CRLF for all text content types, not just
16783         text/plain.
16784
16785 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16788         valid article; point arrow and cursor at the MIME button.
16789
16790 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16793         Suggested by Dan Christensen <jdc@uwo.ca>.
16794
16795         * mm-decode.el (mm-save-part): Enable change of prompt.
16796
16797 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16798
16799         * gnus-msg.el (gnus-inews-add-send-actions):
16800         Make `message-post-method' lambda parameter ARG `&optional'.
16801
16802 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16803
16804         * gnus-sum.el (gnus-summary-mime-map):
16805         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16806         gnus-article-jump-to-part.
16807
16808         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16809         (gnus-article-edit-part): Use it.
16810         (gnus-article-part-wrapper): Add no-handle argument.
16811         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16812         New functions.
16813
16814 2005-08-29  Romain Francoise  <romain@orebokech.com>
16815
16816         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16817         docstring.
16818         (gnus-face-from-file): Likewise.
16819
16820 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16823         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16824         non-nil.
16825         (gnus-auto-select-part): New variable.
16826         (gnus-article-jump-to-part): New function.
16827         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16828         (gnus-mime-delete-part): Allow selecting specified part after
16829         deleting or stripping parts.
16830         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16831         part if argument is bogus.
16832
16833 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16834
16835         * gnus-art.el (w3m-minor-mode-map):
16836         * gnus-spec.el (gnus-newsrc-file-version):
16837         * gnus-util.el (nnmail-active-file-coding-system)
16838         (gnus-original-article-buffer, gnus-user-agent):
16839         * gnus.el (gnus-ham-process-destinations)
16840         (gnus-parameter-ham-marks-alist)
16841         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16842         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16843         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16844         * mm-decode.el (gnus-current-window-configuration):
16845         * mm-extern.el (gnus-article-mime-handles):
16846         * mm-url.el (url-current-object, url-package-name)
16847         (url-package-version):
16848         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16849         (smime-keys, w3m-cid-retrieve-function-alist)
16850         (w3m-current-buffer, w3m-display-inline-images)
16851         (w3m-minor-mode-map):
16852         * mml-smime.el (gnus-extract-address-components):
16853         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16854         (gnus-newsrc-hashtb, message-default-charset)
16855         (message-deletable-headers, message-options)
16856         (message-posting-charset, message-required-mail-headers)
16857         (message-required-news-headers):
16858         * mml1991.el (mc-pgp-always-sign):
16859         * mml2015.el (mc-pgp-always-sign):
16860         * nnheader.el (nnmail-extra-headers):
16861         * rfc1843.el (gnus-decode-encoded-word-function)
16862         (gnus-decode-header-function, gnus-newsgroup-name):
16863         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16864
16865 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16866
16867         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16868         the end of the date treatments.
16869
16870 2005-08-15  Simon Josefsson  <jas@extundo.com>
16871
16872         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16873         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16874         Capello and Romain Francoise.
16875         (pgg-fetch-key-function): Remove, not used?
16876         (pgg-insert-url-with-w3): Require url, to get
16877         url-insert-file-contents regardless of where it is defined.
16878
16879 2005-08-13  Romain Francoise  <romain@orebokech.com>
16880
16881         * message.el (message-cite-original-1): New function.
16882         (message-cite-original): Use it.
16883         (message-cite-original-without-signature): Ditto.
16884
16885 2005-08-08  Romain Francoise  <romain@orebokech.com>
16886
16887         * message.el (message-yank-empty-prefix): New variable.
16888         (message-indent-citation): Use it.
16889         (message-cite-original-without-signature): Respect X-No-Archive.
16890
16891 2005-08-08  Simon Josefsson  <jas@extundo.com>
16892
16893         * pgg.el: Autoload url-insert-file-contents instead of loading
16894         w3/url.
16895         (pgg-insert-url-with-w3): Don't load url here.
16896
16897 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16898
16899         * message.el (message-kill-to-signature): Don't insert newline at
16900         bol.
16901         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16902
16903 2005-08-06  Romain Francoise  <romain@orebokech.com>
16904
16905         * message.el (message-user-fqdn): Fix typo in docstring.
16906
16907 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16908
16909         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16910
16911         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16912
16913 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * mm-bodies.el (mm-encode-body): Use coding system rather than
16916         charset to encode text.
16917
16918         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16919         number of charsets if utf-8 is available (XEmacs).
16920
16921 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16924         taken from `gnus-button-mid-or-mail-regexp'.
16925         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16926         (gnus-button-alist): Improve regexp for domain part of the MIDs
16927         for news:localpart@domain buttons.
16928         (gnus-button-ctan-directory-regexp): Update.
16929
16930 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * sieve-manage.el (sieve-manage-interactive-login):
16933         Use make-local-variable rather than make-variable-buffer-local.
16934         (sieve-manage-open): Ditto.
16935         (sieve-manage-authenticate): Ditto.
16936
16937         * mml.el (mml-generate-mime-1): Make the content type default to
16938         text/plain if the filename is not specified.
16939
16940 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16943         instead of insert-buffer.
16944
16945         * message.el (message-yank-original): Ditto; set the mark at the
16946         end of the yanked message.
16947
16948 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16951         lines to scroll rather than to stop it.
16952
16953         * mml.el (mml-generate-default-type): Add doc string.
16954         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16955         default to application/octet-stream when determining the content
16956         type if it is not specified for the part or the mml contents; add
16957         a comment about mml-generate-default-type.
16958
16959 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16962         make it default to application/octet-stream when determining the
16963         content type if it is not specified for the external contents.
16964
16965 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16968         segmented parameter but also other parameters might be there.
16969
16970 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * mm-decode.el (mm-display-external): Delete temp file, directory
16973         and buffer immediately if the external process is exited.
16974
16975 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16978         fewer lines than that of scroll-margin.
16979         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16980
16981 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-art.el (gnus-article-next-page): Revert.
16984         (gnus-article-beginning-of-window): New macro.
16985         (gnus-article-next-page-1): Use it.
16986         (gnus-article-prev-page): Ditto.
16987         (gnus-article-edit-part): Use insert-buffer-substring instead of
16988         insert-buffer.
16989         (gnus-article-edit-exit): Ditto.
16990
16991         * gnus-util.el (gnus-beginning-of-window): Remove.
16992         (gnus-end-of-window): Remove.
16993
16994         * lpath.el: Don't bind header-line-format and scroll-margin.
16995
16996 2005-07-25  Simon Josefsson  <jas@extundo.com>
16997
16998         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16999         to have the url package without w3.  Reported by Daiki Ueno
17000         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17001
17002 2005-07-20  Didier Verna  <didier@xemacs.org>
17003
17004         * gnus-diary.el: Remove the description comment (nndiary is now
17005         properly documented in the Gnus manual).
17006         Fix the spelling of "Back End".
17007         * nndiary.el: Ditto.
17008         Fix the copyright notice.
17009
17010 2005-07-18  Romain Francoise  <romain@orebokech.com>
17011
17012         * gnus-sum.el (gnus-summary-to-prefix)
17013         (gnus-summary-newsgroup-prefix): New variables.
17014         (gnus-summary-from-or-to-or-newsgroups): Use them.
17015
17016 2005-07-17  Romain Francoise  <romain@orebokech.com>
17017
17018         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17019         space as it's generally not especially interesting to the user.
17020
17021 2005-07-16  Romain Francoise  <romain@orebokech.com>
17022
17023         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17024         nil to avoid prompting and file modification if one of the
17025         messages at the top of the nnfolder file contains a copyright
17026         notice.
17027         Update copyright notice.
17028
17029         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17030         instead of `current-time-string' as the latter creates a time
17031         string that is not RFC 2822 compliant (it lacks the zone).
17032         Update copyright notice.
17033
17034 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17035
17036         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17037         for text/rtf.  Display default in prompt.  Pass default for M-n.
17038
17039         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17040
17041 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17042
17043         * gnus-msg.el (gnus-button-mailto):
17044         Remove save-selected-window-window hackery because it relies on
17045         save-selected-window internals.
17046
17047 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17050         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17051         (gnus-article-prev-page): Ditto.
17052
17053         * gnus-util.el (gnus-beginning-of-window): New function.
17054         (gnus-end-of-window): New function.
17055
17056         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17057
17058 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17059
17060         * gnus-score.el (gnus-score-edit-all-score):
17061         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17062         gnus-message.
17063
17064 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065
17066         * gnus-msg.el (gnus-button-mailto):
17067         Remove save-selected-window-window hackery because it relies on
17068         save-selected-window internals.
17069
17070 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17073         add-minor-mode.
17074         (gnus-binary-mode): Ditto.
17075
17076         * gnus-topic.el (gnus-topic-mode): Ditto.
17077
17078 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17079
17080         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17081         (gnus-article-prev-page): Take scroll-margin into consideration.
17082
17083 2005-07-04  Lute Kamstra  <lute@gnu.org>
17084
17085         Update FSF's address in GPL notices.
17086
17087 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17088
17089         * gnus.el (gnus-exit):
17090         * gnus-group.el (gnus-group-icons):
17091         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17092
17093         * gnus-nocem.el (gnus-nocem):
17094         * message.el (message-various, message-buffers, message-sending)
17095         (message-interface, message-forwarding, message-insertion)
17096         (message-headers, message-news, message-mail):
17097         * pgg-gpg.el (pgg-gpg):
17098         * pgg-parse.el (pgg-parse):
17099         * pgg-pgp.el (pgg-pgp):
17100         * pgg-pgp5.el (pgg-pgp5):
17101         * pop3.el (pop3): Finish `defgroup' description with period.
17102
17103 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-art.el (article-display-face): Improve the efficiency.
17106         (article-display-x-face): Ditto; remove grey x-face stuff.
17107
17108 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-art.el (article-display-face): Correct the position in
17111         which Faces are inserted.
17112
17113 2005-06-29  Didier Verna  <didier@xemacs.org>
17114
17115         * gnus-art.el (article-display-face): Display faces in correct
17116         order.
17117
17118 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17121         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17122         (gnus-nocem-check-article): Fetch the Type header.
17123         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17124         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17125         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17126         make sure gnus-nocem-hashtb is initialized.
17127         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17128         (gnus-nocem-unwanted-article-p): Ditto.
17129
17130         * pgg.el (pgg-verify): Return the verification result.
17131
17132 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133
17134         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17135         is ascii.
17136
17137 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17138
17139         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17140         `show-nonbreak-escape'.
17141
17142 2005-06-23  Lute Kamstra  <lute@gnu.org>
17143
17144         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17145
17146         * dig.el (dig-mode):
17147         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17148
17149 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17150
17151         * nnimap.el (nnimap-split-download-body): Fix spellings.
17152
17153 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17154
17155         * gnus-art.el (gnus-article-encrypt-body):
17156         * gnus-cus.el (gnus-score-customize):
17157         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17158         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17159
17160 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17161
17162         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17163         header by looking for magic "MII" at the beginnig.
17164
17165 2005-06-16  Miles Bader  <miles@gnu.org>
17166
17167         * gnus-xmas.el (gnus-xmas-group-startup-message):
17168         Use renamed gnus-splash face.
17169
17170         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17171         (assistant-field-face): New backward-compatibility alias for renamed
17172         face.
17173         (assistant-render-text): Use renamed assistant-field face.
17174
17175         * spam.el (spam): Remove "-face" suffix from face name.
17176         (spam-face): New backward-compatibility alias for renamed face.
17177         (spam-face, spam-initialize): Use renamed spam face.
17178
17179         * message.el (message-header-to, message-header-cc)
17180         (message-header-subject, message-header-newsgroups)
17181         (message-header-other, message-header-name)
17182         (message-header-xheader, message-separator, message-cited-text)
17183         (message-mml): Remove "-face" suffix from face names.
17184         (message-header-to-face, message-header-cc-face)
17185         (message-header-subject-face, message-header-newsgroups-face)
17186         (message-header-other-face, message-header-name-face)
17187         (message-header-xheader-face, message-separator-face)
17188         (message-cited-text-face, message-mml-face):
17189         New backward-compatibility aliases for renamed faces.
17190         (message-font-lock-keywords): Use renamed message faces.
17191
17192         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17193         (sieve-test-commands, sieve-tagged-arguments):
17194         Remove "-face" suffix from face names.
17195         (sieve-control-commands-face, sieve-action-commands-face)
17196         (sieve-test-commands-face, sieve-tagged-arguments-face):
17197         New backward-compatibility aliases for renamed faces.
17198         (sieve-control-commands-face, sieve-action-commands-face)
17199         (sieve-test-commands-face, sieve-tagged-arguments-face):
17200         Use renamed sieve faces.
17201
17202         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17203         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17204         (gnus-group-news-3-empty, gnus-group-news-4)
17205         (gnus-group-news-4-empty, gnus-group-news-5)
17206         (gnus-group-news-5-empty, gnus-group-news-6)
17207         (gnus-group-news-6-empty, gnus-group-news-low)
17208         (gnus-group-news-low-empty, gnus-group-mail-1)
17209         (gnus-group-mail-1-empty, gnus-group-mail-2)
17210         (gnus-group-mail-2-empty, gnus-group-mail-3)
17211         (gnus-group-mail-3-empty, gnus-group-mail-low)
17212         (gnus-group-mail-low-empty, gnus-summary-selected)
17213         (gnus-summary-cancelled, gnus-summary-high-ticked)
17214         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17215         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17216         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17217         (gnus-summary-low-undownloaded)
17218         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17219         (gnus-summary-low-unread, gnus-summary-normal-unread)
17220         (gnus-summary-high-read, gnus-summary-low-read)
17221         (gnus-summary-normal-read, gnus-splash):
17222         Remove "-face" suffix from face names.
17223         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17224         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17225         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17226         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17227         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17228         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17229         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17230         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17231         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17232         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17233         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17234         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17235         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17236         (gnus-summary-normal-ticked-face)
17237         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17238         (gnus-summary-normal-ancient-face)
17239         (gnus-summary-high-undownloaded-face)
17240         (gnus-summary-low-undownloaded-face)
17241         (gnus-summary-normal-undownloaded-face)
17242         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17243         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17244         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17245         (gnus-splash-face):
17246         New backward-compatibility aliases for renamed faces.
17247         (gnus-group-startup-message): Use renamed gnus faces.
17248
17249         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17250         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17251         (gnus-server-agent): Remove "-face" suffix from face names.
17252         (gnus-server-agent-face, gnus-server-opened-face)
17253         (gnus-server-closed-face, gnus-server-denied-face)
17254         (gnus-server-offline-face):
17255         New backward-compatibility aliases for renamed faces.
17256         (gnus-server-agent-face, gnus-server-opened-face)
17257         (gnus-server-closed-face, gnus-server-denied-face)
17258         (gnus-server-offline-face): Use renamed gnus faces.
17259
17260         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17261         Remove "-face" suffix from face names.
17262         (gnus-picon-xbm-face, gnus-picon-face):
17263         New backward-compatibility aliases for renamed faces.
17264
17265         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17266         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17267         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17268         (gnus-cite-11): Remove "-face" suffix from face names.
17269         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17270         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17271         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17272         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17273         New backward-compatibility aliases for renamed faces.
17274         (gnus-cite-attribution-face, gnus-cite-face-list)
17275         (gnus-article-boring-faces): Use renamed gnus faces.
17276
17277         * gnus-art.el (gnus-signature, gnus-header-from)
17278         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17279         (gnus-header-content): Remove "-face" suffix from face names.
17280         (gnus-signature-face, gnus-header-from-face)
17281         (gnus-header-subject-face, gnus-header-newsgroups-face)
17282         (gnus-header-name-face, gnus-header-content-face):
17283         New backward-compatibility aliases for renamed faces.
17284         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17285
17286         * gnus-sum.el (gnus-summary-selected-face)
17287         (gnus-summary-highlight): Use renamed gnus faces.
17288         * gnus-group.el (gnus-group-highlight): Likewise.
17289
17290 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17291
17292         * gnus-sieve.el (gnus-sieve-article-add-rule):
17293         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17294         * spam-stat.el (spam-stat-buffer-change-to-spam)
17295         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17296
17297         * message.el (message-is-yours-p):
17298         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17299
17300 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * mm-view.el (mm-inline-text): Withdraw the last change.
17303
17304 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17307         executing enriched-decode.
17308
17309 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17312         charset of tar files.
17313
17314 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17315
17316         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17317
17318 2005-06-04  Lute Kamstra  <lute@gnu.org>
17319
17320         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17321         information is never recorded.
17322
17323 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17324
17325         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17326
17327 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * pop3.el (pop3-apop): Run md5 in the binary mode.
17330
17331         * starttls.el (starttls-set-process-query-on-exit-flag):
17332         Use eval-and-compile.
17333
17334 2005-05-31  Simon Josefsson  <jas@extundo.com>
17335
17336         * smime.el (smime-replace-in-string): Define.
17337         (smime-cert-by-ldap-1): Use it.
17338
17339 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * gnus-art.el (article-display-x-face): Replace
17342         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17343
17344         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17345         set-process-query-on-exit-flag or process-kill-without-query.
17346
17347         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17348         loop instead of replace-regexp.
17349
17350         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17351         instead of process-kill-without-query if it is available.
17352
17353         * lpath.el: Fbind ldap-search-entries.
17354
17355         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17356         instead of find-file-hooks if it is available.
17357
17358         * mml1991.el: Bind pgg-default-user-id when compiling.
17359
17360         * mml2015.el: Bind pgg-default-user-id when compiling.
17361
17362         * nndraft.el (nndraft-request-associate-buffer):
17363         Use write-contents-functions instead of write-contents-hooks if it is
17364         available.
17365
17366         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17367         instead of find-file-hooks if it is available.
17368
17369         * nntp.el (nntp-open-connection): Replace
17370         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17371         (nntp-open-ssl-stream): Ditto.
17372         (nntp-open-tls-stream): Ditto.
17373
17374         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17375         set-process-query-on-exit-flag or process-kill-without-query.
17376         (starttls-open-stream-gnutls): Use it instead of
17377         process-kill-without-query.
17378         (starttls-open-stream): Ditto.
17379
17380 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17381
17382         * smime.el (smime-cert-by-ldap-1): Don't use
17383         replace-regexp-in-string.
17384
17385 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17386
17387         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17388
17389         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17390         in PEM format.  Adjust to the XEmacs compatibility.
17391
17392 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17395         by `string-to-number'.
17396         * gnus-agent.el (gnus-agent-regenerate-group)
17397         (gnus-agent-fetch-articles): Ditto.
17398         * gnus-art.el (gnus-button-fetch-group): Ditto.
17399         * gnus-cache.el (gnus-cache-generate-active)
17400         (gnus-cache-articles-in-group): Ditto.
17401         * gnus-group.el (gnus-group-set-current-level)
17402         (gnus-group-insert-group-line): Ditto.
17403         * gnus-score.el (gnus-score-set-expunge-below)
17404         (gnus-score-set-mark-below, gnus-summary-score-effect)
17405         (gnus-summary-score-entry): Ditto.
17406         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17407         (gnus-soup-pack): Ditto.
17408         * gnus-spec.el (gnus-xmas-format): Ditto.
17409         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17410         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17411         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17412         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17413         * nndb.el (nndb-get-remote-expire-response): Ditto.
17414         * nndiary.el (nndiary-parse-schedule-value)
17415         (nndiary-string-to-number, nndiary-request-replace-article)
17416         (nndiary-request-article): Ditto.
17417         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17418         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17419         * nneething.el (nneething-make-head): Ditto.
17420         * nnfolder.el (nnfolder-request-article)
17421         (nnfolder-retrieve-headers): Ditto.
17422         * nnheader.el (nnheader-file-to-number): Ditto.
17423         * nnkiboze.el (nnkiboze-request-article): Ditto.
17424         * nnmail.el (nnmail-process-unix-mail-format)
17425         (nnmail-process-babyl-mail-format): Ditto.
17426         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17427         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17428         (nnmh-request-create-group, nnmh-request-list-1)
17429         (nnmh-request-group, nnmh-request-article): Ditto.
17430         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17431         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17432         * nnsoup.el (nnsoup-make-active): Ditto.
17433         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17434         * nntp.el (nntp-find-group-and-number)
17435         (nntp-retrieve-headers-with-xover): Ditto.
17436         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17437         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17438         (pgg-format-key-identifier): Ditto.
17439         * pop3.el (pop3-last, pop3-stat): Ditto.
17440         * qp.el (quoted-printable-decode-region): Ditto.
17441
17442         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17443         of concat.
17444
17445 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17448
17449         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17450
17451         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17452
17453         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17454
17455         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17456
17457         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17458
17459         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17460         (gnus-carpal-mode): Ditto.
17461
17462         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17463         (gnus-browse-mode): Ditto.
17464
17465         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17466
17467         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17468
17469 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17470
17471         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17472
17473 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-util.el (gnus-run-mode-hooks): New function.
17476
17477         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17478
17479         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17480         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17481
17482 2005-05-27  Lute Kamstra  <lute@gnu.org>
17483
17484         * dns-mode.el (dns-mode): Specify customization group.
17485
17486 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17487
17488         * gnus-agent.el (gnus-agent-make-mode-line-string):
17489         Use mode-line-highlight as mouse-face.
17490
17491 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * canlock.el (canlock): Change the parent group to news.
17494
17495         * deuglify.el (gnus-outlook-deuglify): Add :group.
17496
17497         * dig.el (dig): Add :group.
17498
17499         * dns-mode.el (dns-mode): Add :group.
17500
17501         * encrypt.el (encrypt): Add :group.
17502
17503         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17504         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17505         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17506         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17507         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17508
17509         * gnus-diary.el (gnus-diary): Add :group.
17510
17511         * gnus.el (gnus-group-news-1-face): Add :group.
17512         (gnus-group-news-1-empty-face): Ditto.
17513         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17514         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17515         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17516         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17517         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17518         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17519         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17520         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17521         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17522         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17523         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17524         (gnus-summary-high-ticked-face): Ditto.
17525         (gnus-summary-low-ticked-face): Ditto.
17526         (gnus-summary-normal-ticked-face): Ditto.
17527         (gnus-summary-high-ancient-face): Ditto.
17528         (gnus-summary-low-ancient-face): Ditto.
17529         (gnus-summary-normal-ancient-face): Ditto.
17530         (gnus-summary-high-undownloaded-face): Ditto.
17531         (gnus-summary-low-undownloaded-face): Ditto.
17532         (gnus-summary-normal-undownloaded-face): Ditto.
17533         (gnus-summary-high-unread-face): Ditto.
17534         (gnus-summary-low-unread-face): Ditto.
17535         (gnus-summary-normal-unread-face): Ditto.
17536         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17537         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17538
17539         * hashcash.el (hashcash): New custom group.
17540         (hashcash-default-payment): Add :group.
17541         (hashcash-payment-alist): Ditto.
17542         (hashcash-default-accept-payment): Ditto.
17543         (hashcash-accept-resources): Ditto.
17544         (hashcash-path): Ditto.
17545         (hashcash-extra-generate-parameters): Ditto.
17546         (hashcash-double-spend-database): Ditto.
17547         (hashcash-in-news): Ditto.
17548
17549         * message.el (message-minibuffer-local-map): Add :group.
17550
17551         * netrc.el (netrc): Add :group.
17552
17553         * sieve-manage.el (sieve-manage-log): Add :group.
17554         (sieve-manage-default-user): Diito.
17555         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17556         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17557         (sieve-manage-authenticators): Ditto.
17558         (sieve-manage-authenticator-alist): Ditto.
17559         (sieve-manage-default-port): Ditto.
17560
17561         * sieve-mode.el (sieve-control-commands-face): Add :group.
17562         (sieve-action-commands-face): Ditto.
17563         (sieve-test-commands-face): Ditto.
17564         (sieve-tagged-arguments-face): Ditto.
17565
17566         * smime.el (smime): Add :group.
17567
17568         * spam-report.el (spam-report): Add :group.
17569
17570         * spam.el (spam, spam-face): Add :group.
17571
17572 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17573
17574         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17575         return \n.\n.\n at the end of articles.  Protect against that.
17576         (nntp-with-open-group): Allow debugging.
17577
17578         * nnheader.el (mail-header-set-extra): Make into a function
17579         because I just could't understand how to quote the list properly.
17580
17581         * dns.el (query-dns-cached): New function.
17582
17583 2005-05-26  Lute Kamstra  <lute@gnu.org>
17584
17585         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17586
17587 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17590
17591         * gnus-art.el: Don't autoload mail-extract-address-components.
17592
17593         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17594         eval-and-compile to evaluate it.
17595
17596         * hashcash.el: Don't autoload executable-find.
17597
17598         * nndb.el: Don't declare the nndb back end two or more times; don't
17599         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17600
17601         * nntp.el: Autoload format-spec instead of format; use
17602         eval-and-compile to evaluate autoload forms.
17603
17604 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17605
17606         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17607
17608 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * gnus.el (gnus-version-number): Bump version.
17611
17612 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17613
17614         * gnus.el: No Gnus v0.3 is released.
17615
17616 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17617
17618         * lpath.el (featurep): Bind show-nonbreak-escape.
17619
17620 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-art.el (gnus-article-edit-part): Disable undo.
17623
17624 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17627         gnus-article-date-lapsed-new-header is t if date timer is active;
17628         skip headers in which the original date value is empty.
17629         (gnus-article-save-original-date): Redefine it as a macro.
17630         (gnus-display-mime): Use it.
17631
17632 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-art.el (article-date-ut): Support converting date in
17635         forwarded parts as well.
17636         (gnus-article-save-original-date): New function.
17637         (gnus-display-mime): Use it.
17638
17639 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17640
17641         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17642         enclosure element of <item>.
17643
17644 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * message.el (message-kill-buffer-query): Rename from
17647         `message-kill-buffer-query-if-modified'.  Add :version.
17648
17649 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17652         window layout.
17653
17654 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * mml.el: Autoload dnd when compiling.
17657
17658 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17659
17660         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17661         x-dnd-*.
17662
17663 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * qp.el (quoted-printable-encode-region): Save excursion.
17666
17667 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * message.el (message-kill-buffer-query-if-modified): Add new variable
17670         so the user can kill a modified message buffer quickly.
17671         (message-kill-buffer): Use it.
17672
17673 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * lpath.el: Fbind display-time-event-handler; don't fbind
17676         string-to-multibyte.
17677
17678         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17679
17680 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17683         contained in text because xml.el decodes entities) with LFs.
17684
17685 2005-04-11  Lute Kamstra  <lute@gnu.org>
17686
17687         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17688         differently.
17689
17690 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17691
17692         * mm-util.el (mm-detect-coding-region): Typo.
17693
17694 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17697
17698 2005-04-06  Deepak Goel  <deego@gnufans.org>
17699
17700         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17701         user-function allow user modifications of the scores.
17702         (spam-stat-score-buffer-user): New function, to allow
17703         user-computed modifications to the score.
17704         (spam-stat-score-buffer-user-functions): List of additional
17705         scoring functions.
17706         (spam-stat-error-holder): Global temporary error holder.
17707         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17708         variable.
17709
17710 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * gnus-registry.el (gnus-registry-clean-empty-function)
17713         (gnus-registry-trim, gnus-registry-fetch-groups)
17714         (gnus-registry-delete-group): Groups that match
17715         `gnus-registry-ignored-groups' are removed from the registry
17716         entries, not just ignored for splitting.  This helps clean up the
17717         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17718         to get all the groups a message ID is in.
17719
17720         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17721         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17722         (spam-stat-score-buffer-user-functions): Add :number custom type.
17723
17724 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17727         argument in XEmacs.
17728
17729         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17730         (nnrss-request-group): Decode group name first.
17731         (nnrss-request-article): Make a text/plain article if mml-to-mime
17732         failed.
17733         (nnrss-get-encoding): Return a compatible encoding according to
17734         nnrss-compatible-encoding-alist.
17735         (nnrss-find-el): Use consp instead of listp.
17736         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17737
17738 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17741         which Emacs 20 doesn't support.
17742         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17743
17744 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17747         silence the byte compiler inside the defun.
17748
17749         * gnus-demon.el (parse-time-string): Add autoload.
17750
17751         * gnus-delay.el (parse-time-string): Add autoload.
17752
17753         * gnus-art.el (parse-time-string): Add autoload.
17754
17755         * nnultimate.el (parse-time): Require for `parse-time-string'.
17756
17757 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17760
17761         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17762
17763         * smime.el (smime-ldap-host-list): Add :version.
17764
17765 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17768         pass it to `gnus-browse-read-group'.
17769         (gnus-browse-read-group): Add NUMBER argument and pass it to
17770         `gnus-group-read-ephemeral-group'.
17771
17772         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17773         argument and pass it to `gnus-group-read-group'.
17774
17775 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17776
17777         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17778         mm-xemacs-find-mime-charset-1 if we have the mule feature
17779         available at runtime.
17780
17781 2005-03-25  Werner Lemberg  <wl@gnu.org>
17782
17783         * nnmaildir.el: Replace `illegal' with `invalid'.
17784
17785 2005-03-23  Lute Kamstra  <lute@gnu.org>
17786
17787         * time-date.el: Add comment on time value formats.
17788         Don't require parse-time.
17789         (with-decoded-time-value): New macro.
17790         (encode-time-value): New function.
17791         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17792         (days-to-time): Return a valid time value when arg is huge.
17793         (time-since): Use time-subtract.
17794         (time-to-number-of-days): Use time-to-seconds.
17795
17796 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17797
17798         * gnus-start.el (gnus-display-time-event-handler):
17799         Check display-time-timer at runtime rather than only at load time
17800         in case display-time-mode is turned off in the mean time.
17801
17802 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17805         used.
17806
17807         * nneething.el (nneething-map-file-directory): Derive from
17808         `gnus-directory'.
17809
17810         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17811         the To/Cc button.
17812
17813 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * nnmaildir.el (nnmaildir-request-accept-article):
17816         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17817
17818 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17819
17820         * gnus-async.el: Require timer-funcs at compile time when in
17821         XEmacs for `run-with-idle-timer'.
17822
17823 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17824
17825         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17826         autoloaded function.
17827
17828 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17829
17830         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17831
17832 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17833
17834         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17835
17836 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17837
17838         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17839         Add gnus-expert-user to default.
17840
17841 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17842
17843         * nnimap.el (nnimap-open-server): Ditto.
17844
17845         * imap.el (imap-authenticate): Fix typo.
17846
17847 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17848
17849         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17850         buffer (since IMAP server might return FETCH response out of
17851         order, and the nntp buffer must be sorted).
17852
17853 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17854
17855         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17856         comparison on string.
17857
17858         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17859         (gnus-agent-score): Rename category keywords to match gnus-cus.
17860         (gnus-agent-summary-fetch-series): Modify to protect against
17861         gnus-agent-summary-fetch-group clearing processable flags.
17862         (gnus-agent-synchronize-group-flags): Update live group buffer as
17863         synchronization may occur due to the user toggle the plugged
17864         status.
17865         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17866         successfully downloaded.
17867         (gnus-agent-expire-group-1): Avoid using markers when the overview
17868         is in ascending order; greatly improves performance.
17869         (gnus-agent-regenerate-group):
17870         Use gnus-agent-synchronize-group-flags to reset read status in both
17871         gnus and server.
17872         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17873
17874 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17875
17876         * message.el: Don't autoload former message-utils variables.
17877         (message-strip-subject-trailing-was): Change doc string.
17878
17879         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17880         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17881         (nnweb-google-search): Add "hl=en" here.
17882         (nnweb-google-parse-1, nnweb-google-create-mapping):
17883         Don't hardcode URL.
17884
17885 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * message.el (message-get-reply-headers, message-followup):
17888         Mention related variables `message-use-followup-to' and
17889         `message-use-mail-followup-to', in the information buffer.
17890
17891         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17892         of broken groups(-beta).google.com.
17893
17894 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17897         parameter to invoked gnus-request-move-article; remove the
17898         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17899         all at once instead of once per article.
17900         (gnus-summary-remove-process-mark): Accept a list of articles as
17901         well as a single article for processing.
17902
17903         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17904         parameter.
17905
17906         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17907
17908         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17909
17910         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17911         parameter.
17912
17913         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17914         parameter.
17915
17916         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17917         parameter and remove the gnus-sum-hint-move-is-internal variable.
17918
17919         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17920         parameter.
17921
17922         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17923         parameter.
17924
17925         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17926         parameter.
17927
17928         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17929
17930         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17931         parameter.
17932
17933         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17934         parameter.
17935
17936 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17937
17938         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17939         a more conservative way.
17940
17941 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17942
17943         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17944         buffer, so it moves the window's cursor.
17945
17946 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17947
17948         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17949         `mm-dissect-multipart' and receive the from field as an (optional)
17950         argument from `mm-dissect-multipart'.
17951         (mm-dissect-multipart): Receive the from field as an argument and
17952         pass it on when we call `mm-dissect-buffer' on MIME parts.
17953         Fixes verification/decryption of signed/encrypted MIME parts.
17954
17955 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17956
17957         * gnus-sum.el (gnus-summary-move-article):
17958         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17959         whatever it calls (right now, only nnimap-request-move article
17960         respects it).
17961
17962         * nnimap.el (nnimap-request-move-article):
17963         When gnus-sum-hint-move-is-internal is set, don't do the extra
17964         nnimap-request-article.
17965
17966 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17969
17970         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17971         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17972
17973         * gnus-sum.el (gnus-summary-caesar-message):
17974         Apply `gnus-treat-article' after rotation.
17975
17976         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17977         doc string.
17978
17979 2005-02-22  Simon Josefsson  <jas@extundo.com>
17980
17981         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17982         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17983         <arne@arnested.dk>.
17984         (encrypt): Add password-cache and password-cache-expiry as group
17985         members.
17986
17987 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17988
17989         * smime.el (smime-ldap-host-list): Doc fix.
17990         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17991         cache) password.
17992         (smime-sign-region): Use it.
17993         (smime-decrypt-region): Use it.
17994         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17995         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17996         fails.
17997         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17998         certificate from DER to PEM format rather than calling openssl.
17999
18000         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18001
18002         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18003         for signing/encryption.
18004
18005         * mml.el (mml-parse-1): Use them.
18006
18007 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18008
18009         * nnrss.el (nnrss-verbose): Remove.
18010         (nnrss-request-group): Use `nnheader-message' instead.
18011
18012 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18013
18014         * nnrss.el (nnrss-verbose): New variable.
18015         (nnrss-request-group): Make it say nnrss is requesting a group.
18016
18017 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18020         Handle news URL with given port correctly.
18021
18022 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18025         containing special characters.
18026
18027         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18028
18029         * mml.el (mime-to-mml): Ditto.
18030
18031         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18032         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18033         (rfc2047-decode-region): Quote decoded words containing special
18034         characters when rfc2047-quote-decoded-words-containing-tspecials
18035         is non-nil.
18036
18037 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18038
18039         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18040
18041         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18042
18043 2005-02-15  Simon Josefsson  <jas@extundo.com>
18044
18045         * nnimap.el (nnimap-debug): Doc fix.
18046
18047         * imap.el (imap-debug): Doc fix.
18048
18049 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18052
18053 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18054
18055         * gnus.el (spam-contents): Improve docs for spam-contents
18056         parameter in its variable incarnation.
18057
18058 2005-02-14  Simon Josefsson  <jas@extundo.com>
18059
18060         * smime-ldap.el: Use require instead of load-library for ldap.
18061         (smime-ldap-search): Indent.
18062         (smime-ldap-search-internal): Shorten line.
18063
18064         * smime.el (smime-cert-by-dns): Add doc-string.
18065         (smime-cert-by-ldap-1): Indent.
18066
18067         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18068         mml-smime-get-dns-ldap.
18069         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18070
18071 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18072
18073         * smime.el: Require smime-ldap.
18074         (smime-ldap-host-list): New variable.
18075         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18076
18077         * mml-smime.el (mml-smime-encrypt-query): New function.
18078         (mml-smime-encrypt-query): Use it.
18079
18080         * smime-ldap.el: New file.
18081
18082 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18085
18086 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18087
18088         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18089         argument in doc string.  Make query for type more clear.
18090
18091 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * gnus.el (gnus-group-startup-message): Search for gnus images in
18094         etc/images/gnus.
18095         * mm-util.el (mm-image-load-path): Likewise.
18096         * smiley.el (smiley-data-directory): Search for smilies in
18097         etc/images/smilies.
18098
18099 2005-02-09  Kim F. Storm  <storm@cua.dk>
18100
18101         Change Emacs release version from 21.4 to 22.1 throughout.
18102         Change Emacs development version from 21.3.50 to 22.0.50.
18103
18104 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18107
18108         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18109         non-Mule XEmacs as well.
18110         (mm-decompress-buffer): Signal an error intentionally if it does
18111         not decompress compressed data because auto-compression-mode is
18112         disabled.
18113
18114 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18115
18116         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18117         an ID in the registry even if it has no groups.
18118
18119 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18122         merge it into mm-decompress-buffer.
18123         (gnus-mime-copy-part): Use the MIME part charset, the value which
18124         a user specified or gnus-newsgroup-charset for decoding, like
18125         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18126         save-buffer what was used.  Suggested by Kevin Ryde
18127         <user42@zip.com.au>.
18128         (gnus-mime-inline-part): Allow the name parameter as well as the
18129         filename parameter; force decompressing of compressed data; always
18130         display contents being not decoded as unibyte.
18131
18132         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18133         as well as the filename parameter.
18134
18135         * mm-util.el (mm-decompress-buffer):
18136         Merge gnus-mime-jka-compr-maybe-uncompress.
18137         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18138         of compressed data.
18139
18140 2005-02-08  Simon Josefsson  <jas@extundo.com>
18141
18142         * imap.el (imap-log): Doc fix.
18143
18144 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18145
18146         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18147         the coding cookies; decompress compressed parts.
18148
18149         * mml.el (mml-generate-mime-1): Add the charset parameter according
18150         to the value which a user specified manually or the coding cookie.
18151
18152         * mm-util.el (mm-string-to-multibyte): New function.
18153         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18154         (mm-coding-system-to-mime-charset): New function.
18155         (mm-decompress-buffer): New function.
18156         (mm-find-buffer-file-coding-system): New function.
18157
18158         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18159         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18160         parts.
18161
18162 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18163
18164         * mm-view.el (mm-display-inline-fontify): Decode a part according
18165         to the charset parameter.
18166
18167 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18170         prefix arg is neither nil nor a number, as info specifies.
18171
18172 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18175         timestamps.
18176
18177 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18178
18179         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18180         groups error checking and notify user.
18181
18182 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18183
18184         * message.el (message-send-mail-function): Check existence of
18185         sendmail-program first before using default value
18186         `message-send-mail-with-sendmail'.  Otherwise use more generic
18187         `smtpmail-send-it'.
18188
18189 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * nntp.el (nntp-request-update-info): Always return nil.
18192
18193 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18194
18195         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18196
18197 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18198
18199         * message.el (message-beginning-of-line): Change the behavior when
18200         invoked between BOL and : so that it first moves backward.
18201
18202 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18205         article buffer when editing of the article is discarded.
18206         (gnus-article-prepare): Revert.
18207
18208 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * gnus-art.el (gnus-article-prepare):
18211         Remove message-strip-forbidden-properties from the local hook.
18212
18213 2005-01-27  Simon Josefsson  <jas@extundo.com>
18214
18215         * password.el (password-cache-add): Only start one timer per key.
18216         Reported by Derek Atkins <warlord@MIT.EDU>.
18217
18218 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18219
18220         * run-at-time.el: Remove.  It is no longer needed as
18221         timer-funcs.el in the xemacs-base package has a working version of
18222         `run-at-time'.
18223
18224         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18225
18226         * password.el: Require timer-funcs instead of run-at-time in
18227         XEmacs.
18228         Remove `password-run-at-time' macro.
18229         (password-cache-add): Use `run-at-time' instead of
18230         `password-run-at-time'.
18231
18232         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18233         Remove `nnheader-cancel-function-timers' alias,
18234         `cancel-function-timers' exists in XEmacs in timer-funcs.
18235
18236         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18237         for `run-with-idle-timer'.
18238
18239         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18240         for `run-at-time'.
18241
18242         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18243         for `with-timeout'.
18244
18245         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18246         the same as for XEmacs 21.4.
18247         No need to ignore `run-with-idle-timer', this function exists in
18248         XEmacs now in timer-funcs.el in the xemacs-base package.
18249         (dgnushack-compile): No need to delete
18250         run-at-time.el from the list of files to compile because it
18251         doesn't exist anymore.
18252
18253 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18256         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18257
18258 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18259
18260         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18261         sensitively.
18262
18263 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18264
18265         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18266
18267 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18270         which will be inserted according to the multibyteness of a buffer
18271         rather than the type of contents.  Suggested by ARISAWA Akihiro
18272         <ari@mbf.ocn.ne.jp>.
18273
18274         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18275         of string which old xml.el may return rather than a string.
18276
18277 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18280
18281 2005-01-16  Simon Josefsson  <jas@extundo.com>
18282
18283         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18284         idn/idna.el isn't available.
18285         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18286         <michael@waxrat.com>.
18287
18288         * hashcash.el: Remove non-FSF copyright header.
18289
18290         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18291         (hashcash-generate-payment): Use it.
18292         (hashcash-generate-payment-async): Use it.
18293
18294 2005-01-15  Simon Josefsson  <jas@extundo.com>
18295
18296         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18297         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18298
18299         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18300         gnus-summary-idna-message.
18301         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18302         (gnus-summary-idna-message): New function.
18303
18304 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18307         gnus-novice-user.
18308
18309 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * nnrss.el (nnrss-request-delete-group): Delete entries in
18312         nnrss-group-alist as well.
18313         (nnrss-save-server-data): Insert newline.
18314
18315 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18316
18317         * gnus.el (gnus-user-agent): Use list of symbols instead of
18318         symbols.  Display full version number for (S)XEmacs.
18319         Optionally display (S)XEmacs codename.
18320
18321         * gnus-util.el (gnus-emacs-version): Update for new
18322         `gnus-user-agent'.
18323
18324         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18325         Gnus version.
18326
18327 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18328
18329         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18330         which is unreadable in some setups.
18331
18332 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * gnus-spec.el (gnus-update-format-specifications): Flush the
18335         group format spec cache if it doesn't support decoded group names.
18336
18337 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18340         Allow to apply decay on score files matching a regexp.
18341
18342 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18345         compatibility in %g and %c.
18346
18347 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18350         name for only %g and %c.
18351         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18352         of gnus-tmp-group to decoded group name.
18353         (gnus-group-make-rss-group): Exclude `/'s from group names.
18354
18355 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18356
18357         * nnrss.el (nnrss-get-encoding): Fix regexp.
18358
18359 2004-12-27  Simon Josefsson  <jas@extundo.com>
18360
18361         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18362         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18363         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18364
18365 2004-12-17  Kim F. Storm  <storm@cua.dk>
18366
18367         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18368
18369         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18370
18371 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18372
18373         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18374
18375 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * nnrss.el: Require rfc2047 and mml.
18378         (nnrss-file-coding-system): New variable.
18379         (nnrss-format-string): Redefine it as an inline function.
18380         (nnrss-decode-group-name): New function.
18381         (nnrss-string-as-multibyte): Remove.
18382         (nnrss-retrieve-headers): Decode group name; don't use
18383         nnrss-format-string.
18384         (nnrss-request-group): Decode group name.
18385         (nnrss-request-article): Decode group name; allow a Message-ID as
18386         well as an article number; don't use nnrss-format-string; encode a
18387         Message-ID string which may contain non-ASCII characters; use
18388         mml-to-mime to compose a MIME article.
18389         (nnrss-request-expire-articles): Decode group name.
18390         (nnrss-request-delete-group): Decode group name.
18391         (nnrss-fetch): Clarify error message.
18392         (nnrss-read-server-data): Use insert-file-contents instead of load;
18393         bind file-name-coding-system; use multibyte buffer.
18394         (nnrss-save-server-data): Bind coding-system-for-write to the
18395         value of nnrss-file-coding-system; bind file-name-coding-system;
18396         add coding cookie.
18397         (nnrss-read-group-data): Use insert-file-contents instead of load;
18398         bind file-name-coding-system; use multibyte buffer.
18399         (nnrss-save-group-data): Bind coding-system-for-write to the
18400         value of nnrss-file-coding-system; bind file-name-coding-system.
18401         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18402         make it work with non-ASCII text.
18403         (nnrss-find-el): Make it work with old xml.el as well.
18404
18405 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18406
18407         * nnrss.el (nnrss-get-encoding): New function.
18408         (nnrss-fetch): Use unibyte buffer initially; bind
18409         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18410         decode contents according to the encoding attribute.
18411         (nnrss-save-group-data): Add coding cookie.
18412         (nnrss-mime-encode-string): New function.
18413         (nnrss-check-group): Use it to encode subject and author.
18414
18415 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18416
18417         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18418         imaginary variable.
18419
18420 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18423         correctly even if there are wide characters.
18424
18425 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18426
18427         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18428         downcased symbol names; make a new cache instead of reusing
18429         bbdb-hashtable.
18430
18431 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18434         concatenating segments rather than before concatenating them.
18435         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18436
18437         * message.el (message-get-reply-headers): Bind `extra'.
18438
18439 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * message.el (message-extra-wide-headers): New variable.
18442         (message-get-reply-headers): Use it.
18443
18444 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18447         (gnus-agent-group-pathname): Ditto.
18448
18449         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18450
18451         * gnus-group.el (gnus-group-make-group): Decode group name.
18452         (gnus-group-make-rss-group): Register the group data after opening
18453         the nnrss group.
18454
18455 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18456
18457         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18458         by expiry now get marked as read.
18459
18460 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18463
18464 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18465
18466         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18467         unify Latin characters in XEmacs.
18468         (mm-find-mime-charset-region): Use it.
18469
18470 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * gnus-util.el (gnus-delete-directory): New function.
18473
18474         * gnus-agent.el (gnus-agent-delete-group): Use it.
18475
18476         * gnus-cache.el (gnus-cache-delete-group): Use it.
18477
18478 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18481         names.
18482
18483 2004-12-16  Simon Josefsson  <jas@extundo.com>
18484
18485         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18486
18487 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18490
18491         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18492         (gnus-group-set-current-level): Decode group name.
18493
18494 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18495
18496         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18497         failed.
18498
18499 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * gnus-group.el (gnus-group-delete-group): Decode group name.
18502         (gnus-group-make-rss-group): Encode group name.
18503         (gnus-group-catchup-current): Decode group name.
18504         (gnus-group-kill-group): Decode group name.
18505
18506 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18507
18508         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18509
18510 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-group.el (gnus-group-make-rss-group):
18513         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18514
18515         * gnus-start.el (gnus-setup-news): Honor user's setting to
18516         gnus-message-archive-method.  Suggested by Lute Kamstra
18517         <lute@gnu.org>.
18518
18519 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18520
18521         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18522         global counterparts of the buffer-local variables.
18523
18524 2004-11-16  Romain Francoise  <romain@orebokech.com>
18525
18526         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18527         counterparts of the buffer-local variables.
18528
18529 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18530
18531         * message.el (message-forbidden-properties): Fix typo in doc
18532         string.
18533
18534 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18535
18536         * gnus-util.el (gnus-replace-in-string): Add doc string.
18537
18538         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18539         to avoid problems when splitting mails with many recipients.
18540
18541 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18542
18543         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18544         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18545
18546 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18547
18548         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18549         if there is no hashtable in memory or file modification time is
18550         newer than cached timestamp.
18551
18552 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18553
18554         * gnus-sum.el (gnus-summary-limit-to-recipient):
18555         Implement not-matching option.
18556
18557 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18558
18559         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18560         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18561         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18562         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18563         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18564         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18565
18566 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * message.el (message-forward-make-body-mml): Remove headers
18569         according to message-forward-ignored-headers if a message is decoded.
18570
18571 2004-12-02  Romain Francoise  <romain@orebokech.com>
18572
18573         * message.el (message-forward-make-body-plain): Always remove
18574         headers according to message-forward-ignored-headers.
18575
18576 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18577
18578         * spam.el (spam-summary-prepare-exit): Remove the
18579         gnus-summary-limit pop for now, it has problems with ham marks for
18580         me.
18581
18582 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18583
18584         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18585         correctly.
18586
18587 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18588
18589         * format-spec.el (format-spec): Message the char.
18590
18591 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18592
18593         * gnus-art.el (gnus-split-methods): Reformat comments.
18594
18595         * spam.el (spam-summary-prepare-exit): Remove article limits
18596         before exiting the summary buffer.
18597
18598 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18601         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18602
18603         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18604         order to silence the byte compiler.
18605
18606         * spam.el: Fix the way to silence the byte compiler, which
18607         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18608         bbdb-search-simple, spam-BBDB-register-routine,
18609         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18610         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18611         spam-stat-buffer-is-spam, spam-stat-load,
18612         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18613         spam-stat-save and spam-stat-split-fancy.
18614
18615 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18618         which may confuse users.
18619         (canlock-password-for-verify): Ditto.
18620
18621         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18622
18623         * gnus-art.el (gnus-emphasis-alist): Ditto.
18624
18625         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18626
18627         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18628
18629         * gnus-start.el (gnus-save-killed-list): Ditto.
18630
18631         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18632         (gnus-sum-thread-tree-root): Ditto.
18633         (gnus-sum-thread-tree-false-root): Ditto.
18634         (gnus-sum-thread-tree-single-indent): Ditto.
18635
18636         * message.el (message-courtesy-message): Ditto.
18637         (message-archive-note): Ditto.
18638         (message-subscribed-address-file): Ditto.
18639         (message-user-fqdn): Ditto.
18640
18641         * spam-report.el (spam-report-gmane-regex): Ditto.
18642
18643         * spam.el (spam-blackhole-good-server-regex): Ditto.
18644
18645 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * mml.el (mml-preview): Widen the message buffer before copying
18648         the contents to the preview buffer; sort headers before previewing.
18649
18650         * message.el (message-hidden-headers): Fix the way to avoid a bug
18651         in the `repeat' widget in Emacs 21.3 or earlier.
18652
18653 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * message.el (message-hidden-headers): Default to "^References:".
18656         Improve customization type.  Suggested by Reiner Steib
18657         <Reiner.Steib@gmx.de>.
18658
18659 2004-11-25  Romain Francoise  <romain@orebokech.com>
18660
18661         * message.el (message-strip-forbidden-properties): Remove check for
18662         obsolete `message-hidden' text property, hidden headers are not
18663         accessible in the buffer anymore.
18664
18665 2004-11-22  Romain Francoise  <romain@orebokech.com>
18666
18667         * message.el (message-header-format-alist): Add `From' in list
18668         so that it can be sorted.
18669         (message-fix-before-sending): Widen and sort headers before
18670         sending.
18671         (message-hide-headers): Use narrowing to hide headers by moving
18672         them to the top of the buffer and narrowing to the region
18673         underneath.
18674
18675 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18676
18677         * message.el (message-strip-forbidden-properties):
18678         Bind buffer-read-only (etc) to nil.
18679
18680 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18681
18682         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18683         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18684
18685 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18686
18687         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18688
18689 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690
18691         * dns.el (query-dns): Use sit-for to time instead of
18692         accept-process-output, since that doesn't seem to work on udp
18693         sockets.
18694
18695 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18698
18699 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18700
18701         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18702         doc string.  Improve doc string.
18703
18704 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * nntp.el (nntp-request-update-info): Return nil if
18707         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18708         may not call gnus-activate-group which uselessly issues the GROUP
18709         commands for all nntp groups and wastes time.  Reported by Romain
18710         Francoise <romain@orebokech.com>.
18711
18712         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18713
18714 2004-11-15  Simon Josefsson  <jas@extundo.com>
18715
18716         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18717         headers separately.
18718         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18719         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18720
18721 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18722
18723         * gnus-start.el (gnus-convert-old-newsrc):
18724         Assign legacy-gnus-agent to 5.10.7.
18725
18726 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727
18728         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18729         start of the lines.
18730
18731 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18732
18733         * hashcash.el (hashcash-default-payment): Change default to 20.
18734         (hashcash-default-accept-payment): Change default to 20.
18735         (hashcash-process-alist): New variable.
18736         (hashcash-generate-payment-async): Add.
18737         (hashcash-already-paid-p): Add.
18738         (hashcash-insert-payment): Don't generate payments twice.
18739         (hashcash-insert-payment-async): Add.
18740         (hashcash-insert-payment-async-2): Add.
18741         (hashcash-cancel-async): Add.
18742         (hashcash-wait-async): Add.
18743         (hashcash-processes-running-p): Add.
18744         (hashcash-wait-or-cancel): Add.
18745         (mail-add-payment): New optional argument.  Conditionally start
18746         asynchronous calculation.
18747         (mail-add-payment-async): Add.
18748
18749         * message.el (message-send-mail): Wait for asynchronous hashcash
18750         results.  Don't clobber existing X-Hashcash headers.
18751         (message-setup-1): Call mail-add-payment-async when
18752         message-generate-hashcash is non-nil.
18753
18754 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18755
18756         * message.el (message-use-alternative-email-as-from): Examine the
18757         From header as well; use message-make-from in order to include a
18758         user's full name.
18759
18760 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18763         default; improve customization type.
18764         (gnus-emphasis-custom-with-format): New macro.
18765         (gnus-emphasis-custom-value-to-external): New function.
18766         (gnus-emphasis-custom-value-to-internal): New function.
18767
18768 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18769
18770         * dns.el (query-dns): Resolve reverse addresses.
18771
18772 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18773
18774         * gnus-group.el (gnus-group-get-new-news): Use it.
18775
18776         * gnus-start.el (gnus-check-reasonable-setup): New function.
18777
18778 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18781         "Args out of range" error.  Reported by Arnaud Giersch
18782         <arnaud.giersch@free.fr>.
18783
18784 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18785
18786         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18787
18788 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18789
18790         * spam.el (spam group): Add :version.
18791
18792         * pgg-def.el (pgg group): Add :version.
18793
18794 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * gnus-art.el (gnus-article-edit-article): Don't associate the
18797         article buffer with a draft file.  This is a temporary measure
18798         against the 2004-08-22 change to gnus-article-edit-mode.
18799
18800 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18803         (html2text-format-tags): Remove unused variable `attr'.
18804
18805 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18808
18809         * tls.el (tls-process-connection-type, tls-success)
18810         (tls-certtool-program): Add :version.
18811
18812         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18813         (starttls-extra-arguments, starttls-process-connection-type)
18814         (starttls-connect, starttls-failure, starttls-success): Add :version.
18815
18816         * spam-stat.el (spam-stat): Add :version.
18817
18818         * sieve.el (sieve): Add :version.
18819
18820         * sha1.el (sha1): Add :version.
18821         (sha1-use-external): Remove redundant version.
18822
18823         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18824         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18825         (nnmail-split-fancy-match-partial-words)
18826         (nnmail-split-lowercase-expanded): Add :version.
18827
18828         * nndiary.el (nndiary): Add :version.
18829
18830         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18831
18832         * mml-sec.el (mml-default-sign-method)
18833         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18834         Add :version.
18835
18836         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18837
18838         * mm-url.el (mm-url-use-external, mm-url-program)
18839         (mm-url-arguments): Add :version.
18840
18841         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18842         (mm-attachment-file-modes, mm-decrypt-option)
18843         (mm-w3m-safe-url-regexp): Add :version.
18844
18845         * message.el (message-cite-prefix-regexp)
18846         (message-sendmail-envelope-from, message-minibuffer-local-map)
18847         (message-user-fqdn, message-completion-alist): Add :version.
18848
18849         * gnus-win.el (gnus-configure-windows-hook)
18850         (gnus-use-frames-on-any-display): Add :version.
18851
18852         * gnus-art.el (gnus-article-address-banner-alist)
18853         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18854         (gnus-treat-from-picon, gnus-treat-mail-picon)
18855         (gnus-treat-x-pgp-sig): Add :version.
18856
18857         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18858         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18859         (gnus-summary-article-delete-hook)
18860         (gnus-summary-display-while-building): Add :version.
18861
18862         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18863         (gnus-get-top-new-news-hook): Add :version.
18864
18865         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18866         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18867
18868         * gnus-registry.el (gnus-registry): Add :version.
18869
18870         * gnus-spec.el (gnus-use-correct-string-widths)
18871         (gnus-make-format-preserve-properties): Add :version.
18872
18873         * gnus.el (gnus-group-charter-alist)
18874         (gnus-group-fetch-control-use-browse-url)
18875         (gnus-install-group-spam-parameters): Add :version.
18876
18877         * gnus-diary.el (gnus-diary): Add :version.
18878
18879         * gnus-delay.el (gnus-delay): Add :version.
18880
18881         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18882         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18883         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18884         Add :version.
18885
18886         * gnus-agent.el (gnus-agent-max-fetch-size)
18887         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18888         (gnus-agent-prompt-send-queue): Add :version.
18889
18890         * deuglify.el (gnus-outlook-deuglify): Add :version.
18891
18892         * html2text.el: Beautify code.  Improve doc strings.
18893         Some checkdoc cleanup.
18894         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18895
18896 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18897
18898         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18899
18900 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18901
18902         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18903         when package is loaded.
18904
18905         * spam.el (spam-summary-score-preferred-header): Add global preference
18906         for people who want to override the default SpamAssassin over
18907         Bogofilter preference (when both are set).
18908         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18909         (spam-user-format-function-S):
18910         Check spam-summary-score-preferred-header.
18911         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18912         (spam-user-format-function-S): Format the score correctly.
18913
18914 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18917         signature file.  Suggested by Manoj Srivastava
18918         <srivasta@golden-gryphon.com>.
18919
18920         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18921         iso-2022-jp even in the Japanese language environment.
18922         Suggested by Jason Rumney <jasonr@gnu.org>.
18923
18924 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18927         use the same characters as the dummy marks; make it free from
18928         getting affected by the language environment.
18929         (gnus-summary-read-group-1): Update mark positions only when the
18930         format spec is updated.
18931
18932         * gnus-spec.el (gnus-update-format-specifications): Return a list
18933         of updated types.
18934
18935 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18938         of boundp to check if display-warning is available.
18939
18940 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18941
18942         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18943
18944 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * nnspool.el (nnspool-spool-directory): Use news-path if the
18947         news-directory variable is not bound.
18948
18949         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18950         function instead of display-warning if it is not available.
18951
18952 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18955         v5-10: Use `point-at-bol'.
18956
18957 2004-10-26  Simon Josefsson  <jas@extundo.com>
18958
18959         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18960         <chenggao@gmail.com>.
18961
18962 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18965         instead.
18966
18967 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18968
18969         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18970         to remove a server from the nnimap-server-buffer-alist.
18971         (nnimap-open-connection, nnimap-close-server): Use it.
18972
18973         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18974
18975 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18978         running the major-mode function.
18979
18980 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18983         dummy marks in the right way.
18984
18985 2004-10-18  David Edmondson  <dme@dme.org>
18986
18987         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18988         excessively.
18989
18990 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18991
18992         * gnus-util.el (gnus-split-references): Accept a nil references
18993         string and go on blissfully.
18994
18995         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18996         cases where the references string is non-nil but has no references.
18997
18998         * encrypt.el: Add autoload tags.
18999
19000         * spam.el (spam-resolve-registrations-routine): Remove article
19001         from unregistration list too.  Reported by David Hanak
19002         <dhanak@isis.vanderbilt.edu>
19003
19004 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19007         nil.  Change custom type.
19008
19009 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19012
19013         * gnus-sum.el (gnus-summary-move-article): Use it.
19014
19015 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * encrypt.el: Add autoload cookies.
19018
19019         * spam.el (spam-backend-article-list-property)
19020         (spam-backend-get-article-todo-list)
19021         (spam-backend-put-article-todo-list)
19022         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19023         Resolve registrations separately.
19024         (spam-register-routine): Format comments.
19025         (spam-unregister-routine, spam-register-routine): Always call with
19026         specific-articles, no default list.
19027         (spam-summary-prepare-exit): Use the spam-classifications function.
19028
19029         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19030         gnus-encrypt.el.
19031
19032         * encrypt.el: Copied from gnus-encrypt.el.
19033
19034         * gnus-encrypt.el: Commented that it's obsolete.
19035
19036 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19037
19038         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19039         (gnus-score-save): Use it.
19040
19041         * message.el (message-bury): Use `window-dedicated-p'.
19042
19043 2004-10-15  Simon Josefsson  <jas@extundo.com>
19044
19045         * pop3.el (top-level): Don't require nnheader.
19046         (pop3-read-timeout): Add.
19047         (pop3-accept-process-output): Add.
19048         (pop3-read-response, pop3-retr): Use it.
19049
19050 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19051
19052         * spam.el (spam-register-routine): Move comment.
19053         (spam-verify-bogofilter): Use 'unknown for the initial
19054         spam-bogofilter-valid state, not 'never.
19055
19056         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19057         for netrc-machine.
19058
19059         * nnimap.el (nnimap-open-connection):
19060         Use netrc-machine-user-or-password.
19061
19062 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19063
19064         * gnus-registry.el (gnus-registry-unload-hook):
19065         Set as a variable with add-hook.
19066
19067         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19068         of news-path.
19069
19070         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19071
19072         * spam.el: Delete duplicate `provide'.
19073         (spam-unload-hook): Set as a variable with add-hook.
19074
19075 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19076
19077         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19078         in the doc string.
19079
19080         * message.el (message-ignored-news-headers)
19081         (message-ignored-supersedes-headers)
19082         (message-ignored-resent-headers)
19083         (message-forward-ignored-headers): Improve custom type.
19084
19085 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * message.el (message-tokenize-header): Fix 2004-09-06 change
19088         which used point-min in the wrong place.
19089
19090 2004-10-12  Simon Josefsson  <jas@extundo.com>
19091
19092         * tls.el (tls-certtool-program): New variable.
19093         (tls-certificate-information): New function, based on
19094         ssl-certificate-information.
19095
19096 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * compface.el: Move the version of ELisp-based uncompface program
19099         to the contrib directory because of the copyright problem.
19100
19101 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * message.el (message-kill-buffer): Raise the current frame.
19104
19105 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19106
19107         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19108
19109         * gnus.el (message-y-or-n-p): Autoload.
19110
19111         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19112         (pop3-password-required, pop3-authentication-scheme)
19113         (pop3-leave-mail-on-server): Make customizable.
19114         (pop3): New custom group.
19115         (pop3-retr): Remove `sleep-for' statements.
19116         Suggested by Dave Love <fx@gnu.org>.
19117
19118         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19119         Windows/DOS.
19120
19121         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19122         (imap-parse-body): Fix incorrect use of `assert'.
19123         Suggested by Dave Love <fx@gnu.org>.
19124
19125         * mml.el (mml-minibuffer-read-disposition): Require match.
19126         Suggested by Dave Love <fx@gnu.org>.
19127
19128 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19129
19130         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19131         doc string.
19132
19133 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19136
19137 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19138
19139         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19140         instead of calling `mm-insert-inline', to decode text/* parts
19141         before displaying them.
19142
19143 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * mm-uu.el (mm-uu-text-plain-type): New variable.
19146         (mm-uu-pgp-signed-extract-1): Use it.
19147         (mm-uu-pgp-encrypted-extract-1): Use it.
19148         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19149         bind mm-uu-text-plain-type with that value.
19150         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19151         mm-uu-dissect.
19152
19153 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * gnus-group.el (gnus-update-group-mark-positions):
19156         * gnus-sum.el (gnus-update-summary-mark-positions):
19157         * message.el (message-check-news-body-syntax):
19158         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19159         of string-as-multibyte.
19160
19161 2004-10-05  Juri Linkov  <juri@jurta.org>
19162
19163         * gnus-group.el (gnus-update-group-mark-positions):
19164         * gnus-sum.el (gnus-update-summary-mark-positions):
19165         * message.el (message-check-news-body-syntax):
19166         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19167         8-bit unibyte values to a multibyte string for search functions.
19168
19169 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19172         (mm-uu-dissect-text-parts): New function.
19173
19174         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19175         dissect text parts.
19176
19177         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19178         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19179
19180         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19181
19182         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19183         Use gnus-current-topics instead of gnus-current-topic.
19184
19185 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19186
19187         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19188
19189 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19192         where approriate.
19193
19194         * nnml.el (nnml-generate-active-info): do.
19195
19196         * nndiary.el (nndiary-generate-active-info): do.
19197
19198         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19199         (gnus-topic-move): do.
19200
19201         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19202         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19203
19204         * gnus-srvr.el (gnus-server-prepare)
19205         (gnus-server-open-all-servers): do.
19206
19207         * gnus-msg.el (gnus-summary-cancel-article)
19208         (gnus-summary-resend-message)
19209         (gnus-summary-mail-crosspost-complaint): do.
19210
19211         * gnus-move.el (gnus-change-server): do.
19212
19213         * gnus-group.el (gnus-group-unmark-all-groups)
19214         (gnus-group-set-current-level): do.
19215
19216 2004-10-04  Simon Josefsson  <jas@extundo.com>
19217
19218         * message.el (message-generate-hashcash): Doc fix.
19219
19220 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19221
19222         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19223         avoid infinite recursion via gnus-get-function.
19224
19225 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19226
19227         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19228
19229         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19230
19231         * nnmail.el (nnmail-split-history): do.
19232
19233         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19234         (nnml-request-delete-group): do.
19235
19236         * nnslashdot.el (nnslashdot-read-groups): do.
19237
19238         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19239         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19240
19241         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19242         (nnspool-sift-nov-with-sed): Use last.
19243         (nnspool-retrieve-headers-with-nov): Use mapc.
19244         (nnspool-request-newgroups): Use dolist.
19245         (nnspool-request-group): Use last.
19246
19247         * nntp.el (nntp-read-server-type): Use dolist.
19248
19249         * nnvirtual.el (nnvirtual-create-mapping)
19250         (nnvirtual-update-read-and-marked): Use dolist.
19251         (nnvirtual-convert-headers): Simplify.
19252
19253 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19254
19255         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19256         Add support for sync'ing tick marks.
19257
19258 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19261         there's no visible header.
19262
19263 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19264
19265         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19266         When necessary, pass full group name to gnus-request-set-marks.
19267
19268 2004-10-01  Simon Josefsson  <jas@extundo.com>
19269
19270         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19271         acroread.
19272
19273 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19274
19275         * spam-report.el (spam-report-gmane): Fix interactive.
19276
19277         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19278
19279         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19280         when writing file.
19281         (gnus-agent-synchronize-flags): Don't default to being
19282         interactive.
19283
19284 2004-09-30  Simon Josefsson  <jas@extundo.com>
19285
19286         * message.el (message-generate-hashcash): Add.
19287         (message-send-mail): Use it, call mail-add-payment.
19288
19289 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19290
19291         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19292
19293 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19294
19295         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19296         gnus-requst-update-info with explicit code to sync the in-memory
19297         info read flags with the marks being sync'd to the backend.
19298
19299         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19300
19301 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19302
19303         * spam.el (spam-verify-bogofilter): Add new function.
19304         (spam-check-bogofilter)
19305         (spam-bogofilter-register-with-bogofilter): Use it.
19306         (spam-verify-bogofilter): Add small fixes.
19307
19308 2004-09-28  Simon Josefsson  <jas@extundo.com>
19309
19310         * hashcash.el (hashcash-generate-payment): Revert.
19311
19312 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19313
19314         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19315         Use gnus-extract-references instead of gnus-split-references.
19316
19317         * gnus-util.el (gnus-extract-references): Add new function, analogous
19318         to gnus-split-references but extracts only the message-ID without
19319         anything extra.
19320
19321         * hashcash.el (hashcash-generate-payment)
19322         (hashcash-check-payment): Do the right thing if hashcash-path is
19323         nil (because the hashcash program could not be found).
19324
19325         * spam.el (spam-use-hashcash): Remove comment.
19326
19327 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19328
19329         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19330         (gnus-cache-enter-article, gnus-cache-remove-article)
19331         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19332
19333         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19334
19335         * gnus-art.el (article-hide-boring-headers)
19336         (article-translate-strings, article-display-face)
19337         (gnus-article-mime-match-handle-first)
19338         (gnus-article-highlight-headers)
19339         (gnus-article-add-buttons-to-head): do.
19340
19341 2004-09-27  Simon Josefsson  <jas@extundo.com>
19342
19343         * hashcash.el: New version, from
19344         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19345         ../contrib/.
19346
19347 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19350
19351 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19352
19353         * gnus-dup.el (gnus-dup-open): Use mapc.
19354         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19355
19356         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19357         Reported by Stefan Wiens <s.wi@gmx.net>.
19358
19359         * gnus.el (gnus-shutdown): Use dolist.
19360
19361         * gnus-undo.el (gnus-undo): Use mapc.
19362
19363         * nnrss.el (nnrss-generate-active): do.
19364
19365         * message.el (message-cite-original-without-signature)
19366         (message-cite-original): Use mapc.
19367         (message-do-actions, message-make-forward-subject): Use dolist.
19368
19369 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19370
19371         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19372         deletion to remove entire duplicate line.  Fixes merged article
19373         number bug.
19374
19375 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19376
19377         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19378         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19379         first ask if you want to open a server and then, even when you
19380         responded with no, asking if you want to synchronize the server's
19381         flags.
19382         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19383         multi-line expressions.
19384         (gnus-agent-synchronize-group-flags): New internal function.
19385         Updates marks in memory (in the info structure) AND in the
19386         backend.
19387
19388         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19389
19390         * nnagent.el (nnagent-request-set-mark):
19391         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19392         method, to ensure that synchronization updates marks in the
19393         backend and in the info (in memory) structure.
19394
19395 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19398         convention fully; don't miss the root article of a thread; make
19399         the X-Draft-From header with correct article numbers.
19400
19401 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19402
19403         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19404         unless plugged.  Disable the agent so that an open failure causes
19405         an error.
19406
19407         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19408         Revert 2004-09-21 change.  The backend must be opened while
19409         synchronizing flags even when the backend stores the flags
19410         locally.
19411
19412 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19413
19414         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19415         in `header' match.  Reported by Svend Tollak Munkejord.
19416
19417         * message.el (message-cite-original): Fix use of
19418         `message-cite-articles-with-x-no-archive'.
19419
19420 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19423         (gnus-window-to-buffer): Ditto.
19424
19425         * mml.el (mml-preview-buffer): New variable.
19426         (mml-preview): Manage window layout with gnus-buffer-configuration.
19427
19428         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19429         X-Draft-From header even if those articles aren't quoted.
19430
19431 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19432
19433         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19434         (gnus-request-set-mark, gnus-request-update-mark): Use new
19435         g-s-t-u-l-m to decide to use backend even when unplugged.
19436
19437 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19440         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19441
19442 2004-09-20  Simon Josefsson  <jas@extundo.com>
19443
19444         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19445         "utf-16-le".
19446
19447 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19448
19449         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19450
19451 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * uudecode.el (uudecode-use-external): Add :version.
19454
19455         * smime.el (smime-CA-file, smime-encrypt-cipher)
19456         (smime-dns-server): Add :version.
19457
19458         * smiley.el (gnus-smiley-file-types): Add :version.
19459
19460         * sha1.el (sha1-use-external): Add :version.
19461
19462         * pgg-def.el (pgg-query-keyserver): Add :version.
19463
19464         * nnmail.el (nnmail-fancy-expiry-targets)
19465         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19466         Add :version.
19467
19468         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19469         (nnimap-retrieve-groups-asynchronous): Add :version.
19470         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19471
19472         * mml.el (mml-content-disposition-parameters)
19473         (mml-insert-mime-headers-always): Add :version.
19474
19475         * mm-util.el (mm-coding-system-priorities): Add :version.
19476
19477         * mm-decode.el (mm-inline-text-html-with-images)
19478         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19479         (mm-verify-option): Add :version.
19480         (mm-text-html-renderer): Change :version.
19481
19482         * message.el (message-fcc-externalize-attachments)
19483         (message-required-headers, message-draft-headers)
19484         (message-subject-trailing-was-query)
19485         (message-subject-trailing-was-ask-regexp)
19486         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19487         (message-mark-insert-end, message-archive-header)
19488         (message-archive-note, message-cross-post-default)
19489         (message-cross-post-note, message-followup-to-note)
19490         (message-cross-post-note-function, message-use-mail-followup-to)
19491         (message-subscribed-address-functions)
19492         (message-subscribed-address-file, message-subscribed-addresses)
19493         (message-subscribed-regexps, message-allow-no-recipients)
19494         (message-yank-cited-prefix, message-signature-insert-empty-line)
19495         (message-hidden-headers, message-hierarchical-addresses)
19496         (message-mail-user-agent, message-use-idna)
19497         (message-valid-fqdn-regexp)
19498         (message-strip-special-text-properties, message-header-synonyms)
19499         (message-beginning-of-line, message-tab-body-function): Add :version.
19500         (message-insert-canlock, message-wide-reply-confirm-recipients):
19501         Change :version.
19502
19503         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19504         and :version.
19505         (mail-source-delete-old-incoming-confirm)
19506         (mail-source-movemail-program): Add :version.
19507
19508         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19509         (gnus-agent-cache, gnus-agent): Change :version.
19510
19511         * gnus-util.el (gnus-use-byte-compile): Change :version.
19512
19513         * gnus-sum.el (gnus-summary-make-false-root-always)
19514         (gnus-summary-default-high-score)
19515         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19516         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19517         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19518         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19519         (gnus-sum-thread-tree-single-indent)
19520         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19521         (gnus-sum-thread-tree-leaf-with-other)
19522         (gnus-sum-thread-tree-single-leaf): Add :version.
19523         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19524         (gnus-article-loose-mime): Change :version.
19525
19526         * gnus-start.el (gnus-backup-startup-file)
19527         (gnus-save-startup-file-via-temp-buffer): Add :version.
19528
19529         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19530         (gnus-server-offline-face): Add :version.
19531
19532         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19533
19534         * gnus-msg.el (gnus-gcc-externalize-attachments)
19535         (gnus-debug-files, gnus-debug-exclude-variables)
19536         (gnus-discouraged-post-methods): Change :version.
19537         (gnus-confirm-mail-reply-to-news)
19538         (gnus-confirm-treat-mail-like-news): Add :version.
19539
19540         * gnus-int.el (gnus-server-unopen-status): Add :version.
19541
19542         * gnus-group.el (gnus-group-jump-to-group-prompt)
19543         (gnus-large-ephemeral-newsgroup)
19544         (gnus-fetch-old-ephemeral-headers): Add :version.
19545
19546         * gnus-fun.el (gnus-x-face-directory)
19547         (gnus-convert-pbm-to-x-face-command)
19548         (gnus-convert-image-to-x-face-command)
19549         (gnus-convert-image-to-face-command): Add :version.
19550
19551         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19552
19553         * gnus-cite.el (gnus-cite-blank-line-after-header)
19554         (gnus-article-boring-faces): Add :version.
19555
19556         * gnus-art.el (gnus-buttonized-mime-types)
19557         (gnus-inhibit-mime-unbuttonizing)
19558         (gnus-treat-display-face)
19559         (gnus-treat-body-boundary): Change :version.
19560         (gnus-body-boundary-delimiter, gnus-picon-databases)
19561         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19562         (gnus-treat-date-english, gnus-treat-fold-headers)
19563         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19564         (gnus-treat-mail-picon, gnus-treat-wash-html)
19565         (gnus-article-encrypt-protocol)
19566         (gnus-use-idna, gnus-article-over-scroll)
19567         (gnus-mime-display-multipart-alternative-as-mixed)
19568         (gnus-mime-display-multipart-related-as-mixed)
19569         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19570         (gnus-ctan-url, gnus-button-ctan-handler)
19571         (gnus-button-handle-ctan-bogus-regexp)
19572         (gnus-button-ctan-directory-regexp)
19573         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19574         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19575         (gnus-button-man-level, gnus-button-emacs-level)
19576         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19577
19578         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19579         (gnus-agent-go-online): Change :version.
19580         (gnus-agent-expire-unagentized-dirs)
19581         (gnus-agent-auto-agentize-methods): Add :version.
19582
19583         * flow-fill.el (fill-flowed-display-column)
19584         (fill-flowed-encode-column): Add :version.
19585
19586         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19587         (gnus-outlook-deuglify-unwrap-max)
19588         (gnus-outlook-deuglify-cite-marks)
19589         (gnus-outlook-deuglify-unwrap-stop-chars)
19590         (gnus-outlook-deuglify-no-wrap-chars)
19591         (gnus-outlook-deuglify-attrib-cut-regexp)
19592         (gnus-outlook-deuglify-attrib-verb-regexp)
19593         (gnus-outlook-deuglify-attrib-end-regexp)
19594         (gnus-outlook-display-hook): Add :version.
19595
19596         * binhex.el (binhex-use-external): Add :version.
19597
19598 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19599
19600         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19601         and `invisible'.
19602
19603 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19604
19605         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19606         in gnus-registry-trim.
19607
19608 2004-09-13  Simon Josefsson  <jas@extundo.com>
19609
19610         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19611
19612         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19613
19614         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19615         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19616         <yamaoka@jpl.org>.
19617         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19618         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19619         <yamaoka@jpl.org>.
19620
19621         * sieve.el (sieve-manage-mode): Ditto.
19622
19623 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19626
19627 2004-09-11  Simon Josefsson  <jas@extundo.com>
19628
19629         * dns-mode.el: Add.
19630
19631         * mm-view.el (mm-display-dns-inline): Add.
19632
19633         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19634         (mm-automatic-display): Ditto.
19635
19636         * mailcap.el (mailcap-mime-data): Add text/dns.
19637         (mailcap-mime-extensions): Map .soa to text/dns.
19638
19639 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19640
19641         * gnus-art.el (article-decode-mime-words, article-babel)
19642         (gnus-article-highlight-signature, gnus-article-add-buttons)
19643         (gnus-signature-toggle): Remove unnecessary bindings of
19644         `inhibit-read-only' inherited from v5.10 merge.
19645
19646 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * nntp.el (nntp): New customization group.
19649         (nntp-authinfo-file): Add customization group.
19650
19651         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19652
19653         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19654
19655         * gnus.el (to-address, to-list, subscribed)
19656         (large-newsgroup-initial): Ditto.
19657
19658         * flow-fill.el (fill-flowed-display-column)
19659         (fill-flowed-encode-column): Ditto.
19660
19661 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19662
19663         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19664         Use point-min rather than 1.
19665         (message-send-mail): Use buffer-size rather than point-max.
19666
19667         * gnus-sum.el (gnus-summary-search-article-forward):
19668         Signal a specific `search-failed' rather than a generic `error'.
19669
19670         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19671         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19672         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19673
19674 2004-09-10  Simon Josefsson  <jas@extundo.com>
19675
19676         * nndb.el (require): Remove tcp and duplicate cl.
19677
19678 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gnus-agent.el (directory-files-and-attributes): Move forward.
19681
19682 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19683
19684         * gnus-agent.el (directory-files-and-attributes):
19685         Optionally defined to support XEmacs.
19686
19687 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19688
19689         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19690         to avoid run-time CL dependencies.
19691         (gnus-agent-unfetch-articles): New function.
19692         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19693         article numbers even when local .overview file is missing.
19694         (gnus-agent-read-article-number): New function.  Only accepts
19695         27-bit article numbers.
19696         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19697         Use gnus-agent-read-article-number.
19698         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19699         from backend while recognizing that article numbers in .overview
19700         must be valid.
19701         (gnus-agent-update-files-total-fetched-for):
19702         Use directory-files-and-attributes to improve performance.
19703         * gnus-int.el (gnus-request-move-article):
19704         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19705         improve performance.
19706
19707         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19708         some users confused by references to .newsrc when they only have a
19709         .newsrc.eld file.
19710         (gnus-convert-mark-converter-prompt)
19711         (gnus-convert-converter-needs-prompt): Fix use of property list.
19712         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19713         New function.  Used internally to only display 'gnus converting
19714         files' message when actually necessary.
19715
19716         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19717         methods now autoloaded.
19718
19719 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19722         identifiers.
19723
19724 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19725
19726         * gnus-picon.el: Fix indentation and closing parenthesis.
19727
19728 2004-09-01  Simon Josefsson  <jas@extundo.com>
19729
19730         * message.el (message-canlock-generate): Require sha1, not
19731         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19732         to require within a function.  Sadly, if sha1.el isn't loaded, the
19733         let binding in m-c-g will hide the defcustom definition, which is
19734         bad.)
19735
19736         * canlock.el: Require sha1, not sha1-el.
19737
19738         * message.el: Don't autoload sha1 (there is a autoload cookie in
19739         sha1.el).
19740
19741         * sha1-el.el: Rename to sha1.el.
19742
19743 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19744
19745         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19746
19747 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19748
19749         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19750
19751 2004-08-30  Kim F. Storm  <storm@cua.dk>
19752
19753         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19754
19755         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19756         Add :group 'nnimap.
19757
19758 2004-08-30  Andreas Schwab  <schwab@suse.de>
19759
19760         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19761         ?* and ?\;.
19762
19763         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19764         and ?\' to symbol instead of whitespace.
19765
19766 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19769
19770         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19771         instead of re-search-forward.
19772
19773         * gnus-uu.el (gnus-uu-save-article): Ditto.
19774         (gnus-uu-post-encode-uuencode): Ditto.
19775
19776         * html2text.el (html2text-clean-list-items): Ditto.
19777         (html2text-clean-dtdd): Ditto.
19778         (html2text-format-tags): Ditto.
19779
19780         * message.el (message-send-mail-with-sendmail): Fix regexp.
19781         (message-fill-field-general): Use search-forward instead of
19782         re-search-forward.
19783         (unbold-region): Ditto.
19784
19785         * nnrss.el (nnrss-request-article): Ditto.
19786
19787         * nnslashdot.el (nnslashdot-request-article): Ditto.
19788
19789         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19790
19791         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19792         "Unrecognized menu descriptor" error in XEmacs.
19793
19794 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19795
19796         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19797         parent article of a sparse article in the thread hashtb.
19798
19799 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19800
19801         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19802         (nnmail-expand-newtext): Lowercase expanded entries if
19803         nnmail-split-lowercase-expanded is non-nil.
19804
19805 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19808
19809         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19810         of gnus-tmp-news-method into string under XEmacs.  It will be
19811         passed to gnus-correct-length which takes only a string argument.
19812
19813 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * gnus-util.el (gnus-bind-print-variables): New macro.
19816         (gnus-prin1): Use it.
19817         (gnus-prin1-to-string): Use it.
19818         (gnus-pp): New function.
19819         (gnus-pp-to-string): New function.
19820
19821         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19822         Replace pp-to-string with gnus-pp-to-string.
19823         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19824         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19825         * gnus-msg.el (gnus-debug): Ditto.
19826         * gnus-score.el (gnus-score-save): Ditto.
19827         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19828         gnus-pp-to-string.
19829         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19830         with gnus-pp.
19831         * score-mode.el (gnus-score-pretty-print): Ditto.
19832         * webmail.el (webmail-debug): Ditto.
19833
19834 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * gnus-art.el (article-display-face, article-display-x-face):
19837         Use buffer-read-only.
19838
19839 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * gnus-art.el (article-hide-list-identifiers):
19842         Bind inhibit-read-only as t.
19843
19844 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19847
19848 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19849
19850         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19851         (gnus-narrow-to-page): Don't assume point-min == 1.
19852         (gnus-article-edit-mode): Derive from message-mode.
19853
19854         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19855         point-min == 1.
19856
19857         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19858         Disable incorrect use of `assert'.
19859
19860         * message.el (message-mode): Set comment-start-skip.
19861
19862
19863 2004-08-22  Sam Steingold  <sds@gnu.org>
19864
19865         * pop3.el (pop3-leave-mail-on-server): New user variable.
19866         (pop3-movemail): Delete mail only when it is nil.
19867
19868 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19869
19870         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19871
19872         * mml.el (mml-preview): Use `pop-to-buffer'.
19873
19874         * message.el (message-goto-mail-followup-to): Insert after "To".
19875         (message-carefully-insert-headers): Add comment.
19876
19877         * gnus.el: Remove unused variable `gnus-article-check-size'.
19878
19879         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19880
19881         * gnus-art.el (gnus-button-alist):
19882         Improve `gnus-button-handle-library' entry.
19883
19884 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19885
19886         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19887         Use downcase, since XEmacs capitalizes error messages differently.
19888
19889 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19890
19891         * nntp.el: Add (require 'gnus) due to reference to
19892         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19893
19894 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19895
19896         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19897         Bind `mm-fill-flowed'.
19898
19899         * mm-decode.el (mm-dissect-singlepart): Check it.
19900
19901 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19902
19903         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19904         'imap' for netrc parsing.
19905
19906 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19907
19908         * mailcap.el (mailcap-mime-data): Mark as risky.
19909
19910 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19913         may be included in the encoded word.
19914         (rfc2047-encode): Don't append a space if the encoded word
19915         includes close parenthesis.
19916
19917 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19920         of text within parentheses.
19921
19922 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19923
19924         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19925         (gnus-encrypt-write-file-contents): Make the password key the file
19926         name PLUS the cipher, not just the cipher.  Also remove failed
19927         passwords from the cache.
19928
19929 2004-08-06  Simon Josefsson  <jas@extundo.com>
19930
19931         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19932         Doc fix.
19933
19934 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19937         LWSP.
19938
19939 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19940
19941         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19942         Try to append in-reply-to: data to the references: header.
19943
19944         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19945         (netrc-parse): Use gnus-encrypt.el functions.
19946
19947         * gnus-encrypt.el: Add new file for encryption support; currently
19948         does only a few GPG ciphers and an internal XOR cipher.
19949
19950         * password.el: Add comments on using password-read-and-add.
19951         (password-read-and-add): Add function to read and add the
19952         password to the cache at once.
19953
19954 2004-07-28  Simon Josefsson  <jas@extundo.com>
19955
19956         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19957         parameter (but don't use it, for now).
19958
19959         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19960         instead of hard coding to nil.
19961
19962 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19965         as mm-inline-image-xemacs does.
19966
19967 2004-07-26  Simon Josefsson  <jas@extundo.com>
19968
19969         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19970         Revert part of 2004-07-17 change below.
19971
19972 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19975         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19976
19977 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19978
19979         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19980         quotes that actually start with ">" at the beginning of the
19981         lines.
19982
19983 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * rfc2047.el (rfc2047-encode-region): Fix last change.
19986         (rfc2047-encode-parameter): Remove useless concat.
19987
19988 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19991         encode special characters; fix some kind of misconfigured headers;
19992         signal a real error if debug-on-quit or debug-on-error is non-nil.
19993         (rfc2047-encode-max-chars): New variable.
19994         (rfc2047-encode-1): Use it.
19995         (rfc2047-encode-parameter): New function.
19996
19997         * mml.el (mml-insert-parameter): Remove an excessive space.
19998
19999 2004-07-17  Simon Josefsson  <jas@extundo.com>
20000
20001         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20002         Kai Grossjohann <kai@emptydomain.de>.
20003         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20004         (gnus-group-make-menu-bar): Ditto.
20005
20006         * gnus-util.el (gnus-group-server): Add.
20007
20008 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20009
20010         * message.el (message-clone-locals): Clone sendmail and smtp
20011         variables.
20012
20013 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * rfc2047.el (rfc2047-encode-region): Fix last change.
20016
20017 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20020         characters as non-special.
20021
20022 2004-07-09  Simon Josefsson  <jas@extundo.com>
20023
20024         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20025         Users will lose all flag changes made while unplugged with
20026         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20027         good default.  See numerous reports on ding mailing list.
20028
20029 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20030
20031         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20032         add generate-head-function and generate-article-function to the
20033         rfc822-forward entry.
20034         (nndoc-rfc822-forward-generate-article): New function.
20035         (nndoc-rfc822-forward-generate-head): New function.
20036
20037         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20038
20039 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20040
20041         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20042         respect display group parameter and gnus-summary-expunge-below.
20043         (gnus-articles-to-read): Remove unused reference to display group
20044         parameter.
20045
20046 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20047
20048         * nnheader.el (nnheader-uniquify-message-id): New experimental
20049         variable.
20050         (nnheader-nov-read-message-id): Use it.
20051
20052         * spam-report.el (spam-report-gmane): Add interactive.
20053
20054 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * mm-encode.el (mm-content-transfer-encoding-defaults):
20057         Use qp-or-base64 for the application/* types.
20058
20059 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20060
20061         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20062
20063 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20064
20065         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20066         trim value.
20067
20068 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20069
20070         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20071         New macro and function.
20072         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20073
20074 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20077         after-load-alist.
20078
20079 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20080
20081         * gnus-group.el (gnus-group-get-new-news-this-group):
20082         Don't update info that isn't there.
20083
20084 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20085
20086         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20087         entry.
20088
20089 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20090
20091         * mm-view.el (mm-inline-render-with-function): Use multibyte
20092         buffer; decode html source by charset.
20093
20094         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20095
20096         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20097         Mule-UCS is loaded under XEmacs.
20098         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20099
20100 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20101
20102         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20103
20104 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20105
20106         * mm-util.el (mm-coding-system-p): Return a coding-system.
20107         (mm-mime-mule-charset-alist): Use shift_jis instead of
20108         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20109         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20110         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20111         instead of japanese-shift-jis and iso-latin-1 respectively in
20112         order to share the default value with both Emacs and XEmacs-mule.
20113         (mm-mule-charset-to-mime-charset):
20114         Make mm-coding-system-priorities effective.
20115         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20116         while predicating of candidates upon the priorities.
20117
20118 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20119
20120         * gnus-sum.el (gnus-summary-make-menu-bar):
20121         Add gnus-uu-invert-processable.
20122
20123         * gnus.el: Autoload gnus-uu-invert-processable.
20124
20125 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * mm-util.el (mm-with-multibyte-buffer): New macro.
20128
20129         * rfc2047.el (rfc2047-encode-string): Use it.
20130         (rfc2047-encode-region): Move point to the end of the region after
20131         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20132
20133 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20134
20135         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20136         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20137
20138 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20141         (gnus-cite-parse): Ignore quoted envelope From_.
20142         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20143
20144 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20145
20146         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20147         invalid addresses.
20148
20149 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20150
20151         * spam.el: Change section markers, revise TODO list.
20152         (spam-backends): Make new master list of all installed backends.
20153         (spam-summary-exit-behavior): Add new variable to determine how
20154         messages moves are done at summary exit.
20155         (spam-move-spam-nonspam-groups-only)
20156         (spam-process-ham-in-nonham-groups)
20157         (spam-process-ham-in-spam-groups): Remove variables, the
20158         spam-summary-exit-behavior variable should be used to manage this
20159         behavior.
20160         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20161         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20162         and spam-old-spam-articles.
20163         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20164         Add empty variables, placeholders for the backends they represent.
20165         (spam-set-difference): Move, unchanged.
20166         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20167         unless the user has a processor variable.
20168         (spam-classifications, spam-classification-valid-p)
20169         (spam-backend-properties, spam-backend-property-valid-p)
20170         (spam-backend-function-type-valid-p)
20171         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20172         (spam-report-articles-gmane, spam-report-articles-resend):
20173         Remove functions, they are not needed.
20174         (spam-install-backend-super, spam-backend-list)
20175         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20176         (spam-backend-function, spam-backend-ham-registration-function)
20177         (spam-backend-spam-registration-function)
20178         (spam-backend-ham-unregistration-function)
20179         (spam-backend-spam-unregistration-function)
20180         (spam-backend-statistical-p, spam-backend-mover-p)
20181         (spam-install-backend-alias, spam-install-checkonly-backend)
20182         (spam-install-mover-backend, spam-install-nocheck-backend)
20183         (spam-install-backend, spam-install-statistical-backend)
20184         (spam-install-statistical-checkonly-backend): Add backend installation
20185         support.
20186         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20187         (spam-group-processor-p): Use the new backend code and respect the
20188         summary exit behavior.
20189         (spam-mark-spam-as-expired-and-move-routine): Remove.
20190         (spam-summary-prepare): Change to use the new spam-old-articles
20191         variable.
20192         (spam-copy-or-move-routine, spam-copy-spam-routine)
20193         (spam-move-spam-routine, spam-copy-ham-routine)
20194         (spam-move-ham-routine): Add code to copy/move ham or spam.
20195         (spam-fetch-field-fast): Improve doc and code, plus allow the
20196         'number request.
20197         (spam-list-of-checks, spam-list-of-statistical-checks):
20198         Remove variables.
20199         (spam-split, spam-find-spam): Use the new backend code.
20200         (spam-registration-functions): Remove variable.
20201         (spam-unregister-routine): Add convenience wrapper.
20202         (spam-log-undo-registration, spam-register-routine)
20203         (spam-log-processing-to-registry)
20204         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20205         where possible.
20206         (spam-check-gmane-xref, spam-check-regex-headers)
20207         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20208         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20209         (spam-check-bogofilter-headers, spam-check-spamoracle)
20210         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20211         (spam-check-crm114-headers): Use the spam-split-group that
20212         spam-split prepares, no need to determine it every time.
20213
20214         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20215         to the nnheader-parse-naked-head call.
20216
20217         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20218
20219         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20220         the nnheader-nov-read-message-id call.
20221
20222 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20225         gnus-activate-group twice.  Suggested by Markus Peter
20226         <warp@spin.de>.
20227
20228 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * gnus-art.el (gnus-article-time-format): Exchange the order of
20231         day and month in the default value; fix customization type.
20232         (article-date-ut): Use add-text-properties.
20233         (article-make-date-line): Use message-make-date instead of
20234         current-time-string.
20235
20236         * message.el (message-fetch-field): Don't use set-text-properties.
20237         (message-make-date): Simplify.
20238
20239         * messagexmas.el (message-xmas-make-date): New function.
20240         (message-xmas-redefine): Defalias message-make-date to it.
20241
20242 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20245         (rfc2047-encode-region): Treat text within parentheses as special;
20246         show the original text when error has occurred.
20247
20248         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20249         already-computed method to gnus-activate-group.
20250
20251         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20252         same select-methods identical Lisp objects.
20253
20254         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20255         object when modifying the info.
20256
20257 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20260         gnus-opened-servers since it has never been opened with the new
20261         configuration yet.
20262
20263 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20266         arg to nnheader-generate-fake-message-id.
20267
20268 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20271         number and build a fake message ID localized to a group and
20272         article number (so it's repeatable from that point on).
20273         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20274         ID format.
20275
20276         * gnus-sum.el (gnus-get-newsgroup-headers):
20277         Call nnheader-generate-fake-message-id with the article number.
20278
20279 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20280
20281         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20282         end-of-buffer.
20283
20284 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20285
20286         * message.el (message-ignored-supersedes-headers): Add Approved.
20287
20288 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20291         goto-char.
20292         (rfc2047-encode): Fold the line before encoding.
20293
20294 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20295
20296         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20297         folding -- not all headers can be folded, and this should be done
20298         by the message composition mode.  Probably.  I think.
20299
20300 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20303         fast.
20304
20305         * gnus-ems.el (gnus-remove-image): Don't use
20306         message-text-with-property; remove only the image found first.
20307
20308         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20309         found first.
20310
20311 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20312
20313         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20314
20315 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * message.el (message-text-with-property): Make it fast and accept
20318         optional arguments.
20319         (message-strip-forbidden-properties): Use it.
20320         (message-fix-before-sending): Follow the m-t-w-p change.
20321
20322         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20323
20324 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * gnus-art.el (article-hide-headers): Don't change the buffer
20327         mistakenly when performing mml-preview even if
20328         gnus-single-article-buffer is nil.
20329
20330 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20331
20332         * message.el (message-expand-name-databases): New user option.
20333         (message-expand-name): Use it.
20334
20335 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20336
20337         * spam.el (spam-report-articles-resend)
20338         (spam-report-resend-register-routine): Allow ham reporting.
20339         (spam-report-resend-register-ham-routine): Add wrapper.
20340         (spam-registration-functions): Add ham resending functions.
20341         (spam-list-of-processors): Add ham resend processor.
20342
20343         * gnus.el (ham-resend-to): Add new group parameter.
20344         (spam-process): Add ham resend option.
20345
20346         * spam-report.el (spam-report-resend): Allow reporting ham.
20347         (spam-report-resend-ham): Add wrapper.
20348
20349 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * message.el (message-cite-articles-with-x-no-archive):
20352         New variable.
20353         (message-cite-original): Use it.
20354
20355 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20356
20357         * message.el (message-cite-original): Respect X-No-Archive.
20358
20359 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * gnus-art.el (article-hide-headers): Refer to the values for
20362         gnus-ignored-headers and gnus-visible-headers in the summary
20363         buffer since a user may have set them as group parameters.
20364
20365 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20366
20367         * assistant.el (assistant-node-name): Add convenience function.
20368         (assistant-render-text, assistant-render-node): Add error handling,
20369         plus handle multiple next nodes.
20370         (assistant-find-next-node): Comment out for now.
20371         (assistant-find-next-nodes): Add function, returns list of next
20372         nodes.
20373
20374 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20375
20376         * mail-source.el (mail-source-directory): Fix doc-string.
20377
20378 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20379
20380         * assistant.el (assistant-render-text, assistant-eval): Add :set
20381         widget type, which is different because it takes and returns a
20382         list.  Much hilarity ensues.
20383
20384 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20385
20386         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20387
20388         * gnus-group.el (gnus-group-get-new-news-this-group):
20389         Add doc-string.
20390
20391         * gnus-start.el (gnus-activate-group): Add doc-string.
20392
20393 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20396
20397 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20398
20399         * assistant.el (assistant-render-text): Try to add a :set
20400         widget, more to come.
20401
20402         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20403         strings.
20404         (spam-report-articles-resend)
20405         (spam-register-routine): Do registration iff any articles warrant
20406         it.
20407         (spam-summary-prepare-exit): Change log message for nil group
20408         destinations.
20409
20410 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20411
20412         * spam.el (spam-report-resend-register-routine):
20413         Allow spam-report-resend-to to be a group parameter or a global value.
20414
20415 2004-05-26  Simon Josefsson  <jas@extundo.com>
20416
20417         * starttls.el: Merge with my GNUTLS based starttls.el.
20418         (starttls-gnutls-program, starttls-use-gnutls)
20419         (starttls-extra-arguments, starttls-process-connection-type)
20420         (starttls-connect, starttls-failure, starttls-success):
20421         New variables.
20422         (starttls-program, starttls-extra-args): Doc fix.
20423         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20424         New functions.
20425         (starttls-negotiate, starttls-open-stream):
20426         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20427         function if it is set.
20428
20429 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20432         structured fields.
20433
20434 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20437
20438 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20439
20440         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20441         Add variable.
20442         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20443         assigning the spam-mark to new messages.
20444
20445 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20446
20447         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20448
20449 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20452
20453         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20454         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20455         default.
20456
20457 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20458
20459         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20460         correct data.
20461
20462 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20463
20464         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20465         (spam-group-processor-p): Fix function.
20466         (spam-group-processor-multiple-p)
20467         (spam-group-spam-processor-report-gmane-p)
20468         (spam-group-spam-processor-report-resend-p)
20469         (spam-group-spam-processor-bogofilter-p)
20470         (spam-group-spam-processor-blacklist-p)
20471         (spam-group-spam-processor-ifile-p)
20472         (spam-group-ham-processor-ifile-p)
20473         (spam-group-spam-processor-spamoracle-p)
20474         (spam-group-spam-processor-crm114-p)
20475         (spam-group-ham-processor-bogofilter-p)
20476         (spam-group-spam-processor-stat-p)
20477         (spam-group-ham-processor-stat-p)
20478         (spam-group-ham-processor-whitelist-p)
20479         (spam-group-ham-processor-BBDB-p)
20480         (spam-group-ham-processor-spamoracle-p)
20481         (spam-group-ham-processor-copy-p): Remove functions with some
20482         prejudice against unneeded code.
20483         (spam-report-articles-resend)
20484         (spam-report-resend-register-routine): Allow the group/topic
20485         spam-resend-to value to override spam-report-resend-to.
20486         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20487         properly now.
20488
20489         * gnus.el (spam-resend-to): Add group/topic parameter.
20490         (spam-process): Move the OBSOLETE processors to the end of the
20491         choices.
20492
20493 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20494
20495         * spam-report.el (spam-report-resend-to, spam-report-resend):
20496         Start with resend-to set to nil, and then ask the user if necessary.
20497         (spam-report-resend): spam-report-resend takes a list of articles, not
20498         separate article numbers.
20499
20500 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20501
20502         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20503         addition to emacs-w3m.
20504
20505 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20506
20507         * assistant.el (assistant-authinfo-data): New function.
20508         (assistant-eval): Eval for entire assistant.
20509
20510         * netrc.el (netrc-services-file): New variable.
20511         (netrc-parse-services): New function.
20512         (netrc-find-service-name): New function.
20513         (netrc-find-service-number): New function.
20514         (netrc-port-equal): New function.
20515         (netrc-machine): Use it.
20516
20517         * nnimap.el (nnimap-open-connection): Use netrc.
20518
20519         * gnus-util.el (gnus-netrc-get): Remove aliases.
20520
20521         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20522
20523         * assistant.el (wid-edit): Fix compilation.
20524
20525         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20526
20527 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20528
20529         * gnus-util.el (gnus-set-file-modes): New function.  (small
20530         patch).
20531
20532 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20533
20534         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20535
20536         * assistant.el (assistant-render-node): Fix up rendering and
20537         read-only text.
20538         (assistant-render-node): Reset.
20539         (assistant-make-read-only): Not sticky.
20540
20541 2004-05-20  Danny Siu  <dsiu@adobe.com>
20542
20543         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20544         centered even when gnus-auto-center-summary is t.
20545
20546 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20547
20548         * dns.el (dns-get-txt-answer): New function.
20549         (dns-read-txt): Ditto.
20550         (query-dns): Use it.
20551
20552 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20555         active for foreign groups even if the group level is higher than
20556         the specified value.
20557
20558 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20559
20560         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20561         non-active groups.
20562
20563         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20564
20565 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20566
20567         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20568
20569 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20570
20571         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20572         (spam-crm114-header, spam-crm114-spam-switch)
20573         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20574         (spam-crm114-positive-spam-header)
20575         (spam-crm114-database-directory, spam-list-of-processors)
20576         (spam-group-spam-processor-crm114-p)
20577         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20578         (spam-generic-score, spam-list-of-checks)
20579         (spam-list-of-statistical-checks, spam-registration-functions)
20580         (spam-check-crm114-headers, spam-crm114-score)
20581         (spam-check-crm114, spam-crm114-register-with-crm114)
20582         (spam-crm114-register-spam-routine)
20583         (spam-crm114-unregister-spam-routine)
20584         (spam-crm114-register-ham-routine)
20585         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20586         From asjo@koldfront.dk (Adam Sjøgren).
20587
20588         * gnus.el: Add spam-use-crm114.
20589
20590         * spam.el (spam-list-of-processors, spam-registration-functions):
20591         Add spam-use-resend.
20592         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20593         (spam-report-articles-gmane): Add doc fix.
20594         (spam-report-articles-resend, spam-report-resend-register-routine):
20595         Add wrappers around spam-report-resend-to.
20596
20597         * spam-report.el (spam-report-resend-to, spam-report-resend):
20598         Add support for resending spam.
20599         (spam-report-gmane): Fix line length >80.
20600
20601         * gnus.el (spam-process): Add spam-use-resend.
20602
20603 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20604
20605         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20606         number of processed spam messages.
20607         (spam-ham-copy-or-move-routine): Return the number of processed
20608         ham messages.
20609         (spam-summary-prepare-exit): Use the above values to decide
20610         whether status messages shouled be displayed.
20611
20612 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20615         `rfc2047-encoding-function-alist' in order to avoid conflicting
20616         with the old version.
20617         (rfc2047-encode-region): Concatenate words containing non-ASCII
20618         characters in structured fields; don't encode space-delimited
20619         ASCII words even in unstructured fields; don't break words at
20620         char-category boundaries.
20621         (rfc2047-encode-1): New function.
20622         (rfc2047-encode): Use it; encode text so that it occupies the
20623         maximum width within 76-column; work correctly on Q encoding for
20624         iso-2022-* charsets.
20625         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20626         sure not to break a line just after the header name.
20627         (rfc2047-b-encode-region): Remove.
20628         (rfc2047-b-encode-string): New function.
20629         (rfc2047-q-encode-region): Remove.
20630         (rfc2047-q-encode-string): New function.
20631
20632         * mm-util.el (mm-replace-in-string): New function.
20633
20634 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20635
20636         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20637         Really get it right.
20638         (gnus-inews-make-draft): Really.
20639
20640 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20641
20642         * nnmh.el (nnmh-request-list-1): Don't check the link count
20643         before descending.  (small patch)
20644
20645 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20646
20647         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20648         stuff.
20649
20650         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20651         Match on real group name.
20652
20653         * gnus-art.el (gnus-signature-limit): Doc fix.
20654
20655         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20656
20657         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20658
20659 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20660
20661         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20662         isn't a string.
20663
20664 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20665
20666         * gnus-draft.el (gnus-draft-send):
20667         Bind rfc2047-encode-encoded-words.
20668
20669         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20670         (rfc2047-encodable-p): Say that =? needs encoding.
20671         (rfc2047-encode-encoded-words): New variable.
20672
20673         * gnus-group.el (gnus-group-select-group): Doc fix.
20674
20675         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20676
20677         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20678         to nil.
20679
20680         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20681
20682         * nnheader.el (nnheader-get-lines-and-char): New function.
20683
20684 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20685
20686         * gnus-msg.el (gnus-summary-followup-with-original):
20687         Document yanking of region when active.
20688
20689 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20692         groups if the group level is higher than the specified value.
20693
20694 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20695
20696         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20697         (gnus-group-jump-to-group): Add prefix argument using
20698         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20699         non-active group.
20700
20701         * compface.el (uncompface): Be verbose when changing
20702         `uncompface-use-external'.
20703
20704         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20705         handle manual section.
20706
20707 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20708
20709         * gnus-art.el (gnus-button-alist): Revert previous change.
20710
20711 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20712
20713         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20714
20715 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20716
20717         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20718         whether backend can accept message.
20719
20720         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20721
20722 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20723
20724         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20725         Avoid creating directory when nntp-marks-is-evil is true.
20726         Reported by Reiner Steib.
20727
20728 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus-picon.el (gnus-picon-style): New variable.
20731         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20732         (gnus-picon-transform-address): Support `gnus-picon-style'.
20733         From Jesper Harder <harder@ifa.au.dk>.
20734
20735 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20736
20737         * message.el (message-fill-field): Return point.
20738         (message-generate-headers): Go to end of field.
20739
20740         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20741         stuff for non-living groups.
20742
20743 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20744
20745         * gnus-art.el (gnus-article-followup-with-original)
20746         (gnus-article-reply-with-original): gnus-mark-active-p ->
20747         gnus-region-active-p.
20748
20749 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20750
20751         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20752         only when there is spam or ham to be processed.
20753
20754 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20755
20756         * mail-source.el (mail-source-delete-crash-box): Refactor.
20757         (mail-source-fetch): Use it.
20758         (mail-source-fetch-file): Ditto.
20759         (mail-source-fetch-directory): Run postscript in loop.
20760         (mail-source-fetch-pop): Delete.
20761         (mail-source-fetch-maildir): Ditto.
20762         (mail-source-fetch-imap): Ditto.
20763
20764         * imap.el (imap-authenticators): Comment out sasl.
20765
20766         * message.el (message-skip-to-next-address): New function.
20767         (message-fill-header-address): Refactor.
20768         (message-fill-address): Use it.
20769         (message-delete-address): Use it.
20770         (message-fill-header-general): Refactor.
20771         (message-fill-field-address): Rename.
20772         (message-narrow-to-field): Find the start of the header.
20773         (message-header-format-alist): Don't pre-fill.
20774         (message-fill-header): Remove.
20775         (message-insert-header): New function.
20776         (message-shorten-references): Use it.
20777
20778         * rfc2047.el (rfc2047-field-value): Strip props.
20779
20780         * mail-parse.el (mail-header-make-address): New alias.
20781
20782         * ietf-drums.el (ietf-drums-make-address): New function.
20783
20784         * imap.el: Add compiler directives.
20785
20786         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20787
20788         * gnus-art.el (article-decode-idna-rhs): Don't use
20789         message-idna-inside-rhs-p.
20790
20791 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20792
20793         * message.el (message-idna-inside-rhs-p): Remove.
20794         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20795
20796         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20797         false positives.
20798
20799 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20800
20801         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20802
20803 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20804
20805         * nneething.el (nneething-file-name): Don't create spurious
20806         files.
20807
20808         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20809         (gnus-inews-do-gcc): Remove sleep.
20810
20811         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20812         part under point.
20813
20814         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20815         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20816
20817 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20818
20819         * spam.el (spam-summary-prepare-exit): Fix (length).
20820
20821 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20822
20823         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20824         as expired without moving it" message when there are spam
20825         messages left.
20826
20827 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20828
20829         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20830         header is not nil.
20831
20832 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20833
20834         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20835         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20836         (nntp-marks-changed-p): New arg SERVER.
20837         (nntp-request-update-info): Adjust caller.
20838
20839 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20840
20841         * nntp.el (nntp-save-marks): Pass missing arg.
20842
20843 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20844
20845         * nntp.el: Support marks.
20846         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20847         (nntp-marks-modtime, nntp-marks-directory): New variables.
20848         (nntp-request-set-mark, nntp-request-update-info)
20849         (nntp-possibly-create-directory, nntp-marks-changed-p)
20850         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20851         New functions.
20852
20853 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20854
20855         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20856         (gnus-xmas-redefine): Rename.
20857
20858         * gnus-score.el (gnus-score-insert-help):
20859         Use gnus-select-lowest-window.
20860
20861         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20862         appt-select-lowest-window and rename to gnus-select-lowest-window.
20863
20864         * gnus.el: do.
20865
20866 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20867
20868         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20869         encodings of MIME-encoded words, in order to improve
20870         interoperability with several broken MUAs.
20871
20872 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20873
20874         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20875         tags, only when charsets are not specified in headers.
20876         (mm-inline-text-html-render-with-w3m): Ditto.
20877
20878         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20879         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20880
20881 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20882
20883         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20884         instead of MIME-decoded from fields when checking
20885         `gnus-article-address-banner-alist'.
20886
20887 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20888
20889         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20890         description rather than subject.
20891
20892 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20893
20894         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20895
20896 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20897
20898         * gnus.el (gnus-version-number): Bump.
20899
20900 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20901
20902         * gnus.el: No Gnus v0.2 is released.
20903
20904 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20905
20906         * gnus-agent.el (gnus-agent-read-agentview):
20907         Inline gnus-uncompress-range.
20908
20909 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20910
20911         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20912         `exec-installed-p'.
20913
20914 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20915
20916         * gnus.el (spam-process, spam-autodetect-methods):
20917         Add bsfilter and bsfilter-headers.
20918
20919         * spam.el (spam-bsfilter): New customize group.
20920         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20921         (spam-bsfilter-header, spam-bsfilter-probability-header)
20922         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20923         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20924         (spam-bsfilter-database-directory): New options.
20925         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20926         (spam-list-of-statistical-checks, spam-registration-functions):
20927         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20928         (spam-bsfilter-score): New command.
20929         (spam-check-bsfilter-headers, spam-check-bsfilter)
20930         (spam-bsfilter-register-with-bsfilter)
20931         (spam-bsfilter-register-spam-routine)
20932         (spam-bsfilter-unregister-spam-routine)
20933         (spam-bsfilter-register-ham-routine)
20934         (spam-bsfilter-unregister-ham-routine): New functions.
20935         (spam-generic-score): Support bsfilter; Accept an optional argument
20936         to recalcurate spam score even if scoring header has already been
20937         added.
20938         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20939         optional argument to recalcurate spam score even if scoring header
20940         has already been added.
20941
20942 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20943
20944         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20945         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20946         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20947         link is missing.
20948
20949 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20950
20951         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20952         (html2text-get-attr): Rewrite.
20953
20954         * message.el (message-setup-1): Remove redundant put-text-property
20955         on mail-header-separator.
20956
20957 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20958
20959         * gnus-registry.el (gnus-registry-cache-whitespace)
20960         (gnus-registry-action, gnus-registry-spool-action)
20961         (gnus-registry-split-fancy-with-parent): Change message levels
20962         from 5 to 3 or 7, as needed.
20963
20964         * spam.el (spam-summary-prepare-exit)
20965         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20966         (spam-split, spam-find-spam, spam-log-undo-registration)
20967         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20968         level from 5 to 6.
20969
20970 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20971
20972         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20973         2004-03-04 change).
20974
20975 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20976
20977         * sieve-manage.el (sieve-manage-open):
20978         * nnweb.el (nnweb-insert-html):
20979         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20980         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20981         * nnspool.el (nnspool-request-group):
20982         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20983         * nnml.el (nnml-request-update-info):
20984         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20985         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20986         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20987         (nnimap-request-set-mark):
20988         * nnfolder.el (nnfolder-request-update-info):
20989         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20990         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20991         * gnus-uu.el (gnus-uu-find-articles-matching):
20992         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20993         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20994         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20995         * gnus-nocem.el (gnus-nocem-scan-groups):
20996         * gnus-int.el (gnus-start-news-server):
20997         * gnus-group.el (gnus-group-make-kiboze-group)
20998         (gnus-group-browse-foreign-server):
20999         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21000         Use mapc when appropriate.
21001
21002 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21003
21004         FIXME: Make separate entries for each person.
21005
21006         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21007         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21008         <shields@msrl.com>:
21009
21010         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21011         may need for spam sorting and scoring.
21012         (spam-user-format-function-S): Add user format function suitable for
21013         general use.
21014         (spam-article-sort-by-spam-status): Add sorting function for summary
21015         sorting.
21016         (spam-extra-header-to-number): Add function to get a score from a
21017         header.
21018         (spam-summary-score): Add function to get a numeric score from the
21019         headers.
21020         (spam-generic-score): Fix function doc, was in wrong place.
21021         (spam-initialize): Take symbols when it's run, and install the
21022         extra headers that spam-necessary-extra-headers thinks we need.
21023
21024 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21025
21026         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21027         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21028
21029 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21030
21031         * gnus-sum.el (gnus-set-global-variables)
21032         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21033         (gnus-article-get-xrefs, gnus-summary-best-group)
21034         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21035         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21036         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21037         Use with-current-buffer.
21038
21039 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21040
21041         * spam.el (spam-summary-prepare-exit): Simplify logic.
21042         (spam-fetch-article-header): Read the article header if it's not
21043         available.
21044         (spam-list-articles): Simplify logic.
21045         (spam-filelist-register-routine): Fix bug with unregister-list.
21046
21047         * gnus-registry.el: Fix comments at beginning.
21048
21049 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21050
21051         * message.el (message-cater-to-broken-inn): Remove.
21052         (message-shorten-references): Make sure the total folded length of
21053         References is shorter than 998 characters to cater to a bug in INN
21054         2.3.  Also, don't pretend that references aren't folded -- this
21055         hasn't worked for a while.
21056
21057 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21058
21059         * gnus-agent.el (gnus-agentize):
21060         gnus-agent-send-mail-real-function no longer set to current value
21061         of message-send-mail-function but rather a lambda that calls
21062         message-send-mail-function.  The change makes the agent real-time
21063         responsive to user changes to message-send-mail-function.
21064
21065 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21066
21067         * legacy-gnus-agent.el
21068         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21069         help from Florian Weimer <fw@deneb.enyo.de>
21070
21071 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * nnmail.el (nnmail-cache-insert): Revert last change.
21074
21075 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * nnmail.el (nnmail-cache-insert): Always check whether
21078         nnmail-cache-ignore-groups matches a group name.
21079
21080 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21081
21082         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21083         (spam-find-spam, spam-log-processing-to-registry)
21084         (spam-log-registered-p, spam-log-unregistration-needed-p)
21085         (spam-log-undo-registration): Use gnus-message instead of
21086         gnus-error, none of these errors are fatal.
21087
21088         * gnus-registry.el (gnus-registry-clean-empty-function)
21089         (gnus-registry-clean-empty): Remove only empty entries without
21090         extra data.
21091
21092 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21093
21094         * spam-stat.el (spam-stat-buffer-change-to-spam)
21095         (spam-stat-buffer-change-to-non-spam): Change (error) to
21096         (gnus-message 8) invocation.
21097
21098 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21099
21100         * nntp.el (nntp-via-netcat-command): New variable.
21101         (nntp-via-netcat-switches): New variable.
21102         (nntp-open-via-rlogin-and-netcat): New function.
21103         (nntp-open-connection-function): Doc fix.
21104         (nntp-telnet-command): Doc fix.
21105         (nntp-end-of-line): Doc fix.
21106         (nntp-via-rlogin-command): Doc fix.
21107         (nntp-via-user-name): Doc fix.
21108         (nntp-via-address): Doc fix.
21109
21110 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21113         error in Emacs 21.1.
21114
21115 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21116
21117         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21118
21119 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21120
21121         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21122         (gnus-agent-with-refreshed-group): New macro.
21123         (gnus-agent-rename-group): New function.
21124         (gnus-agent-delete-group): New function.
21125         (gnus-agent-save-group-info): Use gnus-command-method when
21126         `method' parameter is nil.  Don't write nil entries into the
21127         active file.
21128         (gnus-agent-get-group-info): New function.
21129         (gnus-agent-fetch-articles):
21130         Use gnus-agent-update-files-total-fetched-for to increment disk space
21131         used.
21132         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21133         Use gnus-agent-update-view-total-fetched-for to increment disk space
21134         used.
21135         (gnus-agent-get-local): Add optional parameters to avoid calling
21136         gnus-group-real-name and gnus-find-method-for-group.
21137         (gnus-agent-set-local): Delete stored entry if either min, or max,
21138         are nil.
21139         (gnus-agent-fetch-session): Reworded error/quit messages.
21140         On quit, use gnus-agent-regenerate-group to record existance of any
21141         articles fetched to disk before the quit occurred.
21142         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21143         gnus-agent-update-view-total-fetched-for, and
21144         gnus-agent-update-files-total-fetched-for to decrement disk space
21145         used.
21146         (gnus-agent-retrieve-headers):
21147         Use gnus-agent-update-view-total-fetched-for to increment disk space
21148         used.
21149         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21150         with gnus-agent-update-files-total-fetched-for to decrement disk
21151         space and fresh group buffer.
21152         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21153         (gnus-agent-need-update-total-fetched-for): New variable.
21154         (gnus-agent-update-files-total-fetched-for): New function.
21155         (gnus-agent-update-view-total-fetched-for): New function.
21156         (gnus-agent-total-fetched-for): New function.
21157
21158         * gnus-cache.el (gnus-cache-save-buffers):
21159         Use gnus-cache-update-overview-total-fetched-for to change disk space
21160         used by this group.
21161         (gnus-cache-possibly-enter-article):
21162         Use gnus-cache-update-file-total-fetched-for to increment disk space
21163         used by this group.
21164         (gnus-cache-possibly-remove-article):
21165         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21166         used by this group.
21167         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21168         (gnus-cache-rename-group): New function.
21169         (gnus-cache-delete-group): New function.
21170         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21171         (gnus-cache-need-update-total-fetched-for): New variable.
21172         (gnus-cache-with-refreshed-group): New macro.
21173         (gnus-cache-update-file-total-fetched-for): New function.
21174         (gnus-cache-update-overview-total-fetched-for): New function.
21175         (gnus-cache-rename-group-total-fetched-for): New function.
21176         (gnus-cache-delete-group-total-fetched-for): New function.
21177         (gnus-cache-total-fetched-for): New function.
21178
21179         * gnus-group.el: Require gnus-sum and autoload functions to
21180         resolve warnings when gnus-group.el compiled alone.
21181         (gnus-group-line-format): Documented new %F.
21182         (size of Fetched data) group line format; identifies disk space
21183         used by agent and cache.
21184         (gnus-group-line-format-alist): Defined new F format.
21185         (gnus-total-fetched-for): New function.
21186         (gnus-group-delete-group): No longer update
21187         gnus-cache-active-altered as gnus-request-delete-group now keeps
21188         the cache in sync.
21189         (gnus-group-list-active): Let the agent store a server's active
21190         list if currently plugged.
21191
21192         * gnus-int.el (gnus-request-delete-group):
21193         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21194         local disk in sync with the server.
21195         (gnus-request-rename-group):
21196         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21197         local disk in sync with the server.
21198
21199         * gnus-start.el (gnus-get-unread-articles):
21200         Cosmetic simplification to logic.
21201
21202         * gnus-util.el (gnus-rename-file): New function.
21203
21204 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21205
21206         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21207
21208 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21209
21210         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21211         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21212
21213 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21214
21215         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21216         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21217
21218 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21219
21220         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21221
21222 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21223
21224         * spam.el (spam-set-difference): Add function to replace
21225         gnus-set-difference in spam.el.
21226         (spam-summary-prepare-exit): Use spam-set-difference.
21227
21228 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21229
21230         * gnus-registry.el (gnus-registry-cache-file): Update to use
21231         gnus-dribble-directory OR gnus-home-directory OR ~.
21232         (gnus-registry-split-fancy-with-parent): Fix doc.
21233
21234 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * message.el (message-exchange-point-and-mark):
21237         Use message-mark-active-p.  Suggested by Jesper Harder
21238         <harder@ifa.au.dk>.
21239
21240 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21241
21242         * message.el (message-exchange-point-and-mark): Don't activate
21243         region if it was inactive.  Suggested by Hiroshi Fujishima
21244         <pooh@nature.tsukuba.ac.jp>.
21245
21246 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * gnus-art.el (article-display-face): Display Faces in the same
21249         order as X-Faces.
21250
21251 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21254
21255 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21256
21257         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21258         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21259         (gnus-article-mime-hierarchy): Remove.
21260         (gnus-article-mime-hierarchy-next): Remove.
21261         (gnus-article-mode): Revert 2004-03-19 change.
21262         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21263         (gnus-insert-mime-button): Revert 2004-03-19 change.
21264         (gnus-mime-accumulate-hierarchy): Remove.
21265         (gnus-mime-enter-multipart): Remove.
21266         (gnus-mime-leave-multipart): Remove.
21267         (gnus-mime-display-part): Revert 2004-03-19 change.
21268         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21269
21270         * mml.el (mml-preview): Revert 2004-03-19 change.
21271
21272 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21273
21274         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21275
21276 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21277
21278         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21279         t while entering a file name using the mm-with-multibyte macro.
21280         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21281
21282         * mm-util.el (mm-with-multibyte): New macro.
21283
21284 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21287         New user option.
21288         (gnus-mime-multipart-functions): Doc and customization fix.
21289         (gnus-article-mime-hierarchy): New variable.
21290         (gnus-article-mime-hierarchy-next): New variable.
21291         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21292         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21293         gnus-article-mime-hierarchy-next to nil.
21294         (gnus-insert-mime-button): Show hierarchy numbers.
21295         (gnus-mime-accumulate-hierarchy): New function.
21296         (gnus-mime-enter-multipart): New function.
21297         (gnus-mime-leave-multipart): New function.
21298         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21299         (gnus-mime-display-alternative): Show hierarchy numbers.
21300
21301         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21302         gnus-article-mime-hierarchy-next to nil.
21303
21304 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21305
21306         * dns.el: Don't require gnus-xmas.
21307
21308 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21309
21310         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21311         inline PGP.
21312         (mml-menu): Disable mml-quote-region if mark is inactive.
21313
21314 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21315
21316         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21317         when the group's active is not available.
21318
21319 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21322         error.
21323
21324 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21325
21326         * imap.el (imap-store-password): New variable.
21327         (imap-interactive-login): Use it.
21328         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21329
21330 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21331
21332         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21333         window-start and hscroll to summary window.
21334
21335 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21336
21337         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21338         conversion message to newsrc-dribble when an actual conversion is
21339         performed.
21340
21341 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21342
21343         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21344
21345 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21346
21347         * mm-decode.el (mm-complicated-handles): New function reviving
21348         former definition of mm-multiple-handles.
21349
21350         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21351         (gnus-mime-delete-part): Use it.
21352
21353 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21354
21355         * gnus-agent.el (gnus-agent-read-local):
21356         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21357         avoid the implicit assumption that they will always be equal.
21358         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21359         coding-system-for-write, as the with-temp-file macro first prints
21360         to a buffer then saves the buffer.
21361
21362 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21363
21364         * gnus-art.el (gnus-article-edit-part): New function.
21365         (gnus-mime-save-part-and-strip): Use it; do query instead of
21366         signaling an error; don't use mm-multiple-handles.
21367         (gnus-mime-delete-part): Ditto.
21368
21369 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21370
21371         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21372         old file versions.
21373         (gnus-group-prepare-hook): Remove function that converted list
21374         form of gnus-agent-expire-days to group properties.
21375
21376         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21377         (gnus-request-accept-article): Re-indented.
21378
21379         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21380         converters to handle old agent file formats.  Add logic for a
21381         "backup before upgrading warning".
21382         (gnus-convert-mark-converter-prompt): Developers can mark
21383         functions as needing (default), or not needing,
21384         gnus-convert-old-newsrc's "backup before upgrading warning".
21385         (gnus-convert-converter-needs-prompt): Tests whether the user
21386         should be protected from potentially irreversable changes by the
21387         function.
21388
21389         * legacy-gnus-agent.el: New.  Provides converters that are only
21390         loaded when gnus-convert-old-newsrc needs to call them.
21391
21392 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * mail-source.el (mail-source-touch-pop): Doc fix.
21395
21396         * message.el (message-smtpmail-send-it): Doc fix.
21397
21398 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21399
21400         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21401
21402         * nnmail.el (nnmail-split-fancy): do.
21403
21404         * gnus-kill.el (gnus-kill, gnus-execute): do.
21405
21406 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21407
21408         * gnus-sum.el (gnus-widget-reversible-match)
21409         (gnus-widget-reversible-to-internal)
21410         (gnus-widget-reversible-to-external): New functions.
21411         (gnus-widget-reversible): New widget.
21412         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21413
21414 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21415
21416         * gnus-sum.el (gnus-thread-sort-functions)
21417         (gnus-article-sort-functions): Document `(not F)' items.
21418
21419 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21420
21421         * spam.el (spam-use-gmane-xref): Add new backend.
21422         (spam-gmane-xref-spam-group): Add variable to control the name of the
21423         Gmane spam group.
21424         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21425         (spam-regex-headers-spam, spam-regex-headers-ham)
21426         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21427         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21428         backends and checks.
21429         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21430
21431         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21432         an autodetect method.
21433
21434 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21435
21436         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21437         articles are being added to a group.
21438         (gnus-request-replace-article): Inform the agent that articles
21439         need to be uncached as the cached contents are no longer valid.
21440
21441 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21442
21443         * binhex.el: Don't autoload executable-find.
21444
21445         * canlock.el: Don't autoload mail-fetch-field.
21446
21447         * dgnushack.el: Autoload c-mode for XEmacs.
21448
21449         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21450
21451         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21452         rmail-dont-reply-to and rmail-output.
21453
21454         * gnus-score.el: Don't autoload ffap-string-at-point.
21455
21456         * gnus-setup.el: Don't autoload sc-cite-original.
21457
21458         * imap.el: Don't autoload base64-decode-string,
21459         base64-encode-string and md5.
21460
21461         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21462         and rmail-msg-restore-non-pruned-header.
21463
21464         * mm-decode.el: Don't autoload executable-find.
21465
21466         * mm-url.el: Don't autoload executable-find.
21467
21468         * mm-view.el: Don't autoload diff-mode.
21469
21470         * nndb.el: Don't autoload news-reply-mode, news-setup,
21471         cancel-timer and telnet.
21472
21473         * password.el: Don't autoload run-at-time for Emacs.
21474
21475         * sha1-el.el: Don't autoload executable-find.
21476
21477         * sieve-mode.el: Don't autoload c-mode.
21478
21479         * uudecode.el: Don't autoload executable-find.
21480
21481 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21482
21483         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21484         (gnus-agent-possibly-alter-active): Avoid null in numeric
21485         comparison.
21486         (gnus-agent-set-local): Refuse to save null in local object table.
21487         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21488         list of articles that will be marked as unread.
21489
21490 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21491
21492         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21493
21494 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21495
21496         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21497         language tags.
21498
21499 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21500
21501         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21502         Don't bind "obarray".
21503
21504         * gnus-sum.el (gnus-thread-sort-functions):
21505         Add `gnus-thread-sort-by-most-recent-number' and
21506         `gnus-thread-sort-by-most-recent-date'.
21507         Reported by Kai Grossjohann <kai@emptydomain.de>.
21508
21509 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21512
21513 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21514
21515         * gnus-cus.el (gnus-agent-customize-category):
21516         Remove ignore-errors macro reference that required cl to be loaded at
21517         run-time.
21518
21519         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21520         single-interval range of the form (min . max).  Previously the
21521         range had to look like ((min . max)).  Likewise, return
21522         (min . max) rather than ((min . max)).
21523         (gnus-range-map): Use gnus-range-normalize to accept
21524         single-interval range.
21525
21526         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21527         the cache, but not the agent, now appear with their usual face.
21528
21529         * dgnushack.el (loaddir): New variable that is bound to the
21530         directory containing the dgnushack.el file. Use loaddir, rather
21531         than srcdir, to update load-path. Change lets dgnushack compile
21532         code in directories other than GNUS/lisp.
21533
21534 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21535
21536         * lpath.el: Don't bind w3m-safe-url-regexp.
21537
21538         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21539         w3m-safe-url-regexp variable buffer-local.
21540
21541         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21542
21543 2004-02-27  Simon Josefsson  <jas@extundo.com>
21544
21545         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21546         gnus-group-real-prefix.
21547         (gnus-summary-move-article): Use it, instead of
21548         gnus-group-real-prefix.
21549
21550 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * lpath.el: Bind w3m-safe-url-regexp.
21553
21554         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21555         w3m-safe-url-regexp variable buffer-local and set it as the value
21556         of mm-w3m-safe-url-regexp.
21557
21558         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21559
21560         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21561         parsing gnus-posting-styles when the message is not for replying.
21562
21563         * dgnushack.el: Autoload sgml-mode for XEmacs.
21564
21565         * nnrss.el (nnrss-opml-export):
21566         Use mm-set-buffer-file-coding-system instead of
21567         set-buffer-file-coding-system.
21568
21569 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21570
21571         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21572         of checkdoc.el).
21573         * nnrss.el: do.
21574         * gnus-mlspl.el: do.
21575         * gnus-ml.el: do.
21576         * gnus-srvr.el: do.
21577
21578         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21579
21580 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21581
21582         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21583         Corrections to custom-manual links.
21584
21585         * gnus-art.el (gnus-article): Ditto.
21586
21587         * mm-decode.el (mime-display, mime-security): Ditto.
21588
21589 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21590
21591         * flow-fill.el: Typo.
21592
21593 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21594
21595         * spam-wash.el: New file.
21596
21597 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21598
21599         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21600
21601 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21602
21603         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21604         to be run with new-articles as LIST1, not LIST2.
21605         (spam-registration-functions): Add spam-use-ham-copy as a nil
21606         registration backend.
21607
21608 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21609
21610         * spam-stat.el (spam-stat-washing-hook): New option.
21611         (spam-stat-buffer-words): Use it.
21612         (spam-stat-process-directory, spam-stat-test-directory):
21613         Use insert-file-contents-literally.
21614         (spam-stat-coding-system): New variable.
21615         (spam-stat-load, spam-stat-save): Use it.
21616
21617 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21618
21619         * spam-report.el (spam-report-plug-agent):
21620         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21621
21622 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21623
21624         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21625         Allow / in mailto URLs.
21626
21627 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * spam-report.el (spam-report-process-queue): Fix interactive use.
21630         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21631         (spam-report-unplug-agent): Doc fixes.
21632         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21633         (spam-report-agentize, spam-report-deagentize): Autoload.
21634
21635 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21638
21639         * message.el (message-setup-fill-variables): Add mml tags to
21640         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21641         <ajk@iu.edu>.
21642         (message-mode): Don't modify paragraph-separate there.
21643
21644 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21645
21646         * compface.el (uncompface-use-external): Default to undecided.
21647         (uncompface-use-external-threshold): New variable.
21648         (uncompface-float-time): New macro.
21649         (uncompface): Determine whether to use the external decoder if
21650         uncompface-use-external is undecided.
21651
21652 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21653
21654         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21655         after images.
21656
21657         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21658
21659 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21660
21661         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21662
21663         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21664
21665         * gnus-sum.el (gnus-summary-limit-to-age)
21666         (gnus-summary-limit-children): do.
21667
21668         * gnus-int.el (gnus-request-scan): do.
21669
21670         * gnus-group.el (gnus-group-suspend): do.
21671
21672         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21673
21674         * gnus-cite.el (gnus-cite-parse-attributions): do.
21675
21676         * gnus-agent.el (gnus-summary-set-agent-mark)
21677         (gnus-agent-regenerate-group): do.
21678
21679         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21680
21681         * binhex.el (binhex-decode-region-internal): do.
21682
21683 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21684
21685         * gnus-fun.el (gnus-face-properties-alist): New user option.
21686         (gnus-display-x-face-in-from): Use it.
21687
21688         * gnus-art.el (article-display-face): Ditto.
21689
21690         * compface.el (uncompface-use-external): Default to nil.
21691
21692 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21693
21694         * nntp.el (nntp-erase-buffer): New function.
21695         (nntp-retrieve-data, nntp-send-command)
21696         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21697         (nntp-possibly-change-group): Use it.
21698
21699         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21700         Use with-current-buffer.
21701
21702 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21703
21704         * compface.el: Merge the ELisp-based uncompface program.
21705         (compface): New customization group.
21706         (uncompface-use-external): New user option.
21707         (uncompface): Call uncompface-internal if uncompface-use-external
21708         is nil.
21709         (uncompface-internal): New function.  Note that there are also
21710         some other functions and variables added for this function.
21711
21712 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21713
21714         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21715         if necessary.
21716
21717 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21718
21719         * spam-report.el (spam-report-unplug-agent)
21720         (spam-report-plug-agent, spam-report-deagentize)
21721         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21722         Add support for the Agent in spam-report: when unplugged, report to a
21723         file; when plugged, submit all the requests.
21724
21725         * spam.el (spam-register-routine): Fix message about
21726         registration.
21727
21728 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21729
21730         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21731         dependencies.
21732         (rfc2047-encode): Use it.
21733
21734         * gnus-art.el (gnus-button-marker-list): Move before first
21735         reference.
21736
21737         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21738         (imap-parse-body): Fix format string mismatch.
21739
21740         * gnus-score.el (gnus-summary-increase-score): do.
21741
21742         * nnrss.el (nnrss-close): New function.
21743
21744 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21745
21746         * nnrss.el (nnrss-make-filename): New function.
21747         (nnrss-request-delete-group, nnrss-read-server-data)
21748         (nnrss-save-server-data, nnrss-read-group-data)
21749         (nnrss-save-group-data): Use it.
21750         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21751         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21752         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21753
21754 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21755
21756         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21757
21758 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21759
21760         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21761         files.
21762
21763         * message.el (message-generate-headers-first): Don't quote nil
21764         and t in docstrings.
21765
21766         * imap.el (imap-id): do.
21767
21768         * gnus-agent.el (gnus-agent-consider-all-articles)
21769         (gnus-agent-queue-mail): do.
21770
21771 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21772
21773         * spam-report.el (spam-report-process-queue): New function.
21774         Process requests from `spam-report-requests-file'.
21775         (spam-report-process-queue): Doc fix.
21776
21777 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21778
21779         * spam.el (spam-register-routine)
21780         (spam-log-processing-to-registry, spam-log-registered-p)
21781         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21782         Change "check" to "spam-check" for semi-clarity.
21783
21784 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21785
21786         * pop3.el: Require nnheader.
21787
21788         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21789
21790         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21791
21792         * gnus-picon.el: Require cl.
21793
21794         * gnus-fun.el: Require gnus-ems and gnus-util.
21795
21796         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21797
21798         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21799
21800         * gnus-art.el (gnus-article-edit-mode): Define before first
21801         reference.
21802
21803 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21804
21805         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21806         (gnus-uu-post-encoded): Use point-at-bol.
21807
21808         * gnus-topic.el (gnus-group-active-topic-p): do.
21809
21810         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21811
21812         * gnus-group.el (gnus-group-kill-region): do.
21813
21814         * gnus-art.el (article-date-ut): do.
21815
21816         * message.el (message-fetch-field): Remove redundant
21817         case-fold-search binding.
21818         (message-narrow-to-field): Simplify.
21819
21820 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21821
21822         * spam.el (spam-directory): Derive from `gnus-directory'.
21823
21824         * spam-report.el (spam-report-url-to-file)
21825         (spam-report-requests-file): New function and variable for offline
21826         reporting.
21827         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21828         and user defined function.
21829         (spam-report-url-ping-mm-url): Remove doubled slash.
21830
21831 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21832
21833         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21834
21835 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21836
21837         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21838         Fix format string mismatch.
21839
21840         * sieve.el (sieve-deactivate-all): do.
21841
21842         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21843
21844         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21845
21846         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21847
21848         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21849
21850 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21851
21852         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21853         the list of checks.
21854
21855 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21856
21857         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21858         padding.
21859
21860 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21861
21862         * mm-view.el (mm-fill-flowed): New variable.
21863         (mm-inline-text): Use it.
21864
21865 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21866
21867         * spam.el (spam-spamassassin-register-ham-routine)
21868         (spam-spamassassin-register-spam-routine): Fix function names.
21869
21870 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * gnus.el (gnus-tmp-grouplens): Remove.
21873         (gnus-summary-line-format): Remove grouplens.
21874
21875         * gnus-group.el (gnus-group-line-format): Ditto.
21876
21877         * gnus-spec.el (gnus-format-specs): Ditto.
21878         (gnus-update-format-specifications): Flush the group format spec
21879         cache if there's the grouplens stuff.
21880         (gnus-parse-simple-format): Replace %l with the empty string.
21881
21882 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21883
21884         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21885         omission.
21886
21887 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21890         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21891
21892 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21893
21894         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21895         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21896         New macros and functions.
21897         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21898         Handle > NLINK_MAX messages.
21899         * nnmaildir.el (nnmaildir-request-set-mark):
21900         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21901
21902 2004-01-25  Alex Schroeder  <alex@gnu.org>
21903
21904         * spam-stat.el (spam-stat-process-directory-age): New option.
21905         (spam-stat-process-directory): Use it.
21906
21907 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21908
21909         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21910         (spam-stat-save): Accept prefix argument.
21911
21912 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21913
21914         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21915         links" error.
21916
21917 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21918
21919         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21920         the rest of the and/or forms.
21921
21922 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21923
21924         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21925         compatibility with old .newsrc.eld files.
21926
21927         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21928
21929         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21930
21931         * gnus-start.el (gnus-1): do.
21932
21933         * gnus-group.el (gnus-group-line-format-alist): do.
21934
21935         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21936
21937         * gnus-gl.el: Remove.
21938
21939 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21940
21941         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21942         marks consisting of a single range {for example, (3 . 5)} rather
21943         than a list of a single range { ((3 . 5)) }.
21944
21945 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21946
21947         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21948         Use with-current-buffer.
21949         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21950         avoid consing a string.
21951
21952         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21953         Remove obsolete entries for big5 and gb2312.
21954
21955 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21956
21957         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21958         uncompressed list.
21959
21960 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21961
21962         * spam-stat.el (spam-stat-strip-xref): New function.
21963         (spam-stat-process-directory): Use it.
21964
21965         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21966         here -- it's done in message-fetch-field.
21967
21968 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21969
21970         * gnus-agent.el (gnus-agent-queue-mail)
21971         (gnus-agent-prompt-send-queue): New variables.
21972         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21973         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21974         "nndraft:queue" along to gnus-draft-send.
21975         Use gnus-agent-prompt-send-queue.
21976         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21977         is "nndraft:queue".  Suggested by Gaute Strokkenes
21978         <gs234@srcf.ucam.org>
21979
21980         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21981         (agent-enable-undownloaded-faces): Add.
21982         (gnus-agent-cat-groups): Use eval-and-compile, not
21983         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21984         method of gnus-agent-cat-groups even when the buffer has been
21985         evaled.
21986         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21987         delete gnus-agent-save-active-1.
21988         (gnus-agent-save-groups): Delete.  Identical to
21989         gnus-agent-save-active.
21990         (gnus-agent-write-active): No longer adjust agent's copy of active
21991         file as agent's adjustments are now stored in their own
21992         file.  Remove optional parameter.
21993         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21994         servers.  Add use of min/max range limits from server's local
21995         file.
21996         (gnus-agent-save-alist): Remove unused optional argument.
21997         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21998         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21999         (gnus-agent-set-local): A per-server file that keeps min/max range
22000         limits for articles known to the agent.  Provides a fast mechanism
22001         for altering many active ranges.
22002         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22003         active file (local makes it unnecessary).
22004         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22005
22006         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22007         (agent-enable-undownloaded-faces): Add.
22008
22009         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22010         disable it when sending to "nndraft:queue".
22011         (gnus-group-send-queue): Add safety check to avoid sending queue
22012         when unplugged.
22013
22014         * gnus-group.el (gnus-group-catchup): Use new
22015         gnus-sequence-of-unread-articles, not
22016         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22017         numbers of articles.  Use gnus-range-map to avoid having to
22018         uncompress the unread list.
22019         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22020         Fix invalid ange-ftp reference.
22021
22022         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22023         (gnus-sorted-range-intersection): Intersection of two ranges
22024         without requiring that they first be uncompressed.
22025
22026         * gnus-start.el (gnus-activate-group): Unless blocked by the
22027         caller, possibly expand the active range to include both cached
22028         and agentized articles.
22029         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22030         multiple version-dependent converters.
22031         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22032         gnus-agent-save-active.
22033         (gnus-save-newsrc-file): Save dirty agent range limits.
22034
22035         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22036         gnus-agent-possibly-alter-active.
22037         (gnus-adjust-marked-articles): Faster handling of simple lists.
22038
22039 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22040
22041         * spam-stat.el (spam-stat-test-directory): New optional argument
22042         displays a list of files detected.  Suggested by Andrew Cohen
22043         <cohen@andy.bu.edu>.
22044         (spam-stat-buffer-words-with-scores): Don't narrow and change
22045         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22046
22047 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22048
22049         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22050         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22051         (spam-spamassassin-arguments)
22052         (spam-spamassassin-spam-flag-header)
22053         (spam-spamassassin-positive-spam-flag-header)
22054         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22055         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22056         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22057         (spam-list-of-processors, spam-list-of-checks)
22058         (spam-list-of-statistical-checks, spam-registration-functions)
22059         (spam-check-spamassassin-headers, spam-check-spamassassin)
22060         (spam-spamassassin-score)
22061         (spam-spamassassin-register-with-sa-learn)
22062         (spam-spamassassin-register-spam-routine)
22063         (spam-spamassassin-register-ham-routine)
22064         (spam-assassin-register-spam-routine)
22065         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22066         (spam-bogofilter-score): Fix to show article before scoring.
22067
22068 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22069
22070         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22071         default scoring function.
22072         (spam-generic-score): Call spam-spamassassin-score if
22073         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22074         spam-bogofilter-score otherwise.
22075
22076         * gnus.el (spam-process, spam-autodetect-methods):
22077         Add spamassassin and spamassassin-headers.
22078
22079 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22080
22081         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22082         Suppress unnecessary messages.
22083
22084 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22085
22086         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22087         make-hash-table.
22088
22089 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22090
22091         * canlock.el (base64-encode-string): Don't autoload it.
22092
22093 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * run-at-time.el: Remove useless (require 'itimer),
22096         eval-and-compile and (featurep 'xemacs).
22097
22098 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22099
22100         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22101         GROUP is a virtual group.
22102
22103 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22104
22105         * gnus.el: Autoload `message-y-or-n-p'.
22106
22107 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22108
22109         * pgg-parse.el: Remove unnecessary (require 'custom).
22110
22111         * pgg-def.el: do.
22112
22113         * nnmail.el: do.
22114
22115         * gnus-undo.el: do.
22116
22117         * gnus-picon.el: do.
22118
22119         * gnus-util.el: do.
22120
22121 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22122
22123         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22124
22125 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22128         handle, as well as a list.
22129
22130         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22131         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22132         (mm-w3m-cid-retrieve): Simplify.
22133
22134 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22135
22136         * message.el (message-kill-to-signature): Allow prefix arg to
22137         specify number of lines to keep before signature.
22138
22139 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22140
22141         * message.el (message-kill-to-signature): Change docstring.
22142
22143 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22144
22145         * canlock.el: Always require sha1-el.
22146         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22147
22148         * message.el: Autoload sha1 only when compiling.
22149
22150         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22151         eudc-expand-inline for XEmacs.
22152
22153 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22154
22155         * message.el (message-canlock-generate): Require sha1-el.
22156
22157 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22158
22159         * message.el (message-expand-name): Silence the byte compiler.
22160
22161         * lpath.el: Add detect-coding-system.
22162
22163         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22164         cus-edit.
22165
22166 2004-01-13  Simon Josefsson  <jas@extundo.com>
22167
22168         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22169         Invoke gnus-score-mode.
22170         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22171
22172         * gnus-range.el (gnus-compress-sequence): Doc fix.
22173         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22174
22175 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22176
22177         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22178
22179 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22180
22181         * spam.el (spam-get-article-as-string): Update to use
22182         gnus-request-article-this-buffer, much simpler.
22183         (spam-get-article-as-buffer): Remove.
22184
22185 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22186
22187         * message.el (message-expand-name): Use EUDC if the user uses that.
22188
22189 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22190
22191         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22192         character for the encoding to avoid consing a string.
22193
22194         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22195         unnecessarily.
22196
22197         * mm-util.el (mm-replace-chars-in-string): Remove.
22198
22199         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22200         of mm-replace-chars-in-string.
22201
22202 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22203
22204         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22205
22206         * mm-util.el (mm-subst-char-in-string): Support inplace.
22207
22208         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22209         a new string in every iteration.  Use shy groups.
22210
22211 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22212
22213         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22214         * gnus-soup.el (gnus-soup-group-brew):
22215         * gnus-msg.el (gnus-put-message):
22216         * gnus-move.el (gnus-group-move-group-to-server):
22217         * gnus-kill.el (gnus-batch-score):
22218         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22219         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22220         (gnus-group-update-group, gnus-group-read-group)
22221         (gnus-group-make-group, gnus-group-make-help-group)
22222         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22223         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22224         (gnus-group-sort-by-unread, gnus-group-catchup)
22225         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22226         (gnus-group-yank-group, gnus-group-set-info)
22227         (gnus-group-list-groups):
22228         * gnus.el (gnus-generate-new-group-name):
22229         * gnus-delay.el (gnus-delay-send-queue):
22230         * nnvirtual.el (nnvirtual-catchup-group):
22231         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22232         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22233         (gnus-group-prepare-topics, gnus-topic-check-topology):
22234         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22235         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22236         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22237         (gnus-group-make-articles-read):
22238         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22239         (gnus-group-change-level, gnus-kill-newsgroup)
22240         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22241         (gnus-get-unread-articles, gnus-make-articles-unread)
22242         (gnus-make-ascending-articles-unread): Use accessor
22243         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22244         to get group information for improved readability.
22245
22246
22247 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22248
22249         * gnus-art.el (article-decode-mime-words, article-babel)
22250         (gnus-article-highlight-signature, gnus-article-add-buttons)
22251         (gnus-signature-toggle): Use gnus-with-article-buffer.
22252
22253         * gnus-art.el (gnus-article-highlight-headers)
22254         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22255
22256         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22257         (gnus-article-set-globals, gnus-request-article-this-buffer)
22258         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22259         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22260         (gnus-mime-display-alternative): Use with-current-buffer.
22261
22262 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22263
22264         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22265         also under 80 char limit, and call gnus-error if needed.
22266         (spam-fetch-article-header): Fix - it was a
22267         buffer-local variable (gnus-newsgroup-data).
22268         (spam-find-spam): Use spam-generate-fake-headers, forget about
22269         spam-insert-fake-headers.
22270         (spam-insert-fake-headers): Remove.
22271
22272 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22273
22274         * deuglify.el (gnus-article-outlook-unwrap-lines)
22275         (gnus-outlook-rearrange-article)
22276         (gnus-outlook-repair-attribution-outlook)
22277         (gnus-outlook-repair-attribution-block)
22278         (gnus-outlook-repair-attribution-other): Remove redundant
22279         save-excursion.
22280
22281 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22282
22283         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22284         (spam-fetch-field-subject-fast)
22285         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22286         (spam-fetch-article-header): Add functions to deal with Gnus
22287         internals for fast retrieval of article header data.
22288         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22289
22290 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22291
22292         * pop3.el (pop3-md5): Remove.
22293         (pop3-apop): Replace pop3-md5 with md5.
22294
22295         * mm-bodies.el: base64 is always built-in.
22296
22297         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22298         Use with-current-buffer.
22299
22300 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * canlock.el (canlock-insert-header): Remove excessive grouping in
22303         regexp.
22304
22305         * gnus-sum.el (gnus-summary-read-document): Ditto.
22306
22307         * gnus-uu.el (gnus-uu-part-number): Ditto.
22308
22309         * html2text.el (html2text-remove-tags): Ditto.
22310         (html2text-format-tags): Ditto.
22311         (html2text-format-single-elements): Ditto.
22312
22313         * mml.el (mml-parse-1): Ditto.
22314
22315 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22316
22317         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22318
22319         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22320
22321         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22322
22323         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22324
22325 2003-11-15  Simon Josefsson  <jas@extundo.com>
22326
22327         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22328         (pgg-gpg-lookup-key): Use regexp match instead of
22329         split-string (split-string is different between emacs 21.2 and
22330         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22331
22332 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22333
22334         * gnus-art.el (gnus-mime-view-all-parts)
22335         (gnus-article-part-wrapper, gnus-article-view-part):
22336         Use with-current-buffer.
22337
22338 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22339
22340         * spam.el (spam-disable-spam-split-during-ham-respool)
22341         (spam-spamoracle-database, spam-cache-lookups)
22342         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22343         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22344         (spam-group-ham-marks, spam-group-spam-marks)
22345         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22346         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22347         also add spam-use-blackholes to the statistical checks.
22348         (spam-fetch-field-fast): Add interface to fetching fields, may
22349         become a macro.
22350         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22351         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22352         (spam-insert-fake-headers): Fake an article when needed.
22353         (spam-find-spam): Fake article when possible.
22354         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22355         (spam-check-bogofilter-headers): Use message-fetch-field instead
22356         of nnmail-fetch-field.
22357
22358 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22359
22360         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22361
22362 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22363
22364         * spam.el (spam-split): Do not require spam-use-CHECK to be
22365         enabled if that check is passed to spam-split explicitly; also
22366         fix so 'spam doesn't get converted to spam-split-group when
22367         spam-split-symbolic-return is t.
22368         (spam-find-spam): Find registrations of the article and use those
22369         instead of re-running spam-split to find the spam/ham
22370         classification of the article.
22371         (spam-log-processing-to-registry, spam-log-registered-p)
22372         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22373         Use gnus-error instead of gnus-message.
22374         (spam-log-registration-type): Add function to determine the
22375         classification of a message based on registry entries; will
22376         return nil if both 'spam and 'ham are found.
22377         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22378         a reasonably fast local cache without the loading errors.
22379         (spam-cache-lookups): Set to t by default.
22380         (spam-find-spam): Don't try to guess spam-cache-lookups.
22381         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22382         spam-caches entry.
22383         (spam-filelist-build-cache, spam-filelist-check-cache):
22384         Fix caching of whitelist/blacklist entries.
22385         (spam-check-whitelist, spam-check-blacklist):
22386         Invoke spam-from-listed-p with a type, not a cache variable.
22387         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22388
22389 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22390
22391         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22392
22393         * nnmail.el (nnmail-split-fancy): do.
22394
22395         * mml.el (mml-parse): do.
22396
22397         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22398         (gnus-score-adaptive): do.
22399
22400 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22401
22402         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22403         (gnus-mime-button-map): Don't set keymap parent.
22404         (gnus-button-ctan-directory-regexp): Use shy grouping.
22405         (gnus-prev-page-map): Don't set keymap parent.
22406         (gnus-prev-page-map): Remove duplicated one.
22407         (gnus-next-page-map): Don't set keymap parent.
22408         (gnus-mime-security-button-map): Ditto.
22409
22410         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22411         version number.
22412
22413         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22414
22415 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22416
22417         * canlock.el (canlock-sha1-function): Remove.
22418         (canlock-sha1-function-for-verify): Remove.
22419         (canlock-openssl-program): Remove.
22420         (canlock-openssl-args): Remove.
22421         (canlock-ignore-errors): Remove.
22422         (canlock-sha1-with-openssl): Remove.
22423         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22424         (canlock-verify): Don't use canlock-ignore-errors.
22425
22426         * sha1-el.el (sha1-string-external): Make it can return a string
22427         in binary form.
22428         (sha1-region-external): Ditto.
22429         (sha1-string-internal): Ditto.
22430         (sha1-region-internal): Ditto.
22431         (sha1-region): Ditto.
22432         (sha1-string): Ditto.
22433         (sha1): Ditto.
22434
22435 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22436
22437         * spam.el (spam-report-articles-gmane): New command.
22438
22439 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22442
22443         * run-at-time.el (run-at-time-saved): Remove.
22444         (run-at-time): Doc fix.
22445
22446 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22447
22448         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22449         (gnus-summary-limit-map): Add it.
22450         (gnus-summary-make-menu-bar): do.
22451
22452 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22453
22454         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22455         Make attempt at some caching support (done for BBDB only now).
22456         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22457         addresses to be checked.
22458         (spam-clear-cache-BBDB): Add function, to be invoked by
22459         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22460         (spam-check-BBDB): Check and use the caches, if
22461         spam-cache-lookups is on, remove superfluous (provide).
22462
22463 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22464
22465         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22466
22467 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22468
22469         * run-at-time.el (run-at-time-saved): Move to after the definition
22470         of `run-at-time'.
22471
22472         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22473
22474 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22475
22476         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22477         mm-w3m-local-map-property.
22478
22479         * mm-view.el (mm-w3m-mode-map): Remove.
22480         (mm-w3m-local-map-property): Remove.
22481         (mm-inline-text-html-render-with-w3m): Don't use
22482         mm-w3m-local-map-property.
22483
22484 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22485
22486         * run-at-time.el: New file.
22487
22488         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22489         under Emacs.
22490
22491         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22492         of gnus-set-text-properties.
22493
22494         * gnus-uu.el (gnus-uu-save-article): Ditto.
22495
22496         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22497
22498         * gnus-cite.el (gnus-cite-parse): Ditto.
22499
22500         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22501         of gnus-.
22502
22503         * gnus-xmas.el (run-at-time): Require run-at-time.
22504
22505         * gnus.el: Change calls to nnheader-run-at-time and
22506         password-run-at-time throughout to use run-at-time directly.
22507
22508         * password.el: Remove definition of run-at-time.
22509
22510         * nnheaderxm.el: Remove definition of run-at-time.
22511
22512 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22513
22514         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22515         in prompt.
22516
22517 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22518
22519         * messagexmas.el (message-xmas-redefine): Alias
22520         `message-make-caesar-translation-table' to
22521         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22522         version.
22523
22524         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22525         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22526         `gnus-xmas-set-text-properties'.
22527         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22528         `gnus-xmas-completing-read'.
22529         (gnus-xmas-completing-read): Removed.
22530         (gnus-xmas-open-network-stream): Removed.
22531
22532         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22533         XEmacs version.
22534
22535         * dns.el (dns-make-network-process): Use `open-network-stream'
22536         instead of `gnus-xmas-open-network-stream'.
22537
22538         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22539
22540         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22541
22542 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22543
22544         * gnus-art.el (gnus-mime-display-alternative)
22545         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22546         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22547         Don't use gnus-local-map-property.
22548
22549         * gnus-util.el (gnus-local-map-property): Remove.
22550
22551         * mm-view.el (mm-view-pkcs7-decrypt):
22552         Replace gnus-completing-read-maybe-default with completing-read.
22553
22554         * gnus-util.el (gnus-completing-read): do.
22555         (gnus-completing-read-maybe-default): Remove.
22556
22557 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22558
22559         * password.el: Only autoload `run-at-time' if not XEmacs.
22560         Only autoload the itimer functions if XEmacs.
22561
22562 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22565         XEmacsen.
22566
22567         * dgnushack.el: Autoload executable-find for XEmacs.
22568
22569 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22570
22571         * gnus-art.el (gnus-read-string): Remove.
22572         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22573         read-string.
22574
22575 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22576
22577         * netrc.el: Autoload password-read.
22578         (netrc): Add configuration group.
22579         (netrc-encoding-method, netrc-openssl-path):
22580         Add variables for encoding and decoding of files with symmetric
22581         ciphers.
22582         (netrc-encode): Add assistant function to encode a file with
22583         netrc-encoding-method.
22584         (netrc-parse): Add interactive parameter, added optional
22585         decoding if netrc-encoding-method is non-nil but otherwise
22586         behavior is standard.
22587         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22588         Do s/encode/encrypt/ everywhere.
22589
22590         * spam.el: Remove executable-find autoload.
22591
22592 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22593
22594         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22595
22596         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22597
22598 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22599
22600         * gnus-art.el (gnus-treat-ansi-sequences)
22601         (article-treat-ansi-sequences): New variable and function.
22602         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22603
22604         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22605         Use it.
22606
22607 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22608
22609         * mm-util.el (mm-quote-arg): Remove.
22610
22611         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22612         shell-quote-argument.
22613
22614         * gnus-uu.el (gnus-uu-command): do.
22615
22616         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22617
22618         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22619         with make-char.
22620
22621         * mm-util.el (mm-make-char): Remove.
22622
22623         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22624         add-minor-mode.
22625
22626         * gnus-undo.el (gnus-undo-mode): do.
22627
22628         * gnus-topic.el (gnus-topic-mode): do.
22629
22630         * gnus-sum.el (gnus-dead-summary-mode): do.
22631
22632         * gnus-start.el (gnus-slave-mode): do.
22633
22634         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22635
22636         * gnus-ml.el (gnus-mailing-list-mode): do.
22637
22638         * gnus-gl.el (gnus-grouplens-mode): do.
22639
22640         * gnus-draft.el (gnus-draft-mode): do.
22641
22642         * gnus-dired.el (gnus-dired-mode): do.
22643
22644         * gnus-ems.el (gnus-add-minor-mode): Remove.
22645
22646         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22647         Replace gnus-char-width with char-width.
22648
22649         * gnus-ems.el (gnus-char-width): Remove.
22650
22651         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22652         Replace gnus-char-width with char-width.
22653
22654         * gnus-ems.el (gnus-char-width): Remove.
22655
22656         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22657         definition.
22658         Remove Emacs 20 hash table compatibility code.
22659
22660         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22661         20 compatibility code.
22662
22663         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22664
22665         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22666
22667         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22668         Replace with point-at-{eol,bol}.
22669
22670         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22671
22672         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22673
22674         * flow-fill.el (fill-flowed-point-at-bol)
22675         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22676
22677         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22678         Replace with point-at-{eol,bol} throughout all files.
22679
22680 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * ntlm.el (ntlm-string-as-unibyte): New macro.
22683         (ntlm-build-auth-response): Use it.
22684
22685         Remove Emacs 20 stuff:
22686         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22687         (butlast, mapc, remove): Remove the compiler macros.
22688         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22689         of delq and copy-sequence.
22690         * gnus-art.el (popup-menu): Remove the compiler macro.
22691         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22692         Emacs 20.
22693
22694 2004-01-05  Simon Josefsson  <jas@extundo.com>
22695
22696         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22697         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22698         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22699         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22700         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22701         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22702         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22703         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22704         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22705         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22706         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22707         string-xor into ntlm-string-xor.
22708         Suggested by Jesper Harder <harder@myrealbox.com>.
22709
22710         * ntlm.el: Don't include poem.
22711
22712         * md4.el (print-int32, print-string-hexa): Remove.
22713         Suggested by Jesper Harder <harder@myrealbox.com>.
22714
22715         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22716
22717         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22718         probably breaks emacs with DL patch, but do we care? Is anyone
22719         still using the DL stuff?)
22720
22721         * sieve-manage.el: Use the password package.
22722         (sieve-manage-read-passwd): Remove.
22723         (sieve-manage-interactive-login): Use password.  Re-add
22724         condition-case around loop.
22725
22726         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22727         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22728         Use the password package.
22729
22730 2003-02-19  Simon Josefsson  <jas@extundo.com>
22731
22732         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22733         token.
22734
22735 2002-08-07  Simon Josefsson  <jas@extundo.com>
22736
22737         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22738         (sieve-manage-authenticators):
22739         (sieve-manage-authenticator-alist): Add some SASL mechs.
22740         (sieve-sasl-auth): New function.
22741         (sieve-manage-cram-md5-auth):
22742         (sieve-manage-plain-auth): Rewrite using SASL library.
22743         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22744         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22745         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22746         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22747
22748 2004-01-05  Simon Josefsson  <jas@extundo.com>
22749
22750         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22751         New files.
22752
22753 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22754
22755         * gnus-group.el (gnus-no-groups-message): Update.
22756
22757         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22758
22759 2003-11-09  Simon Josefsson  <jas@extundo.com>
22760
22761         * imap.el: Support for ID IMAP extension (RFC 2971).
22762         (imap-local-variables): Add imap-id.
22763         (imap-id): New variable.
22764         (imap-id): New function.
22765         (imap-parse-response): Parse untagged ID response.
22766         * nnimap.el (nnimap-id): New variable.
22767         (nnimap-open-connection): Use it.
22768
22769 2003-12-28  Simon Josefsson  <jas@extundo.com>
22770
22771         * gnus-score.el (gnus-score-edit-all-score): New.
22772         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22773
22774 2004-01-04  Simon Josefsson  <jas@extundo.com>
22775
22776         * password.el: Add.
22777
22778 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22779
22780         * dns.el (dns-query-types): Fix typo.
22781         (dns-query-types): New function.
22782         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22783         PTR and SOA replies, see RFC 1035.
22784
22785 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22786
22787         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22788
22789         * Move to Changelog.2.
22790
22791 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22792
22793         * gnus.el (gnus-version-number): Bump version.
22794
22795 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22796
22797         * gnus.el: No Gnus v0.1 is released.
22798
22799 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22800
22801         * gnus.el: No Gnus v0.0 is released.
22802
22803 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22804
22805         * gnus.el (gnus-version-number): Bump.
22806         (gnus-version): No.
22807
22808 See ChangeLog.2 for earlier changes.
22809
22810   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22811
22812   This file is part of GNU Emacs.
22813
22814   GNU Emacs is free software: you can redistribute it and/or modify
22815   it under the terms of the GNU General Public License as published by
22816   the Free Software Foundation, either version 3 of the License, or
22817   (at your option) any later version.
22818
22819   GNU Emacs is distributed in the hope that it will be useful,
22820   but WITHOUT ANY WARRANTY; without even the implied warranty of
22821   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22822   GNU General Public License for more details.
22823
22824   You should have received a copy of the GNU General Public License
22825   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22826
22827 ;; Local Variables:
22828 ;; coding: utf-8
22829 ;; fill-column: 79
22830 ;; add-log-time-zone-rule: t
22831 ;; End: