plstore.el: Add documentation.
[gnus] / lisp / ChangeLog
1 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2
3         * plstore.el: Add documentation.
4         (plstore-mode): New mode to edit plstore file.
5         (plstore-mode-toggle-display, plstore-mode-original)
6         (plstore-mode-decoded): New command.
7         (plstore--encode, plstore--decode, plstore--write-contents-functions)
8         (plstore--insert-buffer, plstore--make): New function.
9         (plstore-open, plstore-save): Simplify by using them.
10
11 2011-07-06  Glenn Morris  <rgm@gnu.org>
12
13         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
14
15 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
18         no longer is much used.
19         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
20         Articles".
21
22 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
23
24         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
25         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
26         `notmuch' backend.
27
28 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * mm-decode.el (mm-text-html-renderer): Doc fix.
31
32         * gnus-msg.el (gnus-bug): Fix the MML tag.
33
34         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
35
36 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
37
38         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
39         secondary methods if started with `gnus-no-server'.
40
41 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
42
43         * message.el (message-return-action): Fix typo in docstring.
44
45 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
48         bug reports at once.
49
50         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
51
52 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * nndraft.el: Require gnus-group.
55         (nndraft-request-list): Declare.
56
57         * nndraft.el (nndraft-update-unread-articles): Don't show group having
58         no unread article unless it matches gnus-permanently-visible-groups.
59
60         * nndraft.el (nndraft-update-unread-articles): New function.
61         (nndraft-request-associate-buffer): Use it to update the number of
62         unread articles for the nndraft groups in the group buffer when saving
63         or killing a draft message.
64
65 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
68         systems to binary before writing and reading the mbox files.
69
70         * gnus.el (gnus-summary-line-format): Link to the info node for %U
71         instead of trying to list them all (bug#8978).
72
73 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
74
75         * pop3.el (pop3-open-server): Use :end-of-capability.
76
77 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
80         the id is always a number.
81
82         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
83
84         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
85         debbugs mode, if possible.
86
87 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
88
89         * auth-source.el (auth-source-token-passphrase-callback-function):
90         Reindent.
91         (epg-context-operation): Remove unnecessary autoload.
92
93 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus.el (gnus-list-debbugs): New command.
96
97         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
98         mboxstat instead of the maintbox, since the stat seems to be fuller.
99
100         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
101         summary buffers.
102
103         * message.el (message-get-reply-headers): Delete all duplicates,
104         instead of the first.
105         (message-get-reply-headers): Ensure that we have progress while
106         deleting duplicates.
107
108         * gnus-msg.el (gnus-configure-posting-styles): Get the local
109         gnus-posting-style value from the summary buffer to make it easier to
110         make that a per-buffer conf.
111
112 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
113
114         * nnir.el (nnir-run-imap): Allow halting a search when an article is
115         found by setting `shortcut' in 'query.
116         (nnir-request-article): Use `shortcut' setting when requesting article
117         by Message-ID.
118
119 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
120
121         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
122         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
123         Bring the pseudo-headers back too.
124
125 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
126
127         * auth-source.el (auth-source-token-passphrase-callback-function):
128         Simplify and remove EPA dependency.
129
130 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
131
132         * nnir.el (nnir-request-article): Fix error message text.
133
134 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
135
136         * auth-source.el (plstore-delete): Autoload.
137         (auth-source-plstore-search): Support delete operation.
138         * plstore.el (plstore-delete): New function.
139
140 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
143         mark actually existing articles as unread rather than the ones that
144         active asserts.
145
146 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
147
148         * nntp.el (nntp-record-command):
149         * gnus-util.el (gnus-message-with-timestamp-1):
150         Use format-time-string rather than decoding time stamps by hand.
151         This is simpler and insulates the code from potential changes to
152         current-time format.
153
154 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
157
158 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
159
160         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
161         (plstore-save): Support public key encryption.
162         (plstore--init-from-buffer): New function.
163         (plstore-open): Use it; fix error when opening a non-existent file.
164         (plstore-revert): Use plstore--init-from-buffer.
165
166 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
167
168         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
169
170 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * mml2015.el (mml2015-use): Replace string-match-p with string-match
173         for old Emacsen.
174
175 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
176
177         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
178         is not fully working.
179
180 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * dgnushack.el: Autoload sha1 on XEmacs.
183
184         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
185         quit window configuration.
186
187         * auth-source.el (epg-context-set-passphrase-callback): Remove
188         duplicate autoload.
189
190 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
191
192         * nnir.el (nnir-request-article): Allow requesting articles by
193         Message-ID with nnimap.
194
195         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
196         current server.
197
198 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
199
200         * auth-source.el: Autoload EPA/EPG functions.
201         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
202         changed when EPA/EPG is not available.
203         (auth-source-backend): Rename "arg" member to "data".
204         (auth-source-backend-parse, auth-source-plstore-search)
205         (auth-source-plstore-create): Use it.
206
207 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
208
209         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
210         `gnus-refer-article-methods'.
211
212 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
213
214         * auth-source.el: Require EPA and EPG.
215         (auth-source-passphrase-alist): New variable.
216         (auth-source-passphrase-callback-function)
217         (auth-source-token-passphrase-callback-function): Callbacks for the
218         netrc field encryption (GPG tokens).
219         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
220         Symmetric encryption and decryption of the netrc GPG tokens.
221         (auth-source-netrc-normalize): Use them, simplifying the closure.
222
223 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
226         is available.
227
228 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
231         non-nil, and `nnimap-split-methods' is nil, use the former.
232
233 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
234
235         * plstore.el (plstore-revert): New function.
236         (plstore-open): Use it; hide the buffer from user.
237
238 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
239
240         * auth-source.el (auth-source-backend): New member "arg".
241         (auth-source-backend-parse): Handle new backend 'plstore.
242         * plstore.el: New file.
243
244 2011-06-30  Glenn Morris  <rgm@gnu.org>
245
246         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
247
248 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
251         expiring articles to.
252
253         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
254         variations as ASCII (bug#5458).
255
256 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
259
260 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * message.el (message-point-in-header-p): Tweak the function to default
263         to saying that we're not in the headers if there is no separator at
264         all.  This makes it possible to use the Message version of `M-q' in
265         buffers with no headers (bug#7987).
266         (message-point-in-header-p): Fix last checkin to work with an empty
267         mail-header-separator, too.
268
269         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
270         again, save the choice via customize.
271
272 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * message.el (message-send-mail-function): Add `sendmail-query-once'.
275
276         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
277         ended the connection, bail out before waiting infinitely on a new
278         connection.
279
280 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
281
282         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
283         reports.
284
285         * gnus.el (gnus-bug-package): Use "gnus."
286         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
287
288 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * dgnushack.el: Make the timer warning go away on XEmacs.
291
292         * gnus-art.el (gnus-article-stop-animations): New function to stop any
293         animations going on at article exit time.
294
295         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
296         since removing it breaks people upgrading.
297
298         * shr.el (shr-put-image): Use the new interface for animating images.
299         (shr-put-image): Animate for 60 seconds.
300
301         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
302         avoid compiler warnings.
303
304         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
305         error with `find-file-hooks' on Emacs 22.
306         (with-auth-source-epa-overrides): Ugly hack to Wrap the
307         `find-file-hook' things in `symbol-value' to avoid compilation warnings
308         on all architectures.
309
310         * spam.el (spam-stat): Require in a normal fashion without binding
311         `spam-stat-install-hooks' to avoid compilation warnings.
312
313         * spam-stat.el (spam-stat-install-hooks): Removed.
314         (spam-stat-install-hooks): Don't run automatically.
315
316 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
317
318         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
319         and keystroke.
320
321 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * auth-source.el (auth-source-netrc-cache): Move forward.
324
325 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * proto-stream.el (proto-stream-open-starttls): Use
328         `gnutls-available-p' to see whether we have built-in support.
329
330         * auth-source.el (auth-source-netrc-create): Don't query the bits that
331         we already know.
332         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
333         (auth-source-netrc-create): Don't prompt for the stuff we already know.
334
335 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
338         %S format, since that looks odd.
339         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
340         file, especially when saving.
341
342 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
343
344         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
345         article found.
346
347 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
350         `auth-source-save-secrets' with a more sensitive alist that can be
351         configured per file.  Experimental, so defaults to 'never.
352         (auth-source-netrc-create): Use it.  Still experimental code.
353         (with-auth-source-epa-overrides): Use `find-file-hooks' if
354         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
355
356 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
357
358         * auth-source.el (auth-source-save-secrets): New variable to control if
359         secret tokens should be saved encrypted.
360         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
361         to `auth-source-netrc-normalize'.
362         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
363         on the EPA variables being defined.
364         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
365         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
366         the lexical-let closure.
367         (auth-source-netrc-create): Create "gpg:" tokens according to
368         `auth-source-save-secrets'.
369
370 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-group.el (gnus-group-update-group): Add new argument
373         `info-unchanged' that stops updating dribble buffer.
374
375         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
376         deletes lines matching to it in dribble buffer.
377
378         * gnus-agent.el (gnus-agent-fetch-group-1):
379         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
380         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
381         * gnus-start.el (gnus-group-change-level):
382         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
383
384         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
385         if newsgroup info is not changed.
386
387         * gnus-group.el (gnus-group-get-new-news-this-group):
388         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
389         Don't update dribble buffer.
390
391 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         * gnus-registry.el (gnus-registry-remove-ignored): New function to
394         remove entries with groups we ignore.
395
396 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
399         the underline comes at the bottom.
400
401 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
404         `gnus-registry-user-format-function-M' and declare the latter obsolete.
405         (gnus-registry-article-marks-to-names): Rename from
406         `gnus-registry-user-format-function-M2'.
407
408 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
411         ephemeral group.
412
413 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * shr.el (shr-browse-image): Copy the URL if called interactively.
416
417 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
420         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
421         done, then unselected articles may be marked as read.
422
423         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
424         since not doing this seems to lead to a race condition in pop3-logon.
425
426         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
427         so that the call chain it correct when we call "upwards".
428
429         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
430         in read-only groups.
431
432         * gnus-group.el (gnus-group-mark-article-read): Ditto.
433
434         * message.el (message-cite-reply-position): Doc string fix.
435
436         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
437         avoid regexp overflow.
438         (nnimap-transform-split-mail): Ditto.
439
440         * pop3.el (pop3-retr): Error out if the server closes the connection.
441
442 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
445         mm-with-unibyte-current-buffer.  The buffer should not contain any
446         multibyte chars anyway at this stage.
447
448 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
451         at the end of lines.
452
453 2011-05-29  Julien Danjou  <julien@danjou.info>
454
455         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
456
457 2011-05-27  Glenn Morris  <rgm@gnu.org>
458
459         * gnus-group.el (gnus-bug-group-download-format-alist):
460         Use the "maintainer" version of debian reports as well.
461
462 2011-05-26  Glenn Morris  <rgm@gnu.org>
463
464         * gnus-group.el (gnus-bug-group-download-format-alist):
465         Use the "maintainer" version of debbugs.gnu.org reports.
466
467 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
470
471 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
472
473         * gnus-cus.el (gnus-agent-customize-category):
474         * gnus-delay.el (gnus-delay-send-queue):
475         * gnus.el (gnus-other-frame):
476         Don't quote lambda expressions with `quote'.
477
478 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
479
480         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
481         the thread moves us backwards and so we loop forever.
482
483 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
486         whitespace in base64 data lines.
487
488 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
489
490         * gnus-registry.el (gnus-registry-user-format-function-M):
491         Use `mapconcat'.
492         (gnus-registry-user-format-function-M2): Use to see the full text of
493         the marks.  Make "," the mark text separator.
494
495         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
496         authentication with auth-source.
497
498 2011-05-17  Glenn Morris  <rgm@gnu.org>
499
500         * gnus-group.el (gnus-import-other-newsrc-file):
501         Use insert-file-contents.
502
503 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
504
505         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
506         1000 iterations.
507
508 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * nntp.el (nntp-open-connection): Check if process-type is available.
511
512 2011-05-16  Julien Danjou  <julien@danjou.info>
513
514         * shr.el (shr-tag-del): Add support for del tag.
515
516 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * gnus-html.el (gnus-html-put-image): Register a displayer.
519
520         * shr.el (shr-image-displayer): Don't remove text props from alt text.
521
522 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * registry.el (prune-factor): New initialization parameter defaulting
525         to 0.1.
526         (registry-prune-hard): Use it.
527
528         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
529         0.1 expicitly.
530
531 2011-05-13  Glenn Morris  <rgm@gnu.org>
532
533         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
534         is bound, since this function requires sendmail.
535
536 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
537
538         * registry.el (registry-usage-test): Disable pruning test.
539
540 2011-05-11  David Engster  <dengste@eml.cc>
541
542         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
543         Bind set-network-process-option for XEmacs.
544
545 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * registry.el (registry-prune-hard-candidates)
548         (registry-prune-soft-candidates): Helper methods for registry pruning.
549         (registry-prune): Use them.  Make the sort function optional.
550
551 2011-05-10  Jim Meyering  <meyering@redhat.com>
552
553         * shr.el (shr-colorize-region): Fix typo "on on -> on".
554
555 2011-05-10  Julien Danjou  <julien@danjou.info>
556
557         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
558         symbol and not a list.
559
560 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * gnus-art.el (gnus-article-mode): Move binding of
563         shr-put-image-function here from gnus-article-prepare-display.
564
565         * shr.el (shr-put-image-function): New variable.
566         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
567         (shr-put-image): Return scaled image.
568
569         * gnus-art.el (gnus-shr-put-image): New function.
570         (gnus-article-prepare-display): Bind shr-put-image-function to it.
571
572         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
573         original ones, as deletable.
574
575 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
576
577         * nntp.el (nntp-open-connection): Set TCP keepalive option.
578
579 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * registry.el (registry-full): Add convenience method.  Fix logic.
582         (registry-insert): Use it.  Fix logic here too.
583
584         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
585         `registry-prune' if `registry-full' returns t.
586         (gnus-registry-handle-action)
587         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
588         (gnus-registry-usage-test): Use it.
589
590 2011-05-07  Julien Danjou  <julien@danjou.info>
591
592         * shr.el (shr-link): Make shr-link inherit from link by default.
593
594 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * shr.el (shr-urlify, shr-link): Fix shr-link face.
597
598 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
601         error out because the face is not a list.
602
603 2011-05-05  Glenn Morris  <rgm@gnu.org>
604
605         * proto-stream.el (gnutls-negotiate): Fix declarations.
606
607         * gnus-start.el (gnus-propagate-marks): Declare.
608
609 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * registry.el (registry-reindex): Fix percentage message.
612
613         * proto-stream.el (network-stream-open-starttls): Adjust to call
614         `gnutls-negotiate' with :process and :hostname arguments.
615
616 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * shr.el: Add shr-link face for links.
619         (shr-urlify): Use it.
620
621         * registry.el (registry-insert): Make error message more helpful.
622
623 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-html.el (gnus-html-schedule-image-fetching):
626         Use url-queue-retrieve, if it exists.
627
628         * shr.el (shr-tag-img): Ditto.
629
630         * gnus.el: Autoload more gnus-agent functions.
631
632         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
633         agent if we haven't already (bug#8502).
634
635         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
636         into the Agent, too.
637
638         * gnus-agent.el (gnus-agent-store-article): New function.
639
640         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
641         and moved from that file for reuse.
642
643         * pop3.el (pop3-open-server): Error messages are "-ERR".
644
645 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
648         (open-tls-stream): Remove superfluous tls/starttls autoloads.
649
650 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
651
652         * gnus.el: No Gnus v0.17 is released.
653
654 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
655
656         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
657         buffer has moved to a different frame.
658
659 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
662         to get the conversion from unibyte to multibyte buffers to work on
663         Emacs 22.
664
665         * nntp.el (nntp-request-article): Slight clean-up.
666
667 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * shr.el (shr-strike-through): New face.
670         (shr-tag-s): Use it to provide <s> support.
671         (shr-tag-s): Remove duplicate definition.
672
673 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
676         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
677
678 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
681         `gnutls-negotiate'.
682         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
683
684 2011-04-23  Glenn Morris  <rgm@gnu.org>
685
686         * gnus-sum.el (gnus-extra-headers): Bump :version.
687
688 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * shr.el (shr-tag-sup): New function.
691         (shr-tag-sub): Ditto.
692
693 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
696         for the case where `gnus-registry-ignored-groups' is a list of lists,
697         and don't call `gnus-parameter-registry-ignore' otherwise.
698
699 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
700
701         * nnimap.el (nnimap-user): New backend variable.
702         (nnimap-open-connection-1): Use it.
703         (nnimap-credentials): Accept user parameter so it's explicit what user
704         name is desired.
705
706         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
707         default.
708
709         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
710         not gnus-registry.el.
711
712         * gnus-registry.el: Mention in comments how to modify
713         `gnus-extra-headers' for proper recipient tracking and that it may
714         already have To and Cc recently, which it does as of this commit.
715         (gnus-registry-ignored-groups): Remove defcustom.
716         Explain why in comments.
717         (gnus-registry-action): Fix data-header reference to use the extra
718         headers.  Explain in package commentary how to add To and Cc headers to
719         the gnus-extra-headers.
720         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
721         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
722         parameter list or a string list in `gnus-registry-ignored-groups'.
723         Fix logic error.
724
725 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * shr.el (shr-expand-url): Protect against null urls.
728
729 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (shr-base): New binding.
732         (shr-tag-base): Keep track of <base>.
733         (shr-expand-url): New function used throughout.
734
735 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
736
737         * gnus-registry.el
738         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
739         (gnus-registry-ignored-groups): New variable.
740         (gnus-registry-ignore-group-p): Use it.
741         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
742         set the destination group to nil (same as delete) if it's ignored.
743
744 2011-04-20  David Engster  <dengste@eml.cc>
745
746         * tests/gnustest-nntp.el: New file for simple NNTP testing.
747
748         * Makefile.in (test-nntp): New rule.
749         (check): Add it.
750         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
751
752 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-registry.el (gnus-registry-action)
755         (gnus-registry-fetch-header-fast):
756         Don't use mail-header that looks an internal function of mailheader.el.
757
758 2011-04-19  Glenn Morris  <rgm@gnu.org>
759
760         * time-date.el (time-to-days): Remove unused local variables.
761
762 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-registry.el: Eliminate cl functions.
765         (gnus-registry-sort-addresses): New function that replaces mapcan.
766         (gnus-registry-action, gnus-registry-spool-action)
767         (gnus-registry-split-fancy-with-parent)
768         (gnus-registry-fetch-recipients-fast): Use it.
769         (gnus-registry-import-eld): Replace delete* with dolist + delq.
770
771         * registry.el (initialize-instance, registry-lookup)
772         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
773         (registry-lookup-secondary-value, registry-search, registry-delete)
774         (registry-insert, registry-reindex, registry-size, registry-prune):
775         Use eval-and-compile.
776
777 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * registry.el (registry-reindex): New method to recreate the secondary
780         registry indices.
781
782         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
783         tracked field changes.
784         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
785         (gnus-registry-action, gnus-registry-spool-action)
786         (gnus-registry-handle-action)
787         (gnus-registry--split-fancy-with-parent-internal)
788         (gnus-registry-split-fancy-with-parent)
789         (gnus-registry-register-message-ids): Add recipient tracking on spool,
790         move, and delete actions, and for fancy splitting with parent.
791         (gnus-registry-extract-addresses)
792         (gnus-registry-fetch-recipients-fast)
793         (gnus-registry-fetch-header-fast): Convenience functions.
794         (gnus-registry-misc-test): ERT test of
795         `gnus-registry-extract-addresses'.
796
797 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
798
799         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
800         Track by subject first, then sender.
801
802 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
803
804         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
805
806         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
807         Lisp.
808
809         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
810         (gnus-draft-send): Use it to avoid popping
811         up frames from gnus-group-send-queue.
812
813 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * gnus-registry.el: Updated gnus-registry docs.
816
817 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
820         Fix logic bug.
821         (gnus-registry-post-process-groups): Fix logging of no results and
822         quote sender and subject.
823
824 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
827         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
828         gnutls-cli are too slow to be done opportunistically.
829
830         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
831         (gnus-read-active-for-groups): Don't try to finish getting stuff where
832         we had no early-data returned.
833         (gnus-get-unread-articles): Add a sanity check so that we don't issue
834         two async commands to the same server at the same time.
835
836 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
837
838         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
839
840 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
843         "warning" level.
844
845         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
846         (mm-url-insert-file-contents): Don't set the package names.
847
848 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
849
850         * gnus-registry.el (gnus-registry-action): Remove properties and
851         simplify subject in `gnus-registry-handle-action'.
852         (gnus-registry-spool-action): Get subject and sender from message if
853         they are not passed in.
854         (gnus-registry-handle-action): Remove properties and simplify subject
855         consistently.
856
857 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * registry.el: Require CL before using defmacro*.
860
861 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * gnus-art.el (article-treat-date): Assume that
864         gnus-article-date-headers may be a group parameter.
865
866 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
867
868         * gnus-registry.el (gnus-registry-handle-action): More debugging.
869
870         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
871         interactively so the newsrc file can contain foreign groups too.
872         Useful for debugging but not much for users.
873
874 2011-04-07  David Engster  <dengste@eml.cc>
875
876         * registry.el (registry-usage-test): Only do
877         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
878         lexical binding.
879
880 2011-04-07  David Engster  <dengste@eml.cc>
881
882         * Makefile.in (check, test-registry): New rules for test-suite.
883
884 2011-04-06  David Engster  <dengste@eml.cc>
885
886         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
887         argument NOERROR for `require', since XEmacs 21.4 does not support it.
888
889 2011-04-06  David Engster  <dengste@eml.cc>
890
891         * registry.el (initialize-instance): Change :after to :AFTER to be
892         compatible with old EIEIO version in XEmacs.
893
894 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * gnus-registry.el (gnus-registry-post-process-groups)
897         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
898         and provide better messaging.
899
900 2011-04-06  David Engster  <dengste@eml.cc>
901
902         * Makefile.in (fail-on-warning): New rule to compile with warnings as
903         errors.
904
905         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
906         dgnushack-compile with error-on-warn enabled, and to signal an error if
907         clean compilation failed.
908         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
909         with `byte-compile-error-on-warn'.  Return nil if errors occured.
910
911 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
912
913         * gnus-registry.el: Don't use ERT if it's not available.  Load it
914         unconditionally anyway, discarding errors.
915         (gnus-registry-delete-entries): New convenience function.
916         (gnus-registry-import-eld): Import from old .eld registry.
917
918         * registry.el: Don't use ERT if it's not available.  Load it
919         unconditionally anyway, discarding errors.
920
921         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
922         version from the Claudio Bley GnuTLS patch (extra optional parameters
923         and host name).
924
925 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
926
927         * gnus-registry.el (gnus-registry-fixup-registry): New function to
928         fixup the parameters that can be customized by the user between
929         save/read cycles.
930         (gnus-registry-read): Use it.
931         (gnus-registry-make-db): Use it.
932         (gnus-registry-spool-action, gnus-registry-handle-action):
933         Fix messaging.
934         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
935         Map references to actual group names with sender and subject tracking.
936         (gnus-registry-post-process-groups): Use `cond' for better messaging.
937         (gnus-registry-usage-test): Add subject lookup test.
938
939         * registry.el (registry-db, initialize-instance): Set up constructor
940         instead of :initform arguments for the sake of older Emacsen.
941         (registry-lookup-breaks-before-lexbind): New method to demonstrate
942         pre-lexbind merge bug.
943         (registry-usage-test): Use it.
944         (initialize-instance, registry-db): Move the non-function initforms
945         back to the class definition.
946
947 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
948
949         * registry.el: New library to manage gnus-registry-style data.
950
951         * gnus-registry.el: Use it (major rewrite).
952
953         * nnregistry.el: Use it.
954
955         * spam.el: Use it.
956
957 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
960         marks on non-selected articles.
961
962 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
963
964         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
965         parameter to open-protocol-stream.
966
967 2011-04-01  Julien Danjou  <julien@danjou.info>
968
969         * mm-view.el (mm-display-inline-fontify): Do not fontify with
970         fundamental-mode.
971
972 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
975         servers.
976
977 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
980         made marks not propagate, again.
981
982 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
983
984         * proto-stream.el (open-protocol-stream): Bring back `network' type.
985         Make this the default type.
986         (proto-stream-open-plain): Rename from proto-stream-open-default.
987         (open-protocol-stream, proto-stream-open-starttls)
988         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
989         with `plain'.
990
991         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
992         value.
993
994         * nntp.el (nntp-open-connection-function): Document the fact that some
995         values are not functions but are instead handled specially.
996         Recognize nntp-open-plain-stream value.
997         (nntp-open-connection): Recognize that value.
998
999 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1002         where it seems to be needed.
1003
1004 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1007         stuff.
1008
1009         * gnus-score.el (gnus-score-string): Fix calling convention of
1010         `gnus-simplify-buffer-fuzzy' after last patches.
1011
1012         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1013         server for articles we didn't get any headers for.  This is a sanity
1014         check.
1015
1016 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1017
1018         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1019         new CAPABILITY, use it.
1020
1021 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1024         downloading anything.
1025
1026         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1027
1028 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1029
1030         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1031         colors.
1032         (gnus-splash-svg-color-symbols): New function.
1033
1034 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1037         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1038         (gnus-simplify-subject-fuzzy): Use the local
1039         gnus-simplify-subject-fuzzy-regex instead of the global one.
1040         This makes using this variable in group parameters work.
1041
1042 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * gnus-registry.el (gnus-registry-unfollowed-groups):
1045         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1046         archive:sent-YYYY-MM-DD groups).
1047         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1048         tracking if there are more than `gnus-registry-max-track-groups'
1049         matches.
1050
1051 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1052
1053         * message.el (message--yank-original-internal): New function to do the
1054         insertion cleanly inside eval in `message-yank-original'.
1055         (message-yank-original): Use it.
1056
1057 2011-03-29  Julien Danjou  <julien@danjou.info>
1058
1059         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1060         local variables disabled rather than `normal-mode'.
1061
1062 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1063
1064         * imap.el (imap-shell-open, imap-process-connection-type):
1065         Use imap-process-connection-type for 'shell' streams as well as
1066         Kerberos, SSL, other subprocesses.
1067
1068 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1069
1070         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1071         with open-network-stream.
1072         (proto-stream-always-use-starttls): Option removed.
1073         (open-protocol-stream): Return a process object by default.  Provide a
1074         new parameter :return-list specifying a list-type return value, which
1075         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1076         :type `network' to `try-starttls', and `network-only' to `default'.
1077         Make `default' the default, for compatibility with open-network-stream.
1078         Handle the no-parameter case exactly as open-network-stream, with no
1079         additional stream processing.  Search plists using plist-get.
1080         Explicitly add :end-of-commend parameter if it is missing.
1081         (proto-stream-open-default): Rename from
1082         proto-stream-open-network-only.  Return 'default as the type.
1083         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1084         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1085         failed.  Always return a list with a (possibly dead) process as the
1086         first element, for compatibility with open-network-stream.
1087         (proto-stream-open-tls): Use plist-get.  Always return a list.
1088         (proto-stream-open-shell): Return `default' as connection type.
1089         (proto-stream-capability-open): Use plist-get.
1090         (proto-stream-eoc): Function deleted.
1091
1092         * nnimap.el (nnimap-stream, nnimap-open-connection)
1093         (nnimap-open-connection-1): Handle renaming of :type parameter for
1094         open-protocol-stream.
1095         (nnimap-open-connection-1): Pass a :return-list parameter
1096         open-protocol-stream to obtain a list return value.  Parse this list
1097         using plist-get.
1098
1099         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1100         for open-protocol-stream.  Accept open-protocol-stream return value
1101         that is a subprocess object instead of a list.  Handle the case of a
1102         dead returned process.
1103
1104 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1105
1106         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1107
1108         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1109
1110 2011-03-21  Julien Danjou  <julien@danjou.info>
1111
1112         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1113         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1114         query.
1115         (mm-inline-text): Render normal text with fontification whenever
1116         possible.
1117
1118         * gnus-sum.el (gnus-summary-save-parts-1):
1119         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1120         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1121         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1122         Use `mm-handle-filename'.
1123
1124         * mm-util.el (mm-handle-filename): New function, return the filename of
1125         an handle.
1126
1127 2011-03-18  Julien Danjou  <julien@danjou.info>
1128
1129         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1130         (gnus-buffer-live-p): Check that buffer is not nil.
1131
1132 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1133
1134         * gnus.el: No Gnus v0.15 is released.
1135
1136 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1139         avoid warning on XEmacs.
1140
1141         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1142         on XEmacs.
1143
1144         * gnus-art.el: Require mouse, which the build bot seems to say is
1145         needed.
1146
1147         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1148
1149         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1150         XEmacs, since it doesn't have url-retrieve-synchronously.
1151
1152         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1153         since assoc-string doesn't exist in XEmacs.
1154
1155 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1156
1157         * gnus-group.el (gnus-group-list-ticked): New function.
1158         (gnus-group-make-menu-bar): Provide a menu entry for it.
1159         (gnus-group-list-map): Provide a binding for it.
1160
1161 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * shr.el (shr-visit-file): New command.
1164
1165         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1166
1167 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1168
1169         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1170         servers.
1171
1172 2011-03-16  Julien Danjou  <julien@danjou.info>
1173
1174         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1175         inline.
1176
1177         * gnus-art.el (article-hide-list-identifiers):
1178         Use gnus-group-get-list-identifiers.
1179
1180         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1181         (gnus-summary-remove-list-identifiers):
1182         Use gnus-group-get-list-identifiers to get regexp.
1183         (gnus-select-newsgroup, gnus-summary-insert-subject)
1184         (gnus-summary-insert-articles):
1185         Call gnus-summary-remove-list-identifiers unconditionally.
1186
1187 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1190         we're selecting a group with unread articles.
1191
1192         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1193
1194         * gssapi.el: New file separated out from imap.el to provide a general
1195         Kerberos 5 connection facility for Emacs.
1196
1197         * message.el (message-elide-ellipsis): Document the format spec
1198         ellipsis.
1199
1200 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1201
1202         * message.el (message-elide-region): Allow the ellipsis to say how many
1203         lines were removed.
1204
1205 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1208         window configurations containing buffers that are now dead.
1209
1210         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1211         parsing to avoid integer overflows.
1212         (nnimap-parse-flags): Simplify the last change.
1213         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1214         too large for 32-bit Emacsen.
1215
1216 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * auth-source.el (auth-source-netrc-create):
1219         * message.el (message-yank-original): Fix use of `case'.
1220
1221 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1222
1223         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1224         XEmacs, which was one character too wide.
1225
1226 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1227
1228         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1229         default number of articles to display.
1230         (gnus-articles-to-read): Use pretty names for prompt.
1231
1232 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-int.el (gnus-open-server): Ditto.
1235
1236         * gnus-start.el (gnus-activate-group): Give a backtrace if
1237         debug-on-quit is set and the user hits `C-g'.
1238         (gnus-read-active-file): Ditto.
1239
1240         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1241
1242 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1243
1244         * message.el (message-yank-original): Use cond instead of CL case.
1245
1246 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1247
1248         * auth-source.el (auth-source-netrc-create): Use usual format for the
1249         default in prompts.
1250
1251 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * lpath.el: Fbind read-char-choice for XEmacs.
1254
1255 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1256
1257         * auth-source.el (auth-source-netrc-create): Show the default in the
1258         prompt when prompting for token creation.
1259
1260 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * auth-source.el (auth-source-format-prompt): Always convert the value
1263         to a string to avoid evaluating non-string arguments.
1264         (auth-source-netrc-create): Offer default properly, not as initial
1265         content in `read-string'.
1266         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1267         of line to determine if we've been run before.  If so, don't run again,
1268         but print a trivial message to indicate the cache was hit instead.
1269
1270 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1273         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1274         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1275         Gnus.
1276
1277 2011-03-11  Julien Danjou  <julien@danjou.info>
1278
1279         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1280         modified file".
1281
1282 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1283
1284         * auth-source.el (auth-source-read-char-choice): New function to read a
1285         character choice using `dropdown-list', `read-char-choice', or
1286         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1287         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1288         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1289         (auth-source-netrc-saver): Use it.
1290         (auth-source-pick-first-password): New convenience function.
1291
1292 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1295         parameter in the credentials.
1296         (nnimap-open-connection-1): Use it after a successful login.
1297         (nnimap-credentials): Add IMAP-specific user and password prompt.
1298
1299         * auth-source.el (auth-source-search): Add :require parameter, taking a
1300         list.  Document it and the :save-function return token.  Pass :require
1301         down.  Change the CREATED message from a warning to a debug statement.
1302         (auth-source-search-backends): Pass :require down.
1303         (auth-source-netrc-search): Pass :require down.
1304         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1305         Change save prompt to indicate all modifications saved here are
1306         deletions.
1307         (auth-source-netrc-create): Take user login name as default in user
1308         prompt.  Move all the save functionality to a lexically bound function
1309         under the :save-function token in the returned list.  Set up clearer
1310         default prompts for user, host, port, and secret.
1311         (auth-source-netrc-saver): New function, intended to be wrapped for
1312         :save-function.
1313
1314 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1317         lines to be spaces instead.
1318
1319 2011-03-07  Julien Danjou  <julien@danjou.info>
1320
1321         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1322         (sieve-sasl-auth): Check that auth-source-search did return something,
1323         or just return an empty string.
1324
1325 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1326
1327         * gnus.el (gnus-interactive): Use read-directory-name.
1328
1329         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1330         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1331         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1332         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1333         Likewise.
1334
1335         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1336
1337 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1340         onto the list of killed groups, too.  This makes killed nnimap groups,
1341         for instance, more reliably not reappear.
1342
1343         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1344         the parent.
1345
1346         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1347
1348         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1349         really have server-side marks.
1350
1351         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1352         since most backends do not usefully have server-side marks.
1353         (gnus-update-read-articles): Propagate marks to all backends that
1354         really have server-side marks.
1355
1356 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1357
1358         * message.el (message-cite-reply-position, message-cite-style):
1359         New variables.
1360         (message-yank-original): Use the new citation styles.
1361
1362 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1363
1364         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1365         buffer-local issue); don't mark it buffer-local when running under
1366         XEmacs.
1367
1368 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1369
1370         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1371         numbers too big to be `read'.
1372
1373 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1374
1375         * password-cache.el (password-in-cache-p): Add autoload.
1376
1377         * message.el (message-options): Make buffer-local two ways to attempt
1378         to fix a XEmacs bug.
1379
1380 2011-03-02  Julien Danjou  <julien@danjou.info>
1381
1382         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1383
1384 2011-03-01  Julien Danjou  <julien@danjou.info>
1385
1386         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1387         group.
1388         (article-hide-list-identifiers): Use list-identifier group parameter.
1389
1390 2011-02-28  Julien Danjou  <julien@danjou.info>
1391
1392         * sieve.el (sieve-buffer-script-name): New local variable to store
1393         sieve script name.
1394         (sieve-edit-script): Store sieve script name.
1395         (sieve-upload): Use sieve script name when uploading.
1396         (sieve-upload): Use substitute-command-keys.
1397         (sieve-edit-script): Use substitute-command-keys.
1398         (sieve-refresh-scriptlist): Use substitute-command-keys.
1399         (sieve-manage-mode-map): Define keymap properly.
1400         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1401         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1402         Remove commented code about cvs.
1403         (sieve-manage-quit): New function.
1404         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1405
1406 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1409
1410 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * auth-source.el (auth-source-search): Cache empty result sets.
1413
1414         * password-cache.el (password-in-cache-p): Convenience function to
1415         check if a key is in the cache, even if the value is nil.
1416
1417         * auth-source.el (auth-source-save-behavior): New variable to replace
1418         `auth-source-never-create'.
1419         (auth-source-netrc-create): Use it.
1420         (auth-source-never-save): Remove.
1421
1422 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1423
1424         * nnimap.el (nnimap-stream): Doc fix.
1425         (nnimap-open-connection-1): Reverse the order of the ports to that the
1426         prompted-for port is first.
1427
1428         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1429         retrieval by the no-group selection.
1430
1431         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1432         numerical parameters.
1433
1434 2011-02-25  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-gravatar.el: Use gnus-with-article-buffer.
1437
1438         * gnus-art.el (gnus-with-article-buffer): Check that the
1439         gnus-article-buffer is alive.
1440
1441 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * auth-source.el (auth-source-creation-prompts): New variable to manage
1444         creation-time prompts.
1445         (auth-source-search): Document it.
1446         (auth-source-format-prompt): Add utility function.
1447         (auth-source-netrc-create): Don't default the user name to
1448         user-login-name.  Use `auth-source-creation-prompts' and some default
1449         prompts for user, host, port, and password (the default generic prompt
1450         remains ugly).
1451         (auth-source-never-save): Add customizable option to never save info.
1452         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1453         mode excursion.
1454
1455 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1458         argument that XEmacs doesn't support.
1459
1460         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1461         compiled for Emacsen having no `libxml-parse-html-region' support.
1462
1463         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1464
1465         * lpath.el: Bind buffer-save-without-query for XEmacs.
1466
1467 2011-02-23  Julien Danjou  <julien@danjou.info>
1468
1469         * gnus-art.el (article-make-date-line): Ignore errors if time is
1470         invalid and not convertible.
1471         (article-make-date-line): Only add lapsed time if time is not nil.
1472
1473 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1474
1475         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1476         `read-char-choice' for backwards compatibility.
1477         (auth-source-netrc-element-or-first): New function to DTRT for
1478         parameter extraction.
1479         (auth-source-netrc-create): Use it and fix multiple parameter print
1480         bug.  Use the default passed from above (given-default) or the
1481         built-in (user-login-name for :user).
1482
1483 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1484
1485         * gnus-start.el (gnus-dribble-read-file):
1486         Set buffer-save-without-query, since we always want to save the dribble
1487         file, probably.
1488
1489         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1490         nnimap.
1491
1492         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1493         -summary- since it's a user-visible variable.
1494
1495         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1496         first time you use the new Gnus.
1497
1498 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1499
1500         * auth-source.el: Don't load netrc.el.
1501         (auth-sources): Search ~/.netrc as well by default.
1502         (auth-source-debug): Add 'trivia option for extra output.
1503         (auth-source-do-trivia): Use it.
1504         (auth-source-search): Simplify logic to use
1505         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1506         appropriate.  Don't keep a running count at this level.  Layer :create
1507         and :delete options appropriately on the first and second passes.
1508         Don't track the backend with the search results.
1509         (auth-source-search-backends): New function to search a list of
1510         backends for a processed spec.
1511         (auth-source-netrc-parse): Cache all netrc files, making
1512         auth-source-netrc-cache an alist keyed by the file name and using the
1513         file mtime as the caching criterion.  Keep the obfuscated data secret
1514         with a lexical bind.
1515         (auth-source-netrc-search): Don't calculate the length of the results
1516         unnecessarily.
1517         (auth-source-search-backends): Fix bug.
1518         (auth-source-netrc-create): Rework prompts.
1519
1520 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1521
1522         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1523         Lower case names of search constraints.
1524         (nnir-run-query): Cache and reuse search constraints for all imap
1525         servers.
1526
1527 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1530         after exit.
1531         (gnus-setup-message): Define missing variable from last checkin.
1532
1533         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1534         value, show the raw article.
1535
1536 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1537
1538         * gnus.el: No Gnus v0.13 is released.
1539
1540 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1541
1542         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1543         auth-source now accepts numbers.
1544
1545         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1546         spec, too.
1547         (auth-source-ensure-strings): New function.
1548
1549         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1550         (gnus-article-setup-buffer): Always restart the date timer so that user
1551         changes to the frequency is respected.
1552
1553         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1554         port numbers, so make sure it gets that if nnimap-server-port is
1555         explicit.
1556
1557 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1558
1559         * nnimap.el (nnimap-inbox): Doc fix.
1560
1561 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1562
1563         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1564         Autoload.  Add optional arg FRAME, and pass it to color-values.
1565         (color-complement): Caller changed.  Doc fix.
1566         (color-gradient): Rewrite for better clarity and efficiency.
1567
1568 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1569
1570         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1571         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1572         color-lab-to-srgb.
1573
1574 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1575
1576         * color.el: First part of merge from hexrgb.el.
1577         (color-rgb-to-hex): Rename from color-rgb->hex.
1578         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1579         saturation to zero if the value is too small.
1580         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1581         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1582         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1583         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1584         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1585         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1586         (color-cie-de2000): Doc fix.
1587
1588 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1589
1590         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1591         given method as in the group name if we're using an extended method.
1592         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1593         command, if we're using that, instead of waiting for the beginning.
1594
1595         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1596         we're sure to get unique server names, and we don't output two async
1597         commands in the same buffer.  This fixes an NNTP hang for some users.
1598
1599 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1600
1601         * gnus.el: No Gnus v0.11 is released.
1602
1603 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1606         summary buffer before reading going to the next buffer.  This avoids
1607         putting the point in the group buffer if you `C-g' the command.
1608
1609         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1610         cache (for now) to make ~/.authinfo.gpg files usable.
1611
1612         * nnfolder.el (copyright-update): Define for the compiler.
1613
1614         * auth-source.el (auth-source-search): Fix unbound variable.
1615
1616 2011-02-19  Glenn Morris  <rgm@gnu.org>
1617
1618         * gnus.el (gnus-meta): Doc fix.
1619
1620 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1621
1622         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1623         in case it's not yet loaded.
1624
1625 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1626
1627         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1628         line we're waiting for.
1629
1630 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1631
1632         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1633         face with line-width greater than zero will cause RET in gnus summary
1634         buffer to scroll down article page-wise because auto vscroll happens,
1635         it should be temporalily disabled when doing a scroll-up.
1636
1637 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1638
1639         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1640         outputs from the server.
1641
1642 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1643
1644         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1645         later so that bbdb can hook in easier.
1646
1647 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1648
1649         * auth-source.el (auth-source-search): Don't try to create credentials
1650         if the caller doesn't want that.
1651         (auth-source-search): If we don't find a match, don't bug out on
1652         non-bound variables.
1653         (auth-source-search): Only ask a single backend to create the
1654         credentials.
1655
1656         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1657         logging.
1658         (nnimap-credentials): Protect against auth-source-search returning nil.
1659         (nnimap-request-list): Protect against not being able to open the
1660         server.
1661
1662 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1663
1664         * auth-source.el (auth-source-search): Do a two-phase search, one with
1665         no :create to get the responses from all backends.
1666
1667         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1668         when getting credentials.
1669
1670         * gnus-util.el (gnus-delete-duplicates): New function.
1671
1672 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1673
1674         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1675         a creation default, pass the whole port list down.  It will be
1676         completed.
1677
1678         * auth-source.el (auth-source-search): Updated docs to talk about
1679         multiple creation choices.
1680         (auth-source-netrc-create): Accept a list as a value (from the search
1681         parameters) and do completion on that list.  Keep a separate netrc line
1682         with the password obscured for showing the user.
1683
1684         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1685         first choice to `auth-source-search' so it will be used for entry
1686         creation instead of the server's Gnus-specific name.
1687         (nnimap-credentials): Rely on the auth-source library to select which
1688         port is actually wanted in the new netrc entry, so don't override
1689         `auth-source-creation-defaults'.
1690
1691         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1692         :protocol and accept a missing user, host, or port as a wildcard match.
1693         (auth-source-debug): Default to off.
1694
1695         (auth-source-netrc-search, auth-source-netrc-create)
1696         (auth-source-secrets-search, auth-source-secrets-create)
1697         (auth-source-user-or-password, auth-source-backend, auth-sources)
1698         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1699         instead of :protocol.
1700
1701         * nnimap.el (nnimap-credentials): Pass a port default to
1702         `auth-source-search' in case an entry needs to be created.
1703         (nnimap-open-connection-1): Use :port instead of :protocol.
1704
1705 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * auth-source.el: Bind load-path when loading EIEIO from
1708         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1709         21.4 doesn't support, to `require'.
1710         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1711         delete-dups that is not available in XEmacs 21.4.
1712
1713 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1714
1715         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1716         as EIEIO must also be loaded when auth-source.el is being
1717         byte-compiled.
1718
1719 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1722
1723         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1724
1725         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1726
1727         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1728
1729         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1730
1731         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1732
1733         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1734
1735         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1736         necessary.
1737
1738 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1741         nil means that nnimap doesn't get updated.
1742
1743 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1744
1745         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1746         result when the user doesn't want to write to the file.
1747         (auth-source-netrc-search): Expect a synthetic result and proceed
1748         accordingly.
1749         (auth-source-cache-expiry): New variable to override
1750         `password-cache-expiry'.
1751         (auth-source-remember): Use it.
1752
1753         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1754         parameter.  Create entry if necessary by using :create t.
1755         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1756
1757 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         * auth-source.el (auth-source-debug): Enable by default and don't
1760         mention the obsolete `auth-source-hide-passwords'.
1761         (auth-source-do-warn): New function to debug unconditionally.
1762         (auth-source-do-debug): Use it.
1763         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1764         and for Secrets API entries when the secrets.el library is not
1765         available.
1766
1767 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1770         (gnus-summary-exit): Kill the correct article buffer on exit from a
1771         `C-d' group.
1772
1773         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1774         gnus-propagate-marks.
1775
1776         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1777         before killing the buffers so that a non-full window conf gets handled
1778         correctly.
1779         (gnus-summary-exit): Ditto.
1780         (gnus-summary-read-group-1): Ditto.
1781
1782         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1783         async code again so that we can debug it properly.
1784
1785         * message.el (message-reply): Take an optional switch-buffer parameter
1786         so that Gnus window confs are respected better.
1787
1788 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1789
1790         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1791         `plist-get' to accept non-list parameters (XEmacs issue).
1792         Fix docstring.
1793         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1794         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1795         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1796         Login collection is "Login" and not "login".
1797
1798 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1799
1800         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1801         multiple headers.
1802
1803         * nnimap.el (nnimap-inhibit-logging): New variable.
1804         (nnimap-log-command): Don't log login commands.
1805
1806         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1807         to have more parameters.
1808
1809         * nnimap.el (nnimap-send-command): Mark the command time for each
1810         command, so that we don't get NOOPs stepping on our toes.
1811
1812         * gnus-art.el (article-date-ut): Get the date from the Date header on
1813         `t'.
1814
1815 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * auth-source.el (auth-source-search): Use copy-sequence instead of
1818         the cl.el copy-list.
1819
1820 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1821
1822         * imap.el: Bring it back (revert
1823         84d800cd31de3064f0ed39617d725709a2f8f42f).
1824
1825 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1826
1827         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1828         Improve prompt.
1829
1830 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1831
1832         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1833         washing status from the default format.  It isn't very informative.
1834
1835 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1836
1837         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1838         Fix Gcc processing on imap.
1839
1840 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1841
1842         * imap.el: Remove file.  All the functionality is in nnimap.el.
1843
1844 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         * message.el (message-bury): Don't pop up a new window when selected
1847         window is dedicated.
1848
1849 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1850
1851         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1852
1853 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1854
1855         * sieve-manage.el: Autoload `auth-source-search'.
1856         (sieve-sasl-auth): Use it.
1857
1858 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * nnimap.el: Autoload `auth-source-forget+'.
1861         (nnimap-open-connection-1): Use it if the connection fails.
1862
1863         * auth-source.el: Require `password-cache'.
1864         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1865         obsolete.
1866         (auth-source-magic): Marker for `password-cache' keys.
1867         (auth-source-do-cache): Update docstring.
1868         (auth-source-search): Use and check cache.
1869         (auth-source-forget-all-cached, auth-source-remember)
1870         (auth-source-recall, auth-source-forget, auth-source-forget+)
1871         (auth-source-specmatchp): Caching support functions.
1872         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1873         Remove and obsolete.
1874         (auth-source-user-or-password): Remove caching to further discourage
1875         using it.  Always hide passwords.
1876
1877         * password-cache.el (password-cache-remove): Accept secrets that are
1878         not strings.
1879
1880 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1881
1882         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1883         code for now, since it doesn't work for all users.
1884
1885 2011-02-09  Julien Danjou  <julien@danjou.info>
1886
1887         * message.el (message-options): Make message-options really buffer
1888         local.
1889
1890 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1891
1892         * mail-source.el: Autoload `auth-source-search'.
1893         (mail-source-keyword-map): Note order matters.
1894         (mail-source-set-1): Get all the mail-source source values and
1895         defaults and search auth-source on those if needed.  This can all
1896         probably be simplified.
1897
1898         * nnimap.el: Autoload `auth-source-search'.
1899         (nnimap-credentials): Use it.
1900         (nnimap-open-connection-1): Ask for the virtual server and physical
1901         address in one shot.
1902
1903         * nntp.el: Autoload `auth-source-search'.
1904         (nntp-send-authinfo): Use it.  Note TODO.
1905
1906 2011-02-08  Julien Danjou  <julien@danjou.info>
1907
1908         * shr.el (shr-tag-body): Add support for text attribute in body
1909         markups.
1910
1911         * message.el (message-options): Make message-options a local variable.
1912
1913 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * auth-source.el (auth-source-secrets-search)
1916         (auth-source-user-or-password): Use `append' instead of `nconc'.
1917         (auth-source-user-or-password): Build return list better and protect
1918         against nil :secret.
1919
1920 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1921
1922         * nnimap.el (nnimap-update-info): Refactor slightly.
1923         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1924         (nnimap-update-info): Clean up slightly.
1925         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1926         characters.
1927         (nnimap-process-quirk): Rename function to avoid collision.
1928         (nnimap-update-info): Fix macrology bug-out.
1929         (nnimap-update-info): Simplify split history test.
1930
1931 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1932
1933         * auth-source.el (top): Require 'eieio unconditionally.
1934         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1935         (auth-source-secrets-search): Limit search when `max' is greater than
1936         number of results.
1937
1938 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1939
1940         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1941         part not returning any data.
1942
1943         * proto-stream.el (open-protocol-stream): Document the return value.
1944
1945 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1946
1947         * auth-source.el (auth-source-secrets-search): Add examples.
1948
1949 2011-02-06  Julien Danjou  <julien@danjou.info>
1950
1951         * message.el (message-setup-1): Handle message-generate-headers-first
1952         set to t.
1953
1954 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1955
1956         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1957         API with a string "secrets:collection-name" and with 'default.
1958         (auth-source-backend-parse): Parse "secrets:collection-name" and
1959         'default.  Recurse on parses instead of repeating code.  Use the
1960         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1961         message when ignoring a source.
1962         (auth-source-search): List ignored search keys at the top level.
1963         (auth-source-netrc-create): Use `case' instead of `cond'.
1964         (auth-source-secrets-search): Created with TODOs.
1965         (auth-source-secrets-create): Created with TODOs.
1966         (auth-source-retrieve, auth-source-create, auth-source-delete)
1967         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1969         (auth-source-user-or-password-sftp)
1970         (auth-source-user-or-password-smtp): Remove.
1971         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1972         around `auth-source-search'.  Not tested thoroughly.
1973
1974 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * auth-source.el: Bring in assoc and eioeio libraries.
1977         (secrets-enabled): New variable to track the status of the Secrets API.
1978         (auth-source-backend): New EIOEIO class to represent a backend.
1979         (auth-source-creation-defaults): New variable to set prompt defaults
1980         during token creation (see the `auth-source-search' docstring for
1981         details).
1982         (auth-sources): Simplify to allow a simple string as a netrc backend
1983         spec.
1984         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1985         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1986         (auth-source-search): Main auth-source API entry point.
1987         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1988         (auth-source-search-collection): Helper function for searching.
1989         (auth-source-netrc-parse, auth-source-netrc-normalize)
1990         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1991         Supports search, create, and delete.
1992         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1993         backend stubs.
1994         (auth-source-user-or-password): Call `auth-source-search' but it's not
1995         ready yet.
1996
1997 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1998
1999         * message.el (message-setup-1): Remove the read-only stuff, since it
2000         doesn't work under XEmacs, for some reason.
2001
2002         * gnus-sum.el (gnus-user-date): Rename back from
2003         gnus-summary-user-date since user code refers to it.
2004
2005         * shr.el (shr-render-td): Store the actual background colour used.
2006
2007         * message.el (message-setup-1): Don't bind the constant
2008         -forbidden-properties.
2009         (message-setup-1): Revert previous change, since it needs to bind the
2010         props to insert them.
2011         (message-resend): Allow removing the read-only separator line.
2012
2013 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnimap.el (nnimap-request-accept-article): Give an error message if
2016         the APPEND wasn't successful.
2017
2018 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2019
2020         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2021         that have no groups.
2022
2023 2011-02-03  Julien Danjou  <julien@danjou.info>
2024
2025         * gnus-draft.el: Remove progn around gnus-draft-setup.
2026
2027 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-start.el (gnus-read-active-for-groups): This function is never
2030         called with a nil `infos', so clean that up.
2031         (gnus-get-unread-articles): Request active files from primary/secondary
2032         methods that have no groups (yet).
2033
2034 2011-02-03  Julien Danjou  <julien@danjou.info>
2035
2036         * message.el (message-setup-1): Always generate References first.
2037         (message-mail): Return the return value of message-setup, not always t.
2038         (message-setup-1): Insert mail-header-separator with read-only and
2039         intangible properties set.
2040
2041         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2042         user-date in docstring.
2043
2044         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2045
2046         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2047         docstring.
2048
2049         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2050         defcustom, with type and group. Move from gnus-util.el. Rename to
2051         gnus-summary-user-date-format-alist.
2052
2053 2011-02-03  Glenn Morris  <rgm@gnu.org>
2054
2055         * nnimap.el (gnus-fetch-headers): Declare.
2056
2057         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2058
2059 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2060
2061         * message.el (message-forward-make-body-digest-plain)
2062         (message-followup, message-reply): Clean up things noted by Stefan.
2063
2064         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2065         gnus-article-update-date-headers is nil.
2066         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2067         it didn't really work with defcustom.
2068         (article-update-date-lapsed): Make sure the window start doesn't move,
2069         either.
2070
2071 2011-02-01  Julien Danjou  <julien@danjou.info>
2072
2073         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2074         format.
2075
2076         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2077         standard in Emacs nowadays.
2078
2079         * color.el (color-gradient): Add a color-gradient function.
2080
2081 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2082
2083         * message.el (message-expand-name): Don't trust the return value of
2084         bbdb-complete-name.
2085         (message-check-news-header-syntax): Remove unused var `start'.
2086         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2087         (message-inhibit-body-encoding): Move to before first use.
2088         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2089         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2090         (Organization, Message-ID, Date, mh-previous-window-config):
2091         Defvar the vars using dynamic scoping.
2092
2093 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2094
2095         * shr.el (shr-render-td): Only do colours at the final rendering.
2096         Should be slightly faster.
2097         (shr-insert-table): Fix up TD background colours when doing the
2098         vertical padding.
2099
2100         * gnus-art.el (article-date-ut): Protect against articles with no Date
2101         header.
2102         (article-update-date-lapsed): Don't use current-column to find the
2103         horizontal position.  It's fragile in the presence of \003 characters.
2104
2105         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2106
2107 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-art.el (article-transform-date): Rewrite to still work when
2110         there are several rfc2822 parts.
2111         (article-transform-date): Fix infinite recursion.
2112         (article-date-ut): Replace infinitely many Date headers with a single
2113         one when called interactively.
2114
2115         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2116         secure manner.
2117
2118         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2119         move around by not using save-window-excursion.  It seems to work...
2120
2121 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-art.el (article-make-date-line): Work for user-defined format.
2124
2125 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2126
2127         * nntp.el (nntp-retrieve-group-data-early)
2128         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2129         fetching functions.
2130
2131         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2132         thoroughly for all backends that have no known groups.  This should
2133         allow new nnml methods to retrieve mail.
2134
2135         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2136         that Gnus doesn't know exists again.
2137
2138         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2139         (gnus-treat-date-ut): Ditto.
2140         (gnus-article-update-date-header): Rename.
2141         (gnus-treat-date-local): Remove.
2142         (gnus-treat-date-english): Remove.
2143         (gnus-treat-date-lapsed): Remove.
2144         (gnus-treat-date-combined-lapsed): Remove.
2145         (gnus-treat-date-original): Remove.
2146         (gnus-treat-date-iso8601): Remove.
2147         (gnus-treat-date-user-defined): Remove.
2148         (gnus-article-date-headers): New variable to control all the date
2149         header options.
2150         (article-date-ut): Rewrite to allow using the new way to format date
2151         headers(s).
2152
2153 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2154
2155         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2156         method.
2157         (nnmail-article-group): A better test for fanciness.
2158
2159         * nnimap.el (nnimap-request-head): Protect against not finding the
2160         article by Message-ID.
2161
2162 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2165         keep point at the "same place".
2166
2167 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2170         data if the group is unactivated.
2171
2172 2011-01-28  Julien Danjou  <julien@danjou.info>
2173
2174         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2175         (gnus-all-windows-visible-p): Remove old compatibility code.
2176         (gnus-window-top-edge): Add docstring.
2177
2178         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2179
2180 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2183         older request-update-info.
2184
2185         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2186
2187 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2188
2189         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2190         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2191
2192 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2193
2194         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2195         groups.  This makes the nndraft:queue group pop up if it's not already
2196         there.
2197
2198         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2199         messages" logic, which was reversed.
2200
2201         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2202         the "same place" even if point is on the line being replaced.
2203         (article-update-date-lapsed): Allow updating both the combined lapsed
2204         and the lapsed headers.
2205         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2206         (article-make-date-line): Limit the number of segments dynamically to
2207         avoid too-long lines.
2208
2209 2011-01-27  Julien Danjou  <julien@danjou.info>
2210
2211         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2212         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2213
2214 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2217         Use plist-get instead of the cl function getf.
2218
2219 2011-01-27  Glenn Morris  <rgm@gnu.org>
2220
2221         * gnus-util.el (float-time): Get rid of compiler warning, again.
2222
2223 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * shr.el (shr-put-color): Special-case background colours: Do put them
2226         at the blank parts at the front of the lines.
2227
2228         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2229         exit hook to nix out all data on readedness on group exit.
2230
2231         * gnus-util.el (float-time): If float-time is bound, always use it on
2232         all Emacsen.  It's unclear why the subrp check was there.
2233         (time-date): Require to make some autoload issues on XEmacs go away.
2234
2235         * shr.el (shr-put-color): Don't do the box padding in tables, since
2236         they're already padded.
2237
2238 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-art.el (gnus-article-next-page): When the last line of the
2241         article is displayed, scroll down once more instead of going to the
2242         next article at once.
2243         (article-lapsed-string): Refactor out and allow specifying how many
2244         segments you want.
2245         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2246         (gnus-article-update-lapsed-header): New variable.
2247
2248         * shr.el: Revert change that made headings use different-sized faces.
2249         The Emacs display engine isn't advanced enough that, for instance,
2250         tables can comfortably use differently-sized faces.
2251
2252 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2255         used.
2256         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2257         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2258         we're using an encrypted connection.
2259
2260         * proto-stream.el: Alter the interface functions to also return the
2261         actual stream type used: network or tls.
2262
2263 2011-01-25  Julien Danjou  <julien@danjou.info>
2264
2265         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2266         (mm-display-javascript-inline): New function.
2267
2268         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2269         viewing function.
2270
2271 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * shr.el (shr-expand-newlines): Fix variable name.
2274
2275 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2276
2277         * shr.el (shr-expand-newlines): Make nested boxes work.
2278
2279 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2280
2281         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2282         backgrounds.
2283         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2284         in a more sensible manner.
2285
2286 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2289         if EPG is loaded.
2290
2291 2011-01-24  Julien Danjou  <julien@danjou.info>
2292
2293         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2294         tags.
2295
2296 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2299         commands.
2300
2301         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2302         in the article buffer.
2303         (gnus-gravatar-insert): Use blank space from the current buffer to
2304         avoid breaking text properties.  This makes X-Sent updating work again.
2305
2306         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2307
2308 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2311         fix the bug in url-http.el instead.
2312
2313         * shr.el (shr-image-fetched): Ditto.
2314
2315         * shr.el (shr-image-fetched): Avoid having point move in the article
2316         buffer.
2317
2318         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2319         buffer after being called.  It's apparently being killed by url.el, and
2320         killing it made point move to end-of-buffer in a random buffer.
2321
2322         * shr.el (shr-image-fetched): Ditto.
2323
2324 2011-01-23  Julien Danjou  <julien@danjou.info>
2325
2326         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2327
2328         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2329         text/x-org.
2330
2331 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2334         (i.e., nnimap) returning nil as the article number.
2335
2336 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2337
2338         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2339         "DelSp" parameter in RFC3676.
2340
2341 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2342
2343         * message.el (message-check-recipients): Display the encoded version of
2344         the bogus address if they differ.
2345
2346         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2347         after sending.
2348
2349         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2350
2351         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2352
2353         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2354         group buffer after sending the queue.
2355
2356         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2357
2358 2011-01-22  Julien Danjou  <julien@danjou.info>
2359
2360         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2361
2362 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2363
2364         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2365         nested related parts.
2366
2367         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2368         unexpired articles.  This fixes the regression that led expiry marks to
2369         disappear from nnfolder groups.
2370
2371 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2372
2373         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2374         Don't confuse the "ret" of "retrograde" with RET.
2375
2376 2011-01-21  Julien Danjou  <julien@danjou.info>
2377
2378         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2379         than mm-insert-inline.
2380
2381 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2384         Widen article buffer.
2385
2386 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2387
2388         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2389         the temp buffer.
2390         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2391
2392 2011-01-20  Julien Danjou  <julien@danjou.info>
2393
2394         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2395
2396         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2397         than mm-insert-inline to insert inline part: this respect
2398         mm-inline-media-tests displayers.
2399
2400         * mm-view.el (mm-display-shell-script-inline): New function.
2401
2402         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2403
2404         * mm-uu.el (mm-uu-type-alist): Add org block.
2405         (mm-uu-org-src-code-block-extract): New function.
2406
2407         * mm-view.el (mm-display-org-inline): New function.
2408
2409         * mm-decode.el (mm-automatic-display): Add text/org.
2410
2411         * mailcap.el (mailcap-mime-extensions): Add .org.
2412
2413 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2416         gnus-article-add-buttons.
2417
2418 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2419
2420         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2421         From header with a date and "nobody" as the sender.
2422
2423 2011-01-19  Julien Danjou  <julien@danjou.info>
2424
2425         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2426         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2427         if you have the same regexp several times.
2428         (gnus-button-push): Fix matching when regexp is symbol.
2429
2430 2011-01-15  Glenn Morris  <rgm@gnu.org>
2431
2432         * message.el (message-mail): A compose-mail function should
2433         accept headers as strings.
2434
2435 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2436
2437         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2438         Add :vert-only tags.
2439         (message-mail): New arg RETURN-ACTION.
2440         (message-return-action): New var.
2441         (message-bury): Use it.
2442         (message-mode): Make it buffer-local.
2443         (message-send-and-exit): Always call message-bury.
2444
2445         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2446         message-mail.
2447
2448 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnimap.el (nnimap-convert-partial-article): Protect against
2451         zero-length body parts.
2452
2453         * mm-decode.el (mm-preferred-alternative-precedence):
2454         Discourage showing empty parts.
2455
2456         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2457         and stuff if the backend didn't return the article number.  This fixes
2458         an Exchange-related nnimap bug.
2459
2460         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2461         group window, because it does the wrong thing when a separate frame
2462         displays the group buffer.
2463
2464         * proto-stream.el (open-protocol-stream): Protect against the low-level
2465         transport functions returning nil.
2466
2467 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2468
2469         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2470         (mml2015-epg-find-usable-secret-key): New function.
2471         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2472         mml2015-epg-find-usable-key (Bug#7797).
2473         (mml2015-epg-encrypt): Ditto.
2474
2475 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * dgnushack.el (rot13-string): Fix the way to get the argument.
2478
2479 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2482
2483 2011-01-03  Glenn Morris  <rgm@gnu.org>
2484
2485         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2486
2487         * sieve.el (sieve-open-server): Give a more explicit error if
2488         sieve-manage-open returns nil.  (Bug#7720)
2489
2490 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2491
2492         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2493
2494 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2497         This avoids sending passwords in plain text over non-encrypted
2498         channels.
2499
2500         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2501
2502         * nnimap.el (nnimap-login): Refactored out into own function, and
2503         implement CRAM-MD5.
2504         (nnimap-wait-for-line): Refactored out.
2505
2506         * mm-view.el (mml-smime): Require.
2507
2508 2010-12-20  David Engster  <deng@eml.cc>
2509
2510         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2511         use EPG to decrypt S/MIME messages instead of openssl.
2512
2513 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2516
2517         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2518         status is the group clearly is unreachable.
2519
2520         * auth-source.el (auth-source-create): Add the optional second
2521         parameter to `local-variable-p' to be compatible with XEmacs.
2522
2523 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2524
2525         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2526         work when using a compressed nnml folder.
2527
2528 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2531         backends after sanitising on entry, because this never makes sense:
2532         If the articles have gone missing, then the data no longer exists on
2533         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2534         overwrite anything anyway.
2535
2536         * shr.el (shr-insert-document): Bind shr-width dynamically to
2537         window-width if it's nil.
2538
2539 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2540
2541         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2542         with the meaning of using the full emacs window width for rendering.
2543
2544 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2545
2546         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2547         case when sender is not given.
2548
2549 2010-12-23  Julien Danjou  <julien@danjou.info>
2550
2551         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2552         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2553         the addresses, otherwise we might misplaced the gravatar.
2554
2555 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2556
2557         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2558         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2559         obsolete in Emacs.
2560
2561 2010-12-20  Julien Danjou  <julien@danjou.info>
2562
2563         * gnus-util.el (gnus-rescale-image): Revert last change.
2564
2565 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2566
2567         * binhex.el: Improve commentary (Bug#7482).
2568
2569 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-group.el (gnus-group-delete-articles): New command.
2572
2573 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2574
2575         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2576
2577 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2580         here, since it's up to the backends to do CRLF removal if their
2581         protocol has it.
2582
2583         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2584
2585 2010-12-17  Julien Danjou  <julien@danjou.info>
2586
2587         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2588         they are from file. Can also scale up.
2589
2590 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2591
2592         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2593         gnus-use-agent.
2594         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2595
2596         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2597
2598 2010-12-17  Julien Danjou  <julien@danjou.info>
2599
2600         * gravatar.el (gravatar-retrieve-synchronously): New function.
2601         (gravatar-get-data): Make more robust.
2602
2603 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2606
2607 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2610         to really consider the last line.
2611
2612 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2613
2614         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2615         list of recipient keys, or use symmetric encryption if not a list.
2616         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2617         EPA override, replacing the call to `netrc-store-data'.
2618
2619 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2620
2621         * gnus-srvr.el: Avoid passing nil regexp argument to
2622         delete-matching-lines.
2623
2624 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2627         fetching stops when Gnus exits.
2628
2629         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2630         function.
2631         (nnfolder-request-expire-articles): Save all the buffers after doing
2632         expiry.
2633
2634         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2635         the last article", since that led to serious performance regressions
2636         when expiring nnml groups.
2637
2638 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2639
2640         * nnir.el: Improve customizations.
2641
2642 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2645
2646         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2647         group has been killed.
2648         (gnus-group-yank-group): Ditto.
2649
2650         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2651
2652         * nnimap.el (nnimap-request-update-group-status): New function.
2653
2654         * gnus-int.el (gnus-request-update-group-status): New interface
2655         function.
2656
2657         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2658         copying read-ness to the backends.
2659
2660         * nnimap.el (nnimap-quirk): New function.
2661         (nnimap-retrieve-group-data-early): Use it.
2662         (nnimap-quirks): New alist.
2663
2664 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2667         don't delete it within indentation.
2668
2669 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2672         previous line.
2673
2674 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2677         QRESYNC command by deleting a superfluous space which broke Cyrus
2678         servers.  This change will break other servers that are buggy the other
2679         way around.
2680
2681 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2682
2683         * spam.el: Reindent and fix long lines.
2684         (spam-copy-or-move-routine): Exclude invalid move destinations.
2685
2686 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2687
2688         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2689         installed the registry.
2690
2691 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2694
2695 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2696
2697         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2698         groupname doesn't contain "gmane".
2699
2700 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2703         and netrc-bound-and-true-p bindings.
2704         (netrc-parse): Cache the netrc contents.
2705
2706         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2707         (gnus-1): Don't create the nndrafts group twice.
2708         (gnus-setup-news): There's no need to read the active file here, since
2709         that's done again later on a per-backend basis.
2710         (gnus-start-draft-setup): Make sure that the new group is started out
2711         empty.
2712
2713         * gnus-agent.el (gnus-agentize): Don't create the queue group
2714         automatically on startup.  It'll be created later, if needed.
2715
2716         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2717         of automatically subscribed groups.
2718         (gnus-auto-subscribed-categories): New variable.
2719         (gnus-matches-options-n): Use it.
2720         (gnus-default-subscribed-newsgroups): Remove unused variable.
2721         (gnus-start-draft-setup): Message a bit less.
2722
2723 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2724
2725         * nnir.el (nnir-run-imap): Return article list in order of increasing
2726         UID.
2727
2728 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-sum.el (gnus-summary-enter-digest-group):
2731         Mention gnus-auto-select-on-ephemeral-exit.
2732
2733         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2734         convention of the network-only option.
2735
2736 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * proto-stream.el (proto-stream-open-network-only): New function to
2739         have a way to specify non-STARTTLS upgrade connections.
2740
2741 2010-12-10  Julien Danjou  <julien@danjou.info>
2742
2743         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2744         email address is nil.
2745
2746         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2747
2748 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2749
2750         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2751         deletion.
2752         (nnir-run-imap): Only need to parse list once.
2753
2754 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * shr.el (shr-tag-script): Ignore <script>.
2757         (shr-tag-label): Add <label> support.
2758
2759 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2762
2763         * shr.el (shr-image-displayer): Work for images lined side by side.
2764
2765 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2766
2767         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2768         parameter, since XEmacs doesn't accept t as a parameter.
2769
2770 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2771
2772         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2773         ids.
2774         (nnir-run-gmane): Simplify groupspec formatting.
2775         (nnir-request-expire-articles): New function.
2776
2777 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2780         overflow, possibly.
2781
2782         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2783         (shr-render-td): Handle td style="" better.
2784         (shr-tag-table): Use the color from the style sheet.
2785         (shr-render-td): Make sure we copy over all the overlays, too.
2786
2787 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2790         (nnir-request-article): Improve article retrieval.
2791
2792 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * mm-util.el (mm-extra-numeric-entities): New variable.
2795
2796         * mm-url.el (mm-url-decode-entities):
2797         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2798
2799         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2800
2801 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2802
2803         * message.el: Use completion-at-point.
2804         (message-completion-function): New fun, extracted from message-tab.
2805         (message-mode): Use it for completion-at-point-functions.
2806         (message-tab): Use it and completion-at-point.
2807
2808 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2811         character if a non-breakable character follows.
2812
2813 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2816         any stream.
2817
2818         * shr.el (shr-tag-font): Colorize the region.
2819         (shr-tag-body): Ditto.
2820         (shr-tag-font): Actually let the styles be inherited instead of
2821         overwriting them.
2822         (shr-tag-font): Get the background color right.
2823         (shr-tag-style): Ignore all <style> tags for the moment.
2824
2825         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2826         a Message-ID to avoid having nnimap depend on gnus-sum.
2827
2828         * shr.el (shr-descend): Only colorize something if we have a node that
2829         sets colors.
2830
2831 2010-12-06  Julien Danjou  <julien@danjou.info>
2832
2833         * shr.el (shr-render-td): Render td content with shr-descend, so style
2834         will be applied to <td> too.
2835         (shr-colorize-region): Colorize region even if we only have a background.
2836         (shr-tag-body): Fix color and background color inheritance.
2837         Do not recolorize after shr-generic.
2838         (shr-tag-font): Let shr-generic colorize via inheritance.
2839
2840 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2843
2844 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2845
2846         * nnir.el (nnir-request-move-article): Remove obsolete code.
2847
2848 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2851
2852 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-sum.el (gnus-summary-respool-article): The completion function
2855         expects a list instead of an alist.
2856
2857         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2858         string as the parameter.
2859
2860         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2861
2862         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2863         styles.
2864         (shr-colorize-region): New function.
2865         (shr-insert-background-overlay): Remove.
2866         (shr-render-td): Background setting should be taken care of on a higher
2867         level.
2868         (shr-tag-body): Use post-hoc colorizations.
2869         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2870         (shr-put-color-1): Don't overwrite old colors.
2871         (shr-colorize-region): When the background color isn't explicit, use
2872         a fixed background.
2873
2874         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2875         nnmail variables.
2876
2877 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2878
2879         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2880         unless necessary.
2881
2882 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2883
2884         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2885         server.
2886
2887 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2890         so that TAB works.
2891
2892         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2893         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2894
2895         * shr.el (shr-urlify): Show the URL before the title to avoid
2896         misleading URLs.
2897
2898 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2899
2900         * shr.el (shr-urlify): Display the title in <a> tags.
2901
2902 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2903
2904         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2905
2906 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2907
2908         * nnir.el: Rearrange code to allow macros to be autoloaded by
2909         gnus-sum.el.
2910         (nnir-retrieve-headers-override-function): Make this variable
2911         customizable.
2912         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2913
2914         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2915         from nnir.el.
2916
2917 2010-12-03  Julien Danjou  <julien@danjou.info>
2918
2919         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2920
2921 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2924         allow optional argument `environment'.
2925
2926 2010-12-03  Glenn Morris  <rgm@gnu.org>
2927
2928         * mm-extern.el (message-goto-body): Update declaration.
2929
2930 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * gnus-util.el (gnus-macroexpand-all): New function.
2933
2934         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2935         instead of macroexpand-all that is unavailable in XEmacs.
2936
2937 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2938
2939         * nnir.el (nnir-summary-line-format): New variable.
2940         (nnir-mode): Use it.
2941         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2942         (nnir-article-ids): Reimplement as defsubst.
2943         (nnir-retrieve-headers): Don't mangle the subject header.
2944         (nnir-run-imap): Use 100 as RSV score.
2945         (nnir-run-find-grep): Fix for full server searching.
2946         (nnir-run-gmane): Better restriction to gmane groups.
2947
2948         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2949         summary buffers.
2950
2951 2010-12-02  Julien Danjou  <julien@danjou.info>
2952
2953         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2954
2955         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2956
2957         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2958         support.
2959
2960 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2961
2962         * nnir.el: Update to handle the registry better.
2963         (autoload): Silence byte-compiler.
2964         (nnir-open-server): Add a hook for nnir groups.
2965         (nnir-request-move-article): Don't mangle the header. Better to use
2966         formating variables (which will be added in the future).
2967         (nnir-registry-action): Update the registry using the original article
2968         group name.
2969         (nnir-mode): Install nnir-specific hooks for updating the registry.
2970
2971         * gnus-sum.el
2972         (gnus-article-original-subject,gnus-newsgroup-original-name):
2973         Remove obsolete variables.
2974         (gnus-summary-move-article): Remove use of obsolete variables.
2975         (gnus-summary-local-variables): Make move and delete hooks local to
2976         summary buffers.
2977
2978 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * rtree.el: New file.
2981
2982 2010-12-01  Julien Danjou  <julien@danjou.info>
2983
2984         * message.el (message-user-organization): Do not use
2985         gnus-local-organization.
2986
2987         * gnus.el: Remove gnus-local-organization.
2988
2989         * gnus-msg.el: Remove nastygram thing.
2990
2991 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2994         funcall.
2995
2996 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2999         names.
3000
3001         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3002         characters.
3003
3004         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3005         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3006         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3007         (gnus-gravatar-transform-address): Use mail-extract-address-components
3008         that supports non-ASCII names rather than mail-header-parse-addresses.
3009
3010 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * proto-stream.el (open-protocol-stream): All starttls connections are
3013         handled by the network handler.
3014
3015 2010-11-30  Julien Danjou  <julien@danjou.info>
3016
3017         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3018         (nnimap-open-connection-1): Fix PREAUTH.
3019
3020         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3021
3022 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3025         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3026         (shr-insert): Use them.
3027         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3028
3029 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3030
3031         * nnir.el (nnir-request-move-article): Bail out if original group
3032         doesn't support article moves.
3033         (nnir-get-active): Improve active list retrieval.
3034
3035 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3038
3039 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3040
3041         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3042         seem to accept strings-with-numbers as port numbers,
3043
3044 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3045
3046         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3047         change the registry.
3048
3049 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3052         delete-dups that is not available in XEmacs 21.4.
3053
3054         * mm-util.el (mm-delete-duplicates): Add comment.
3055
3056 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3057
3058         * nnir.el (nnir-ignored-newsgroups): New variable.
3059         (nnir-get-active): Use it.
3060
3061 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * proto-stream.el (proto-stream-open-network): Add some comments.
3064
3065         * nntp.el (nntp-open-connection): Provide a :success condition.
3066
3067         * nnimap.el (nnimap-open-connection-1): Ditto.
3068
3069         * proto-stream.el (proto-stream-open-network): See what the response to
3070         the STARTTLS command is.
3071
3072         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3073         backwards compatibility).
3074         (nnimap-open-connection-1): Really respect nnimap-server-port.
3075
3076         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3077         TLS upgrades we don't really care about the identity of the peer.
3078         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3079         that what we've checked for.
3080         (proto-stream-always-use-starttls): Only default to t if
3081         open-gnutls-stream exists.
3082         (proto-stream-open-network): If STARTTLS failed, then just open a
3083         normal connection.
3084         (proto-stream-open-network): Wait until the greeting before doing
3085         STARTTLS.
3086
3087         * nntp.el (nntp-open-connection): Report what the connection error is.
3088
3089         * proto-stream.el (open-protocol-stream): Rename from
3090         open-proto-stream.
3091
3092 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * nnimap.el (nnimap-stream): Change default to `undecided'.
3095         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3096         first, and then network.
3097         (nnimap-open-connection-1): Respect nnimap-server-port.
3098         (nnimap-open-connection): Be more backwards-compatible.
3099
3100         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3101         (proto-stream-open-starttls): De-duplicate the starttls code.
3102         (proto-stream-open-starttls): Folded back into the main function.
3103         (proto-stream-open-network): Fix typo in the gnutls path.
3104         (proto-stream-command): Refactor out.
3105
3106         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3107
3108         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3109         starttls.el STARTTLS.
3110
3111         * color.el (color-lab->srgb): Fix function call name.
3112
3113         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3114         if we're using tls.el.
3115         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3116         built in, then don't try to establish a STARTTLS connection.
3117
3118         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3119         servers.
3120
3121         * proto-stream.el (open-proto-stream): Use network, not stream.
3122         (open-proto-stream): Add a way to specify what the end of a command is.
3123
3124         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3125         connections types.
3126         (nntp-open-network-stream): Remove.
3127         (nntp-open-ssl-stream): Remove.
3128         (nntp-open-tls-stream): Remove.
3129         (nntp-ssl-program): Remove.
3130
3131         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3132
3133 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3134
3135         * nnir.el: Fix typos.
3136         (nnir-retrieve-headers-override-function): Rename variable to reflect
3137         new semantics.
3138         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3139         macros.
3140         (nnir-request-article, nnir-request-move-article): Use them.
3141         (nnir-categorize): New function.
3142         (nnir-run-query): Use it.
3143         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3144         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3145         sorted.
3146         (nnir-group-full-name): Use gnus-group-full-name instead.
3147         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3148         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3149
3150 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3153
3154         * proto-stream.el: New library to provide protocol-specific
3155         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3156         protocols.
3157         (open-proto-stream): Complete the documentation.
3158         (proto-stream-open-network): Fix some typos.
3159
3160         * nnimap.el (nnimap-open-connection): Use it.
3161
3162 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3163
3164         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3165         negotiation.
3166
3167 2010-11-26  Julien Danjou  <julien@danjou.info>
3168
3169         * color.el: Rename various rgb functions to srgb.
3170
3171 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3174         names.
3175
3176 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * shr.el (shr-insert): Revert last change.
3179         (shr-find-fill-point): Never leave point being at bol;
3180         relax the kinsoku limitation when rendering tables.
3181
3182 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3185         results from -accept-article.
3186
3187         * shr-color.el: Require cl when compiling.
3188
3189         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3190         checkin.
3191
3192         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3193
3194         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3195
3196         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3197         'add and 'delete to set backend marks.
3198
3199         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3200
3201         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3202
3203         * nntp.el (nntp-request-set-mark): Use it.
3204
3205         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3206
3207         * nnml.el (nnml-request-set-mark): Ditto.
3208
3209         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3210         introduces regressions in article selection.
3211         (nnimap-find-uid-response): New function.
3212         (nnimap-request-accept-article): Use the UID returned, if any.
3213         (nnimap-request-move-article): Use the UID returned, if any.
3214         (nnimap-get-groups): Reimplement to work with folded lines.
3215         (nnimap-find-uid-response): The UID is the last element in the list.
3216         (nnimap-request-set-mark): Extend syntax with 'set.
3217
3218         * nnml.el (nnml-request-set-mark): Ditto.
3219
3220         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3221
3222         * nntp.el (nntp-request-set-mark): Ditto.
3223
3224 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * message.el (message-called-interactively-p): A temporary macro.
3227         (message-goto-body): Use it temporarily.
3228
3229 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3232         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3233         (nnimap-last-response-string): Fix last unfolding fix.
3234
3235 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * shr.el (shr-insert): Fix the way to fold lines.
3238
3239 2010-11-25  Julien Danjou  <julien@danjou.info>
3240
3241         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3242
3243         * color.el: Rename from color-lab.el
3244         (color-rgb->hex): Add.
3245         (color-complement): Add.
3246         (color-complement-hex): Add.
3247
3248         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3249
3250 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3253         don't exist.
3254
3255 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3258         assuming that article displaying or another mml-preview may be
3259         interrupted for an error or for the like.
3260
3261         * shr.el (shr-get-background): Fix argument name.
3262
3263 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3266
3267         * gnus-sum.el (gnus-summary-include-articles): New function.
3268
3269         * message.el (message-goto-body): called-interactively-p needs a
3270         parameter, so use `any'.
3271
3272         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3273         clear marks before moving, since they're synced from the Gnus side
3274         first.
3275
3276         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3277         (gnus-summary-move-article): Copy over all marks before moving, so that
3278         IMAP doesn't think a new article has arrived.
3279
3280 2010-11-24  Julien Danjou  <julien@danjou.info>
3281
3282         * shr.el (shr-insert-background-overlay): Fix typo.
3283         (shr-render-td): Copy the background before rendering.
3284
3285         * shr-color.el (shr-color-visible): Fix docstring.
3286
3287         * shr.el (shr-tag-table): Add bgcolor support.
3288         (shr-render-td): Add bgcolor support.
3289         (shr-get-background): Add.
3290         (shr-insert-foreground-overlay): Use shr-get-background.
3291
3292         * message.el (message-goto-body): Use called-interactively-p.
3293         (message-in-body-p): message-goto-body returns point.
3294
3295 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3298         Fixes something or other in Emacs 23, and is backwards compatible.
3299
3300         * message.el (message-goto-body): Remove the <#secure special-casing,
3301         which is too special.
3302
3303         * shr.el (shr-parse-style): Drop !important from styles.
3304
3305 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3306
3307         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3308         this function to return incorrect results when calling it with an
3309         explicit article argument different from
3310         (gnus-summary-article-number).
3311
3312 2010-11-24  Julien Danjou  <julien@danjou.info>
3313
3314         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3315         (shr-tag-body): Add background support.
3316         (shr-descend): Add background support.
3317         (shr-tag-title): Add.
3318
3319         * shr-color.el (shr-color-visible): Really return original background
3320         if fixed.
3321
3322 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * shr.el (shr-color-check): Protect against non-existent colour names.
3325
3326 2010-11-24  Julien Danjou  <julien@danjou.info>
3327
3328         * color-lab.el: Require 'cl when compiling.
3329
3330         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3331
3332         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3333         matched part.
3334
3335         * color-lab.el: Fix all expt calls to use float type.
3336
3337 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3340         expression to shr-color-check as is.
3341
3342         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3343
3344         * color-lab.el: Add coding cookie.
3345         (float-pi): Use eval-and-compile.
3346
3347         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3348         compiled for Emacsen having no `libxml-parse-html-region' support.
3349
3350 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * shr.el (shr-insert-color-overlay): Split stuff like
3353         "#444444 !important" to find the real colour.
3354         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3355         parse <font color="red"> entries.
3356
3357 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3358
3359         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3360         point when parsing headers.
3361
3362         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3363         is positioned properly when parsing headers.
3364
3365 2010-11-23  Julien Danjou  <julien@danjou.info>
3366
3367         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3368
3369         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3370
3371         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3372
3373         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3374         Use shr-color-hue-to-rgb.
3375         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3376
3377 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * shr.el (shr-color->hexadecimal): Autoload.
3380         (shr-descend): Add color to all tags.
3381
3382 2010-11-22  Julien Danjou  <julien@danjou.info>
3383
3384         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3385         shr-color->hexadecimal.
3386
3387         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3388         RGB() or HSL() color representation.
3389
3390         * shr.el (shr-tag-font): Add.
3391         (shr-tag-color-check): New function to get better colors.
3392         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3393         tag-span.
3394
3395         * shr-color.el: New file.
3396
3397         * color-lab.el: New file.
3398
3399         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3400
3401 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3402
3403         * nnir.el: Fix typo in comments.
3404         (nnir-run-imap): Simplify code. No need to reverse artlist.
3405         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3406
3407 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3410
3411         * nnimap.el (nnimap-get-capabilities): Refactor out.
3412         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3413
3414 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3415
3416         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3417         appearing when `mm-uu-hide-markers' is nil.
3418
3419 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * nnimap.el (nnimap-unselect-group): Make into its own function.
3422         (nnimap-request-rename-group): Unselect group before renaming.
3423         This had gotten lost somewhere.
3424         (nnimap-request-accept-article): Keep track of examined groups, and
3425         unselect the group before APPENDing to read-only groups.
3426         (nnimap-request-move-article): Clear flags before moving so that they
3427         can be re-set later.
3428
3429 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3432         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3433
3434 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-art.el (gnus-mime-display-single)
3437         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3438         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3439         parameter.
3440
3441 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3444         (shr-table-vertical-line): New variable.
3445         (shr-insert-table): Use it.
3446
3447 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-html.el (gnus-html-wash-images): Don't display images if
3450         gnus-inhibit-images is non-nil; register displayer for cid images.
3451         (gnus-html-display-image): Work for cid image.
3452         (gnus-html-insert-image): Allow arguments.
3453         (gnus-html-put-image): Inhibit read-only.
3454         (gnus-html-prefetch-images): Don't prefetch images if
3455         gnus-inhibit-images is non-nil.
3456
3457 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * shr.el (shr-put-image): Break lines when inserting big pictures.
3460
3461 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3462
3463         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3464         sender, thanks Katsumi Yamaoka.
3465
3466 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3467
3468         * nnir.el (nnir-run-imap): Reverse the article list for each group
3469         rather than the whole list.
3470
3471 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * shr.el (shr-image-displayer): Protect function against non-existent
3474         image source.
3475
3476         * gnus-art.el (gnus-inhibit-images): New user option.
3477         (gnus-mime-display-single): Don't display image if it is non-nil.
3478
3479         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3480         gnus-inhibit-images.
3481
3482         * shr.el (shr-image-displayer): New function.
3483         (shr-tag-img): Use it.
3484
3485 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3486
3487         * mml2015.el (mml2015-epg-sign): Use From header.
3488
3489 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3492
3493         * gnus-util.el (gnus-find-text-property-region): Return markers.
3494
3495         * shr.el (shr-tag-img): Put a displayer in the text property.
3496
3497         * gnus-util.el (gnus-find-text-property-region): New utility function.
3498
3499         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3500         (gnus-html-show-images): Remove.
3501
3502         * gnus-art.el (gnus-article-show-images): New, more general function.
3503
3504         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3505         image url text properties.
3506
3507         * shr.el: Ditto.
3508
3509         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3510         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3511
3512 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3515         work for two or more articles.
3516
3517 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3520         divide an image that's in an html article to two or more when washing
3521         non-ASCII characters in alt text of it.
3522
3523 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3526         smime-decrypt-region using function argument.
3527         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3528
3529         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3530
3531         * smime.el (smime-decrypt-region): Catch it.
3532
3533 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3534
3535         * smime.el (smime-mode-map): Move initialization into declaration.
3536         (gnus-run-mode-hooks): Don't autoload.
3537         (smime-mode): Use define-derived-mode.
3538
3539 2010-11-11  Glenn Morris  <rgm@gnu.org>
3540
3541         * smime.el (from): Restrict declaration to XEmacs.
3542
3543         * nnir.el (gnus-group-topic-name): Autoload.
3544
3545 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * shr.el (shr-insert): Don't break long line if it is because of
3548         kinsoku-bol characters in the line end.
3549
3550 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3551
3552         * nnir.el (nnir-request-move-article): Fix to provide original group
3553         and subject.
3554         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3555         been retrieved.
3556
3557         * gnus-sum.el (gnus-summary-move-article): Use original group and
3558         subject for virtual articles such as those in an nnir summary buffer.
3559
3560 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3563         least 21.5).
3564
3565         * smime.el (from): Declare it again for XEmacs.
3566
3567 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * message.el (message-resend): Don't disable encoding unless it's
3570         already encoded.
3571
3572         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3573         low-numbered articles.
3574
3575 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * rfc2047.el (rfc2047-syntax-table): Simplify.
3578
3579         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3580
3581         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3582         set-char-table-range for XEmacs.
3583
3584 2010-11-10  Glenn Morris  <rgm@gnu.org>
3585
3586         * time-date.el (time-to-seconds): Always an alias on Emacs,
3587         never a real function.
3588         (with-no-warnings): Remove compat stub, now unused.
3589         (time-less-p): Doc fix.
3590         (time-to-number-of-days): Simplify.
3591
3592         * smime.el (from): Remove unused declaration.
3593
3594         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3595         (gnus-float-time): On Emacs, always an alias.
3596
3597         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3598         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3599
3600 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * dgnushack.el: Don't use ignore-errors in the top level form since it
3603         is unavailable in XEmacs even if cl is loaded.
3604
3605         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3606
3607 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * shr.el (browse-url-mailto): Autoload.
3610
3611         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3612
3613         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3614         regexp doesn't need quoting.
3615
3616 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3617
3618         * message.el (message-subject-trailing-was-ask-regexp)
3619         (message-subject-trailing-was-regexp): Match was: in addition to was.
3620
3621 2010-11-09  Glenn Morris  <rgm@gnu.org>
3622
3623         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3624         (nnbabyl-check-mbox): Use point-at-bol.
3625
3626 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3629
3630         * message.el (message-mailto): New function.
3631         (message-mailto): Should accept other parameters.
3632         (message-mailto): Remove since it duplicates browse-url-mailto
3633         functionality.
3634
3635 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3638         methods.
3639         (gnus-read-active-file): Ditto.
3640
3641         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3642         ": " from the prompt.
3643         (gnus-group-make-group): Ditto.
3644
3645 2010-11-07  Glenn Morris  <rgm@gnu.org>
3646
3647         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3648         (gnus-bookmark-kill-line): Use point-at-eol.
3649
3650 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3653         asterisks in From header.
3654
3655 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3658         string to avoid making the From headers syntactically invalid.
3659
3660         * message.el (message-send-mail): Don't insert courtesy messages if the
3661         message already has List-Post and List-ID messages.
3662
3663 2010-11-06  Glenn Morris  <rgm@gnu.org>
3664
3665         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3666         `condition', `type', `length' a prefix.
3667         (gnus-treat-predicate): Update for above name changes.
3668
3669 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3670
3671         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3672         binding.  Handled by `gnus-summary-refer-thread' instead.
3673         (nnir-warp-to-article): New backend function.
3674
3675         * nnimap.el (nnimap-request-thread): Force dependency updating.
3676
3677         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3678         (gnus-summary-refer-thread): Rework to improve thread-referral.
3679
3680         * gnus-int.el (gnus-warp-to-article): New function.
3681
3682         * gnus-sum.el (gnus-summary-article-map): Bind it.
3683
3684 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3685
3686         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3687         gnus-summary-refer-thread.
3688
3689         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3690         headers.
3691         (gnus-summary-limit-include-thread): Prevent articles in thread from
3692         being cut in gnus-cut-threads.
3693         (gnus-summary-refer-thread): Limit retrieved headers to those in
3694         thread.
3695
3696 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * message.el (message-send-mail): Use the value of
3699         message-courtesy-message from the message buffer.
3700
3701         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3702
3703         * shr.el (shr-browse-url): Implement mailto: URLs.
3704
3705         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3706         "raw".
3707
3708         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3709         if it's already selected.
3710
3711         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3712
3713 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3716         to measure the length and truncate alt text.
3717
3718 2010-11-03  Glenn Morris  <rgm@gnu.org>
3719
3720         * nndiary.el (nndiary-generate-nov-databases-1)
3721         (nndiary-generate-active-info): Rename dynamic variable `files' to
3722         something less generic.
3723
3724 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3725
3726         * nnir.el (nnir-request-move-article): Call the underlying backend to
3727         move articles from nnir.
3728
3729 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3732
3733 2010-11-02  Julien Danjou  <julien@danjou.info>
3734
3735         * nnir.el: Remove wais support.
3736
3737 2010-11-02  Glenn Morris  <rgm@gnu.org>
3738
3739         * gnus-html.el: Reorder requirements to quieten compiler.
3740
3741 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3744         properly for XEmacs as well.
3745         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3746         (gnus-article-natural-long-line-p): Use window-width rather than
3747         frame-width.
3748
3749 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3750
3751         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3752         (nnir-read-parms): Don't modify query.
3753         (nnir-run-query): Add ability to search topic on current line.
3754         (nnir-get-active): Clean up.
3755
3756 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3759         degenerate articles.
3760
3761         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3762         (gnus-print-buffer): Just print the buffer as is, without any copying
3763         to a buffer and then re-highlighting.
3764
3765         * nnimap.el (nnimap-request-group): Store the new updated info.
3766         (nnimap-request-group): Select the group when we don't know whether it
3767         exists or not.
3768
3769         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3770         groups.
3771
3772         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3773         groups.
3774
3775         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3776         groups.
3777
3778         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3779         long-lines case by only filling the long lines.
3780
3781         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3782         (bug #7311).
3783
3784 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * shr.el: No need to declare `declare-function' since shr.el is for
3787         only Emacsen that provide `libxml-parse-html-region'.
3788
3789         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3790         effective only in a file it is referred to.
3791
3792 2010-11-01  Glenn Morris  <rgm@gnu.org>
3793
3794         * mm-util.el (gnus-completing-read): Autoload.
3795         (mm-read-coding-system): Simplify Emacs definition.
3796
3797         * nnmail.el (gnus-activate-group):
3798         * nnimap.el (gnutls-negotiate):
3799         * nntp.el (netrc-parse): Fix declarations.
3800
3801 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3804         string-match-p in Emacs >=23.
3805
3806         * gnus-msg.el (gnus-configure-posting-styles)
3807         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3808
3809 2010-11-01  Glenn Morris  <rgm@gnu.org>
3810
3811         * nnir.el (declare-function): Add compat stub.
3812         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3813         (nnir-run-gmane): Require 'mm-url.
3814
3815         * mm-util.el (mm-string-to-multibyte): Simplify.
3816
3817         * shr.el (declare-function): Add compat stub.
3818         (url-cache-create-filename): Declare.
3819         (mm-disable-multibyte, widget-convert-button): Autoload.
3820
3821         * smime.el (ldap-search): Declare.
3822         (smime-cert-by-ldap-1): Require ldap on Emacs.
3823
3824         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3825         (nnimap-keepalive): Use gnus-float-time.
3826
3827         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3828         (mail-source-delete-crash-box): Use gnus-float-time.
3829
3830         * gnus-dired.el (gnus-completing-read): Autoload.
3831
3832         * mm-view.el (gnus-rescale-image): Autoload.
3833
3834         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3835
3836         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3837
3838         * sieve-manage.el: Require 'cl when compiling.
3839
3840         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3841         (gnus-iswitchb-completing-read): Require iswitchb.
3842         (gnus-select-frame-set-input-focus): Silence compiler.
3843
3844 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * message.el (message-subject-trailing-was-query): Change default to t,
3847         since I think that's what most people want.
3848
3849         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3850         appending for easier debugging.
3851         (nnimap-wait-for-connection): Take a regexp.
3852         (nnimap-request-accept-article): Wait for the continuation line before
3853         sending anything unless we're streaming.
3854
3855         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3856         leave the header washing to take place.
3857
3858 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3859
3860         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3861         regular expression match and replace in posting styles.
3862
3863 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3864
3865         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3866         an entire server.
3867         (nnir-get-active): New function.
3868         (nnir-run-imap): Use it.
3869         (nnir-run-gmane): Who knew, gmane search returns an article score!
3870
3871         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3872         server on the current line with nnir.
3873
3874 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3877         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3878         left edge.
3879         (gnus-article-foldable-buffer): Skip past the prefix when determining
3880         raggedness.
3881
3882         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3883         the raw article, and change `C-u g' to show the article without doing
3884         treatments.
3885
3886         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3887         on to `gnus-treat-article'.
3888         (gnus-inhibit-article-treatments): New variable.
3889
3890         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3891
3892         * gnus-art.el (gnus-treatment-function-alist): Have
3893         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3894         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3895         sections.
3896
3897         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3898         parameter.
3899         (gnus-article-fill-cited-long-lines): New function.
3900         (gnus-article-fill-cited-article): Allow filling only long sections.
3901
3902         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3903         and non-punctuation (like after the apostrophe in "'We").
3904
3905         * gnus-sum.el (gnus-summary-select-article): Make sure
3906         gnus-original-article-buffer is alive.
3907
3908         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3909         reflect the order they're in in the digest.
3910
3911         * gnus.el (gnus-group-startup-message): Move point to the start of the
3912         buffer.
3913
3914         * nnimap.el (nnimap-capability): New function.
3915         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3916         is set.
3917
3918 2010-10-31  David Engster  <dengste@eml.cc>
3919
3920         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3921         conform with changes to gnus-completing-read.
3922
3923 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3926
3927 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3928
3929         * nnir.el: Move defvar, defcustom around to keep file organized
3930         and keep byte-compiler quiet.
3931         (nnir-read-parms): Accept search-engine as arg.
3932         (nnir-run-query): Pass search-engine as arg.
3933         (nnir-search-engine): Remove.
3934
3935 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * shr.el (shr-generic): The text nodes should be text, not :text.
3938
3939         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3940         later in the file.
3941
3942 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3943
3944         * nnir.el: General clean up.  Allow searching with multiple engines.
3945         Allow separate extra-parameters for each engine.
3946         Batch queries when possible.
3947         (nnir-imap-default-search-key,nnir-method-default-engines):
3948         Add customize interface.
3949         (nnir-run-gmane): New engine.
3950         (nnir-engines): Use it.  Qualify all prompts with engine name.
3951         (nnir-search-engine): Remove global variable.
3952         (nnir-run-hyrex): Restore for now.
3953         (nnir-extra-parms,nnir-search-history): New variables.
3954         (gnus-group-make-nnir-group): Use them.
3955         (nnir-group-server): Remove in favor of gnus-group-server.
3956         (nnir-request-group): Avoid searching twice.
3957         (nnir-sort-groups-by-server): New function.
3958
3959 2010-10-30  Julien Danjou  <julien@danjou.info>
3960
3961         * gnus-group.el: Remove gnus-group-fetch-control.
3962
3963         * gnus-start.el (gnus-find-new-newsgroups):
3964         Remove gnus-check-first-time-used.
3965
3966         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3967
3968 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3969
3970         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3971         set on groups that don't have \* permanentflags.
3972
3973 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3976         control the background color.
3977         (shr-tag-img): Ignore very small web bug type images.
3978         (shr-put-image): Add help-echo alt texts to the images.
3979         (shr-tag-video): Show the video poster image.
3980
3981 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * shr.el (shr-table-depth): New variable.
3984         (shr-tag-table-1): Only insert the images after the top-level table.
3985
3986         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3987
3988         * gnus-util.el (gnus-list-memq-of-list): New function.
3989
3990         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3991         selected.
3992         (nnimap-unsplittable-articles): New slot.
3993         (nnimap-new-articles): Use it.
3994
3995 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3996
3997         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3998         move to the previous line on `M-g'.
3999
4000 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4003         *-request-group, which seems unnecessary.
4004
4005         * nnimap.el (nnimap-quote-specials): Function copied over from
4006         imap.el.
4007         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4008         they support that.  Suggested by Tom Regner.
4009
4010 2010-10-29  Julien Danjou  <julien@danjou.info>
4011
4012         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4013         defalias.
4014         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4015
4016         * gnus.el: Remove `gnus-nntp-service' variable.
4017         (gnus-secondary-servers): Make obsolete.
4018         (gnus-nntp-server): Make obsolete.
4019
4020         * gnus-start.el (gnus-1): Remove x-splash calls.
4021
4022         * gnus-ems.el (gnus-x-splash): Remove.
4023
4024         * gnus.el (gnus-group-startup-message): Simplify/update code.
4025
4026         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4027         definition.
4028
4029         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4030         capability before doing anything.
4031         (gnus-group-insert-group-line): Remove useless
4032         gnus-group-remove-excess-properties.
4033
4034 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4037
4038 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039
4040         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4041         config after reselecting.
4042
4043 2010-10-28  Julien Danjou  <julien@danjou.info>
4044
4045         * shr.el (shr-put-image): Use point even if only inserting text.
4046         (shr-put-image): Save excursion when inserting alt text on non-graphic
4047         display, so the behaviour is the same when we are on a graphic display.
4048
4049         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4050
4051 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4054         (gnus-mime-copy-part): Check coding system, not charset.
4055         (gnus-mime-view-part-externally): Never remove part.
4056         (gnus-mime-view-part-internally): Don't remove part here.
4057         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4058         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4059         multipart/alternative.
4060
4061         * mm-decode.el (mm-display-part): Take optional arg `force'.
4062
4063 2010-10-26  Julien Danjou  <julien@danjou.info>
4064
4065         * gnus-group.el (gnus-group-default-list-level): Add this function to
4066         compute the default list level.
4067         (gnus-group-default-list-level): Add possibility to use a function.
4068
4069 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4072
4073         * gnus-group.el (gnus-group-completing-read)
4074         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4075         gnus-replace-in-string.
4076
4077 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * shr.el (shr-tag-div): Add.
4080
4081         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4082
4083 2010-10-25  Julien Danjou  <julien@danjou.info>
4084
4085         * gnus-util.el: Remove `gnus-with-local-quit'.
4086
4087         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4088
4089 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4092         the original article buffer.
4093
4094 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * nnimap.el (nnimap-request-head): New function.
4097         (nnimap-request-move-article): Try to be slighly faster by not
4098         requesting the entire message when moving.
4099         (nnimap-transform-headers): Don't bug out on bodiless articles.
4100         (nnimap-send-command): Have no outstanding messages if the IMAP server
4101         doesn't support streaming.
4102         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4103
4104 2010-10-24  Julien Danjou  <julien@danjou.info>
4105
4106         * message.el (message-default-headers): Fix type.
4107
4108 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4111         prefetching images.
4112
4113         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4114         backend for unknown groups.  This is mainly useful for nnimap groups.
4115
4116         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4117         group isn't covered by the agent.
4118
4119 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4120
4121         * nnir.el (nnir-method-default-engines): New variable.
4122         (nnir-run-query): Use it.
4123         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4124         (gnus-summary-nnir-goto-thread): Change group if needed.
4125
4126         * gnus-group.el (gnus-group-group-map): Add key binding for
4127         gnus-group-make-nnir-group.
4128
4129 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * shr.el (shr-tag-object): Add.
4132
4133         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4134         original article buffer live.
4135         (gnus-summary-select-article-buffer):
4136         Mention gnus-widen-article-buffer.
4137
4138 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * shr.el (shr-tag-strong): Add.
4141
4142 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4145         group names.  They mess up the group buffer badly.
4146
4147         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4148
4149         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4150         instead of the summary one.
4151
4152 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * mml.el (mml-preview): Work properly when editing article.
4155
4156         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4157         gnus-have-read-active-file if it's already been in.
4158
4159 2010-10-22  Tom Tromey  <tromey@redhat.com>
4160
4161         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4162         gnus-group-completing-read.
4163
4164 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * message.el (message-mode-map): Don't bind M-; to comment region, to
4167         allow the global comment-dwim to work.
4168
4169 2010-10-21  Julien Danjou  <julien@danjou.info>
4170
4171         * message.el (message-setup-1): Allow message-default-headers to be a
4172         function.
4173
4174 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * shr.el (shr-tag-table): Simplify.
4177
4178 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4181         to avoid trying to snarf invalid stuff.
4182
4183         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4184
4185         * gnus.el (gnus-message-archive-group): Quote value.
4186         (gnus-message-archive-group): Mark as changed.
4187
4188         * shr.el (shr-add-font): Don't put the font properties on the newline
4189         or the indentation.
4190
4191         * message.el (message-fix-before-sending): Change options when sending
4192         non-printable characters.
4193
4194         * gnus.el (gnus-message-archive-method): Change the default to
4195         monthly outgoing groups.
4196
4197         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4198         that have gotten new numbers.
4199
4200         * nnimap.el (nnimap-request-replace-article): New function.
4201
4202 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4205         (nnrss-request-article): Don't use special html washing code.
4206
4207 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * shr.el (shr-tag-table): Remove useless nconc.
4210
4211 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-art.el (article-wash-html): Simplify and remove the charset
4214         stuff.  Use the normal html rendering code instead of the special html
4215         washing code.
4216
4217         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4218         `gnus-w3m' symbols.
4219         (mm-text-html-washer-alist): Remove.
4220
4221         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4222         (mm-inline-media-tests): Remove use.
4223         (mm-text-html-renderer): Change default to the `shr' symbol.
4224
4225         * mm-view.el (mm-inline-text-html): Remove use.
4226
4227         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4228         `gnus-blocked-images' to be a function.
4229         (gnus-article-wash-function): Remove.
4230
4231 2010-10-20  Julien Danjou  <julien@danjou.info>
4232
4233         * spam.el (spam-list-of-processors): Mark as obsolete.
4234
4235         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4236         (nnimap-insert-partial-structure): Fix boundary detection.
4237
4238 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4239
4240         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4241         run file-truename on remote files.  This can be expensive and even
4242         prevent one from editing drafts if some unrelated buffer has a stale
4243         connection.
4244
4245 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4248         kinsoku-eol regardless of shr-kinsoku-shorten.
4249         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4250         (shr-tag-table): Support caption, thead, and tfoot.
4251
4252 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4255         lines.
4256         (shr-save-contents): New command and keystroke.
4257
4258         * nndoc.el (nndoc-type-alist): Add git support.
4259         (nndoc-git-type-p): New function.
4260         (nndoc-transform-git-article): Ditto.
4261         (nndoc-transform-git-headers): Ditto.
4262         (nndoc-transform-git-headers): Generate Subject headers.
4263
4264         * shr.el (shr-parse-style): New function.
4265         (shr-tag-span): Ditto.
4266
4267         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4268         to `G G' to avoid collisions.
4269
4270 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * shr.el: Load kinsoku if necessary.
4273         (shr-kinsoku-shorten): New internal variable.
4274         (shr-find-fill-point): Make kinsoku shorten text line if
4275         shr-kinsoku-shorten is bound to non-nil.
4276         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4277         shr-indentation too when testing if table is wider than frame width.
4278         (shr-insert-table): Use `string-width' instead of `length' to measure
4279         text width.
4280         (shr-insert-table-ruler): Make sure indentation is done at bol.
4281
4282 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4283
4284         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4285         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4286         undecoded network data.
4287
4288 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4291         name in the mode line spec so that the mode line menu works
4292         (bug #2431).
4293
4294         * message.el (message-get-reply-headers): If we're fed `to-address',
4295         then always use that.
4296
4297         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4298         aren't so wide as to need to switch off the edit menu.
4299
4300         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4301         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4302
4303         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4304         `M-g'.
4305         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4306         the permanent marks.
4307
4308 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4309
4310         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4311         Splitting according to references/in-reply-to obeys the ignore-groups
4312         variable, while splitting by sender and subject do not.
4313
4314 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315
4316         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4317         alist, so that we can look for non-Unicode chars.
4318         (article-translate-strings): Allow both character and string maps.
4319
4320 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * shr.el (shr-insert): Don't insert space behind a wide character
4323         categorized as kinsoku-bol, or between characters both categorized as
4324         nospace.
4325
4326 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4327
4328         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4329         headers to gnus-newsgroup-headers.
4330
4331 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * shr.el (shr-tag-img): Don't align images -- since we're not
4334         rescaling, this often leads to ugly displays.
4335
4336 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4337
4338         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4339         duplicates.
4340
4341 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4342
4343         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4344         call.
4345
4346 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * gnus.el: Autoload gnus-html-show-images.
4349
4350         * nnimap.el: Use nnheader-message throughout.
4351
4352         * shr.el (shr-tag-img): Ignore images with no data.
4353
4354 2010-10-15  Julien Danjou  <julien@danjou.info>
4355
4356         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4357         a possibility to disable format=flow encoding when using hard newlines.
4358
4359 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * shr.el (shr-insert): Remove space inserted before or after a
4362         breakable character or at the beginning or the end of a line.
4363         (shr-find-fill-point): Do kinsoku; find the second best point or give
4364         it up if there's no breakable point.
4365
4366 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * nnimap.el (nnimap-open-connection): Message when opening connection
4369         for debugging purposes.
4370
4371         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4372         on every setup buffer call to allow this to change from article to
4373         article.
4374
4375         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4376         buffers where we have a wide table.
4377
4378 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4379
4380         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4381         uses *-request-thread.
4382
4383 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4386         incantation, which is no longer valid.
4387
4388 2010-10-14  Julien Danjou  <julien@danjou.info>
4389
4390         * shr.el: Fix defcustom type (char -> character).
4391
4392 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4395         programs.
4396
4397 2010-10-14  Julien Danjou  <julien@danjou.info>
4398
4399         * shr.el (shr-tag-a): Use url-link as widget type.
4400
4401         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4402         `gnus-group-get-icon'.
4403
4404 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4407         This should make server editing work better.
4408
4409         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4410
4411         * tls.el (tls-program): Remove spurious %s from openssl.
4412
4413         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4414         (nnimap-parse-flags): Fix regexp.
4415
4416         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4417         probably work for CJVK text, too.
4418
4419         * nnimap.el (nnimap-extend-tls-programs): Remove.
4420         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4421
4422         * tls.el (tls-starttls-switches): Remove starttls hack.
4423         (open-tls-stream): Ditto.
4424         (tls-find-starttls-argument): Ditto.
4425
4426 2010-10-13  Julien Danjou  <julien@danjou.info>
4427
4428         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4429         responses.
4430
4431 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4434
4435         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4436         anything in Emacs.
4437
4438         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4439
4440 2010-10-13  Julien Danjou  <julien@danjou.info>
4441
4442         * shr.el (shr-width): Make shr-width a defcustom with default to
4443         fill-column.
4444         (shr-tag-img): Use shr-width rather than fill-column.
4445
4446 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * dgnushack.el (byte-optimize-apply)
4449         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4450
4451         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4452         position when (X-)Faces exist.
4453         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4454         avatars when called interactively.
4455
4456 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4459         gnus-article-x-face-too-ugly is bound.
4460
4461 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4464
4465         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4466         mailbox that doesn't exist.
4467
4468 2010-10-12  Julien Danjou  <julien@danjou.info>
4469
4470         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4471         (shr-get-image-data): Encode URL properly when fetching from cache.
4472         (shr-tag-img): Use aligned-to spaces to align correctly images.
4473
4474         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4475         before inserting the Gravatar.
4476
4477         * shr.el (shr-tag-img): Add align attribute support for <img>.
4478
4479 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-gravatar.el (gnus-art): Require.
4482
4483         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4484         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4485         Remove long obsoleted functions.
4486
4487 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4490
4491         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4492
4493         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4494         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4495         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4496         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4497         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4498         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4499         * sieve-manage.el, smime.el, spam.el:
4500         Fix comment for declare-function.
4501
4502 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * nnimap.el (nnimap-request-rename-group): Select group read-only
4505         before renaming it.
4506
4507         * shr.el (shr-insert): Fix up the white space only regexp.
4508
4509         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4510         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4511
4512         * shr.el (shr-current-column): New function.
4513         (shr-find-fill-point): New function.
4514
4515 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4516
4517         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4518         numbers.
4519
4520 2010-10-11  Julien Danjou  <julien@danjou.info>
4521
4522         * shr.el (shr-hr-line): Add.
4523         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4524         display hr lines.
4525         (shr-max-columns): Do not change state to nil if we just inserting
4526         spaces.
4527
4528 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4531         select the last group.
4532
4533 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4534
4535         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4536
4537 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4538
4539         * dig.el (dig-mode-map): Declare and define in one step.
4540
4541 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4544         for Gnus.
4545         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4546         (nnimap-update-qresync-info): Mark \Seen articles as read.
4547
4548         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4549         non-variable, too.
4550
4551         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4552         available.
4553         (nnimap-update-info): Rely more on the current active than the param
4554         active to avoid marking articles as read too much.
4555
4556         * auth-source.el (auth-source-create): Use (user-login-name) for the
4557         user name default.
4558
4559         * nnimap.el (nnimap-update-info): If the server doesn't return any
4560         useful info, just use the previous info.
4561         (nnimap-update-info): Prefer old info over start-article.
4562         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4563
4564 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4565
4566         * nnir.el (autoload): Clean up autoloads.
4567         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4568         Use key rather than value.
4569         (nnir-imap-search-other): New variable.
4570         (nnir-read-parm): Use it.
4571         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4572         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4573
4574 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4575
4576         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4577         the process, too.
4578
4579 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * spam.el (gnus-summary-mode-map): Bind to "$".
4582         Suggested by Russ Allbery.
4583
4584         * shr.el: Rework the way things are indented by <li> slightly.
4585
4586         * gnus.el (gnus-group-set-parameter): Fix typo.
4587
4588         * nnimap.el: Start implementing QRESYNC support.
4589
4590 2010-10-09  Julien Danjou  <julien@danjou.info>
4591
4592         * nnir.el (nnir-engines): Fix too many arguments.
4593
4594 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4597         group is the "last", so that the backends like nnfolder actually save
4598         their folders.
4599
4600         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4601         try to use that for the tls stream.
4602         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4603         UIDVALIDITY and find out which groups are read-only and not.
4604         (nnimap-get-flags): Use the same marks parsing code as the rest of
4605         nnimap.
4606
4607 2010-10-09  Julien Danjou  <julien@danjou.info>
4608
4609         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4610
4611         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4612         retrieving gravatars.
4613
4614         * shr.el (shr-table-corner): Add.
4615         (shr-table-line): Add.
4616         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4617
4618 2010-10-08  Julien Danjou  <julien@danjou.info>
4619
4620         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4621
4622 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4625
4626         * gnus-sum.el (gnus-mark-article-as-unread)
4627         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4628         (gnus-summary-set-bookmark): Use it.
4629
4630         * gnus-msg.el (gnus-setup-message): Use it.
4631
4632         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4633
4634         * gnus.el (gnus-group-remove-parameter): Use it.
4635
4636         * gnus-group.el (gnus-group-make-web-group): Use it.
4637
4638         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4639
4640         * nnregistry.el: Update docs to mention manual.
4641
4642         * gnus-registry.el: Update docs to mention nnregistry.el.
4643         (gnus-registry-initialize): Don't install nnregistry refer method
4644         automatically.
4645         (gnus-registry-install-nnregistry): Remove it.
4646
4647 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * shr.el (shr-insert): Don't insert double spaces.
4650
4651 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-gravatar.el (gnus-treat-from-gravatar)
4654         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4655         called interactively.
4656
4657         * gnus-art.el (gnus-mime-view-part-externally)
4658         (gnus-mime-view-part-internally): Make predicate function passed to
4659         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4660         of a mime type.
4661
4662         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4663
4664 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665
4666         * shr.el (require): Require cl when compiling.
4667         (shr-tag-hr): New function.
4668
4669         * nnimap.el (nnimap-update-info): Remove double setting of high.
4670         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4671         This makes nnimap work properly on Courier again.
4672
4673         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4674         the variable for backwards compatibility.
4675
4676         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4677         the file name before using to avoid setting mm-default-directory to
4678         nil.
4679
4680         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4681         bidning gnus-agent variables.
4682
4683         * shr.el (shr-render-td): Use a cache for the table rendering function
4684         to avoid getting an exponential rendering behaviour in nested tables.
4685         (shr-insert): Rework the line-breaking algorithm.
4686         (shr-insert): Don't leave trailing spaces.
4687         (shr-insert-table): Also insert empty TDs.
4688         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4689
4690 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4691
4692         * gnus-sum.el (gnus-number): Rename from `number'.
4693         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4694         (gnus-summary-limit-children): Update uses correspondingly.
4695
4696 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4699         (gnus-gravatar-transform-address): Don't show avatars of people of
4700         which mail addresses match gnus-gravatar-too-ugly.
4701
4702 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * shr.el (shr-table-widths): Expand TD elements to fill available
4705         space.
4706
4707 2010-10-07  Julien Danjou  <julien@danjou.info>
4708
4709         * nnimap.el (nnimap-request-rename-group): Add this method.
4710
4711 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4714         name from XEmacs' function-arglist.
4715
4716         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4717         gravatar under XEmacs.
4718
4719 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4720
4721         * auth-source.el: Update docs with TODO items.
4722
4723         * gnus-sync.el: Update docs to explain state and plans.
4724
4725         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4726         Hooks for mark updates.
4727         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4728
4729         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4730         hooks with arguments, which is needed for mark update hooks.
4731
4732 2010-10-06  Julien Danjou  <julien@danjou.info>
4733
4734         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4735         was matched.
4736
4737         * sieve-manage.el: Update example in `Commentary'.
4738
4739         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4740
4741         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4742         not 2000.
4743         (sieve-manage-authenticate): Re-add function.
4744
4745 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * shr.el (shr-insert): Get 'space transition right.
4748         (shr-render-td): Only delete space at the end of the TD.
4749
4750         * nnimap.el (nnimap-open-connection): Prepare to support
4751         open-gnutls-stream.
4752
4753         * shr.el: Rearrange function order to be more logical.
4754
4755 2010-10-06  Julien Danjou  <julien@danjou.info>
4756
4757         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4758         (nnrss-discover-feed): Remove 404 URL in docstring.
4759
4760         * nnir.el: Fix Swish-E URL.
4761         Fix Namazu URL.
4762
4763         * message.el (message-change-subject): Remove 404 URL in a comment.
4764
4765 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4768         called interactively.
4769
4770         * gnus-util.el (gnus-remove-if): Allow hash table.
4771         (gnus-remove-if-not): New function.
4772
4773         * gnus-art.el (gnus-mime-view-part-as-type)
4774         * gnus-score.el (gnus-summary-score-effect)
4775         * gnus-sum.el (gnus-read-move-group-name):
4776         Replace remove-if-not with gnus-remove-if-not.
4777
4778         * gnus-group.el (gnus-group-completing-read):
4779         Regard collection as a hash table if it is not a list.
4780
4781 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4784
4785         * shr.el: Document the table-rendering algorithm.
4786
4787 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4790         for Emacsen having no `libxml-parse-html-region' support.
4791
4792 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4795         invalid URLs.
4796
4797         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4798         line-broken.
4799         (shr-tag-img): Ignore image fetching errors.
4800         (shr-overlays-in-region): Compute overlay positions correctly.
4801
4802         * mm-decode.el (mm-shr): Require shr.
4803
4804         * gnus-art.el (gnus-blocked-images): Move variable here.
4805
4806         * shr.el (shr-insert-table): Bind free variable.
4807
4808         * mm-decode.el (mm-shr): Bind shr-content-function.
4809
4810         * shr.el (shr-content-function): New variable.
4811
4812         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4813         added for symmetry.
4814
4815         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4816
4817         * gnus-group.el (gnus-group-make-group): Doc fix.
4818
4819         * nnimap.el (nnimap-request-newgroups): Return success.
4820
4821         * shr.el (shr-find-elements): New function.
4822         (shr-tag-table): Put all the images after the table.
4823         (shr-tag-table): Really inhibit images inside the table.
4824         (shr-collect-overlays): Copy over overlays from the TD elements to the
4825         main document.
4826
4827         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4828         gnus-blocked-images.
4829
4830 2010-10-05  Julien Danjou  <julien@danjou.info>
4831
4832         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4833
4834         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4835         (gnus-html-maximum-image-size): Add this function.
4836         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4837
4838         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4839         server-value of the capability is nil.
4840
4841 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * shr.el (shr-tag-em): Add <EM> tag.
4844
4845 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4846
4847         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4848         customizable.
4849
4850         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4851         handing broken links to browse-url.
4852
4853 2010-10-05  Julien Danjou  <julien@danjou.info>
4854
4855         * gnus-util.el (gnus-emacs-completing-read)
4856         (gnus-iswitchb-completing-read): Use autoload rather than require.
4857
4858 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4861         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4862         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4863         iswitchb-temp-buflist for XEmacs.
4864
4865         * gnus-util.el (gnus-completing-read-function): Exclude
4866         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4867         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4868         XEmacs.
4869
4870         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4871         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4872
4873         * gnus-html.el: Don't require help-fns under XEmacs.
4874         (gnus-html-schedule-image-fetching): Work for XEmacs.
4875
4876         * mm-decode.el (mm-shr): Decode contents by charset.
4877
4878 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4881         unknown.
4882
4883         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4884         (shr-get-image-data): Ensure against the cache file missing.
4885
4886         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4887         for data.
4888
4889         * spam-report.el (spam-report-url-ping-plain): Don't query about
4890         killing the process.
4891
4892         * shr.el (shr-render-td): Protect against too-wide text.
4893
4894 2010-10-04  Julien Danjou  <julien@danjou.info>
4895
4896         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4897         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4898
4899         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4900         retrieved.
4901
4902 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * shr.el (browse-url): Require.
4905         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4906         lines.
4907         (shr-show-alt-text, shr-browse-image): New commands.
4908         (shr-browse-url, shr-copy-url): New commands.
4909
4910         * gnus-sum.el (gnus-widen-article-window): New variable.
4911         (gnus-summary-select-article-buffer): Use it.
4912
4913         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4914         without @ signs.
4915
4916 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4917
4918         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4919
4920 2010-10-04  Julien Danjou  <julien@danjou.info>
4921
4922         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4923         for XEmacs.
4924
4925 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4928
4929         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4930         (nnimap-close-server): Implement.
4931
4932         * dgnushack.el (iswitchb): Require to shut up the compiler.
4933
4934         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4935         (shr-insert): Tweak line breaking.
4936         (shr-insert): Handle <pre> better.
4937         (shr-tag-li): Get <li> indentation right.
4938         (shr-tag-li): Get <li> indentation even righter.
4939         (shr-tag-blockquote): Ensure paragraph start.
4940         (shr-make-table): Tweak table generation.
4941         (shr-make-table): Fix typo.
4942
4943         * shr.el: Implement table rendering.
4944
4945 2010-10-04  Julien Danjou  <julien@danjou.info>
4946
4947         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4948
4949 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * shr.el (shr-insert): Use string anchors instead of line anchors.
4952
4953 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * shr.el: Add headings.
4956         (shr-ensure-paragraph): Actually work.
4957         (shr-tag-li): Make <ul> prettier.
4958         (shr-insert): Get white space at the beginning/end of elements right.
4959         (shr-tag-p): Collapse subsequent <p>s.
4960         (shr-ensure-paragraph): Don't insert double line feeds after blank
4961         lines.
4962         (shr-insert): \t is also space.
4963         (shr-tag-s): Fix "s" tag name function.
4964         (shr-tag-s): Fix face prop name.
4965
4966 2010-10-03  Julien Danjou  <julien@danjou.info>
4967
4968         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4969
4970         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4971         gnus-window-inside-pixel-edges.
4972
4973         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4974         gnus-ems.
4975
4976         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4977
4978         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4979         function.
4980
4981         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4982         resize choice.
4983
4984 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4987         beginning of the buffer.
4988
4989         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4990         article buffer again.
4991
4992         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4993
4994         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4995         when it's at the start of the buffer.
4996
4997         * shr.el (shr-tag-blockquote): Convert name.
4998         (shr-rescale-image): Use the right image-size variant.
4999
5000         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5001         buffer isn't shown, then select the current article first instead of
5002         bugging out.
5003         (gnus-summary-select-article-buffer): Show both the article and summary
5004         buffers again.
5005
5006         * shr.el (shr-fontize-cont): Protect against regions with no text.
5007         Rename tag functions to shr-tag-* for enhanced security.
5008         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5009
5010 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5011
5012         * shr.el (shr-insert):
5013         * pop3.el (pop3-movemail):
5014         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5015         loaded.
5016
5017 2010-10-03  Glenn Morris  <rgm@gnu.org>
5018
5019         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5020
5021         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5022
5023         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5024
5025         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5026
5027         * gnus-util.el (gnus-make-local-hook): Simplify.
5028
5029 2010-10-02  Julien Danjou  <julien@danjou.info>
5030
5031         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5032         (gnus-ido-completing-read): New function.
5033         (gnus-emacs-completing-read): New function.
5034         (gnus-completing-read): Use gnus-completing-read-function.
5035         Add gnus-completing-read-function.
5036
5037 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * shr.el (shr-insert-document): Autoload.
5040         (shr-img): Be silent.
5041         (shr-insert): Add a newline after every picture before text.
5042         (shr-add-font): Use overlays for combining faces.
5043         (shr-insert): Pass upwards the text start point.
5044
5045         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5046         possible.
5047         (mm-shr): New function.
5048
5049 2010-10-02  Julien Danjou  <julien@danjou.info>
5050
5051         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5052         should go backward.
5053
5054 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5055
5056         * shr.el (shr): Fix typo in provide call.
5057
5058 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * shr.el: New file.
5061
5062         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5063
5064         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5065         completing read.
5066
5067 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5070         we're being queried about.  Suggested by Dan Jacobson.
5071
5072         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5073         Suggested by Jason Eisner.
5074
5075         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5076         table, too.  Suggested by Stefan Wiens.
5077         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5078         the table unnecessary.  Suggested by Stefan Wiens.
5079
5080         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5081         longer needed, and probably doesn't work either, as pointed out by
5082         Stefan Wiens.
5083         (gnus-summary-exit): Remove call to the clearing function.
5084         (gnus-summary-exit-no-update): Ditto.
5085
5086         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5087         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5088         Reported by Stefan Monnier.
5089         (gnus-summary-save-in-rmail): Ditto.
5090
5091         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5092         article buffer, instead of both the article buffer and the summary
5093         buffer.  Sort of suggested by Dan Jacobson.
5094
5095         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5096
5097         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5098         Suggested by Dan Jacobson.
5099
5100         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5101         documentation clearer.
5102
5103         * message.el (message-shorten-references): Comment on the number "21".
5104         Suggested by Stefan Monnier.
5105
5106         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5107         Suggested by Dan Jacobson.
5108
5109         * gnus.el (gnus-large-newsgroup):
5110         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5111
5112         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5113         externalize attachments.  Bug reported by Steve Wen.
5114
5115         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5116         really message anything to the user.
5117
5118         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5119         directly.
5120
5121         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5122         messages in empty groups.
5123
5124 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5125
5126         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5127         non-UIDNEXT group.
5128
5129 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5132         not the value from the collection.
5133
5134         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5135         values.  This sometimes happens on some groups that have no info.
5136         (nnimap-request-newgroups): New function.
5137
5138 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5141         check into `gnus-registry-initialize'.
5142         (gnus-registry-initialize): Ditto.
5143         Fix and extend header docs.
5144
5145 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5148         regexp backtrace overflows.
5149
5150         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5151         for starttls that tls.el implements; i.e. openssl.
5152
5153         * tls.el (tls-starttls-switches): Give up on using starttls with
5154         gnutls-cli.
5155         (tls-program): Add --insecure to be consistent with the defaults from
5156         openssl s_client.  Now all three commands are insecure.
5157
5158 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * lpath.el: Bind completion-styles-alist for XEmacs.
5161
5162         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5163         (gravatar-create-image): New function that's an alias to
5164         gnus-xmas-create-image, gnus-create-image, or create-image.
5165         (gravatar-data->image): Use it.
5166
5167 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5168
5169         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5170         install the nnregistry refer method.
5171         (gnus-registry-install-hooks): Use it.
5172         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5173         unfollowed groups.
5174
5175 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5176
5177         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5178         expanding threads.
5179
5180 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * nnir.el: Use the server names without suffixes (bug #7009).
5183
5184         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5185         unencrypted to STARTTLS, if possible.
5186
5187 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5188
5189         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5190         headers before superseding.
5191
5192 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * nnrss.el (nnrss-use-local): Add documentation.
5195
5196         * nnimap.el (nnimap-extend-tls-programs): New function.
5197         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5198         (nnimap-wait-for-connection): Accept the greeting from the stupid
5199         output from openssl s_client -starttls, too.
5200
5201         * tls.el (tls-starttls-switches): New variable.
5202         (tls-find-starttls-argument): Use it.
5203         (open-tls-stream): Ditto.
5204
5205         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5206         (netrc-machine): Ditto.
5207
5208         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5209         article number.
5210         (nnimap-split-fancy): New variable.
5211         (nnimap-split-incoming-mail): Use it.
5212
5213         * nntp.el (nntp-server-list-active-group): Document.
5214
5215         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5216         SELECT to get the message-id.
5217
5218         * mail-source.el (mail-sources): Remove webmail support.
5219         (defvar): Ditto.
5220         (mail-source-fetcher-alist): Ditto.
5221         (mail-source-fetch-webmail): Remove.
5222
5223         * webmail.el: Remove -- doesn't seem relevant any more.
5224
5225         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5226
5227         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5228         the \r.
5229
5230 2010-09-30  Julien Danjou  <julien@danjou.info>
5231
5232         * gnus-agent.el (gnus-agent-add-group): Fix call to
5233         gnus-completing-read.
5234
5235 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * nndoc.el (nndoc-retrieve-groups): New function.
5238
5239         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5240         `default', use nnmail-split-methods.
5241         (nnimap-request-article): Downcase the NILs so that they are nil.
5242
5243         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5244         symbol.
5245
5246         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5247         code, since if the user has requested network, that's what they ought
5248         to get.
5249         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5250         (nnimap-split-rule): Mark as obsolete.
5251
5252         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5253         New variable.
5254
5255         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5256         correct slot, too.
5257
5258 2010-09-29  Julien Danjou  <julien@danjou.info>
5259
5260         * gnus.el (gnus-local-domain): Declare variable obsolete.
5261
5262         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5263         Fix history computing.
5264         (gnus-ido-completing-read): Require ido.
5265
5266 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5269         build Gnus.
5270
5271         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5272         when interpreting the structures.
5273         (nnimap-request-accept-article): Add \r\n to the lines to make this
5274         work with Cyrus.
5275
5276         * nndraft.el (nndraft-request-expire-articles): Use the group name
5277         instead if "nndraft".  Fix found by Nils Ackermann.
5278
5279 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5280
5281         * nnregistry.el: Add.
5282
5283 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5284
5285         * nnmail.el (group, group-art-list, group-art):
5286         Remove unneeded directives.
5287
5288 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5291         (mm-mime-charset)
5292         * rfc2047.el (rfc2047-syntax-table)
5293         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5294
5295         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5296         rather than `insert-file-contents' and `eval-region'.
5297
5298         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5299         construction.
5300
5301         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5302
5303         * time-date.el: No need to require cl for Emacs 21.
5304
5305 2010-09-29  Julien Danjou  <julien@danjou.info>
5306
5307         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5308         replacement of `gnus-gravatar-relief' to mimic
5309         `gnus-faces-properties-alist'.
5310         Add :version property.
5311
5312 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * mail-source.el (mail-source-report-new-mail)
5315         * message.el (message-default-mail-headers)
5316         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5317
5318         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5319
5320 2010-09-28  Julien Danjou  <julien@danjou.info>
5321
5322         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5323         mail-address contains the same string as real-name.
5324
5325         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5326         non-blank in header, otherwise it'll get stripped.
5327
5328         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5329         real-name, and then for mail address rather than doing : or , search.
5330
5331 2010-09-27  Julien Danjou  <julien@danjou.info>
5332
5333         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5334         right completing-read function.
5335         (gnus-use-ido): New variable
5336         (gnus-completing-read-with-default): Remove.
5337         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5338         (gnus-agent-add-group):
5339         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5340         * mm-view.el (mm-view-pkcs7-decrypt):
5341         * mm-util.el (mm-codepage-setup):
5342         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5343         * mml-smime.el (mml-smime-openssl-sign-query):
5344         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5345         (mml-insert-multipart):
5346         * gnus-msg.el (gnus-summary-yank-message):
5347         * gnus-int.el (gnus-start-news-server):
5348         * mm-decode.el (mm-interactively-view-part):
5349         * gnus-dired.el (gnus-dired-attach):
5350         * gnus.el (gnus-read-method):
5351         * gnus-bookmark.el (gnus-bookmark-jump):
5352         * gnus-art.el (gnus-mime-view-part-as-type)
5353         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5354         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5355         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5356         * nnmairix.el (nnmairix-create-server-and-default-group)
5357         (nnmairix-update-groups, nnmairix-get-server)
5358         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5359         (nnmairix-get-group-from-file-path):
5360         * nnrss.el (nnrss-find-rss-via-syndic8):
5361         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5362         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5363         (gnus-group-browse-foreign-server):
5364         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5365         (gnus-summary-execute-command, gnus-summary-respool-article)
5366         (gnus-read-move-group-name):
5367         * gnus-score.el (gnus-summary-increase-score)
5368         (gnus-summary-score-effect):
5369         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5370
5371 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5374         x-focus-frame.
5375
5376         * nnimap.el (auth-source-forget-user-or-password)
5377         (auth-source-user-or-password): Autoload.
5378
5379         * message.el (message-from-style, message-interactive)
5380         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5381         (message-yank-prefix, message-indentation-spaces, message-signature)
5382         (message-signature-file): Add comment.
5383
5384 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5387         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5388         new articles.
5389
5390         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5391         parts.
5392         (nnimap-request-article): Work with the t setting, too.
5393
5394         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5395         that you don't get flashes of other buffers.
5396         (gnus-summary-show-complete-article): Intern before setting.
5397
5398 2010-09-27  David Engster  <dengste@eml.cc>
5399
5400         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5401         well as HEADERS.
5402         (nnmairix-retrieve-headers): Provide new argument for the above.
5403
5404 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * gnus-sum.el (gnus-summary-move-article): Don't alter
5407         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5408         group.
5409
5410         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5411
5412         * message.el (message-cite-prefix-regexp): Revert my last edit.
5413
5414         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5415         variable instead of the Gnus variable.
5416
5417         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5418
5419         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5420
5421         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5422         since some servers don't like it.
5423         (nnimap-open-connection): Forget credentials if the server says the
5424         password was wrong.
5425         (nnimap-parse-line): Protect against invalid data.
5426
5427         * gnus-sum.el (gnus-summary-move-article): Add comment.
5428         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5429         nothing alters it while scanning for new messages.
5430
5431         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5432         which may or may not help.
5433         (nnimap-open-connection): If we're doing a stream connection, and then
5434         discover we're on a STARTTLS-capable server, then open a STARTTLS
5435         connection instead.
5436
5437 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438
5439         * nnimap.el (utf7): Require.
5440
5441         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5442         prefix.
5443
5444 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5445
5446         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5447
5448 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * nnimap.el (nnimap-request-accept-article): Message the error on
5451         error.
5452
5453 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5456
5457 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * nndoc.el (nndoc-request-list): Return success always.
5460
5461         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5462         `fetch-old' -- we only want to fetch the articles we've requested.
5463         The rest are in the agent, probably.
5464         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5465         disappeared server" to something low.  It's not important.
5466
5467         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5468         arrived before the FETCH data.
5469
5470         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5471         target here, because we don't know the Gnus name of the group.
5472
5473         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5474         for the correct group.
5475
5476         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5477
5478         * gnus.el (gnus): Give a final warning after startup.
5479
5480         * gnus-util.el (gnus-action-message-log): New variable.
5481         (gnus-message): Use it.
5482         (gnus-final-warning): New function.
5483
5484         * nnimap.el (nnimap-open-connection): Record the greeting.
5485         (nnimap): Add greeting.
5486
5487 2010-09-26  Julien Danjou  <julien@danjou.info>
5488
5489         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5490         arguments.
5491         (gnus-html-wash-images): Fix spec computing to include start/end.
5492
5493         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5494
5495 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5498         deletion.
5499         (nnimap-retrieve-headers): Don't select the group, because that's
5500         already done by nnimap-possibly-change-group.
5501
5502         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5503         (gnus-picon-transform-address): Use it.
5504
5505         * mail-source.el (mail-source-value): Revert previous patch.
5506
5507         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5508         on failure.
5509         (nnimap-open-connection): Look up both virtual and physical server name
5510         credentials.
5511
5512         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5513
5514 2009-02-07  Dave Love  <fx@gnu.org>
5515
5516         * tls.el (open-tls-stream): Don't query killing process.
5517
5518 2009-02-08  Dave Love  <fx@gnu.org>
5519
5520         * gnus-win.el (gnus-window-to-buffer-helper)
5521         (gnus-all-windows-visible-p): Function needn't be a symbol.
5522
5523         * mail-source.el (mail-source-value): Function needn't be a symbol.
5524
5525 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * message.el (message-cite-prefix-regexp): Remove } from the cite
5528         prefix.
5529
5530         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5531         highlight again, so that the highlight is correct.
5532
5533         * gnus-picon.el (gnus-picon): Remove again.
5534         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5535
5536         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5537         doing the header highlightling, so that the background colour of the
5538         picon is correct.
5539
5540         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5541         (gnus-picon): Ditto.
5542         (gnus-picon): Reinstate.  The background colour for picons is white.
5543         (gnus-picon-insert-glyph): Make the background white.
5544
5545         * nnml.el (nnml-open-nov): Don't return dead buffers.
5546
5547         * auth-source.el (auth-source-create): Query the user for whether to
5548         store the credentials.
5549
5550         * netrc.el (netrc-store-data): New function.
5551
5552         * auth-source.el (auth-source-user-or-password): Use the existing auth
5553         sources, if any, for creation.
5554
5555         * gnus.el (gnus-group-fast-parameter): Return the last matching
5556         parameter instead of the first matching parameter.
5557
5558 2010-09-26  Julien Danjou  <julien@danjou.info>
5559
5560         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5561
5562 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * mml2015.el (mml2015-use): Remove gpg support.
5565
5566         * mml1991.el (mml1991-function-alist): Remove gpg function.
5567         (mml1991-gpg-sign): Remove.
5568
5569 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5570
5571         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5572         (gnus-browse-unsubscribe-current-group): Document it.
5573         (gnus-browse-unsubscribe-group): Use it.
5574
5575 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5578         address to the To list for easier response.
5579
5580         * gnus.el (gnus-play-startup-jingle): Remove.
5581         (gnus-splash): Don't play jingle.
5582         (gnus): Silence gnus-load message.
5583
5584         * gnus-art.el (gnus-treat-play-sounds): Remove.
5585
5586         * gnus.el (gnus-play-jingle): Remove audio support.
5587
5588         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5589
5590         * earcon.el: Remove -- no users.
5591
5592         * gnus-audio.el: Remove -- no users of this package.
5593
5594         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5595
5596         * gnus-start.el (gnus-setup-news): Remove nocem support.
5597
5598         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5599
5600         * gnus.el (gnus-use-nocem): Remove.
5601
5602         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5603         Remove.
5604
5605         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5606         uses NoCeM any more.
5607
5608         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5609         (gnus-button-ctan-handler): Ditto.
5610         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5611         (gnus-button-ctan-directory-regexp): Ditto.
5612         (gnus-button-handle-ctan): Ditto.
5613         (gnus-button-tex-level): Ditto.
5614         (gnus-button-alist): Remove CTAN stuff.
5615
5616 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5619         nnimap-streaming test.
5620
5621         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5622         servers twice.
5623
5624         * nnimap.el (nnimap-open-connection): Add more error reporting when
5625         nnimap fails early.
5626
5627         * nnheader.el (nnheader-get-report-string): New function.
5628         (nnheader-get-report): Use it.
5629
5630         * gnus-int.el (gnus-check-server): Say what the error was when opening
5631         failed.
5632
5633         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5634         using streaming.
5635
5636 2010-09-25  Julien Danjou  <julien@danjou.info>
5637
5638         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5639         gnus-window-inside-pixel-edges.
5640
5641 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5644
5645         * mm-decode.el (mm-save-part): Allow saving to other directories the
5646         normal Emacs way.
5647
5648         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5649         Suggested by Jay Berkenbilt.
5650
5651         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5652         there isn't a single byte.
5653
5654         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5655         just do it.  It doesn't really seem to matter what the user responds
5656         here, I think, so it's just a confusing question.
5657
5658         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5659         non-streaming case.
5660
5661         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5662         (gnus-article-encrypt-body): Use it.
5663
5664         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5665         keystroke.
5666
5667         * nnimap.el (nnimap-find-wanted-parts-1):
5668         Use gnus-fetch-partial-articles.
5669
5670         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5671
5672         * nnimap.el (nnimap-insert-partial-structure): New function.
5673         (nnimap-get-partial-article): New function.
5674         (nnimap-request-article): Use it.
5675         (nnimap-wait-for-response): Return whether the wait was successful.
5676         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5677         retrieval wasn't successful.
5678         (nnimap-retrieve-group-data-early): Allow throttling servers.
5679         (nnimap-streaming): New variable.
5680         (nnimap-fetch-partial-articles): Remove.
5681
5682         * mm-decode.el (mm-with-part): Protect against killed buffers.
5683
5684         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5685         for prettier summary display.
5686
5687 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5688
5689         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5690
5691 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5694         apparently third-party libraries depend on it.
5695
5696         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5697         before starting negotiation.
5698
5699         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5700         privacy reasons.
5701         (gnus-treat-mail-gravatar): Ditto.
5702
5703         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5704         buffer when inserting images.  Inserting text into the headers, for
5705         instance, can make them invalid.
5706
5707 2010-09-25  Julien Danjou  <julien@danjou.info>
5708
5709         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5710         variables.
5711
5712         * nnheader.el: Remove useless variables news-reply-yank-from and
5713         news-reply-yank-message-id.
5714
5715         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5716         variables.
5717
5718         * mml1991.el: Remove useless mml1991-verbose.
5719
5720         * gnus.el: Remove useless variable gnus-use-generic-from.
5721         Remove obsolete variable gnus-topic-indentation.
5722
5723         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5724
5725         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5726
5727         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5728
5729         * gnus-group.el: Remove useless gnus-group-icon-cache.
5730         Remove useless gnus-ephemeral-group-server.
5731
5732         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5733
5734         * mml2015.el: Remove useless mml2015-verbose.
5735
5736         * mml-smime.el: Remove useless mml-smime-verbose.
5737
5738         * gnus.el: Remove useless gnus-local-domain.
5739
5740         * gnus-gravatar.el (gnus-gravatar-transform-address):
5741         Use gnus-gravatar-size.
5742
5743         * gnus-art.el: Remove useless gnus-treat-translate.
5744
5745 2010-09-24  Julien Danjou  <julien@danjou.info>
5746
5747         * gnus-sum.el: Add support for Gravatars.
5748
5749         * gnus-art.el: Add support for Gravatars.
5750
5751         * gnus-gravatar.el: Add this file.
5752
5753         * gravatar.el: Add this file.
5754
5755 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5758
5759         * gnus-group.el (gnus-group-fetch-faq): Remove.
5760
5761         * gnus.el (gnus-group-faq-directory): Remove.
5762
5763         * gnus-group.el (gnus-group-fetch-charter): Remove.
5764
5765         * gnus.el (gnus-group-charter-alist): Remove.
5766
5767         * gnus-group.el (gnus-group-archive-directory): Remove.
5768         (gnus-group-recent-archive-directory): Ditto.
5769         (gnus-group-make-archive-group): Remove.
5770
5771         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5772
5773         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5774         use the same article number for all the cached articles.
5775
5776         * nnimap.el (nnimap-command): Register the last command time so
5777         that we can use it for idling NOOPs.
5778         (nnimap-open-connection): Start the keeplive timer.
5779         (nnimap-make-process-buffer): Store all the process buffers.
5780         (nnimap-keepalive): New function.
5781
5782         * starttls.el (starttls-open-stream): Add autoload cookie.
5783
5784 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5785
5786         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5787         handling.
5788
5789 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5792         its data structures.
5793
5794         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5795         instead of the cl.el copy-list.
5796         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5797         equalp.
5798
5799 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5802         and tool-bar-local-item-from-menu.
5803
5804         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5805         mode-line-highlight face for Emacs.
5806
5807         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5808         loading gnus-sum.elc; fix comment for canlock-verify.
5809         (gnus-article-jump-to-part): Use read-number.
5810         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5811         Remove Emacs pre-21 compatible code for help-echo.
5812         (gnus-article-next-page-1): No need to adjust the number of lines.
5813         (gnus-article-describe-bindings): Always use help-buffer.
5814
5815         * gnus-audio.el (gnus-audio-inline-sound)
5816         * gnus-cus.el (gnus-custom-mode)
5817         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5818
5819         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5820
5821         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5822         compatible code.
5823
5824 2010-09-24  Glenn Morris  <rgm@gnu.org>
5825
5826         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5827         visiting the fcc file in rmail-mode.
5828
5829         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5830
5831 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * nnir.el: Silence the byte compiler.
5834
5835         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5836         alias to browse-url-url-encode-chars if any.
5837         (gnus-html-encode-url): Use it.
5838
5839 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-start.el (gnus-use-backend-marks): New variable.
5842         (gnus-get-unread-articles-in-group): Use it.
5843
5844         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5845         makeover.
5846
5847 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5848
5849         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5850
5851 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5854         Remove.
5855         (gnus-setup-news-hook):
5856         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5857
5858         * gnus-int.el (gnus-request-update-info): Protect against backends not
5859         having the function.
5860
5861         * nnimap.el (nnimap-stream): Mention starttls.
5862         (nnimap-open-connection): Add starttls support.
5863
5864 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5865
5866         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5867
5868 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5871         BODYSTRUCTUREs.
5872         (nnimap-transform-headers): Unfold quoted {42} headers.
5873
5874         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5875         the info.
5876         (gnus-get-unread-articles): Only call updatep on backends that support
5877         it.
5878
5879         * nnweb.el (nnweb-request-update-info): NOOP.
5880
5881         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5882
5883         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5884         since it only deals with marks.
5885
5886         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5887         gnus-request-marks, and make a new gnus-request-update-info.
5888
5889         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5890         the active instead of the high number, which is usually too low.
5891
5892 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5895         * encrypt.el: Remove.
5896
5897 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5900         server in symbolic form.
5901
5902         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5903
5904 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5907         (nnimap-update-info): Fix up code slightly.
5908
5909         * gnus-int.el (gnus-open-server): Add tracing for performance
5910         debugging.
5911
5912         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5913         (gnus-group-insert-group-line): Pass the real group name so that it
5914         gets the right data.
5915
5916         * gnus-start.el (gnus-get-unread-articles): Don't have
5917         `gnus-get-unread-articles-in-group' update info, since that can be
5918         really slow and doesn't seem to be needed?
5919
5920 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5921
5922         * time-date.el (date-to-time): Try using parse-time-string first before
5923         using the slower timezone-make-date-arpa-standard.
5924
5925 2010-09-22  Julien Danjou  <julien@danjou.info>
5926
5927         * gnus-group.el (gnus-group-insert-group-line):
5928         Call gnus-group-highlight-line.
5929         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5930         default hook list.
5931         (gnus-group-update-eval-form): Add new function.
5932         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5933         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5934
5935 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5938         immediate, then expire all articles.
5939         (nnimap-update-info): Fix off-by-one errors.
5940         (nnimap-flags-to-marks): Would return no marks lists for group with no
5941         flags.  Instead return the other data.
5942
5943 2010-09-22  Julien Danjou  <julien@danjou.info>
5944
5945         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5946         Only return an icon.
5947         (gnus-group-insert-group-line): Compute icon to return.
5948
5949         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5950         (gnus-html-image-fetched): Only cache if
5951         gnus-html-image-automatic-caching is set.
5952         (gnus-html-image-fetched): Check for errors.
5953
5954 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5957         once per method on `g'.  This ensures that backends like nnfolder don't
5958         open all their folders.
5959
5960         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5961         (nnimap-request-list): Nix out group in the correct buffer.
5962         (nnimap-parse-flags): Implement by using `read' instead of
5963         hand-parsing.
5964         (nnimap-flags-to-marks): Pass on permanent-flags.
5965         (nnimap-make-process-buffer): Record the server name.
5966         (nnimap-parse-flags): Fix typo.
5967         (nnimap-request-scan): Run split on the server in general, not just a
5968         single group.
5969
5970         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5971         parameter, and propagate this downwards.
5972
5973         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5974         since EXAMINE changes it on the server.
5975
5976         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5977         this command might take a while.
5978
5979 2010-09-22  Julien Danjou  <julien@danjou.info>
5980
5981         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5982         harmful if you have 2 images side-by-side, they can't be properly
5983         update on text deletion.  Using text-property is safer here.
5984         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5985         data.
5986
5987 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * nnimap.el (nnimap-expunge-inbox): Remove.
5990         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5991         (nnimap-expunge): Flip default to t.
5992
5993         * gnus.el (gnus-method-to-server): Don't push things to the cache
5994         unless it's unique.
5995         (gnus-server-to-method): Ditto.
5996
5997 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6000
6001 2010-09-22  Julien Danjou  <julien@danjou.info>
6002
6003         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6004         get the start of data.
6005         (gnus-html-encode-url): Add this function to encode special chars in
6006         URL.
6007         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6008         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6009
6010         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6011         default.
6012         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6013
6014         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6015         images alt-text.
6016         (gnus-html-put-image): Put alt-text as help-echo.
6017
6018 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6021         * mm-util.el (mm-decompress-buffer)
6022         * nnir.el (nnir-run-find-grep)
6023         * pop3.el (pop3-list): Use 3rd arg of split-string.
6024
6025         * time-date.el (format-seconds): Comment fix.
6026
6027         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6028         and byte-optimize-form-code-walker.
6029         (dgnushack-make-auto-load): Don't advise make-autoload.
6030
6031         * lpath.el: Remove Emacs 21 stuff.
6032
6033 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6036         outside the active range.  Suggested by Dan Christensen.
6037
6038         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6039         slightly later to avoid double-getting it.
6040
6041         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6042         previous patch.
6043
6044         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6045
6046 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6047
6048         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6049
6050 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051
6052         * gnus-int.el (gnus-open-server): Give a better error message in the
6053         "go offline" case.
6054
6055         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6056         marks for nnimap, which is seldom the right thing to do.
6057
6058         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6059         (gnus-same-method-different-name): New function.
6060
6061         * nnimap.el (parse-time): Require.
6062
6063         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6064         method in the presence of many similar methods.
6065
6066         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6067
6068         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6069         nnml-inhibit-expiry.
6070
6071         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6072         find out whether methods are equal.
6073
6074         * nnimap.el (nnimap-find-expired-articles): New function.
6075         (nnimap-process-expiry-targets): New function.
6076         (nnimap-request-move-article): Request the article before looking at
6077         what the Message-ID is.  Fix found by Andrew Cohen.
6078         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6079
6080         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6081         for oldness in addition to being a predicate.
6082
6083         * nnimap.el (nnimap-request-group): When we have zero articles, return
6084         the right data to Gnus.
6085         (nnimap-request-expire-articles): Only delete articles immediately if
6086         the target is 'delete.
6087
6088         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6089         method, this would bug out.
6090
6091         * gnus-group.el (gnus-group-expunge-group): Rename from
6092         gnus-group-nnimap-expunge, and implemented as a normal interface
6093         function.
6094
6095         * gnus-int.el (gnus-request-expunge-group): New function.
6096
6097         * nnimap.el (nnimap-request-create-group): Implement.
6098         (nnimap-request-expunge-group): New function.
6099
6100 2010-09-21  Julien Danjou  <julien@danjou.info>
6101
6102         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6103         (gnus-html-cache-expired): Add new function.
6104         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6105         wethever we should display image for fetch it.
6106         Compute alt-text earlier to pass it to the fetching function too.
6107         (gnus-html-schedule-image-fetching): Change function argument to only
6108         get one image at a time, not a list.
6109         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6110         cache.
6111         (gnus-html-get-image-data): New function to retrieve image data from
6112         cache.
6113         (gnus-html-put-image): Change buffer argument to use image data rather
6114         than file, and place image above region rather than inserting a new
6115         one.  Do not take alt-text as argument, since it's useless now: we place
6116         the image above alt-text.
6117         (gnus-html-prune-cache): Remove.
6118         (gnus-html-show-images): Start to fetch image when we find one, do not
6119         push into a temporary list.
6120         (gnus-html-prefetch-images): Only fetch image if they have expired.
6121         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6122         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6123
6124 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6127
6128 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6131         spec inser "*" if the group isn't active instead of 0.
6132
6133         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6134         opening the server.
6135         (nnimap-request-delete-group): Implement group deletion.
6136         (nnimap-transform-headers): Return the size of the entire message in
6137         the Bytes header, not just the size of the first part.
6138         (nnimap-request-move-article): When moving an article from nnimap,
6139         request the article first so the accepting form has an article to
6140         accept.  Reported by Dan Christensen.
6141         (nnimap-command): Make sure that the error message doesn't error out.
6142
6143 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6144
6145         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6146         we haven't requested anything.
6147
6148 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6149
6150         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6151         "".  Fix found by Andrew Cohen.
6152
6153         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6154         instead of -encode-string.
6155
6156 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6159
6160         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6161         by mm-subst-char-in-string.
6162
6163 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6166         waiting for the connection string.
6167
6168         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6169         arriving.
6170
6171         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6172         bogus characters.  This allows selecting certain Gmail groups.
6173
6174         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6175         (nnimap-fetch-partial-articles): New variable.
6176         (nnimap-open-connection): When looking for credentials, also use the
6177         nnimap-server-port.
6178         (nnimap-request-article): Return the group/article number, so that Gnus
6179         `^' works as expected.
6180         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6181
6182         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6183         comments.
6184         (gnus-methods-sloppily-equal): New function.
6185         (gnus): When using the development version of Gnus, load the gnus-load
6186         file.
6187
6188         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6189         `gnus-open-server' on each method before trying to scan them etc.
6190         This ensures that all the backend parameters are set correctly.
6191
6192         * nnimap.el (nnimap-authenticator): New variable.
6193         (nnimap-open-connection): Allow anonymous login.
6194         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6195         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6196
6197         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6198         patch, found by Knut Anders Hatlen.
6199
6200 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6201
6202         * gnus-agent.el (gnus-agent-batch-confirmation)
6203         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6204         to gnus-message.
6205         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6206         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6207         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6208         * gnus-int.el (gnus-open-server): Likewise.
6209         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6210         (gnus-score-check-syntax): Likewise.
6211         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6212         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6213         Likewise.
6214         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6215
6216 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6219         calling conventions so that prefetch doesn't bug out.
6220
6221 2010-09-19  Julien Danjou  <julien@danjou.info>
6222
6223         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6224         rather than `subst-char-in-region' in order to be able to replace ASCII
6225         char by UTF-8 ones.
6226
6227         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6228         than curl.
6229         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6230         the right URL and ALT text on images.
6231         (gnus-html-wash-tags): Fix tag case.
6232         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6233         (gnus-article-html): Add -o display_ins_del=2 option.
6234         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6235
6236 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6239         the extra mail headers, which sometimes seem to happen for unknown
6240         reasons.
6241
6242         * mail-parse.el (mail-header-encode-parameter): Define as
6243         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6244         (or most, perhaps?) mail readers don't understand the latter, but do
6245         understand the former.
6246
6247         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6248         to nil, so that no methods are automatically agentized.  I think this
6249         is probably what most users want.
6250
6251         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6252         from url-retrieve, for instance about invalid URLs.
6253
6254         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6255         groups that have no articles.
6256         (nnimap-request-article): Check that we really got an article when we
6257         requested one.
6258
6259         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6260         doesn't exist.
6261
6262         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6263         nntp buffer so the agent can save it.
6264         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6265         that CRLF doesn't get translated to \n.
6266         (nnimap-open-connection): Don't make 'shell commands only send \n.
6267
6268 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6269
6270         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6271         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6272         Update var name.
6273         (nnml-generate-nov-file): Use dolist.
6274         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6275         Use with-current-buffer.
6276
6277 2010-09-18  Julien Danjou  <julien@danjou.info>
6278
6279         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6280         parallel.
6281
6282 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6285         the range update right.
6286         (nnimap-request-group): Don't make `M-g' bug out on group with no
6287         marks.
6288         (nnoo): Require, so that other packages can require nnimap.
6289         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6290         command we're looking for.  This helps when the server sends more
6291         responses after we've gotten everything we expected.
6292         (nnimap): Add a `newlinep' field to keep track of end-of-line
6293         conventions.
6294         Don't send CRLF to things that don't want it.
6295         (nnimap-request-accept-article): Ditto.
6296
6297 2010-09-18  Julien Danjou  <julien@danjou.info>
6298
6299         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6300         than curl to retrieve images.
6301
6302 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6305         the marks.
6306         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6307         (nnimap-wait-for-connection): New function.
6308         (nnimap-open-connection): If we have PREAUTH, don't query for login
6309         credentials.
6310         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6311         when doing a partial update.
6312
6313 2010-09-18  Julien Danjou  <julien@danjou.info>
6314
6315         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6316         tags.
6317
6318 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * nnimap.el (nnimap-credentials): New function.
6321         (nnimap-open-connection): Use the new function to look for credentials
6322         also on the numeric equivalents of "imap" and "imaps".
6323
6324         * gnus-start.el (gnus-activate-group): Send the info to
6325         gnus-request-group.
6326
6327         * nnimap.el (nnimap-request-group): Have the "check" version of the
6328         function parse flags and update the info, so that a `M-g' get a total
6329         resync of all flags from the group.
6330
6331         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6332         to allow backends to alter the info on group selection.  Also alter all
6333         the backend -request-group functions to take the parameter.
6334
6335         * nnimap.el (nnimap-store-info): New function.
6336         (nnimap-update-info): Store the info for later usage.
6337         (nnimap-request-group): Use the stored info for the dont-check case, so
6338         that we don't retrieve all marks when we enter a group.
6339
6340         * nnimap.el: Use deffoo instead of defun for interface functions.
6341
6342         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6343         update the group info.  This makes the nndraft groups, for instance, go
6344         back to their old behaviour.
6345
6346         * gnus-sum.el (gnus-select-newsgroup): Indent.
6347
6348         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6349         in.
6350         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6351         nothing.
6352
6353         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6354         from methods that are denied.
6355
6356         * gnus-int.el (gnus-method-denied-p): New function.
6357
6358         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6359         store the password instead of netrc.
6360         (nnimap-open-connection): Don't error out when we can't make a
6361         connections.
6362
6363         * auth-source.el (auth-source-create): In the password prompt, say what
6364         we're querying for.  Also prompt for user name if that hasn't been
6365         given.
6366
6367         * nnimap.el (nnimap-with-process-buffer): Remove.
6368
6369 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6372         method when we're reading from the agent.
6373
6374         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6375
6376         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6377         that's probably most useful for users.
6378
6379         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6380         "failed" all the time.
6381
6382         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6383         ...)) with (with-current-buffer ... ).
6384
6385         * nntp.el (nntp-open-server): Return whether the open was successful or
6386         not.
6387
6388         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6389         select an unread unseen article first.
6390
6391         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6392         /etc/services, supply some sensible port defaults.
6393
6394         * dgnushack.el: Define netrc-credentials.
6395
6396 2010-09-17  Julien Danjou  <julien@danjou.info>
6397
6398         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6399
6400 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6401
6402         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6403         doesn't have any parameters.
6404
6405 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6408         only upcased checks.
6409
6410         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6411
6412         * nnimap.el (nnimap-open-shell-stream): New function.
6413         (nnimap-open-connection): Use it.
6414         (nnimap-transform-headers): Get the number of lines in each message.
6415         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6416         number of lines.
6417         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6418         problem.
6419
6420         * utf7.el (utf7-encode): Autoload.
6421
6422         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6423         to allow the mail splitting to not return a default group.  This is
6424         useful for nnimap, which will leave unmatched mail in the inbox.
6425
6426         * nnimap.el: Rewritten.
6427
6428         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6429         nnimap usage.
6430
6431         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6432         if the move is internal, so that nnimap can do fast internal moves.
6433
6434         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6435         data.
6436         (gnus-read-active-for-groups): Support finishing the early retrieval of
6437         data.
6438
6439         * gnus-range.el (gnus-range-nconcat): New function.
6440
6441         * gnus-int.el (gnus-finish-retrieve-group-infos)
6442         (gnus-retrieve-group-data-early): New functions.
6443
6444 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6445
6446         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6447         (nnrss-retrieve-groups):
6448         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6449         (pop3-quit): Use with-current-buffer.
6450
6451 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6454         instead of nnheader-accept-process-output.
6455
6456         * dgnushack.el (dgnushack-compile): Add comment.
6457
6458         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6459
6460         * gnus-html.el (gnus-html-schedule-image-fetching)
6461         (gnus-html-prefetch-images): Replace process-kill-without-query by
6462         gnus-set-process-query-on-exit-flag.
6463
6464 2010-09-16  Romain Francoise  <romain@orebokech.com>
6465
6466         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6467
6468 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6471         parameter to unintern is mandatory-ish in Emacs 24.
6472
6473         * gnus-html.el (gnus-html-schedule-image-fetching)
6474         (gnus-html-prefetch-images): Check for curl before using it.
6475
6476         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6477         depend on curl, which isn't essential.
6478
6479         * imap.el: Revert back to version
6480         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6481         seem problematic.
6482
6483 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6484
6485         * gnus-registry.el (gnus-registry-install-shortcuts):
6486         Explicitly pass `obarray' to `unintern' to avoid a warning.
6487
6488 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489
6490         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6491         change.
6492
6493         * nnrss.el (nnrss-request-list): Remove this function and related
6494         functions, including the moreover stuff.
6495
6496 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * nnrss.el (nnrss-retrieve-groups): New function.
6499
6500 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6501
6502         * .dir-locals.el: Add no-byte-compile cookie.
6503
6504 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * time-date.el (format-seconds): Comment fix.
6507
6508         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6509         for back end that doesn't support request-scan.
6510
6511 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6514         then do request scans from the backends.
6515
6516         * netrc.el (netrc-credentials): New conveniency function.
6517
6518         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6519         avoid running a hook per line, since this takes a lot of time,
6520         profiling shows.
6521         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6522         directly if gnus-visual-p is true.
6523
6524 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6527         groups; replace mapcar with dolist which is a bit faster; pass groups
6528         info to gnus-read-active-file-1.
6529         (gnus-read-active-file-1): Scan only specified groups if the new
6530         optional arg `infos' is given.
6531
6532 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6535
6536         * pop3.el (pop3-movemail): Remove.
6537         (pop3-streaming-movemail): Rename to pop3-movemail.
6538
6539         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6540         don't restrict end-tag searches to the end of the line.
6541
6542 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6545         articles of every unchecked group to t, which means unknown since the
6546         server has never been opened.
6547
6548 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * gnus-html.el (gnus-html-show-alt-text): New command.
6551         (gnus-html-browse-image): Ditto.
6552         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6553         to browse the image directly.
6554         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6555         better.
6556
6557         * gnus-async.el (gnus-async-article-callback):
6558         Call `gnus-html-prefetch-images' unconditionally.
6559
6560         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6561         before feeding URLs to curl.
6562
6563 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6566         internal images as deletable by `W D D'.
6567
6568         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6569         (gnus-async-article-callback): Fix typo.
6570
6571 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6574         current line to work around bugs in the output from w3m.
6575
6576         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6577         for groups that want that.
6578
6579         * nntp.el (nntp-wait-for-string): Supply a timeout for
6580         accept-process-output to ensure progress.
6581
6582         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6583         level to get unread articles from, then use that for foreign groups,
6584         too.
6585
6586         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6587         confuses the rest of the function.
6588
6589         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6590         for the methods that support -retrieve-groups, too.
6591
6592         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6593
6594 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6597         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6598
6599         * pop3.el: Require cl when compiling.
6600         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6601
6602 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6605         that aren't going to be activated.
6606         (gnus-get-unread-articles): Fix up the last commit.
6607
6608         * gnus-html.el (gnus-article-html): Allow calling without specifying
6609         the handle.  In that case, dissect the buffer first.
6610
6611         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6612
6613         * nnimap.el (nnimap-open-connection): Revert the change that would look
6614         into authinfo for imaps instead of imap.
6615
6616         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6617         say that you don't want to call gnus-request-group with don-check, but
6618         do check the reponse.  This is for virtual groups only.
6619         (gnus-get-unread-articles): Count the archive groups as secondary, so
6620         that they're activated the same way as before.
6621
6622         * imap.el (imap-message-map): Removed optional buffer parameter, since
6623         no callers use it.
6624         (imap-message-get): Ditto.
6625         (imap-message-put): Ditto.
6626         (imap-mailbox-map): Ditto.
6627         (imap-mailbox-put): Ditto.
6628         (imap-mailbox-get): Ditto.
6629         (imap-mailbox-get): Revert last change for this function.
6630
6631         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6632         case-insensitively.
6633         (nnimap-debug): Remove.
6634
6635         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6636         callers to use `imap-fetch' instead.  According to the comments, this
6637         should be safe, since all other IMAP clients use the 1:* syntax.
6638         (imap-enable-exchange-bug-workaround): Remove.
6639         (imap-debug): Remove -- doesn't seem very useful.
6640
6641         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6642         mail from a file, and the file doesn't exist.
6643
6644         * imap.el (imap-log): New convenience function used throughout instead
6645         of repeating the same code all over the place.
6646
6647         * pop3.el (pop3-streaming-movemail): Return t for success.
6648
6649         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6650         .authinfo if we're using ssl connection.
6651
6652         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6653         already have if we're in a main Gnus `g' run.
6654
6655         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6656
6657 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6660
6661         * nnmh.el (nnmh-request-list-1): Bind `file'.
6662
6663         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6664         alias to set-process-query-on-exit-flag or process-kill-without-query.
6665         (pop3-open-server): Use it.
6666
6667 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6670         box to the Incoming file.  Fixes mistake in previous checkin.
6671
6672         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6673         request loop (for debugging purposes) removed.
6674
6675         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6676         culprit is more visible.
6677         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6678         (nnml-add-incremental-nov): New functions to do "incremental" nov
6679         updates, where we just append to the end of the existing nov files
6680         without reading/writing them in full.
6681
6682         * mail-source.el (mail-source-delete-crash-box): Really only check the
6683         incoming files once in a while.
6684
6685         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6686
6687         * mail-source.el (mail-source-delete-crash-box): Only check the
6688         incoming files for deletion once per day to save a lot of file
6689         accesses.
6690
6691         * pop3.el (pop3-logon): Fix up unbound variable typo.
6692
6693         * mail-source.el (pop3-streaming-movemail): Autoload.
6694
6695         * pop3.el (pop3-streaming-movemail):
6696         Respect pop3-leave-mail-on-server.
6697
6698         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6699         retrieval.
6700
6701         * pop3.el (pop3-process-filter): Remove unused function.
6702         (pop3-streaming-movemail, pop3-send-streaming-command)
6703         (pop3-wait-for-messages, pop3-write-to-file)
6704         (pop3-number-of-responses): New functions for streaming pop3
6705         retrieval.
6706
6707         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6708         come from no known methods.
6709         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6710         list.
6711
6712         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6713         message sizes.
6714         (pop3-movemail): Use erase-buffer instead of looping and deleting
6715         regions, which seems rather odd.
6716
6717         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6718         file once per `g' run.
6719
6720         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6721         directories.  This makes the draft queue directory work.
6722
6723         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6724         data from the backends, so that we only request the list of groups from
6725         each method once.  This should speed things up considerably.
6726
6727         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6728         detect that it's not implemented.
6729
6730         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6731         we actually do recurse down into the tree, but don't stat all leaf
6732         nodes.
6733
6734         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6735         then say so instead of bugging out.
6736
6737         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6738         files exist before trying to read them.
6739
6740         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6741         around <pre_int>.
6742
6743         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6744
6745         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6746
6747 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * mm-util.el (mm-image-load-path): Just return the image directories,
6750         not all directories in the path in addition to the image directories.
6751         (mm-image-load-path): Maintain a cache of the image directories so that
6752         the `g' command in Gnus doesn't have to stat dozens of directories each
6753         time.
6754
6755         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6756         (gnus-html-wash-tags): Add a new `i' command to insert images.
6757         (gnus-html-insert-image): New command and keystroke.
6758         (gnus-html-redisplay-with-images): New command and keystroke.
6759         (gnus-html-show-images): Rename command.
6760         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6761         spacers.
6762         (gnus-html-wash-tags): Decode entities at the end, so that entities
6763         inside the tags don't mess up the rest of the "parsing".
6764
6765         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6766         so that nnimap methods aren't agentized by default.  There's apparently
6767         many problems related to agent/imap behaviour.
6768
6769         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6770
6771         * gnus-html.el: Doc fix.
6772
6773 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6776         specifier-spec-list for Emacs 21.
6777
6778         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6779         glyph-width and glyph-height instead of display-graphic-p and
6780         image-size; make avoidance of displaying small images work for XEmacs.
6781
6782         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6783         for XEmacs.
6784
6785         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6786         of symbol that holds plist data.
6787         (gnus-process-plist): Remove plist of process after getting it.
6788
6789 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6790
6791         * message.el (message-generate-hashcash): Change default to
6792         'opportunistic if hashcash is installed.
6793
6794         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6795         (gnus-html-put-image): Only call image-size once, since it's somewhat
6796         time-consuming on remote X servers.
6797
6798 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6801         type on data, not a file name.
6802
6803         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6804         window-pixel-edges for Emacs 21.
6805
6806         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6807         decoded contents.
6808         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6809
6810 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6813         group line format, since it isn't very interesting.
6814
6815         * gnus-agent.el (gnus-agent-short-article),
6816         (gnus-agent-long-article): Increase values for these two variables,
6817         since most people are likely to have more network connection and
6818         storage than before.
6819
6820         * gnus.el (gnus-refer-article-method): Change default to 'current.
6821         When referring an article, the common behaviour is to refer it from the
6822         current select method, not the native select method.  The chances of
6823         the native select method having the message in question is rather slim
6824         these days.
6825
6826         * gnus-sum.el (gnus-auto-select-subject): Change default to
6827         `unseen-or-unread'.  I think it's likely that most people want to
6828         select an unseen article over a previously seen, but unread one.
6829
6830         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6831         means that in the article buffer none of the minor mode elements will
6832         be shown, usually, and this is not desirable in most cases.
6833
6834         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6835         that commands like `d' (and the like) go to the next line in the
6836         buffer, instead of the next unread article.  I think this is the
6837         behaviour that is most natural for most users.
6838         (gnus-single-article-buffer): Change default to nil, so that people can
6839         have as many article buffers open as they have summary buffer.  I think
6840         this is the most natural way for the groups to behave.
6841
6842         * message.el (message-generate-new-buffers): Change default to
6843         `unsent', so that all new message buffers start their names with the
6844         string "*unsent", and it's easier to find the buffers if you move from
6845         them.
6846
6847 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6850         small.  They're probably tracking images.
6851         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6852         (gnus-html-rescale-image): Yet another try at getting the image sizing
6853         right.
6854
6855         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6856         nntp-marks-file-name is nil.
6857
6858 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * gnus-html.el (gnus-html-wash-tags)
6861         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6862         Better logging.
6863
6864 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6867
6868         * gnus-html.el (gnus-html-wash-tags): Check the value of
6869         gnus-blocked-images in the summary buffer.
6870
6871 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6874
6875 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6876
6877         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6878         like "a", it seems like.
6879         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6880         since it needs to be picked from the correct buffer.
6881
6882         * nnwfm.el: Remove.
6883
6884         * nnlistserv.el: Remove.
6885
6886 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6889         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6890
6891 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892
6893         * nnkiboze.el: Remove.
6894
6895         * nndb.el: Remove.
6896
6897         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6898         alt text.
6899         (gnus-html-rescale-image): Try to get the rescaling logic right for
6900         images that are just wide and not tall.
6901
6902         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6903         overshadow variable bindings.
6904
6905 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * gnus-html.el (gnus-html-wash-tags)
6908         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6909         Add extra logging.
6910
6911 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6914         (gnus-max-image-proportion): New variable.
6915         (gnus-html-rescale-image): New function.
6916         (gnus-html-put-image): Rescale images.
6917
6918 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6919
6920         Fix up some byte-compiler warnings.
6921         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6922         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6923         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6924         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6925         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6926         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6927         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6928
6929 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-html.el (gnus-article-html): Decode contents by charset.
6932
6933 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6936         (gnus-html-frame-width, gnus-blocked-images)
6937         * message.el (message-prune-recipient-rules): Add custom version.
6938         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6939
6940         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6941         functions.
6942
6943         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6944         gnus-process-get.
6945
6946 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6947
6948         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6949         instead of lsub directly.
6950
6951 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * nnwarchive.el: Remove.
6954
6955         * gnus-soup.el: Remove.
6956
6957         * nnsoup.el: Remove.
6958
6959         * nnultimate.el: Remove.
6960
6961         * gnus-html.el (gnus-blocked-images): New variable.
6962
6963         * message.el (message-prune-recipients): New function.
6964         (message-prune-recipient-rules): New variable.
6965
6966         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6967         guess whether a long line is natural text or not.
6968
6969         * gnus-html.el (gnus-html-schedule-image-fetching):
6970         Use gnus-process-plist and friends for compatibility.
6971
6972 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6973
6974         * gnus-html.el: Require packages that define macros used in this file.
6975         (gnus-article-mouse-face): Declare to silence byte-compiler.
6976         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6977         process-get.
6978         (gnus-html-put-image): Use plist-get to avoid getf.
6979         (gnus-html-prefetch-images): Use with-current-buffer.
6980
6981 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-ems.el: Provide compatibility functions for
6984         gnus-set-process-plist.
6985
6986         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6987         header-line-format for XEmacs 21.4.
6988
6989         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6990         * gnus.el (gnus-valid-select-methods)
6991         * message.el (message-send-mail-partially-limit)
6992         * mm-decode.el (mm-text-html-renderer)
6993         * mml.el (mml-insert-mime-headers-always)
6994         * smiley.el (smiley-regexp-alist): Bump custom version.
6995
6996 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6997
6998         * gnus-html.el: require mm-url.
6999         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7000         with the url to `url'.
7001         (gnus-html-wash-tags): Support cid: URLs/images.
7002
7003 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7006         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7007         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7008
7009         * gnus-move.el: Remove file, since it doesn't really work.
7010
7011         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7012         UTF-8.  This seems to fix problems with some German web feeds.
7013
7014         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7015         at the top so that the proper colours are applied.
7016
7017         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7018         don't have dots in their names.
7019
7020         * gnus-art.el (gnus-article-view-part): Doc fix.
7021
7022         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7023         XEmacs-compatible.
7024         (gnus-html-put-image): Don't do images on non-graphic displays.
7025
7026         * nnslashdot.el: Remove this unused backend.
7027
7028         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7029         actions.
7030         (gnus-undo-register-1): Revert last change.
7031
7032         * gnus-group.el (gnus-group-completing-read): Protect against not
7033         having completion-styles bound.
7034
7035         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7036         make broken recipients happier.
7037
7038         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7039
7040         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7041         point parameter.
7042
7043         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7044
7045         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7046         completion-styles for group selection.
7047
7048 2009-02-04  Andreas Schwab  <schwab@suse.de>
7049
7050         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7051         headers and regexp-quote the match if necessary.
7052
7053 2009-03-24  Miles Bader  <miles@gnu.org>
7054
7055         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7056         the blinking smiley.
7057
7058 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7059
7060         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7061         blink smiley.
7062
7063 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7066         where the dribbel file lives exists.
7067
7068         * message.el (message-send-mail-partially-limit): Change the default to
7069         nil, since most people don't want this.
7070
7071         * mm-url.el (mm-url-decode-entities): Also decode entities like
7072         &#x3212.
7073
7074 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7075
7076         * gnus-sum.el (gnus-summary-idna-message):
7077         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7078         Hyperlink urls in docstrings with URL `...'.
7079
7080 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7081
7082         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7083         functions.
7084
7085 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7088         say what the mouseover text should be.
7089
7090         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7091         version of the mm-w3m-safe-url-regexp variable to only download images
7092         in the groups where we want that to happen.
7093
7094         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7095
7096         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7097         easier debugging.
7098         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7099         big pictures in the article buffer.
7100
7101         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7102         gnus-article-html.
7103         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7104         w3m.
7105
7106         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7107
7108 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7111         which doesn't exist.
7112
7113         * message.el (message-inhibit-ecomplete): New variable to allow some
7114         function to inhibit ecomplete address storage.
7115         (message-resend): Disable ecomplete message storage when resending
7116         messages.
7117
7118         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7119
7120 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7123         Save excursion while copying, moving, and deleting articles in order to
7124         prevent the cursor from jumping to unforeseen place.
7125
7126 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * lpath.el: No need to bind bookmark-current-buffer,
7129         bookmark-yank-point and bookmark-make-record-function.
7130
7131 2010-08-17  Glenn Morris  <rgm@gnu.org>
7132
7133         * gnus-sync.el: Require gnus components whose functions are used.
7134
7135         * gnus-art.el (bookmark-make-record-function):
7136         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7137         Declare for compiler.
7138
7139         * mm-url.el (mml-compute-boundary): Autoload.
7140
7141 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7144
7145 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         Typo fix "hoo4a" -> "hook".
7148
7149         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7150
7151 2010-08-14  Glenn Morris  <rgm@gnu.org>
7152
7153         * gnus-sync.el (gnus-sync): Fix defgroup version.
7154
7155 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7156
7157         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7158
7159         * gnus-sync.el: Fix docs.
7160         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7161         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7162
7163 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         Optimizations for gnus-sync.el.
7166
7167         * gnus-sync.el: Add docs about gnus-sync-backend
7168         possibilities.
7169         (gnus-sync-save): Remove unnecessary message.
7170         (gnus-sync-read): Optimize and show what groups were skipped.
7171
7172 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         Minor bug fixes for gnus-sync.el.
7175
7176         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7177         Don't read the sync on get-new-news.
7178
7179         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7180         quiet.
7181
7182         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7183         (fix typo).
7184
7185 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7186
7187         Make saving and restoring of hidden threads work with overlays.
7188         Patch applied by Ted Zlatanov.
7189
7190         * gnus-sum.el (gnus-hidden-threads-configuration)
7191         (gnus-restore-hidden-threads-configuration): Update to deal with text
7192         properties, rather than searching for a magic character.
7193
7194 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7195
7196         New gnus-sync.el library for synchronization of marks.
7197
7198         * gnus-sync.el: New library for synchronization of marks.
7199
7200         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7201         renamed from `gnus-registry-grep-in-list'.
7202
7203         * gnus-registry.el (gnus-registry-follow-group-p):
7204         Use `gnus-grep-in-list'.
7205
7206         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7207
7208 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7211         determining charset of text fails.
7212
7213 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * nnmail.el (nnmail-get-new-mail-1): Revert.
7216
7217         * nnml.el (nnml-active-number): Make sure names of newly created groups
7218         in nnml-group-alist are encoded.
7219
7220 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7223         containing non-ASCII characters in active file for nnml back end.
7224
7225 2010-07-24  David Engster  <dengste@eml.cc>
7226
7227         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7228         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7229
7230 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7231
7232         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7233         tag (Bug#6654).
7234
7235 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7238         the article buffer, not the summary buffer.
7239
7240 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7243         Emacs 23 as well.
7244
7245 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7248         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7249
7250 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7251
7252         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7253         Patch applied by Karl Fogel.
7254
7255         * gnus-sum.el (gnus-summary-bookmark-make-record):
7256         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7257
7258 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7259
7260         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7261         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7262         C-w still not working correctly from Article buffers; Thierry's
7263         patch to fix that will be applied after this.
7264
7265         * gnus-art.el (bookmark-make-record-function): New local variable.
7266
7267         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7268         article buffer.
7269         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7270
7271 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7272
7273         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7274         on changes in bookmark.el.
7275
7276 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7279         `no-log' instead of message not to log prompt string.
7280
7281 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7282
7283         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7284         the *other* type of HTML form submission.
7285
7286 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7287
7288         * auth-source.el (auth-source-pick): If choice does not contain a
7289         questioned keyword, set the check to t.
7290
7291 2010-06-12  Romain Francoise  <romain@orebokech.com>
7292
7293         * gnus-util.el (gnus-date-get-time): Move up before first use.
7294
7295 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7298         (gnus-article-edit-part): Bind it to make last part that is substituted
7299         or deleted visible.
7300         (gnus-mime-display-single): Buttonize part of which id equals to
7301         gnus-mime-buttonized-part-id.
7302
7303 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7304
7305         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7306         (gnus-dd-mmm): Use gnus-date-get-time.
7307         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7308         simplify logic.
7309         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7310         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7311
7312 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7313
7314         * auth-source.el (top): Autoload `secrets-list-collections',
7315         `secrets-create-item', `secrets-delete-item'.
7316         (auth-sources): Fix tag string.
7317         (auth-get-source, auth-source-retrieve, auth-source-create)
7318         (auth-source-delete): New defuns.
7319         (auth-source-pick): Rewrite in order to avoid 2 passes.
7320         (auth-source-forget-user-or-password): New parameter USERNAME.
7321         (auth-source-user-or-password): New parameters CREATE-MISSING and
7322         DELETE-EXISTING.  Retrieve password interactively, if needed.
7323
7324 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7325
7326         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7327         deleting unused directories when gnus-expert-user is t.
7328
7329 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7332         for each temp file when gnus-article-browse-delete-temp is ask.
7333
7334 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7335
7336         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7337         Replace Lisp calls to delete-backward-char by calls to delete-char.
7338
7339 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7340
7341         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7342
7343 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7344
7345         * password-cache.el (password-cache-remove): Fix docstring.
7346
7347 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7350         article unless decoding article to be saved.
7351
7352 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7355         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7356         generated within the mm-with-unibyte-current-buffer macro.
7357
7358 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7361         to nil when we're in a mml-preview buffer and no group is selected.
7362
7363 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7364
7365         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7366         when catching the `C-g'.  Reported by "Leo".
7367
7368 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * message.el (message-forward-make-body-plain)
7371         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7372         multibyte-string-p.
7373
7374         * lpath.el: Revert.
7375
7376 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * message.el (message-forward-make-body-mml): Assume original message
7379         is multibyte string; error on unibyte.
7380         (message-forward-make-body-plain): Ditto; don't add excessive newline
7381         in body end.
7382
7383         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7384
7385 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7386
7387         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7388         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7389
7390 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * mm-extern.el (mm-extern-url): Don't use
7393         mm-with-unibyte-current-buffer.
7394         (mm-extern-cache-contents): Use with-current-buffer instead of
7395         save-excursion + set-buffer.
7396
7397 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * mm-util.el (mm-emacs-mule): Remove.
7400
7401 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7402
7403         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7404         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7405         change.
7406
7407 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7410         bind the default value of enable-multibyte-characters to nil.
7411
7412 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * message.el (message-forward-make-body-plain)
7415         (message-forward-make-body-mml):
7416         Don't use mm-with-unibyte-current-buffer.
7417
7418 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7419
7420         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7421
7422 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7423
7424         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7425         (Bug#5592).
7426
7427 2010-05-07  Julien Danjou  <julien@danjou.info>
7428
7429         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7430         it to mm-pipe-part.
7431
7432         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7433         it is given.
7434
7435 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * binhex.el (binhex-decode-region-internal)
7438         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7439         (dns-query)
7440         * nnweb.el (nnweb-gmane-search)
7441         * pgg-parse.el (pgg-parse-armor)
7442         * pgg.el (pgg-verify-region)
7443         * sha1.el (sha1-string-external)
7444         * uudecode.el (uudecode-decode-region-internal)
7445         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7446         XEmacs.
7447
7448         * gnus-art.el (gnus-article-browse-html-parts)
7449         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7450         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7451         make-temp-file.
7452
7453         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7454         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7455         compiling.
7456
7457         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7458         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7459         XEmacs when compiling.
7460
7461         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7462         gnus-pick-mode-off-hook for XEmacs when compiling.
7463         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7464         gnus-binary-mode-off-hook for XEmacs when compiling.
7465
7466         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7467         Return nil if char-charset is not available.
7468
7469         * imap.el (imap-disable-multibyte)
7470         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7471         macros.
7472
7473         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7474         instead of encode-coding-string.
7475
7476         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7477         'xemacs) instead of mm-emacs-mule to switch function definitions.
7478         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7479
7480         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7481         bind temporary-file-directory for XEmacs;
7482         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7483         timer-set-function for XEmacs 21.4 and SXEmacs;
7484         bind timer-list for XEmacs 21.4 and SXEmacs;
7485         fbind char-charset and find-charset-region for non-Mule XEmacs;
7486         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7487         encode-coding-region and encode-coding-string for XEmacs having no
7488         file-coding feature.
7489
7490 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7491
7492         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7493
7494 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7497         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7498
7499 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7500
7501         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7502         alias `jka-compr-delete-temp-file' no longer exists.
7503
7504 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7505
7506         Use define-minor-mode in Gnus where applicable.
7507         * mml.el (mml-mode): Use define-minor-mode.
7508         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7509         (gnus-undo-mode): Use define-minor-mode.
7510         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7511         (gnus-dead-summary-mode): Use define-minor-mode.
7512         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7513         Initialize in declaration.
7514         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7515         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7516         (gnus-mailing-list-mode): Use define-minor-mode.
7517         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7518         (gnus-draft-mode): Use define-minor-mode.
7519         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7520         (gnus-dired-mode): Use define-minor-mode.
7521
7522 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7523
7524         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7525         handles on recursive mml-to-mime translation and check them for
7526         boundary delimiter collisions.  Reported by Greg Troxel.
7527
7528 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7531
7532 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7533
7534         * mm-util.el (mm-find-buffer-file-coding-system):
7535         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7536
7537 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7538
7539         * message.el (message-generate-headers): Record insertion of optional
7540         headers as well.  Otherwise the check to prevent repeated insertion of
7541         optional headers is a no-op.
7542
7543 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7544
7545         * smime.el: Don't mention CVS.
7546
7547         * nnrss.el (nnrss-fetch): Don't mention CVS.
7548
7549         * nnir.el: Don't mention CVS.
7550
7551 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7552
7553         * gnus-sum.el (gnus-summary-bookmark-make-record):
7554         Add `location' field.
7555
7556 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * lpath.el: Fbind bookmark-default-handler,
7559         bookmark-get-bookmark-record, bookmark-make-record-default,
7560         bookmark-prop-get for Emacs <23 and XEmacs.
7561
7562 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7563
7564         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7565         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7566         Use with-current-buffer to silence the byte-compiler.
7567         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7568         bother to require `gnus'.
7569         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7570
7571 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7572
7573         * gnus-sum.el (gnus-summary-bookmark-make-record)
7574         (gnus-summary-bookmark-jump): New functions.
7575         (gnus-summary-mode): Setup bookmark support.
7576
7577 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7578
7579         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7580         if set.
7581
7582 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7585         gnus-article-browse-html-save-cid-image; make it work recursively for
7586         forwarded messages as well.
7587         (gnus-article-browse-html-parts): Work when prefix arg is given.
7588         (gnus-article-browse-html-article): Doc fix.
7589
7590 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7591
7592         * message.el (message-default-mail-headers):
7593         (message-default-headers): Carry the value mail-default-headers over
7594         into message-default-mail-headers, rather than message-default-headers.
7595
7596 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7597
7598         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7599         charset.
7600
7601         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7602         charset into the <meta> tag when the article is encoded to utf-8.
7603
7604 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-art.el (gnus-article-browse-delete-temp-files):
7607         Delete directories as well.
7608         (gnus-article-browse-html-parts): Work for images that do not specify
7609         file names; delete temp directory when quitting; insert header at the
7610         right place; use file: scheme for image files.
7611
7612 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7613
7614         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7615         (gnus-article-browse-html-parts): Use it to make temporary cid image
7616         files in addition to html file so that browser may display them.
7617
7618 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7621
7622 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7623
7624         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7625
7626 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * auth-source.el (auth-sources): Change default to be simpler.
7629         Explain about Secret Service API sources.  Improve Customize options.
7630         (auth-source-pick): Change to accept any number of search parameters.
7631         Implement fallbacks iteratively, not recursively.  Add scoring on the
7632         second pass and sort by score.  Call Secret Service API when needed.
7633         (auth-source-user-or-password): Use it.  Call Secret Service API
7634         directly when needed to get the user name and the password.
7635
7636 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7637
7638         * message.el (message-interactive): Doc fix.
7639         (message-qmail-inject-args): Reflow.
7640         (message-kill-to-signature): Fix typo in docstring.
7641
7642         * smiley.el (smiley-buffer): Fix typo in docstring.
7643
7644 2010-03-24  Glenn Morris  <rgm@gnu.org>
7645
7646         * mail-source.el (gnus-message): Declare.
7647         (mail-source-delete-old-incoming): Require gnus-util.
7648
7649 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7652
7653         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7654
7655         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7656         password-cache's default if it is not bound.
7657         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7658         password-cache-expiry's default if it is not bound.
7659
7660         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7661         available in Emacs 21.
7662
7663         * lpath.el: Suppress compiler warnings for:
7664         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7665         XEmacs;
7666         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7667         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7668         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7669
7670 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7671
7672         * auth-source.el (auth-sources): Fix up definition so extra parameters
7673         are always inline.
7674
7675 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7676
7677         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7678         wasn't updated after mismatch.  Clear cached mailbox info correctly
7679         when uidvalidity changes.
7680         (nnimap-group-prefixed-name): New function to avoid some code
7681         duplication.
7682         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7683         (nnimap-request-group): Use it.
7684         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7685         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7686         with many imap folders.  This is done by caching the group status from
7687         the imap server persistently in a group parameter `imap-status'.  (This
7688         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7689         but not persistently, so every Gnus startup was still very slow.)
7690
7691 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7692
7693         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7694         delete the extra newline.  Otherwise editing of :string and :number
7695         types don't work.
7696
7697 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7700         secrets.el dependency.
7701         (auth-sources): Add optional user name.  Add secrets.el configuration
7702         choice (unused right now).
7703
7704 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7705
7706         * gnus-sum.el (gnus-summary-make-menu-bar):
7707         Let `gnus-registry-install-shortcuts' fill in the functions.
7708
7709         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7710         warnings.
7711         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7712         (gnus-registry-install-shortcuts): Populate and use it in a
7713         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7714
7715 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7716
7717         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7718         In-place substitutions for the group name encoding/decoding.
7719         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7720         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7721         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7722         (nnimap-update-unseen, nnimap-request-list)
7723         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7724         (nnimap-request-set-mark, nnimap-split-to-groups)
7725         (nnimap-split-articles, nnimap-request-newgroups)
7726         (nnimap-request-create-group, nnimap-request-accept-article)
7727         (nnimap-request-delete-group, nnimap-request-rename-group)
7728         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7729         `encoded-mbx' for consistency.
7730         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7731         variable `imap-current-mailbox'.
7732
7733         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7734         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7735
7736 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7737
7738         * pop3.el (pop3-display-message-size-flag): Display message size byte
7739         counts during POP3 download.
7740         (pop3-movemail): Use it.
7741         (pop3-list): Implement listing of available messages.
7742
7743 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7744
7745         * nnir.el (nnir-get-article-nov-override-function): New function to
7746         override the normal NOV retrieval.
7747         (nnir-retrieve-headers): Use it.
7748
7749 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7750
7751         * auth-source.el (netrc-machine-user-or-password): Autoload.
7752
7753 2010-03-19  Glenn Morris  <rgm@gnu.org>
7754
7755         Stop message.el from loading about 40 libraries it doesn't always need.
7756         The general approach is to autoload rather than require, and to
7757         require in the specific functions rather than the file.  (Bug#5642)
7758
7759         * gmm-utils.el: Don't require wid-edit.
7760         (widget-create-child-value, widget-convert, widget-default-get):
7761         Autoload.
7762
7763         * gnus-util.el: Don't require time-date, netrc.
7764         (message-fetch-field, gnus-group-name-decode): Declare rather than
7765         autoloading.
7766         (gnus-fetch-field): Require message.
7767         (gnus-decode-newsgroups): Require gnus-group.
7768
7769         * ietf-drums.el: Don't require time-date.
7770
7771         * message.el: Don't require hashcash, canlock, ecomplete.
7772         Do require mail-utils.  Require nnheader only when compiling.
7773         (smtpmail-default-smtp-server): Remove declaration.
7774         (message-send-mail-function): Check smtpmail-default-smtp-server
7775         is bound rather than requiring smtpmail.
7776         (message-auto-save-directory, message-insert-signature):
7777         Use expand-file-name rather than nnheader-concat.
7778         (nnheader-insert-file-contents): Autoload.
7779         (hashcash-wait-async): Declare.
7780         (message-send-mail): Only call gnus-setup-posting-charset if
7781         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7782         (message-send-mail-with-sendmail): Require sendmail.
7783         (canlock-password, canlock-password-for-verify): Declare.
7784         (message-canlock-password): Require canlock.
7785         (nnheader-get-report): Autoload.
7786         (gnus-setup-posting-charset): Declare.
7787         (message-send-news): Require gnus-msg.
7788         (message-make-references, message-make-in-reply-to): Use mail-header-id
7789         rather than the alias mail-header-message-id.
7790         (ecomplete-add-item, ecomplete-save): Declare.
7791         (message-put-addresses-in-ecomplete): Require ecomplete.
7792         (ecomplete-display-matches): Autoload.
7793
7794         * mm-decode.el: Don't require mailcap, gnus-util.
7795         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7796         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7797         Autoload.
7798         (mailcap-mime-extensions): Declare.
7799
7800         * mm-encode.el: Don't require mailcap.
7801         (mailcap-extension-to-mime): Autoload.
7802
7803         * mml-sec.el: Don't require password-cache.
7804
7805         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7806         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7807         (mml-minibuffer-read-type): Require mailcap.
7808         (mml-preview): Require gnus-msg.
7809
7810         * mml1991.el: Require password-cache.
7811         (password-cache-expiry): Remove declaration.
7812
7813         * mml2015.el: Require password-cache.
7814         (password-cache-expiry): Remove declaration.
7815
7816         * nneething.el (mailcap): Require mailcap.
7817
7818         * nnheader.el (declare-function): Add compatibility stub.
7819         (message-remove-header): Declare rather than autoload.
7820         (nnheader-replace-header): Require message.
7821
7822         * nnimap.el (declare-function): Add compatibility stub.
7823         (netrc-parse, netrc-machine-user-or-password): Declare.
7824         (nnimap-open-connection): Require netrc.
7825
7826         * nntp.el (declare-function): Add compatibility stub.
7827         (netrc-parse, netrc-machine, netrc-get): Declare.
7828         (nntp-send-authinfo): Require netrc.
7829
7830         * rfc2047.el: Don't require qp.
7831         (quoted-printable-encode-region, quoted-printable-decode-string):
7832         Autoload.
7833
7834         * sieve-mode.el: Don't require easymenu.
7835         (easy-menu-add-item): Autoload it.
7836
7837         * spam-stat.el (time-to-number-of-days): Autoload it.
7838
7839 2010-03-19  Glenn Morris  <rgm@gnu.org>
7840
7841         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7842
7843 2010-03-18  Glenn Morris  <rgm@gnu.org>
7844
7845         * hashcash.el (declare-function): Remove duplicate definition.
7846
7847 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7848
7849         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7850         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7851         value if any backslash escapes).
7852
7853 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7856         if it is available.  (bug#5647)
7857
7858         * lpath.el: Suppress compiler warning for coding-system-from-name for
7859         Emacs 21 and XEmacs.
7860
7861 2010-03-14  Juri Linkov  <juri@jurta.org>
7862
7863         * hmac-def.el:
7864         * hmac-md5.el:
7865         * netrc.el: Fix keywords.
7866
7867 2010-02-26  Glenn Morris  <rgm@gnu.org>
7868
7869         * message.el (message-send-mail-function): Change the default, so that
7870         it inherits from a customized send-mail-function.  (Bug#5643)
7871
7872 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7873
7874         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7875         shell-command-to-string signals an error (bug#5299).
7876
7877 2010-02-24  Glenn Morris  <rgm@gnu.org>
7878
7879         * message.el (message-smtpmail-send-it)
7880         (message-send-mail-with-mailclient): Doc fixes.
7881
7882 2010-02-16  Glenn Morris  <rgm@gnu.org>
7883
7884         * message.el (message-default-mail-headers): Change the default value
7885         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7886
7887 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7890         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7891
7892 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7893
7894         * time-date.el (date-to-time): Doc fix (Bug#5408).
7895
7896 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7897
7898         * message.el (message-mail): Just pass yank-action on to message-setup.
7899         (message-setup): Handle (FUN . ARGS) form of yank-action.
7900         (message-with-reply-buffer, message-widen-reply)
7901         (message-yank-original): Handle non-buffer values of
7902         message-reply-buffer (Bug#4080).
7903         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7904
7905 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7906
7907         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7908         Fix typo in docstring.
7909
7910 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7911
7912         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7913         response.
7914
7915 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7918
7919         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7920
7921         * message.el (message-check-news-header-syntax): Protect against a
7922         string that `rfc822-addresses' returns when parsing fails.
7923
7924 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7927         (gnus-previous-char-property-change): New functions.
7928
7929         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7930
7931 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7932
7933         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7934         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7935
7936 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7937
7938         * message.el (message-exchange-point-and-mark): Rework last change to
7939         avoid using optional arg of exchange-point-and-mark, for backward
7940         compatibility.
7941
7942 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7943
7944         * message.el (message-exchange-point-and-mark):
7945         Call exchange-point-and-mark with an argument rather than setting
7946         mark-active by hand (Bug#5175).
7947
7948 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * nntp.el (nntp-service-to-port): Work for service expressed with
7951         numeric string; replace [:digit:] with [0-9] for XEmacs.
7952
7953 2009-12-17  Glenn Morris  <rgm@gnu.org>
7954
7955         * gnus-group.el (gnus-bug-group-download-format-alist):
7956         Change emacs entry to debbugs.gnu.org.  Bump :version.
7957
7958 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7961
7962 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * message.el (message-info): Explain why we use `Info-goto-node'.
7965
7966 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7969
7970 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7971
7972         * message.el (message-completion-in-region): New compatibility function.
7973         (message-expand-group): Use it.
7974
7975 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7978         with no unread article should be listed if the 2nd arg `predicate' is
7979         given.
7980
7981 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7984
7985 2009-11-29  Juri Linkov  <juri@jurta.org>
7986
7987         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7988         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7989         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7990
7991 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7992
7993         * sha1.el (sha1-string-external): default-directory "/" in case
7994         otherwise non-existent.  process-connection-type pipe for touch of
7995         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7996
7997 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7998
7999         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8000         it's comms related and sgml-mode.el has "comm" on that basis too.
8001
8002 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8005         containing tspecial characters if they have been already quoted.
8006
8007 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8008
8009         * dns-mode.el (auto-mode-alist): Purecopy string.
8010
8011 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8012
8013         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8014
8015 2009-10-24  Glenn Morris  <rgm@gnu.org>
8016
8017         * gnus-art.el (help-xref-stack-item): Define for compiler.
8018
8019 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8020
8021         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8022
8023 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8026
8027 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8030         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8031
8032 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8035         (gnus-overlays-in): New alias to overlays-in.
8036
8037         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8038         gnus-overlay-get, and gnus-delete-overlay.
8039         (gnus-summary-show-thread): Make it work as well for systems in which
8040         next-single-char-property-change is not available.
8041         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8042
8043         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8044         (gnus-overlay-get): New alias to extent-property.
8045         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8046
8047         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8048         SXEmacs.
8049
8050         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8051         SXEmacs.
8052
8053 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8056
8057 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8058
8059         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8060         and XEmacs that don't have `remove-overlays'.
8061
8062 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8065         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8066         selective display.  Use overlays instead.
8067
8068 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8069
8070         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8071
8072 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8073
8074         * spam-stat.el (spam-stat-load): Fix typo in message.
8075
8076 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8077
8078         * dig.el (dig-invoke): Fix typo in docstring.
8079         (query-dig): Reflow docstring.
8080
8081 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8082
8083         * gnus-art.el (gnus-article-encrypt-body):
8084         * message.el (message-check-recipients):
8085         * mm-util.el (mm-codepage-setup):
8086         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8087         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8088
8089 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8090
8091         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8092         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8093         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8094         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8095         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8096
8097 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8098
8099         * dig.el: Add "Keywords: comm", as per net-utils.el.
8100
8101 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8102
8103         * dig.el (dig-mode): Use define-derived-mode.
8104
8105 2009-09-19  Glenn Morris  <rgm@gnu.org>
8106
8107         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8108
8109 2009-09-18  Glenn Morris  <rgm@gnu.org>
8110
8111         * gnus-diary.el (gnus-diary-check-message):
8112         * message.el (message-insert-formatted-citation-line):
8113         * nnbabyl.el (top-level):
8114         * nndiary.el (nndiary-schedule):
8115         Fix typos in condition-case handlers.
8116
8117 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8120         configuration that provides the sole article window in a frame;
8121         position point correctly after deleting a part.
8122
8123 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8124
8125         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8126         (spam-resolve-registrations-routine): Use it to unregister articles
8127         that change status.
8128
8129 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8132         with XEmacs.
8133         (parse-time-string-chars): Use it.
8134
8135 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8136
8137         * imap.el (imap-interactive-login): Better messages.
8138         (imap-open): Fix bug with renamed buffer on reconnect.
8139         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8140         for easier debugging and cleaner code.  On successful (guessed based on
8141         server capabilities) secondary authentication, set imap-state
8142         correctly.
8143         (imap-last-authenticator): Define imap-last-authenticator as a variable
8144         to avoid warnings.
8145
8146 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * nnrss.el (nnrss-request-article): Remove binding of
8149         default-enable-multibyte-characters that has gotten needless by
8150         the 2007-07-13 change in rfc2047-encode-message-header.
8151
8152         * mml.el (mml-insert-multipart): Error on the message header.
8153         (mml-insert-part): Error on the message header; position point at
8154         the end of a MIME tag.
8155
8156 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * time-date.el (autoload): Expand define-obsolete-function-alias into
8159         defalias and make-obsolete for old Emacsen that Gnus supports.
8160         (with-no-warnings): Define it for old Emacsen.
8161         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8162         is available.
8163         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8164         float-time is available; suppress compile warning for time-to-seconds.
8165
8166         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8167         (gnus-float-time): Alias to float-time if it exists.
8168
8169         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8170         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8171         float-time is available; suppress compile warning for time-to-seconds.
8172
8173         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8174         XEmacs.
8175
8176 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * imap.el (imap-message-map): Docstring fix.
8179
8180 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8183         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8184         Add the optional argument `encoding' that overrides the default.
8185
8186         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8187         mm-encode-buffer.
8188
8189 2009-09-04  Glenn Morris  <rgm@gnu.org>
8190
8191         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8192         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8193         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8194         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8195         * mm-util.el (mm-with-unibyte-current-buffer)
8196         (mm-find-buffer-file-coding-system):
8197         * yenc.el (yenc-decode-region): Use default-value rather than
8198         default-enable-multibyte-characters.
8199
8200 2009-09-03  Glenn Morris  <rgm@gnu.org>
8201
8202         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8203         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8204         than default-enable-multibyte-characters.
8205
8206 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8207
8208         * gnus-art.el (gnus-article-read-summary-keys):
8209         Fix gnus-buffer-configuration's value temporarily used.
8210
8211 2009-09-02  Glenn Morris  <rgm@gnu.org>
8212
8213         * gnus-util.el (gnus-float-time): New function.
8214         * gnus-delay.el (gnus-delay-article):
8215         * gnus-sum.el (gnus-thread-latest-date):
8216         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8217         * nnspool.el (nnspool-request-newgroups):
8218         Use gnus-float-time rather than time-to-seconds.
8219         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8220
8221         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8222         (gnus-header-subject-face, gnus-header-newsgroups-face)
8223         (gnus-header-name-face, gnus-header-content-face):
8224         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8225         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8226         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8227         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8228         (gnus-cite-face-11):
8229         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8230         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8231         (gnus-server-closed-face, gnus-server-denied-face)
8232         (gnus-server-offline-face):
8233         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8234         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8235         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8236         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8237         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8238         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8239         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8240         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8241         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8242         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8243         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8244         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8245         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8246         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8247         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8248         (gnus-summary-high-undownloaded-face)
8249         (gnus-summary-low-undownloaded-face)
8250         (gnus-summary-normal-undownloaded-face)
8251         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8252         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8253         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8254         (gnus-splash-face):
8255         * message.el (message-header-to-face, message-header-cc-face)
8256         (message-header-subject-face, message-header-newsgroups-face)
8257         (message-header-other-face, message-header-name-face)
8258         (message-header-xheader-face, message-separator-face)
8259         (message-cited-text-face, message-mml-face):
8260         * sieve-mode.el (sieve-control-commands-face)
8261         (sieve-action-commands-face, sieve-test-commands-face)
8262         (sieve-tagged-arguments-face):
8263         * spam.el (spam-face):
8264         Mark face aliases with "-face" in the name as obsolete.
8265
8266 2009-09-01  Glenn Morris  <rgm@gnu.org>
8267
8268         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8269         than goto-line.
8270
8271 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8274         Don't move point if the command is invoked inside the message header.
8275
8276 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8277
8278         * imap.el (imap-send-command): Simplify.
8279         (imap-wait-for-tag): point-max -> buffer-size.
8280
8281 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8284         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8285         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8286         * nnir.el (nnir-swish-e-index-file):
8287         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8288         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8289         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8290         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8291         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8292         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8293
8294 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8297         Don't save excursion.
8298
8299 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8300
8301         * nnheader.el (nnheader-find-file-noselect):
8302         * mm-util.el (mm-insert-file-contents):
8303         Use (default-value 'major-mode) instead of default-major-mode.
8304
8305 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8306
8307         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8308
8309 2009-08-26  Glenn Morris  <rgm@gnu.org>
8310
8311         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8312         than placing in files.el.
8313
8314 2009-08-25  Glenn Morris  <rgm@gnu.org>
8315
8316         * nnir.el (top-level): Don't require cl at run-time.
8317         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8318         Replace cl-function substitute with gnus-replace-in-string.
8319         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8320         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8321         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8322         simplified expansions.
8323
8324 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8325
8326         * dig.el (dig): Add autoload cookie.
8327
8328 2009-08-22  Glenn Morris  <rgm@gnu.org>
8329
8330         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8331         goto-line.
8332
8333 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8334
8335         * parse-time.el (parse-time-string-chars): Save match data.
8336
8337 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8338
8339         * parse-time.el (parse-time-string-chars): Compute using character
8340         classes, to handle non-ascii characters (Bug#3190).
8341
8342 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8345
8346         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8347         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8348         (gnus-mm-display-part, gnus-mime-display-single)
8349         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8350         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8351
8352         * gnus-sum.el
8353         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8354         (gnus-summary-move-article): Add expirable mark to articles copied or
8355         moved to group that has auto-expire turned on if the option is non-nil.
8356
8357 2009-07-24  Glenn Morris  <rgm@gnu.org>
8358
8359         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8360         Fix typo.  (Bug#3903)
8361
8362 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8365         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8366         that should not be used for draft articles.
8367         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8368         that has no concern in minor mode keys.
8369         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8370         Abolish.
8371
8372 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8375         article without making inquiry to a user for unknown encoding.
8376
8377         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8378         (nnmaildir--scan): Assume i-node and device number that file-attributes
8379         returns might be cons-cell.
8380
8381         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8382
8383         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8384
8385 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * auth-source.el: Remove docs now in auth.texi.  Don't use
8388         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8389         `auth-source-hide-passwords' and use them.
8390
8391 2009-07-15  Glenn Morris  <rgm@gnu.org>
8392
8393         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8394
8395 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8398         excessive whitespace from the default values of title and description.
8399
8400 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8403         mail-fetch-field to fetch Content-Description header in order to
8404         exclude newlines.
8405
8406 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8407
8408         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8409         format used by GnuPG 2.0.11.
8410
8411 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8414         to deleted part.
8415
8416 2009-05-30  David Engster  <dengste@eml.cc>
8417
8418         * nnmairix.el: Remove old documentation in the commentary block.
8419         (nnmairix-request-group): Do not update active file for nnml back ends.
8420         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8421         end so that overview files are ignored.
8422         (nnmairix-update-groups): Make updating the groups more robust by using
8423         marks.
8424         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8425         with dollar characters in message-id.
8426
8427 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8430         2008-12-25 in dns.el.
8431
8432 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8433
8434         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8435         could happen if the text is only composed of spaces and/or tabs.
8436
8437 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8438
8439         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8440         when sending a queued message to avoid extra mml tags.
8441
8442 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8445
8446 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8449         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8450         rmail-toggle-header for XEmacs;
8451         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8452
8453 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-dired.el: Remove autoload for gnus-setup-message.
8456         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8457         displaying Gnus logo; always use compose-mail.
8458
8459 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8462
8463 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8466         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8467         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8468         available.
8469         (gnus-nocem-epg-verify): New function.
8470
8471 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8474
8475 2009-02-15  Glenn Morris  <rgm@gnu.org>
8476
8477         * gnus-util.el (rmail-insert-rmail-file-header)
8478         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8479         autoloads.
8480         (rmail-default-rmail-file): Remove unnecessary declaration.
8481         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8482
8483 2009-02-14  Glenn Morris  <rgm@gnu.org>
8484
8485         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8486         variable (only used in gnus-util, which declares it anyway).
8487         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8488         which was only needed by gnus-art (changed to not use it any more).
8489         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8490         only used in gnus-util, which autoloads it itself.
8491         (rmail-update-summary): Fix autoload.
8492
8493         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8494         rather than rmail-output-to-rmail-file.
8495
8496 2009-02-07  Glenn Morris  <rgm@gnu.org>
8497
8498         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8499         autoload of function that no longer exists.
8500         (rmail-toggle-header): Declare.
8501         (message-forward-rmail-make-body): Handle mbox Rmail.
8502
8503 2009-01-31  Glenn Morris  <rgm@gnu.org>
8504
8505         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8506         2009-01-09 change.
8507
8508 2009-01-31  Dave Love  <fx@gnu.org>
8509
8510         * imap.el (imap-fetch-safe): Bind debug-on-error.
8511         (imap-debug): Add imap-fetch-safe.
8512
8513 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8514
8515         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8516         (auth-source-forget-all-cached): New convenience function.
8517         (auth-source-user-or-password): Accept list of modes or a single mode.
8518
8519         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8520         auth-source modes.
8521
8522         * netrc.el (netrc-machine-user-or-password): Use list of
8523         auth-source modes.
8524
8525         * nnimap.el (nnimap-open-connection): Use list of
8526         auth-source modes.
8527
8528         * nntp.el (nntp-send-authinfo): Use list of
8529         auth-source modes.
8530
8531 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8532
8533         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8534         now.
8535
8536 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8539         coding system in XEmacs; add a workaround for XEmacs.
8540
8541         * lpath.el: Fbind coding-system-aliasee.
8542
8543 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8546         of current-language-environment.
8547
8548 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8551         available at runtime.
8552
8553 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8556
8557 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8558
8559         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8560         the greatest positive fixnum value doesn't work under an XEmacs with
8561         bignum support; use the most-positive-fixnum constant instead,
8562         available since Emacs 21.1 with cl and XEmacs 21.1.
8563
8564 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8567         XEmacs gets not to work.
8568
8569 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * mm-util.el (mm-coding-system-priorities): Allow the value like
8572         "Japanese (UTF-8)" of current-language-environment.
8573
8574 2009-01-09  Glenn Morris  <rgm@gnu.org>
8575
8576         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8577         with last-command-event.
8578
8579 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8582         in the doc string.
8583
8584         * message.el (message-fix-before-sending): Amend comment.
8585
8586 2009-01-08  Dave Love  <fx@gnu.org>
8587
8588         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8589
8590 2009-01-07  David Engster  <dengste@eml.cc>
8591
8592         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8593         simplified server definitions by converting it via
8594         gnus-server-to-method.
8595
8596 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8599         parameter's operands.
8600
8601 2009-01-06  David Engster  <dengste@eml.cc>
8602
8603         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8604         primary select method (for gnus-group-mark-article-as-read).
8605
8606 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8607
8608         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8609         `(gnus)Face', not `(gnus)X-Face'.
8610
8611 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * mm-util.el (mm-ucs-to-char): New function.
8614
8615         * mm-url.el (mm-url-decode-entities): Use it.
8616
8617         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8618         unicode-to-char.
8619
8620 2009-01-05  Dave Love  <fx@gnu.org>
8621
8622         * time-date.el: Require cl for `declare'.
8623
8624 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8627         Dave Love.
8628
8629 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * message.el (message-fix-before-sending): Add `eight-bit' to
8632         illegible-text check.
8633
8634 2009-01-03  Michael Olson  <mwolson@gnu.org>
8635
8636         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8637         `headers' is nil.  This can occur if the IMAP server does not have
8638         permissions to read messages from a folder, but can write new messages
8639         to the folder.
8640         (nnimap-request-article-part): Do not insert `data' if it is nil.
8641
8642         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8643         characters which will confuse `read', so skip past them.
8644
8645 2009-01-01  Dave Love  <fx@gnu.org>
8646
8647         * imap.el (imap-string-to-integer): Fix typo.
8648         (imap-fetch-safe): New function.
8649         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8650
8651         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8652
8653         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8654         (imap-parse-greeting): Fix doc strings.
8655         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8656         (imap-parse-flag-list): Make messages unique.
8657         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8658
8659         * nnimap.el: Fix author email.
8660         (nnimap-split-rule): Add FIXME comment.
8661         (nnimap-debug): Fix doc string.
8662
8663 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8666
8667 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8670         nslookup if resolv.conf isn't available.
8671         (dns-query): Rename from query-dns.
8672         (dns-query-cached): Rename from query-dns-cached.
8673
8674 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8677         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8678         to check if those variables exist (first appeared in Emacs 18.50).
8679
8680 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * mm-util.el (mm-line-number-at-pos): New function.
8683
8684         * spam-report.el (spam-report-process-queue): Use it.
8685
8686 2008-12-24  David Engster  <dengste@eml.cc>
8687
8688         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8689         parameters that haven't existed as variables as buffer-local variables.
8690
8691 2008-12-23  Dave Love  <fx@gnu.org>
8692
8693         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8694         cadar.
8695
8696         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8697         imap-starttls-p.
8698         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8699
8700 2008-12-22  Dave Love  <fx@gnu.org>
8701
8702         * imap.el: Fix author email.  Doc fixes.
8703         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8704         reply.
8705
8706 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * spam-report.el (spam-report-gmane-max-requests): New constant.
8709         (spam-report-gmane-wait): New variable.
8710         (spam-report-gmane-ham, spam-report-gmane-spam)
8711         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8712         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8713         the server.
8714
8715         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8716         Add explanations.
8717
8718         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8719         nnheader-accept-process-output and nnheader-read-timeout if available.
8720         (pop3-movemail): Use it.
8721
8722         * message.el (message-check-news-body-syntax): Fix signature check if
8723         there's an attachment.
8724
8725 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * mm-util.el: Add comments to the mm- emulating functions.
8728
8729 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8732         Reported by Stephen Berman <stephen.berman@gmx.net>.
8733
8734 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-util.el (mm-substring-no-properties): New function.
8737         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8738         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8739         (mm-string-to-multibyte): Doc fix.
8740
8741         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8742
8743 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * mml.el (mml-attach-file): Strip text properties from file name.
8746         (Bug#1574)
8747
8748 2008-12-16  Glenn Morris  <rgm@gnu.org>
8749
8750         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8751
8752 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8755         knows since the charset specified might be a bogus alias that
8756         mm-charset-synonym-alist provides.
8757
8758 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8761         "ISO_8859-1".
8762
8763         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8764
8765 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * mm-util.el (mm-charset-eval-alist):
8768         Define it before mm-charset-to-coding-system.
8769         (mm-charset-to-coding-system): Add optional argument `silent';
8770         define it before mm-charset-override-alist.
8771         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8772         default value if it can be used in Emacs currently running;
8773         silence mm-charset-to-coding-system.
8774
8775 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8778         `allow-override' which says whether to use `mm-charset-override-alist'.
8779         (rfc2047-decode-encoded-words): Use it.
8780
8781         * mm-util.el (mm-charset-override-alist): Fix custom type;
8782         add `(gb2312 . gbk)' to choices.
8783
8784 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8787         fast.
8788
8789         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8790
8791         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8792
8793 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8794
8795         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8796         on links.
8797
8798         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8799
8800 2008-12-03  Lute Kamstra  <lute@gnu.org>
8801
8802         * sha1.el: Remove leading * from docstrings of defcustoms,
8803         deffaces, defconsts and defuns.
8804
8805 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8808         users' addresses that don't have domain parts.
8809         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8810         rather than message-narrow-to-head since there will be the message
8811         header separator.
8812
8813 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8814
8815         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8816         since the result is inserted in a unibyte buffer anyway.
8817         (nnimap-demule-use-string-to-multibyte): Remove.
8818         (nnimap-demule): Alias it to mm-string-to-multibyte.
8819
8820 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8823         variable for debugging bug#464 and bug#1174.
8824         (nnimap-demule): Use it.
8825
8826 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8829         score calculation correctly.
8830
8831 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8832
8833         * message.el (message-send-mail): Just set the buffer to unibyte
8834         rather than use mm-with-unibyte-current-buffer which does a lot more.
8835         (message-send-mail-partially): Don't bother with
8836         mm-with-unibyte-current-buffer since it's already been made unibyte by
8837         message-send-mail.
8838
8839 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8840
8841         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8842
8843 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8846
8847 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8850         require itself and to remove `with-no-warnings'.
8851
8852 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8853
8854         * starttls.el (starttls-any-program-available): Get the name of the
8855         available TLS layer program.
8856         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8857         well as the host name in the "opening" message.
8858
8859         * auth-source.el (auth-source-cache, auth-source-do-cache)
8860         (auth-source-user-or-password): Cache passwords and logins by default,
8861         allow override with `auth-source-do-cache'.
8862         (auth-source-forget-user-or-password): Allow users to remove cache
8863         entries if needed.
8864
8865 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8866
8867         * md4.el (md4-buffer): Fix typo in docstring.
8868         (md4, md4-64): Doc fixes.
8869         (md4-pack-int32): Reflow docstring.
8870
8871 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8872
8873         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8874         condition-case to only the forward-sexp call.
8875
8876 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8879         quotes contained.  Make it more robust regardless by an extra
8880         condition-case wrapper.
8881
8882 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8885
8886 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * nnml.el (nnml-request-expire-articles): Check if the function set to
8889         `nnmail-expiry-target' returns the symbol `delete'.
8890
8891         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8892
8893         * nnmail.el (nnmail-expiry-target): Fix custom type.
8894
8895 2008-10-02  Glenn Morris  <rgm@gnu.org>
8896
8897         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8898         Silence compiler warning.
8899
8900 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8901
8902         * tls.el (open-tls-stream): Show the actual command being
8903         executed, instead of the format string.
8904
8905 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * lpath.el: Fbind codepage-setup for Emacs 23.
8908
8909 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8910
8911         * mml.el (mml-menu): Don't assume mml2015 is bound.
8912
8913 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8916         exists.
8917
8918 2008-09-27  Glenn Morris  <rgm@gnu.org>
8919
8920         * gnus-util.el (mail-header-remove-comments): Autoload it.
8921
8922 2008-09-27  Andreas Schwab  <schwab@suse.de>
8923
8924         * gnus-util.el (gnus-split-references): Strip comments.
8925         (gnus-parent-id): Likewise.
8926
8927 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * message.el (message-confirm-send): Fix version.
8930
8931 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * message.el (message-idna-to-ascii-rhs-1): Use
8934         mail-extract-address-components rather than mail-header-parse-addresses
8935         that is an alias by default to ietf-drums-parse-addresses that does not
8936         support non-ASCII names in headers' contents.
8937
8938 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8939
8940         * message.el (message-confirm-send): Fix variable documentation to
8941         avoid the "y/n" wording.
8942
8943 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8944
8945         * message.el (message-set-auto-save-file-name): Save to a different
8946         filename so multiple messages (especially drafts) can be recovered.
8947
8948 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * message.el (message-confirm-send): Add appropriate version.
8951
8952 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8953
8954         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8955         defvar.
8956
8957 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8958
8959         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8960         (mm-pkcs7-enveloped-magic): Ditto.
8961
8962 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8963
8964         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8965         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8966
8967 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8968
8969         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8970         default, it's better.
8971
8972 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8975         summary line gnus-number property and ignore them (with a warning
8976         message).
8977
8978 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8981         macro caddr in the interactive form since it won't be expanded.
8982
8983 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8986         `charset'; fix name of function called recursively.
8987         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8988
8989 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8992         (gnus-mime-set-charset-parameters): New function.
8993         (gnus-mime-view-part-as-charset): Use it to correctly display part
8994         specifying wrong charset.
8995
8996 2008-09-08  David Engster  <dengste@eml.cc>
8997
8998         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8999         in completing-read for back end server.
9000
9001 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9002
9003         * message.el (message-confirm-send): New variable to confirm sending a
9004         message.
9005         (message-send): Use it.
9006
9007 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9008
9009         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9010
9011 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9014
9015 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9018         prevent tracking too many groups.
9019         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9020         Use it.
9021
9022 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9023
9024         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9025         moving point to the bottom of the window in order to avoid recentering.
9026
9027 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9030
9031         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9032         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9033         (gnus-article-beginning-of-window): Fix calculation.
9034
9035 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-msg.el (gnus-summary-supersede-article)
9038         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9039         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9040         message header.
9041
9042 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9043
9044         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9045         pending output coming after the status change.
9046
9047 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9048
9049         * message.el:
9050         * gnus-start.el:
9051         * gnus-registry.el: Remove VMS support.
9052
9053 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9056         macro.
9057         (rfc2104-hash): Use it.
9058
9059 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9062         (gnus-summary-sort-by-most-recent-date): New commands.
9063         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9064         and menu entries.
9065
9066 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9069         don't redisplay article for raw contents; remove plural articles stuff.
9070
9071         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9072         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9073         on gnus-summary-save-article; display results properly.
9074
9075 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * lpath.el: No need to fbind ns-focus-frame.
9078
9079 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9082
9083 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-art.el (gnus-summary-save-in-pipe):
9086         Consider gnus-save-all-headers.
9087
9088 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9089
9090         * gnus-util.el (ns-focus-frame): Remove declaration.
9091         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9092         like x.
9093
9094 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9095
9096         * rfc2104.el (rfc2104-zero): Delete defconst.
9097         (rfc2104-hex-alist): Likewise.
9098         (rfc2104-hex-to-int): Delete func.
9099         (rfc2104-hexstring-to-bitstring): Likewise.
9100         (rfc2104-nybbles): New defconst.
9101         (rfc2104-hash): Rewrite for speed.
9102
9103 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * tls.el (open-tls-stream): Make it work with the 2nd argument
9106         BUFFER that is a string but does not exist as a buffer object, as
9107         mentioned in the doc-string.
9108
9109 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9112         SXEmacs.
9113
9114 2008-07-16  Glenn Morris  <rgm@gnu.org>
9115
9116         * gnus-util.el (ns-focus-frame): Declare for compiler.
9117
9118 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9121         set as a group parameter.
9122         (gnus-summary-save-in-pipe): Work when it is called independently.
9123         (gnus-summary-pipe-to-muttprint): Don't modify
9124         gnus-summary-pipe-output-default-command.
9125
9126 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9127
9128         * message.el (message-send-mail-with-sendmail):
9129         Display the error message.
9130
9131 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-art.el (gnus-default-article-saver):
9134         Add gnus-summary-save-in-pipe to choices.
9135         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9136         gnus-summary-pipe-output-default-command as the default command.
9137         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9138         instead of gnus-last-shell-command.
9139
9140         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9141         New user option.
9142         (gnus-summary-muttprint-program): Mention the value will be changed.
9143         (gnus-summary-save-article): Force showing of all headers.
9144         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9145
9146 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9147
9148         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9149
9150 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9151
9152         * nnimap.el (nnimap-id):
9153         * sieve-manage.el (sieve-manage-open): Doc fixes.
9154
9155 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9156
9157         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9158         if available.
9159
9160 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9161
9162         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9163
9164         * nnkiboze.el (nnkiboze-generate-group):
9165         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9166
9167         * nnmairix.el: Require CL.
9168
9169 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * dgnushack.el: Autoload get-display-table and put-display-table for
9172         XEmacs 21.5.
9173
9174         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9175         21.4 and SXEmacs.
9176
9177 2008-06-15  David Engster  <dengste@eml.cc>
9178
9179         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9180
9181 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9182
9183         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9184         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9185         runtime choice under XEmacs.
9186
9187         * gnus-sum.el (gnus-summary-set-display-table):
9188         Use `gnus-put-display-table', `gnus-get-display-table',
9189         `gnus-set-display-table' for the display table, instead of `aset'.
9190
9191         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9192         Use `gnus-put-display-table', `gnus-get-display-table',
9193         `gnus-set-display-table' for the display table.
9194
9195 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * nnmairix.el: Add autoloads.
9198
9199 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * nnmairix.el (nnmairix-delete-recreate-group)
9202         (nnmairix-update-and-clear-marks): Fix error messages.
9203
9204 2008-06-14  David Engster  <dengste@eml.cc>
9205
9206         * nnmairix.el: Upgrade to version 0.6.
9207         (nnmairix-group-toggle-propmarks-this-group)
9208         (nnmairix-group-toggle-readmarks-this-group)
9209         (nnmairix-group-delete-recreate-this-group)
9210         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9211         (nnmairix-remove-tick-mark-original-article): New commands.
9212         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9213         (nnmairix-propagate-marks-to-nnmairix-groups)
9214         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9215         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9216         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9217         functions needed for marks propagation and manipulation of read marks.
9218         (nnmairix-update-groups): New function.
9219         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9220         (nnmairix-determine-original-group-from-registry)
9221         (nnmairix-determine-original-group-from-path)
9222         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9223         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9224         New helper functions.
9225         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9226         keystrokes for new commands.
9227         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9228         (nnmairix-request-group): Check allow-fast group parameter.
9229         (nnmairix-request-create-group): Set allow-fast group parameter if
9230         nnmairix-allowfast-default is set.
9231         (nnmairix-close-group): Propagate marks upon closing if needed.
9232         (nnmairix-group-toggle-threads-this-group): Use new.
9233         nnmairix-group-toggle-parameter helper function.
9234         (nnmairix-search): Better check for empty search result.
9235         (nnmairix-goto-original-article): Use new helper functions for
9236         determining original article.
9237         (nnmairix-show-original-article): Make sure message-id is in brackets.
9238         (nnmairix-call-mairix-binary): Change variable name.
9239         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9240         helper function.
9241         (nnmairix-widget-toggle-activate): Fix doc string.
9242
9243 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * nnir.el: Require edmacro when compiling with XEmacs.
9246         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9247         available in Emacs 21.
9248
9249 2008-06-11  Glenn Morris  <rgm@gnu.org>
9250
9251         * gnus-util.el (x-focus-frame):
9252         * gnus.el (image-size):
9253         * mm-decode.el (image-size): Declare.
9254
9255         * gnus-picon.el (declare-function): Add compat definition.
9256         (image-size): Declare.
9257
9258         * gnus-group.el (tool-bar-map):
9259         * gnus-sum.el (tool-bar-map): Define for compiler.
9260
9261         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9262
9263         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9264
9265         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9266         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9267         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9268         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9269         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9270         * sieve-manage.el, spam-report.el, spam.el:
9271         Remove unnecessary eval-and-compile of autoloads.
9272
9273 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9274
9275         * auth-source.el: Precise Tramp doc.
9276
9277 2008-06-07  Glenn Morris  <rgm@gnu.org>
9278
9279         * nnmairix.el: Remove unnecessary eval-when-compile.
9280
9281 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * lpath.el: Fbind propertize for XEmacs 21.4.
9284
9285 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * nnir.el: Move here from ../contrib.
9288
9289 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9290
9291         * gnus-util.el (gnus-read-shell-command): New function.
9292         * mm-decode.el (mm-pipe-part):
9293         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9294
9295 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9298
9299 2008-06-03  Glenn Morris  <rgm@gnu.org>
9300
9301         * pop3.el (nnheader-accept-process-output): Autoload it.
9302
9303 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9306         are not 2-digit hexadecimal characters that follow `%'s.
9307
9308 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * message.el (message-bogus-recipient-p): Fix type in doc string.
9311         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9312         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9313         Improve custom options.
9314         (message-bogus-recipient-p): Adjust accordingly.
9315
9316 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9317
9318         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9319         long-form month and day names.
9320
9321 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * dgnushack.el: Autoload debug, eudc-expand-inline and
9324         pgg-snarf-keys-region for XEmacs.
9325
9326         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9327
9328         * nnmairix.el: Require edmacro when compiling with XEmacs.
9329
9330 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9333         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9334
9335 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9336
9337         * auth-source.el: Add more docs.
9338
9339         * netrc.el (netrc-machine): Always match if the port is not given.
9340
9341 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9342
9343         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9344         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9345         retrieval faster in some cases, but might make CPU usage larger.
9346         If this has any bad side effects, we might revert this change.
9347
9348         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9349         seems to make mail retrieval much, much faster.
9350         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9351         unconditionally.
9352
9353         * gnus-draft.el (gnus-group-send-queue):
9354         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9355
9356 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9359
9360         * message.el (message-bogus-address-regexp): Fix and improve custom
9361         type.
9362         (message-setup-hook): Add message-check-recipients as custom option.
9363
9364 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * message.el (message-cite-function): Remove bogus autoload which crept
9367         in during merge from v5-10.
9368
9369 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9370
9371         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9372
9373         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9374
9375         * auth-source.el: Preliminary Tramp docs.
9376         (auth-sources): Change the default auth-sources to use
9377         EPA .gpg files.
9378
9379 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9380
9381         * nntp.el: Autoload `auth-source-user-or-password'.
9382         (nntp-send-authinfo): Use it.
9383
9384         * nnimap.el: Autoload `auth-source-user-or-password'.
9385         (nnimap-open-connection): Use it.
9386
9387         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9388         for the gnus-message function.
9389         (auth-source-user-or-password): Use it.
9390
9391 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9392
9393         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9394         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9395         (rfc2104-hash): Use it.
9396
9397 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9398
9399         * gnus-art.el (gnus-article-toggle-truncate-lines):
9400         Don't use `iff' in docstring.
9401
9402 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9403
9404         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9405
9406         * gnus-util.el (gnus-extract-address-component-name)
9407         (gnus-extract-address-component-email): Convenience functions around
9408         `gnus-extract-address-components'.
9409
9410         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9411         Use `gnus-extract-address-component-email' to fix bug of comparing full
9412         sender name to `user-mail-address'.
9413
9414 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9417         catch/throw to optimize.
9418         (gnus-registry-find-keywords): Just use member to find a keyword.
9419
9420 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9421
9422         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9423         is current before calling gnus-server-prepare.
9424         (gnus-server-setup-buffer, gnus-server-update-server)
9425         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9426
9427 2008-05-04  Juri Linkov  <juri@jurta.org>
9428
9429         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9430         (mailcap-file-default-commands): Use mailcap-replace-in-string
9431         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9432         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9433
9434 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9435
9436         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9437
9438 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9439
9440         * gnus.el: Bump version to 0.11.
9441
9442 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9443
9444         * gnus.el: No Gnus v0.10 is released.
9445
9446 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9449         hooks.
9450         (gnus-update-read-articles): Speed up non-marks-using users.
9451         (gnus-use-marks): Define gnus-use-marks.
9452         (gnus-propagate-marks): Rename variable to something more sensible.
9453
9454 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9455
9456         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9457         (gmm-image-load-path-for-library): Fix typos in docstrings.
9458         (gmm-message): Reflow docstring.
9459
9460 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9461
9462         * mail-source.el (mail-source-set-1, mail-source-bind):
9463         Move auth-source code out of the macro to clean it up and fix bugs.
9464
9465 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9466
9467         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9468         by sender if it's equal to user-mail-address, it's likely to be
9469         useless.
9470
9471         * mail-source.el (mail-source-bind): Don't use user or password if they
9472         are not bound.  Unintern them if they are nil.  Don't use server unless
9473         it's bound, and default it to empty string otherwise.
9474
9475 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9476
9477         * mail-source.el: Load auth-source.el.
9478         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9479         get user name or password, if auth-sources is set up.
9480
9481         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9482         strategy of splitting with parent.
9483         (gnus-registry-split-fancy-with-parent)
9484         (gnus-registry-post-process-groups): Use it and fix prior
9485         bug (returning a list as the split result).
9486
9487         * auth-source.el (auth-sources): Remove server parameter.
9488         (auth-source-pick, auth-source-user-or-password)
9489         (auth-source-user-or-password-imap)
9490         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9491         (auth-source-user-or-password-sftp)
9492         (auth-source-user-or-password-smtp): Remove server parameter.
9493
9494 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9495
9496         * smime.el (smime-sign-region, smime-encrypt-region)
9497         (smime-decrypt-region):
9498         Remove redundant calls to `generate-new-buffer-name'.
9499
9500 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9501
9502         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9503         Don't use QP for message/rfc822.
9504         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9505
9506 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9507
9508         * sieve-manage.el (sieve-string-bytes): Remove.
9509         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9510         correct byte-length only if the process's coding-system is the same as
9511         the one used internally by Emacs to represent strings.
9512
9513 2008-04-22  Juri Linkov  <juri@jurta.org>
9514
9515         * mailcap.el (mailcap-file-default-commands): New function.
9516
9517 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * message.el (message-signature-separator, message-cite-function):
9520         Change custom version.
9521
9522 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9523
9524         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9525         commands.
9526         (tls-checktrust): Ditto.
9527
9528 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * mm-decode.el (mm-display-external): Make temp file read-only.
9531
9532 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9535         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9536         `C-c C-f d'.
9537
9538 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9539
9540         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9541
9542 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus.el: Bump version to 0.9.
9545
9546 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * gnus.el: No Gnus v0.8 is released.
9549
9550 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9551
9552         * mail-source.el (mail-source-value):
9553         Prefer fboundp to functionp so it works with macros as well.
9554
9555 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9556
9557         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9558         Fix last change in case the element is not even a symbol.
9559
9560 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9561
9562         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9563         Prefer fboundp to functionp so it works with macros as well.
9564
9565 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9566
9567         * auth-source.el: Add docs.
9568         (auth-sources): Modify format to support server.
9569         (auth-source-pick, auth-source-user-or-password)
9570         (auth-source-user-or-password-imap)
9571         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9572         (auth-source-user-or-password-sftp)
9573         (auth-source-user-or-password-smtp): Add server parameter.
9574
9575 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9576
9577         * gnus-registry.el: Initialize the registry when gnus-registry-install
9578         is t.
9579
9580 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * compface.el (uncompface): Make buffer unibyte.
9583
9584 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9585
9586         * mail-source.el (mail-source-value):
9587         Prefer fboundp to functionp so it works with macros as well.
9588
9589 2008-04-05  Glenn Morris  <rgm@gnu.org>
9590
9591         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9592
9593 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9594
9595         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9596         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9597
9598         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9599         multibyteness after rather than before erasing it.
9600
9601         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9602         mm-with-multibyte.
9603         (gnus-request-article-this-buffer): Make sure the proper decoding is
9604         used if gnus-original-article-buffer happens to be unibyte.
9605
9606         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9607         default-enable-multibyte-characters.
9608
9609         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9610         default-enable-multibyte-characters.
9611
9612         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9613
9614         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9615
9616 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9617
9618         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9619         Fix last change in case the element is not even a symbol.
9620
9621 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9622
9623         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9624         (imap-message-copyuid-1): Use it.
9625         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9626         J. Williams in
9627         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9628
9629         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9630         imap-enable-exchange-bug-workaround.
9631         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9632
9633 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9634
9635         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9636         a 100 byte status-checks into a 2-3MB transfer for each group.
9637         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9638         to enable bug workaround or not.
9639         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9640
9641 2008-03-31  Glenn Morris  <rgm@gnu.org>
9642
9643         * message.el (mml2015-use): Declare for compiler.
9644         (message-info): Require mml2015 when appropriate.
9645
9646 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9649         whitespace.
9650
9651 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9652
9653         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9654         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9655         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9656         (nntp-service-to-port): New function.
9657         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9658         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9659         (nntp-open-netcat-stream): New function.
9660         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9661
9662 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9663
9664         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9665
9666 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9667
9668         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9669
9670 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9671
9672         * dns.el (dns-write): Use set-buffer-multibyte.
9673
9674 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9675
9676         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9677
9678 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * message.el (message-signature-separator): Change default.
9681         Improve custom type.
9682         (message-cite-function): Change default to
9683         message-cite-original-without-signature.
9684
9685         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9686         toggle.
9687
9688         * message.el (message-check-news-body-syntax): Fix signature check.
9689         (message-setup-1): Mark buffer as unmodified _after_ running
9690         message-setup-hook and handling message-alternative-emails.
9691         (message-shorten-references): Be more strict when building list of
9692         valid references to comply with GNKSA.
9693
9694         * gnus-group.el (gnus-read-ephemeral-bug-group)
9695         (gnus-read-ephemeral-debian-bug-group)
9696         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9697
9698         * message.el (message-info): Don't use booleanp which isn't supported
9699         in Emacs 21 and XEmacs.
9700
9701 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9704         gnus-group-gmane-group-download-format.
9705         (gnus-group-read-ephemeral-gmane-group): Rename from
9706         gnus-group-read-ephemeral-gmane-group.
9707         (gnus-read-ephemeral-gmane-group-url): Rename from
9708         gnus-group-read-ephemeral-gmane-group-url.
9709         (gnus-bug-group-download-format-alist): New variable.
9710         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9711         (gnus-read-ephemeral-emacs-bug-group): New commands.
9712
9713 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9716         (gnus-visible-headers): Improve custom type.
9717
9718 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * mml.el (mml-menu): Add workarounds for XEmacs.
9721
9722         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9723         X-Boundary header.
9724
9725         * message.el (message-simplify-recipients): Fix previous commit.
9726
9727 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9728
9729         * mm-util.el (mm-set-buffer-multibyte): New function.
9730         * mm-decode.el (mm-copy-to-buffer): Use it.
9731
9732         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9733         Prefer fboundp to functionp so it works with macros as well.
9734
9735 2008-03-19  Glenn Morris  <rgm@gnu.org>
9736
9737         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9738         Accidentally removed in the sync process with Emacs.
9739
9740 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * message.el (message-alter-recipients-discard-bogus-full-name):
9743         New function.
9744         (message-alter-recipients-function): New variable.
9745         (message-get-reply-headers): Use it.
9746         (message-replace-header): New helper function.
9747         (message-recipients-without-full-name): New variable.
9748         (message-simplify-recipients): New command.
9749
9750         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9751
9752         * message.el (message-info): Handle EasyPG manual.
9753
9754         * mml.el (mml-menu): Add entry for EasyPG.
9755
9756 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9757
9758         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9759         parameter.
9760
9761         * message.el (message-disassociate-draft): Specify drafts group name
9762         fully.
9763
9764 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9765
9766         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9767         Eliminate unnecessary duplicates from the match list.
9768
9769 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9772
9773         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9774
9775         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9776         args of `how-many' of which the XEmacs version doesn't take; declare
9777         Info-index-next as function.
9778
9779 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * gnus-score.el (gnus-score-headers): Fix handling of
9782         gnus-inhibit-slow-scoring.
9783
9784         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9785         string.
9786         (gnus-button-url-regexp): Improve handling of parenthesis.
9787         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9788         (gnus-button-handle-info-keystrokes): Handle index entries.
9789
9790 2008-03-15  Glenn Morris  <rgm@gnu.org>
9791
9792         * parse-time.el (parse-time-string): Simplify.
9793
9794 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9797         Incoming* files.
9798
9799 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9800
9801         * auth-source.el (auth-sources): Rename from auth-source-choices.
9802         (auth-source-pick): Use it.
9803
9804 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9805
9806         * binhex.el (binhex-decode-region-internal):
9807         * uudecode.el (uudecode-decode-region-internal):
9808         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9809         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9810         setting default-enable-multibyte-characters.
9811
9812 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9813
9814         * auth-source.el (auth-source-protocols)
9815         (auth-source-protocols-customize, auth-source-choices): Add and
9816         modified variable customizations and defaults.
9817         (auth-source-pick, auth-source-user-or-password)
9818         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9819         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9820         (auth-source-user-or-password-sftp)
9821         (auth-source-user-or-password-smtp): Use new variables and provide an
9822         interface to netrc.el.
9823
9824 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9827         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9828         Make sure the nntp port to specify is a string.
9829
9830 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9831
9832         * nntp.el: Use with-current-buffer.
9833         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9834         dubious mm-with-unibyte-current-buffer.
9835         (nntp-with-open-group-function): New function extracted from
9836         nntp-with-open-group macro.
9837         (nntp-with-open-group): Use the function, so it's easier to debug.
9838         Add indentation and debugging info.
9839         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9840         Recommend the use of the netcat alternatives.
9841
9842         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9843         Avoid mm-string-as-multibyte as well.
9844
9845         * nnweb.el (nnweb-insert-html):
9846         Remove use of nnheader-string-as-multibyte.
9847
9848         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9849         (nnheader-string-as-multibyte): Remove.
9850
9851         * mm-view.el: Use inhibit-read-only.
9852         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9853         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9854         or unibyte-string.
9855
9856         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9857         (mm-uu-yenc-extract): Use with-current-buffer.
9858
9859         * gnus-soup.el (gnus-soup-send-packet): Don't use
9860         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9861
9862         * nnmh.el: Use with-current-buffer.
9863         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9864         mm-string-as-multibyte on the output of mm-encode-coding-string.
9865
9866         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9867         (nnimap-request-move-article): Use with-current-buffer.
9868
9869         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9870         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9871         conversion uses string-make-unibyte rather than string-as-unibyte.
9872
9873         * gnus-msg.el: Use with-current-buffer.
9874
9875         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9876
9877 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9878
9879         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9880         string for caching if it is 'PIN.
9881
9882 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * lpath.el: Consider the case without Emacs/W3.
9885
9886 2008-03-08  Glenn Morris  <rgm@gnu.org>
9887
9888         * time-date.el (date-to-time, time-subtract, time-add)
9889         (safe-date-to-time): Doc fixes.
9890
9891 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9892
9893         * mail-source.el (mail-source-delete-old-incoming-confirm):
9894         Change default to nil.
9895         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9896
9897 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * lpath.el: Rearrange.
9900
9901         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9902         (gnus-article-goto-prev-page): Work for articles having ^L's.
9903
9904         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9905
9906         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9907
9908 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9909
9910         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9911         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9912         (gnus-bookmark-jump): Adjust some variable names.
9913
9914 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9915
9916         * auth-source.el: New package.
9917         (auth-source-choices): Add customization entry point variable.
9918
9919         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9920         bug.
9921
9922 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9923
9924         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9925         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9926         (gnus-registry-install-shortcuts): Rename from
9927         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9928         the `gnus-registry-mark-map' keymap dynamically from
9929         `gnus-registry-marks'.  The generated functions update the summary line
9930         when a registry mark is added or deleted, and will call
9931         `gnus-registry-install-p' (see the comments in the code).
9932         (gnus-registry-user-format-function-M): Use concat intelligently.
9933
9934         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9935         the registry mark functions.
9936
9937 2008-03-05  Glenn Morris  <rgm@gnu.org>
9938
9939         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9940         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9941         gnus-art.
9942         (top-level): No need to load own source when compiling.
9943
9944 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9947         Suggested by <chris.anderton@zetnet.co.uk>.
9948
9949 2008-03-04  Glenn Morris  <rgm@gnu.org>
9950
9951         * gnus-sum.el (top-level): No need to require gnus when compiling,
9952         since unconditionally required near start of file.
9953         (gnus-summary-display-while-building): Move definition before use.
9954
9955 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9956
9957         * gnus-registry.el (gnus-registry-user-format-function-M):
9958         Add formatting function.
9959
9960 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9963         with plists.
9964         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9965         Use new format.
9966
9967 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9970         `where-is-internal' that returns a range of key sequences.
9971
9972 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9973
9974         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9975
9976         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9977         (gnus-summary-jump-to-group): Consider windows on other displayed
9978         frames as well.  Similar changes might be needed elsewhere, but that's
9979         the one I've bumped into during my use.
9980
9981         * nndoc.el (nndoc-oe-dbx-type-p):
9982         * gnus-msg.el (gnus-debug):
9983         * gnus-group.el (gnus-update-group-mark-positions):
9984         Use mm-string-to-multibyte.
9985
9986 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9989         doesn't handle NotDashEscaped.
9990
9991         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9992         (mml-dnd-attach-options): Fix typo in custom choice.
9993
9994         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9995         Change nndoc-article-type to mbox.
9996         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9997
9998         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9999         to nil, instead of html2text.
10000
10001         * imap.el (imap-debug): Add `imap-ping-server'.
10002
10003         * gnus-bookmark.el: Add FIXMEs.
10004
10005         * message.el (message-form-letter-separator)
10006         (message-send-form-letter-delay): New variables.
10007         (message-send-form-letter): Use them.  New command to send form
10008         letters.  Requested by Uwe Siart.
10009         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10010
10011 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * Update copyright years.
10014
10015 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         Sync from EMACS_22_BASE.
10018
10019         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10020
10021 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10022
10023         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10024         empty author.
10025
10026 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10027
10028         * gnus-registry.el (gnus-registry-marks): Add variable for
10029         customization of marks and their appearance.
10030         (gnus-registry-read-mark): Use it.
10031         (gnus-registry-do-marks): Add utility function to loop through
10032         `gnus-registry-marks'.
10033         (gnus-registry-install-shortcuts-and-menus): Add function to install
10034         shortcuts and menus.
10035         (gnus-registry-initialize): Use it.
10036         (gnus-registry-default-mark): Clarify documentation.
10037
10038 2008-02-29  Glenn Morris  <rgm@gnu.org>
10039
10040         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10041         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10042         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10043         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10044         Change defcustom :version from 23.0 to 23.1.
10045
10046 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10047
10048         * gnus-registry.el (gnus-registry-follow-group-p)
10049         (gnus-registry-post-process-groups): Add functions to aid registry
10050         splitting and improve logging.  Clarify behavior in function
10051         documentation.
10052         (gnus-registry-split-fancy-with-parent): Use them.
10053
10054 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10055
10056         * gnus-art.el: Use with-current-buffer.
10057
10058 2008-02-27  David Engster  <dengste@eml.cc>
10059
10060         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10061         Express real group name in the response.
10062
10063 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10066         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10067         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10068         autoload gnus-registry-fetch-group when compiling.
10069         (nnmairix-request-group-with-article-number-correction):
10070         Remove unreferenced argument passed to nnmairix-call-backend.
10071
10072 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10075         (mm-uu-extract): Improve face for low color ttys.
10076         Reported by Sascha Wilde.
10077
10078 2008-02-27  Glenn Morris  <rgm@gnu.org>
10079
10080         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10081         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10082         variables to defconsts.  Convert comments to doc-strings.
10083         (nnmairix-last-server, nnmairix-current-server): Convert from free
10084         variables to defvars.  Convert comments to doc-strings.
10085         (gnus-registry-fetch-group): Autoload.
10086         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10087         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10088         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10089         caddr.
10090         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10091         nnmairix-request-group-with-article-number-correction call.
10092         (nnmairix-fast, nnmairix-group): New, less general names, for free
10093         variables passed from nnmairix-request-group to
10094         nnmairix-request-group-with-article-number-correction.  Declare.
10095         (nnmairix-request-group-with-article-number-correction):
10096         Use nnmairix-fast, nnmairix-group rather than fast, group.
10097
10098 2008-02-26  David Engster  <dengste@eml.cc>
10099
10100         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10101         version 0.5.
10102
10103 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10104
10105         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10106         instead of making an extra function call.  Don't add the current group
10107         to articles only when they have the group.  Use
10108         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10109         Reported by David <de_bb@arcor.de>.
10110
10111 2008-02-24  Miles Bader  <miles@gnu.org>
10112
10113         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10114         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10115         (mm-find-mime-charset-region):
10116         * mm-bodies.el (mm-encode-body):
10117         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10118
10119 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10122         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10123
10124 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * mail-source.el (mail-source-delete-incoming): Change default.
10127         Supplement doc string.
10128
10129         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10130
10131 2008-02-14  Glenn Morris  <rgm@gnu.org>
10132
10133         * time-date.el (format-seconds): New function.
10134
10135 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * nnmail.el (nnmail-message-id-cache-file): Derive from
10138         `gnus-home-directory'.
10139
10140 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10143         Document negative prefix.
10144
10145         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10146
10147 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * message.el (message-unsent-separator): Add the Exim bounce
10150         separator.
10151
10152 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10153
10154         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10155         list.
10156         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10157         recipient/signer list.
10158
10159 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * Makefile.in (datarootdir): Define.
10162         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10163         name that might contain whitespace.
10164
10165 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10168         fbound (Emacs 23 unicode), signal an error.
10169
10170 2008-02-08  Glenn Morris  <rgm@gnu.org>
10171
10172         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10173
10174 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10175
10176         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10177         ports to the calls to `netrc-machine-user-or-password' in addition to
10178         "imap" and "imaps".
10179
10180 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10181
10182         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10183
10184         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10185
10186 2008-02-01  Kenichi Handa  <handa@m17n.org>
10187
10188         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10189         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10190         (rfc2104-hash): Convert the result of concat to unibyte string.
10191
10192 2008-02-01  Dave Love  <fx@gnu.org>
10193
10194         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10195         coding-system-for-read.
10196         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10197
10198 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10201         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10202         <hanche@math.ntnu.no>.
10203
10204 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10207
10208         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10209
10210 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10211
10212         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10213         * message.el (message-beginning-of-line): Use featurep instead of bound
10214         tests in order to resolve conditionals at compile time.
10215
10216 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10217
10218         * mail-source.el (mail-sources): Add `group' choice.
10219
10220         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10221         parameter `in-group' to control into which group the articles go.
10222         Add treatment of `group' mail-source.
10223
10224 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10227
10228         * mm-decode.el (mm-dissect-buffer): Decode description.
10229
10230         * mml.el (mml-to-mime): Encode message header first.
10231
10232 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10235         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10236
10237         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10238         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10239
10240 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10241
10242         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10243
10244 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10247         prefix keys.
10248         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10249         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10250         gnus-xmas.el.
10251
10252         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10253         (gnus-xmas-article-describe-bindings): New function.
10254         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10255         gnus-xmas-article-describe-bindings.
10256
10257         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10258
10259 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10260
10261         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10262         Add new variables for article mark management.
10263         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10264         list of extra data entries which, when present, will indicate that the
10265         article ID should not be trimmed from the registry.
10266         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10267         functions.
10268         (gnus-registry-read-mark): New function to read a mark name from the
10269         user.
10270         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10271         (gnus-registry-set-article-mark-internal): New functions to add and
10272         remove marks.
10273         (gnus-registry-get-article-marks): New function to show the marks for
10274         an article, or retrieve them for further use.
10275
10276 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10279         keys when no argument is given.
10280
10281 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * imap.el (imap-ping-server): New variable.
10284         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10285         (imap-ping-server): Minor doc string fixes.
10286
10287 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10288
10289         * imap.el (imap-ping-server): New function.
10290         (imap-opened): Call imap-ping-server.
10291
10292 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gnus-sum.el (gnus-article-sort-by-random)
10295         (gnus-thread-sort-by-random): Fix doc strings.
10296         Reported by jidanni@jidanni.org.
10297
10298 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-art.el (gnus-article-describe-bindings): New function.
10301         (gnus-article-read-summary-keys): Use it.
10302         (gnus-article-mode-map): Bind `C-h b' to it.
10303
10304 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10307         XEmacs.
10308         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10309         Protect against non-character events.
10310
10311         * lpath.el: Fbind map-keymap for Emacs 21.
10312
10313 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10316         New command.
10317         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10318         instead of END.  Change name of the temp file.
10319         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10320         customizable.
10321
10322 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10325         bind `S W' to gnus-article-wide-reply-with-original; set default
10326         binding to gnus-article-read-summary-send-keys.
10327         (gnus-article-read-summary-keys): Fix the order of keys; display
10328         continuation keys correctly in the echo area; describe bindings
10329         correctly when keys end with `C-h'.
10330         (gnus-article-read-summary-send-keys): New function.
10331         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10332         Work for gnus-article-read-summary-send-keys; display continuation keys
10333         correctly in the echo area.
10334         (gnus-article-reply-with-original): Ignore prefix argument.
10335         (gnus-article-wide-reply-with-original): New function.
10336
10337         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10338         Emacs 21.
10339
10340 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10343         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10344
10345 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10348         (gnus-group-read-ephemeral-gmane-group): New command.
10349
10350 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10351
10352         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10353
10354 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * message.el (message-send-mail-function): Increase custom version.
10357
10358         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10359         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10360
10361 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10362
10363         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10364         for the cases where imap-authenticate is called with a nil buffer
10365         parameter.
10366
10367 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10370         html parts correctly; support forwarded messages.
10371         (gnus-article-browse-html-article): Remove work buffers.
10372
10373         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10374         compiling.
10375         (netrc-bound-and-true-p): New macro.
10376         (netrc-parse): Use it instead of bound-and-true-p that is not available
10377         in XEmacs 21.4.
10378
10379 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10380
10381         * gnus-registry.el (gnus-registry-mark-article)
10382         (gnus-registry-article-marks): Add functionality to mark articles
10383         through the Gnus registry.
10384
10385         * encrypt.el: Clarify documentation for the new pgg method.
10386         (encrypt-file-alist): Add PGG option.
10387         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10388         functionality.  Abstract password key and messaging to external
10389         functions.
10390         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10391         (encrypt-message-method-and-cipher): Add new convenience external
10392         functions.
10393         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10394         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10395
10396         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10397         (netrc-parse): Use encrypt-file-alist to determine if
10398         encrypt-find-model or encrypt-insert-file-contents should be used.
10399
10400         * encrypt.el: Clarify documentation.  Load password-cache or
10401         password, whichever one is found first, instead of autoloading.
10402
10403 2007-12-19  Glenn Morris  <rgm@gnu.org>
10404
10405         * mml.el (message-options-set, message-narrow-to-head)
10406         (message-in-body-p, message-mail-p, message-encode-message-body):
10407         Autoload.
10408         (message-remove-header, message-narrow-to-headers-or-head)
10409         (message-subscribed-p, message-make-mail-followup-to)
10410         (message-position-on-field, message-news-p)
10411         (message-options-set-recipient, message-generate-headers)
10412         (message-sort-headers): Declare as functions.
10413
10414 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10417         convention in doc string.
10418
10419 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10422         title to html parts.
10423         (gnus-article-browse-html-article): Pass message header to it.
10424
10425         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10426
10427 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10430         or password compatible with XEmacs.
10431
10432 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10435         format document.
10436         (gnus-mime-delete-part): Don't write description line if empty.
10437         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10438
10439 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10440
10441         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10442         (gnus-summary-mark-read-and-unread-as-read)
10443         (gnus-summary-mark-current-read-and-unread-as-read)
10444         (gnus-summary-mark-unread-as-ticked): Doc fix.
10445         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10446
10447 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10450         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10451
10452 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10455         yes-or-no-p.
10456
10457 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * mm-decode.el (mm-add-meta-html-tag): New function.
10460         (mm-save-part-to-file, mm-pipe-part): Use it.
10461
10462         * gnus-art.el (gnus-article-browse-delete-temp-files):
10463         Use gnus-y-or-n-p instead of y-or-n-p.
10464         (gnus-article-browse-html-parts): Work with message/external-body; use
10465         mm-add-meta-html-tag.
10466
10467 2007-12-11  Glenn Morris  <rgm@gnu.org>
10468
10469         * gnus-cache.el: Require gnus-sum not just when compiling.
10470
10471         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10472
10473         * gnus-int.el (gnus-server-opened, gnus-status-message):
10474         Move definitions before use.
10475
10476         * mm-decode.el: Require gnus-util.
10477         (mm-remove-part): Only call delete-annotation on XEmacs.
10478
10479         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10480
10481         * nnmail.el: Require gnus-int.
10482
10483         * spam.el: Move `require's before `eval-when-compile's.
10484
10485         * gnus-ems.el (gnus-alive-p):
10486         * gnus-fun.el (message-goto-eoh):
10487         * gnus-util.el (gnus-group-name-decode):
10488         * mail-source.el (gnus-compress-sequence):
10489         * message.el (Info-goto-node, format-spec):
10490         * mm-bodies.el (message-options-get):
10491         * mm-decode.el (mm-view-pkcs7):
10492         * mm-util.el (gmm-write-region):
10493         * mml-smime.el (mml-compute-boundary)
10494         (gnus-completing-read-with-default):
10495         * mml.el (widget-button-press, gnus-make-hashtable):
10496         * mml1991.el (mm-decode-content-transfer-encoding)
10497         (mm-encode-content-transfer-encoding)
10498         (message-options-get, message-options-set):
10499         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10500         * nnfolder.el (gnus-request-group):
10501         * nnheader.el (ietf-drums-unfold-fws):
10502         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10503         * smime.el (gnus-run-mode-hooks):
10504         * spam-stat.el (gnus-message): Autoload.
10505
10506         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10507         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10508         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10509         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10510         Add declare-function compatibility definition.
10511
10512         * gnus-cache.el (nnvirtual-find-group-art):
10513         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10514         (gnus-add-image, gnus-add-wash-type):
10515         * gnus-group.el (nnkiboze-score-file):
10516         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10517         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10518         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10519         (message-tokenize-header, gnus-get-buffer-create)
10520         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10521         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10522         * gnus.el (gnus-group-decoded-name):
10523         * mail-source.el (imap-capability):
10524         * mm-bodies.el (message-options-set):
10525         * mm-decode.el (gnus-configure-windows):
10526         * mm-extern.el (message-goto-body):
10527         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10528         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10529         (epg-sub-key-validity, message-options-set):
10530         * mml.el (widget-event-point, gnus-configure-windows):
10531         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10532         * mml2015.el (epg-check-configuration, epg-configuration)
10533         (message-options-set):
10534         * nndb.el (nndb-request-article):
10535         * nnfolder.el (gnus-request-create-group):
10536         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10537         * nnmaildir.el (gnus-group-mark-article-read):
10538         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10539         * rfc1843.el (message-fetch-field):
10540         * spam.el (gnus-extract-address-components):
10541         Declare as functions.
10542
10543 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10546
10547         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10548
10549         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10550         bind show-trailing-whitespace for XEmacs.
10551
10552 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10555         new no-op macro for backward compatibility.
10556
10557         * imap.el (imap-string-to-integer): New function.
10558
10559 2007-12-09  Glenn Morris  <rgm@gnu.org>
10560
10561         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10562
10563         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10564         * message.el, mm-view.el, sieve-manage.el, smime.el:
10565         Add declare-function compatibility definition.
10566
10567         * gnus-art.el (w3-region, w3m-region, Info-menu):
10568         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10569         * gnus-sum.el (gnus-get-predicate):
10570         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10571         * message.el (mail-abbrev-in-expansion-header-p):
10572         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10573         (w3m-detect-meta-charset, w3m-region):
10574         * sieve-manage.el (password-read, password-cache-add)
10575         (password-cache-remove):
10576         * smime.el (password-read-and-add): Declare as functions.
10577
10578 2007-12-08  David Kastrup  <dak@gnu.org>
10579
10580         * gnus-sum.el (gnus-summary-simplify-subject-query):
10581         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10582         `message'.
10583
10584 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10587         it to bind idna-program, installation-directory, defined-colors, and
10588         face-attribute for XEmacs of the version that compiles defcustom forms.
10589
10590 2007-12-07  Glenn Morris  <rgm@gnu.org>
10591
10592         * gnus-art.el (article-make-date-line): Revert previous change.
10593
10594 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10597
10598 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10599
10600         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10601         Call gnus-add-to-range ranges only once with a prepared article-list.
10602
10603 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10604
10605         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10606         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10607         group names with backslashes.
10608         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10609
10610 2007-12-06  Deepak Goel  <deego3@gmail.com>
10611
10612         * gnus-art.el (article-make-date-line):
10613         * gnus-start.el (gnus-load):
10614         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10615
10616 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-use-idna)
10619         * gnus-start.el (gnus-site-init-file)
10620         * message.el (message-use-idna)
10621         * mm-uu.el (mm-uu-hide-markers)
10622         * smiley.el (smiley-style): Revert changes that suppress warnings.
10623
10624 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10627         specify charset to html source.
10628         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10629
10630 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10633         idna-program in order to suppress byte compile warning issued by XEmacs
10634         that came to byte compile the default value section of defcustom forms
10635         recently.
10636
10637         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10638         value of installation-directory.
10639
10640         * message.el (message-use-idna): Don't directly refer to the value of
10641         idna-program.
10642
10643         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10644
10645         * smiley.el (smiley-style): Don't directly call face-attribute.
10646
10647 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10650
10651         * gnus-dired.el: Reduce Gnus dependencies.
10652         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10653         Don't require.  Use autoloads instead.
10654         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10655         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10656         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10657         (gnus-dired-mode): Adjust doc string.
10658         (gnus-dired-mail-mode): New variable.
10659         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10660         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10661         (gnus-dired-mail-buffers): New function.  Return mail or message
10662         composition buffers.
10663         (gnus-dired-attach): Use it.
10664         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10665         NO-DECODE.
10666         (gnus-dired-print): Use `gnus-print-buffer' depending on
10667         `gnus-dired-mail-mode'.
10668
10669 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * rfc2047.el (rfc2047-encoded-word-regexp)
10672         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10673         explaining what regexp patterns are for.
10674
10675 2007-12-04  Glenn Morris  <rgm@gnu.org>
10676
10677         * password.el: Move to password-cache.el.
10678
10679         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10680         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10681         * mml-smime.el (password-read, password-cache-add)
10682         (password-cache-remove):
10683         No need to autoload, since mml-sec requires password.
10684
10685         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10686         * message.el (gnus-extract-address-components):
10687         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10688
10689         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10690         password.
10691
10692 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * mailcap.el: Reduce dependencies.
10695         (mail-header-parse-content-type): Autoload.
10696         (mailcap-delete-duplicates): New alias.
10697         (mailcap-mime-info): Add optional argument NO-DECODE.
10698         (mailcap-mime-types): Use mailcap-delete-duplicates.
10699
10700         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10701
10702 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10703
10704         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10705         (imap-parse-status): Upcase status-att for servers that sends them
10706         lower-case (e.g., MS Exchange 2007).
10707
10708 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10711         function.
10712
10713         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10714         (gnus-uu-yenc-article): New function.
10715
10716         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10717
10718         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10719
10720 2007-12-02  Glenn Morris  <rgm@gnu.org>
10721
10722         * binhex.el (binhex): New custom group.
10723         (binhex-decoder-program, binhex-decoder-switches)
10724         (binhex-use-external): Move to the binhex custom group.
10725
10726         * uudecode.el (uudecode): New custom group.
10727         (uudecode-decoder-program, uudecode-decoder-switches)
10728         (uudecode-use-external): Move to the uudecode custom group.
10729
10730         * netrc.el (top-level): Don't load `encrypt' features.
10731         (netrc-parse): Don't use encrypt.
10732         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10733
10734         * encrypt.el: Remove file.
10735
10736 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10739         matches on patches.
10740
10741         * gnus-art.el (gnus-article-browse-html-article):
10742         Mention `mm-text-html-renderer' in the doc string.
10743
10744         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10745         string.  Add comments.
10746
10747         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10748         if rhs is ASCII.
10749
10750 2007-12-01  Glenn Morris  <rgm@gnu.org>
10751
10752         * mail-source.el (top-level): Require format-spec before
10753         eval-when-compile.
10754
10755 2007-11-30  Glenn Morris  <rgm@gnu.org>
10756
10757         * encrypt.el: Require password, rather than autoloading password-read.
10758
10759 2007-11-29  Glenn Morris  <rgm@gnu.org>
10760
10761         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10762         (sasl-make-client, sasl-next-step, sasl-step-data)
10763         (sasl-step-set-data): Declare as functions.
10764
10765 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10768
10769 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10770
10771         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10772         certs should be verified and what is to be done in the event of a
10773         verification failure.
10774
10775         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10776         caller can indicate whether the cache should be disregarded for this
10777         call.  This way the result of the call is reproducible at all times and
10778         can be considered a canonical server name for the supplied method.
10779         (gnus-agent-method-p): Canonicalize server names by pushing their
10780         method through `gnus-method-to-server' using the no-cache argument.
10781
10782         * gnus-srvr.el (gnus-server-insert-server-line):
10783         Call `gnus-method-to-server' with `no-cache' argument.
10784
10785         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10786         gnus-agent-possibly-synchronize-flags as this should be called when the
10787         server is actually being opened.
10788         (gnus-agent-possibly-synchronize-flags)
10789         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10790         flags file of an agentized server to the latter function.
10791
10792         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10793         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10794         after a connection has been established successfully.
10795
10796 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-art.el (article-display-face): Force to display face if called
10799         interactively; check if gnus-article-x-face-too-ugly matches author.
10800         (article-display-x-face): Display face even if From header is missing
10801         as article-display-face does.
10802
10803 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10804
10805         * hashcash.el (message-narrow-to-headers-or-head)
10806         (message-fetch-field, message-goto-eoh)
10807         (message-narrow-to-headers): Declare as functions.
10808
10809 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * mail-source.el (mail-sources): Default to fetch from file for
10812         compatibility with default of nnmail-spool-file.
10813
10814 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10817         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10818         to look for encoded word that should be encoded again.
10819         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10820         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10821         encoding pattern.
10822         (rfc2047-decode-region): Switch strict regexp and loose one according
10823         to rfc2047-allow-irregular-q-encoded-words.
10824
10825 2007-11-25  Romain Francoise  <romain@orebokech.com>
10826
10827         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10828
10829 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * tls.el (tls-program): Provide more custom choices from
10832         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10833         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10834
10835 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10838         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10839
10840         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10841         `nnmail-spool-file'.
10842
10843         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10844         `nnmail-spool-file'.
10845
10846         * gnus-move.el (gnus-change-server): Ditto.
10847
10848         * gnus-kill.el (gnus-batch-score): Ditto.
10849
10850         * gnus-cache.el (gnus-jog-cache): Ditto.
10851
10852         * gnus-msg.el (gnus-summary-reply):
10853         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10854
10855 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10858         version.  Minor improvement to doc strings.
10859         (tls-program): Add comment.
10860
10861 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10862
10863         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10864         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10865         mismatch between the hostname provided in the certificate and the name
10866         of the host connnecting to.
10867         (open-tls-stream): Use them.  Check certificates against trusted root
10868         certificates.
10869
10870 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * gnus-cache.el (gnus-cache-generate-nov-databases):
10873         Use nnml-generate-nov-databases-directory instead of
10874         nnml-generate-nov-databases-1.
10875
10876 2007-11-24  Glenn Morris  <rgm@gnu.org>
10877
10878         * message.el (message-tool-bar-retro): Update for rename
10879         mail_send.xpm->mail-send.xpm.
10880
10881 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10884         `smime-ldap-search' for Emacs 22 and up.
10885
10886 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10887
10888         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10889
10890         * message.el (message-send-mail-function): Fix error convention.
10891         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10892         (message-widen-reply, message-send-mail, message-talkative-question)
10893         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10894         (message-clone-locals, message-send-news): Use with-current-buffer.
10895         (message-insert-or-toggle-importance): Remove unused var `valid'.
10896         (message-make-references): Remove unused var `new-references'.
10897         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10898
10899 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10900
10901         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10902         (spam-split-symbolic-return-positive): Reflow docstring.
10903         (spam-backends, spam-summary-exit-behavior)
10904         (spam-mark-ham-unread-before-move-from-spam-group)
10905         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10906         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10907         (spam-clear-cache, spam-backend-check, spam-install-backend)
10908         (spam-install-statistical-backend, spam-list-of-processors)
10909         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10910         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10911         (spam-check-crm114, spam-initialize, spam-unload-hook):
10912         Fix typos in docstrings.
10913
10914 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10917         been checked if they have never been read and those group levels are
10918         higher than the one that a user specified.
10919
10920 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10923         foreign groups unless a group level is specified by a user.
10924         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10925
10926 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * message.el (message-send-mail-function): Require sendmail.
10929
10930 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * message.el (message-send-mail-function): Check for smtpmail too.
10933
10934         * utf7.el (utf7-encode, utf7-decode): Use coding system
10935         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10936
10937         * message.el (message-send-mail-function): New function.
10938         (message-send-mail-function): Set default using
10939         message-send-mail-function.  Adjust doc string.
10940         (message-send-mail-with-mailclient): New function.
10941
10942 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10943
10944         * smime.el (from):
10945         * rfc2047.el (message-posting-charset):
10946         * qp.el (mm-use-ultra-safe-encoding):
10947         * pop3.el (parse-time-months):
10948         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10949         * nnml.el (files):
10950         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10951         (jka-compr-compression-info-list, ange-ftp-path-format)
10952         (efs-path-regexp):
10953         * nndiary.el (files):
10954         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10955         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10956         (epg-digest-algorithm-alist, inhibit-redisplay)
10957         (password-cache-expiry):
10958         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10959         (pgg-output-buffer, password-cache-expiry):
10960         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10961         (efs-path-regexp):
10962         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10963         (inhibit-redisplay):
10964         * mm-uu.el (file-name, start-point, end-point, entry)
10965         (gnus-newsgroup-name, gnus-newsgroup-charset):
10966         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10967         (latin-unity-ucs-list):
10968         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10969         (mm-uu-binhex-decode-function):
10970         * message.el (gnus-message-group-art, gnus-list-identifiers)
10971         (rmail-enable-mime-composing, gnus-local-organization)
10972         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10973         (gnus-read-active-file, facemenu-add-face-function)
10974         (facemenu-remove-face-function, gnus-article-decoded-p)
10975         (tool-bar-mode):
10976         * mail-source.el (display-time-mail-function):
10977         * gnus-util.el (nnmail-pathname-coding-system)
10978         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10979         (gnus-original-article-buffer, gnus-user-agent)
10980         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10981         (xemacs-codename, sxemacs-codename, emacs-program-version):
10982         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10983         * gnus-start.el (gnus-agent-covered-methods)
10984         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10985         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10986         (gnus-newsgroup-headers, gnus-group-list-mode)
10987         (gnus-group-mark-positions, gnus-newsgroup-data)
10988         (gnus-newsgroup-unreads, nnoo-state-alist)
10989         (gnus-current-select-method, mail-sources)
10990         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10991         (nnmail-spool-file, gnus-cache-active-hashtb):
10992         * gnus-mh.el (mh-lib-progs):
10993         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10994         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10995         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10996         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10997         (gnus-group-buffer):
10998         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10999         (font-lock-set-defaults):
11000         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11001         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11002         (gnus-summary-post-menu, total-parts, type, condition, length):
11003         * gnus-agent.el (gnus-agent-read-agentview):
11004         * flow-fill.el (show-trailing-whitespace):
11005         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11006         eval-and-compile wrappers for byte compiler pacifiers.
11007
11008         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11009         (mm-display-inline-fontify): Check for featurep 'xemacs not
11010         extent-list.
11011
11012         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11013         itimer-list.
11014         (mm-create-image-xemacs): Only do something for XEmacs.
11015         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11016
11017         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11018
11019         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11020         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11021
11022 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11023
11024         * nnimap.el (nnimap-split-download-body):
11025         * gnus-demon.el (gnus-demon):
11026         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11027
11028 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11031         New macros.
11032         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11033         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11034         copy data from unibyte buffer to multibyte current buffer.
11035         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11036         to copy data from unibyte current buffer to multibyte buffer.
11037         (nntp-make-process-buffer): Make process buffer unibyte.
11038
11039         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11040
11041 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11042
11043         * pop3.el (pop3-open-server): Accept and process data more robustly at
11044         connexion start to avoid spurious "POP SSL connexion failed" errors.
11045
11046 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11049         read group names.
11050
11051 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11054
11055 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11058         (nnmail-save-active): Use a unibyte buffer when saving active file,
11059         which may contain non-ASCII group names.
11060
11061         * nnml.el (nnml-request-group): Decode group names in messages.
11062
11063 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * message.el (message-citation-line-function)
11066         (message-insert-formatted-citation-line): Fix spelling of
11067         `message-insert-formated-citation-line'.
11068
11069 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11072
11073 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11076         nnmail-pathname-coding-system.
11077
11078         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11079         that a user enters; decode group names in messages.
11080
11081         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11082
11083 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11086
11087         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11088
11089         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11090         risky local variable.
11091
11092         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11093
11094 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * encrypt.el: Improve documentation to fix function name typo.
11097         Reported by Daiki Ueno <ueno@unixuser.org>.
11098
11099 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11102         even if the point is not in the last page of an article.
11103         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11104         back to the previous page.
11105
11106 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11109
11110 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11113
11114 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11115
11116         * message.el (message-check-news-body-syntax):
11117         Avoid mm-string-as-multibyte.
11118         (message-hide-headers): Don't assume (point-min)==1.
11119
11120 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * message.el (message-remove-blank-cited-lines): Fix if remove is
11123         given.
11124         (message-bogus-address-regexp): New variable.
11125         (message-bogus-recipient-p): New function.
11126         (message-check-recipients): New command.
11127         (message-syntax-checks): Add `bogus-recipient'.
11128         (message-fix-before-sending): Add `bogus-recipient'.
11129
11130         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11131         (gnus-treat-body-boundary): Don't test window-system.
11132
11133 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11134
11135         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11136
11137 2007-10-28  Miles Bader  <miles@gnu.org>
11138
11139         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11140         at compile-time too.
11141
11142 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-msg.el (gnus-message-setup-hook):
11145         Add `message-remove-blank-cited-lines' to options.
11146
11147 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * message.el (message-remove-blank-cited-lines): New function.
11150         Suggested by Karl Plästerer.
11151
11152 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11155         mapc.
11156
11157         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11158         (top-level): Use mapc to set functions to be traced for debugging.
11159
11160         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11161         called for effect with while loop.
11162
11163         * message.el (message-talkative-question): Replace mapcar called for
11164         effect with mapc.
11165
11166         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11167         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11168         called for effect with dolist.
11169
11170         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11171
11172         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11173         gnus-extra-headers and nnmail-extra-headers.
11174
11175         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11176         called for effect with dolist.
11177         (top-level): Use mapc to set functions to be traced for debugging.
11178
11179         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11180         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11181         dolist.
11182
11183         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11184         Replace mapcar called for effect with mapc.
11185         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11186         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11187         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11188         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11189
11190         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11191         remove-if that's a cl function.
11192
11193         * webmail.el (webmail-debug): Replace mapcar called for effect with
11194         dolist.
11195
11196         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11197         with mapc.
11198
11199 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11202         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11203         with while loop.
11204
11205         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11206         functions from article-* functions.
11207         (gnus-multi-decode-header): Replace mapcar called for effect with
11208         dolist.
11209
11210         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11211         (gnus-bookmark-show-details): Replace mapcar called for effect with
11212         while loop.
11213
11214         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11215         called for effect with while loop.
11216
11217         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11218         with dolist.
11219
11220         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11221         Replace mapcar called for effect with dolist.
11222
11223         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11224
11225         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11226         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11227         Replace mapcar called for effect with dolist.
11228         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11229         mapc.
11230
11231         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11232         Replace mapcar called for effect with dolist.
11233         (gnus-topic-list): Replace mapcar called for effect with mapc.
11234
11235         * gnus.el: Use mapc instead of mapcar to add autoloads.
11236
11237 2007-10-23  Richard Stallman  <rms@gnu.org>
11238
11239         * gnus-group.el (gnus-group-highlight): Mark as risky.
11240
11241 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus.el (gnus-server-to-method): Return method found first in
11244         gnus-newsrc-alist.
11245
11246         * gnus-art.el (gnus-article-highlight-signature)
11247         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11248         button overlay without the front stickiness.
11249
11250 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11251
11252         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11253         overview buffer needed a catch to receive its throw.
11254         (gnus-agent-flush-cache): Declare as interactive to make this function
11255         easier to use.
11256
11257 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11260         `next-line'.
11261
11262 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11265         exclude address matching message-dont-reply-to-names.
11266
11267 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-util.el (gnus-string<): New function.
11270
11271         * gnus-sum.el (gnus-article-sort-by-author)
11272         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11273
11274 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11277         the frame-focus tag is set in gnus-buffer-configuration.
11278
11279 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11282         the front stickiness.
11283
11284 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11287         url pattern; remove duplicate one.
11288         (gnus-article-extend-url-button): New function.
11289         (gnus-article-add-buttons): Use it.
11290         (gnus-button-push): Use concatenated url that it makes.
11291
11292 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11293
11294         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11295
11296 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11297
11298         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11299         Don't hardcode point-min==1.
11300
11301 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11304         Fix comment about "iso8859-1".
11305
11306 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11307
11308         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11309         ones returned from the verify-function.
11310
11311         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11312         Call mml2015-extract-cleartext-signature if extraction failed.
11313
11314 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11315
11316         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11317         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11318         failed.
11319
11320 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11323
11324 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11327         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11328         recommends to use EasyPG instead of PGG.
11329
11330         * pgg.el: Revert to revision 6.23.2.16.
11331
11332         * pgg-def.el: Revert to revision 6.6.2.14.
11333
11334         * pgg-gpg.el: Revert to revision 6.23.2.34.
11335
11336 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11339         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11340         thread for both the null and zero (kill/expire thread) universal prefix
11341         cases.
11342         (gnus-summary-expire-thread): Add new function to expire a thread,
11343         using gnus-summary-kill-thread.
11344         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11345         shortcuts for gnus-summary-expire-thread.
11346         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11347         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11348
11349 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11350
11351         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11352         extras value, so an extras entry can be deleted.
11353         (gnus-registry-delete-extra-entry): Use it.
11354         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11355         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11356         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11357         storage through the gnus-registry, and provide an appropriate API for
11358         it.
11359
11360 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11363         Suggested by Leo <sdl.web@gmail.com>.
11364
11365         * gnus.el: Do.
11366
11367 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11370         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11371
11372         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11373
11374         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11375         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11376
11377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11380         newline.
11381         (nnmbox-request-accept-article): Don't change article in source buffer;
11382         narrow to header to use message-fetch-field rather than
11383         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11384         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11385         as delimiters; make sure article ends with newline.
11386         (nnmbox-delete-mail): Correct last position of article to be deleted;
11387         ignore X-Gnus-Newsgroup header in article body.
11388         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11389         positions; make sure article ends with newline.
11390
11391         * message.el (message-display-abbrev): Don't infloop when a user
11392         inserts SPC in the beginning of header.
11393
11394         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11395         coding-system-for-read and coding-system-for-write for XEmacs having no
11396         file-coding feature.
11397
11398         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11399
11400 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11401
11402         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11403         list of groups not followed by default.  Fix type to be regexp.
11404         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11405
11406 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11407
11408         * hmac-def.el (define-hmac-function): Switch from old-style to
11409         new-style backquotes.
11410
11411         * md4.el (md4-make-step): Likewise.
11412
11413 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11416         raw-text coding system when saving .newsrc file, which may contain
11417         non-ASCII group names.
11418
11419 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-cus.el (gnus-score-extra): New widget.
11422         (gnus-score-extra-convert): New function.
11423         (gnus-score-customize): Use it for Extra.
11424
11425 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11426
11427         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11428         (mml2015-mailcrypt-clear-verify): Use it.
11429         (mml2015-gpg-clear-verify): Use it.
11430         (mml2015-pgg-clear-verify): Use it.
11431         (mml2015-epg-clear-verify): Replace the current part with the output
11432         from GnuPG; don't extract the plaintext by itself.
11433
11434         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11435         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11436         mml2015-clear-verify-function; don't touch the armor headers or
11437         dash-escaped text here.
11438
11439 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11442         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11443         parts, or application/octet-stream as a last resort.
11444         (gnus-mime-view-part-as-type): Don't toggle display.
11445         (gnus-mime-view-part-as-charset): Don't turn off display before
11446         querying charset.
11447
11448         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11449         stuff to undisplayer function in Emacs.
11450         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11451
11452         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11453         text/calendar parts.
11454
11455 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11458         decoding text/calendar parts.
11459
11460         * message.el (message-forward-make-body-mime): Always mark body as
11461         having no illegible text; remove signed-or-encrypted argument.
11462         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11463
11464         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11465         (mml-generate-mime-1): Don't encode body if it is specified to be in
11466         raw form; don't make buffer be unibyte when inserting multibyte string.
11467
11468 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11469
11470         * sha1.el: Fix up comment style.
11471         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11472         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11473
11474         * hex-util.el: Fix up comment style.
11475         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11476
11477         * gnus-salt.el: Use with-current-buffer.
11478         (gnus-pick-setup-message): Fix long-standing typo.
11479
11480 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * imap.el (imap-logout-timeout): New variable.
11483         (imap-logout, imap-logout-wait): New functions.
11484         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11485
11486         * nnimap.el (nnimap-logout-timeout): New server variable.
11487         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11488         nnimap-logout-timeout.
11489
11490         * gnus-art.el (gnus-article-summary-command-nosave)
11491         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11492
11493 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus.el (gnus-maximum-newsgroup): New variable.
11496
11497         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11498         according to gnus-maximum-newsgroup.
11499
11500         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11501         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11502         Limit the range of articles according to gnus-maximum-newsgroup.
11503
11504 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11505
11506         * gnus-art.el (gnus-sticky-article): Fix problems described in
11507         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11508         Don't perform gnus-configure-windows here; reuse existing sticky
11509         article buffer.
11510
11511         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11512         it doesn't exist in gnus-article-mode.
11513
11514 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11517         (gnus-agent-decoded-group-name): New function.
11518         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11519         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11520
11521 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11522
11523         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11524         Add binding for gnus-sticky-article.
11525         (gnus-summary-exit): Don't kill sticky article buffers.
11526
11527         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11528         article buffer.
11529         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11530         (gnus-kill-sticky-article-buffers): New commands.
11531
11532 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * nntp.el (nntp-xref-number-is-evil): New server variable.
11535         (nntp-find-group-and-number): If it is non-nil, don't trust article
11536         numbers in the Xref header.
11537
11538 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-agent.el (gnus-agent-read-group): New function.
11541         (gnus-agent-flush-group, gnus-agent-expire-group)
11542         (gnus-agent-regenerate-group): Use it.
11543         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11544         nnmail-pathname-coding-system.
11545
11546 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11549
11550         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11551         that are unread as unread, and also as selected so that information of
11552         marks having been changed by a user may be updated when exiting group.
11553
11554 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11557
11558 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11561         calculated ignoring signature parts to gnus-treat-article.
11562
11563 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11566         a point here in order to keep the window start.
11567         (gnus-insert-mime-security-button): Make a button overlay without the
11568         front stickiness.
11569         (gnus-mime-display-security): Goto the end of a button.
11570
11571         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11572
11573 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11576         group-name-at-point.
11577         (gnus-group-completing-read): New function that offers decoded
11578         non-ASCII group names for completion.
11579         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11580         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11581         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11582         (gnus-group-fetch-control): Use it.
11583         (gnus-fetch-group): Use group-name-at-point for the initial value
11584         rather than the default value; use gnus-alive-p.
11585
11586         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11587         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11588         (gnus-summary-post-news): Use gnus-group-completing-read.
11589
11590         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11591         (gnus-read-move-group-name): Decode group name for completion.
11592
11593 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11594
11595         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11596         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11597         Yamaoka slightly modified the code).
11598
11599 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11602         (nnmail-split-incoming): Bind it.
11603
11604         * nnml.el (nnml-group-name-charset): New function.
11605         (nnml-decoded-group-name): Use it; don't decode group name if
11606         nnmail-group-names-not-encoded-p is non-nil.
11607         (nnml-encoded-group-name): New function.
11608         (nnml-group-pathname): Inline nnml-decoded-group-name.
11609         (nnml-request-expire-articles): Decode group name in message.
11610         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11611         nnmail-pathname-coding-system.
11612         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11613         not decoded ones according to nnmail-group-names-not-encoded-p.
11614         (nnml-generate-active-info): Use nnml-encoded-group-name.
11615
11616 2007-08-08  Glenn Morris  <rgm@gnu.org>
11617
11618         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11619         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11620         doc-strings and comments.
11621
11622 2007-07-25  Glenn Morris  <rgm@gnu.org>
11623
11624         * Relicense all FSF files to GPLv3 or later.
11625
11626 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-sum.el (gnus-summary-move-article):
11629         Make gnus-summary-respool-article work.
11630
11631 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11634         string.
11635
11636 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11637
11638         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11639         that should be ignored when comparing distant RSS articles with local
11640         ones.
11641         (nnrss-make-hash-index): New function.  Create a hash index according
11642         to the ignored fields.
11643         (nnrss-check-group): Use it.
11644
11645 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11648
11649         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11650
11651         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11652         the new optional argument ENCODED is non-nil.
11653         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11654         coding system for encoding group name.
11655         (gnus-group-make-rss-group): Pass un-encoded group name to
11656         gnus-group-make-group.
11657         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11658         encoded.
11659
11660         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11661         Encode group name to which articles are moved or copied.
11662         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11663         coding system for encoding Newsgroup, Followup-To and Xref headers.
11664
11665         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11666         marks; use nnheader-file-coding-system to write a file.
11667         (nnagent-retrieve-headers): Bind file-name-coding-system to
11668         nnmail-pathname-coding-system.
11669
11670         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11671
11672         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11673         (nnml-request-article, nnml-request-create-group)
11674         (nnml-request-rename-group, nnml-find-id)
11675         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11676         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11677         (nnml-save-marks): Use nnml-group-pathname instead of
11678         nnmail-group-pathname.
11679
11680         (nnml-request-create-group, nnml-request-expire-articles)
11681         (nnml-request-move-article, nnml-request-delete-group)
11682         (nnml-deletable-article-p, nnml-possibly-create-directory)
11683         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11684         (nnml-open-marks): Bind file-name-coding-system to
11685         nnmail-pathname-coding-system.
11686
11687         (nnml-request-article): Pass server argument to nnml-find-group-number.
11688         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11689         Pass server argument to nnml-possibly-create-directory.
11690         (nnml-request-accept-article): Pass server argument to
11691         nnml-active-number and nnml-save-mail.
11692         (nnml-find-group-number): Pass server argument to nnml-find-id.
11693         (nnml-request-update-info): Pass server argument to
11694         nnml-marks-changed-p.
11695
11696         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11697         (nnml-save-mail, nnml-active-number): Add server argument.
11698
11699         (nnml-request-delete-group): Warn if group is missing.
11700         (nnml-get-nov-buffer): Decode group name.
11701         (nnml-generate-active-info): Encode group name.
11702         (nnml-open-marks): Decode group name in messages.
11703
11704 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11707         if it is not specified.
11708         (gnus-article-pipe-part, gnus-article-save-part)
11709         (gnus-article-interactively-view-part, gnus-article-copy-part)
11710         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11711         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11712         (gnus-article-replace-part, gnus-article-delete-part)
11713         (gnus-article-view-part-as-type): Pass raw prefix argument to
11714         gnus-article-part-wrapper.
11715
11716 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-agent.el (gnus-agent-save-active):
11719         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11720
11721         * gnus-cache.el (gnus-cache-save-buffers)
11722         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11723         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11724         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11725         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11726         (gnus-cache-generate-active, gnus-cache-rename-group)
11727         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11728         (gnus-cache-update-overview-total-fetched-for):
11729         Bind file-name-coding-system to nnmail-pathname-coding-system.
11730         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11731         New variables.
11732         (gnus-cache-decoded-group-name): New function.
11733         (gnus-cache-file-name): Use it.
11734         (gnus-cache-generate-active): Use non-decoded group name for active.
11735
11736         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11737         right place.
11738         (gnus-write-active-file): Don't break non-ASCII group names.
11739
11740         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11741         nnmail-pathname-coding-system.
11742
11743         * lpath.el: Bind default-file-name-coding-system,
11744         file-name-coding-system and language-info-alist for XEmacs.
11745
11746         * gnus-uu.el (gnus-uu-decode-save): Typo.
11747
11748 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11751
11752 2007-07-14  David Kastrup  <dak@gnu.org>
11753
11754         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11755         finishing actions if we did not edit the article.
11756
11757 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11760         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11761         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11762         (gnus-agent-flush-group, gnus-agent-flush-cache)
11763         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11764         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11765         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11766         (gnus-agent-regenerate-group)
11767         (gnus-agent-update-files-total-fetched-for)
11768         (gnus-agent-update-view-total-fetched-for):
11769         Bind file-name-coding-system to nnmail-pathname-coding-system.
11770         (gnus-agent-group-pathname): Don't encode file names by
11771         nnmail-pathname-coding-system.
11772         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11773         coding-system-for-write instead of buffer-file-coding-system to
11774         gnus-agent-file-coding-system.
11775
11776         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11777         Decode group name.
11778
11779         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11780
11781         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11782         (gnus-read-newsrc-el-file): Make group names unibyte.
11783
11784         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11785         nnmail-pathname-coding-system.
11786
11787         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11788         (nnrss-request-delete-group): Bind file-name-coding-system to
11789         nnmail-pathname-coding-system.
11790         (nnrss-read-server-data, nnrss-read-group-data):
11791         Bind file-name-coding-system correctly.
11792         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11793
11794         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11795         (nntp-server-to-method-cache): New variable.
11796         (nntp-group-pathname): New function that decodes non-ASCII group names.
11797         (nntp-possibly-create-directory, nntp-marks-changed-p)
11798         (nntp-save-marks, nntp-open-marks): Use it.
11799         (nntp-possibly-create-directory, nntp-open-marks):
11800         Bind file-name-coding-system to nnmail-pathname-coding-system.
11801         (nntp-open-marks): Decode group names when bootstrapping marks.
11802
11803         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11804         Newsgroups and Folowup-To headers.
11805
11806 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11809         (gnus-server-closed-face, gnus-server-denied-face)
11810         (gnus-server-offline-face): Remove variable.
11811         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11812
11813         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11814         of modifying message-stack directly for XEmacs.
11815
11816         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11817         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11818         if the coding-system argument is nil for XEmacs.
11819
11820         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11821         mm-charset-override-alist.
11822
11823         * rfc2047.el: Don't require base64; require rfc2045 for the function
11824         rfc2045-encode-string.
11825         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11826         to quote the parameter value.
11827
11828 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11831         form in gnus-group-name-charset-method-alist.
11832
11833         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11834         overrides the default layout edit-form.
11835
11836         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11837
11838         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11839
11840 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11843         as unfetched articles.
11844
11845 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11848
11849 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11852         original back end that keeps marks in the local system.
11853
11854 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11857         arg of pop-to-buffer for XEmacs.
11858         (gnus-article-read-summary-keys): Ditto; don't restore window
11859         configuration if summary command ends up with neither article buffer
11860         nor summary buffer; describe bindings if summary keys end with C-h.
11861
11862 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * message.el (message-fix-before-sending): Skip raw message part to be
11865         forwarded while checking illegible text.
11866         (message-forward-make-body-mime, message-forward-make-body):
11867         Mark signed or encrypted raw message as having no illegible text.
11868
11869 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11872         (gnus-message-with-timestamp-1): New macro.
11873         (gnus-message-with-timestamp): New function.
11874         (gnus-message): Use them.
11875
11876         * nnheader.el (nnheader-message): Use them.
11877
11878 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11881         .newsrc.eld file.
11882
11883 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * gnus-agent.el (gnus-agent-fetch-headers)
11886         (gnus-agent-retrieve-headers):
11887         Bind gnus-decode-encoded-address-function to identity.
11888
11889         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11890         available also when the server returns simply a dot.
11891
11892         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11893
11894 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11897
11898 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-ems.el (gnus-x-splash): Make it work.
11901
11902         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11903         from being used.
11904
11905         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11906
11907 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11910         4th and the 5th arguments.
11911
11912         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11913         the front stickiness.
11914         (gnus-article-summary-command-nosave): Correct the order of the
11915         arguments passed to pop-to-buffer.
11916         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11917         summary command ends up with the article buffer.
11918
11919         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11920         the same faces.
11921
11922 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11923
11924         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11925
11926 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11927
11928         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11929         * gnus-sum.el (gnus-summary-highlight):
11930         * pgg.el (pgg-sign-region, pgg-sign):
11931         * mail-source.el (mail-source-delete-old-incoming-confirm):
11932         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11933
11934 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-art.el (gnus-mime-view-part-externally)
11937         (gnus-mime-view-part-internally): Fix predicate function passed to
11938         completing-read.
11939
11940         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11941
11942         * gnus.el (gnus-update-message-archive-method): Add :version.
11943
11944 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * gnus.el (gnus-update-message-archive-method): New variable.
11947
11948         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11949         according to gnus-message-archive-method if
11950         gnus-update-message-archive-method is non-nil.
11951
11952 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11955         Suggested by Loic Dachary <loic@dachary.org>.
11956         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11957
11958 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * message.el (message-pop-to-buffer): Add switch-function argument.
11961         (message-mail): Pass switch-function argument to it.
11962
11963 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11966         Improve doc string.
11967
11968 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11971         (gnus-header-content)
11972         * gnus-cite.el (gnus-cite-10)
11973         * gnus-srvr.el (gnus-server-closed)
11974         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11975         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11976         (gnus-group-mail-3-empty, gnus-group-mail-low)
11977         (gnus-group-mail-low-empty, gnus-splash)
11978         * message.el (message-header-to, message-header-cc)
11979         (message-header-subject, message-header-other, message-header-name)
11980         (message-header-xheader, message-separator, message-cited-text)
11981         (message-mml): Lighten colors of faces used for dark background.
11982
11983 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11984
11985         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11986         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11987
11988 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * message.el (message-narrow-to-headers-or-head):
11991         Ignore mail-header-separator in the body.
11992
11993 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11996         same as window size.
11997
11998 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11999
12000         * message.el (message-font-lock-keywords): Use message-header-xheader
12001         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12002         ahead of the anything pattern, to get it recognised.
12003
12004 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12007         spam.el loads uses it in the compiled defadvice form.
12008
12009 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12010
12011         * gnus-sum.el (gnus-articles-to-read)
12012         (gnus-summary-insert-old-articles): Don't truncate group name for
12013         `read-string'.
12014
12015         * gnus-util.el (gnus-limit-string): Delete this function.
12016
12017         * gnus-sum.el (gnus-simplify-subject-fully):
12018         Use `truncate-string-to-width' instead.
12019
12020 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12021
12022         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12023         Tell if, on summary exit, the next group has to be selected.
12024         (gnus-summary-exit): Use it.
12025
12026 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12029         non-break space.
12030
12031 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12034         Check if group is not a directory.
12035         (nnfolder-request-expire-articles): Don't delete articles if the target
12036         group is not available.
12037
12038         * nnml.el (nnml-request-create-group): Properly check if group is not a
12039         file.
12040         (nnml-request-expire-articles): Don't delete articles if the target
12041         group is not available.
12042
12043         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12044         Don't quote characters that are within parentheses.
12045
12046 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12049         (gnus-handle-ephemeral-exit): Select article according to it.
12050
12051 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * message.el (message-insert-formated-citation-line): Remove newline.
12054         (message-citation-line-format): Add final \n here so that the user can
12055         avoid a blank line.
12056
12057 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12058
12059         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12060         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12061         Update lanl/arXiv support.
12062
12063 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * gnus.el: Bump version number.
12066
12067 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12068
12069         * gnus.el (gnus-version-number): Bump version.
12070
12071 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12072
12073         * gnus.el: No Gnus v0.6 is released.
12074
12075 2007-04-27  Didier Verna  <didier@xemacs.org>
12076
12077         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12078         * gmm-utils.el (gmm-regexp-concat): ... here.
12079         * message.el: Don't require 'gnus-util.
12080         (message-dont-reply-to-names): Handle name change above.
12081         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12082
12083 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12086         since the initial value varies according to the system.
12087
12088 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12091
12092 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12093
12094         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12095
12096 2007-04-24  Didier Verna  <didier@xemacs.org>
12097
12098         Improve the type of gnus-ignored-from-addresses.
12099         * gnus-util.el (gnus-orify-regexp): New function.
12100         * message.el (gnus-util): Require it.
12101         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12102         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12104
12105 2007-04-24  Didier Verna  <didier@xemacs.org>
12106
12107         * gnus-sum.el:
12108         * gnus-utils.el: Fix some trailing whitespaces.
12109
12110 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12113         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12114         article's Message-ID; refer parent article in summary buffer.
12115
12116         * message.el (message-bounce): Call mime-to-mml.
12117
12118         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12119         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12120         optimize and/or forms properly.
12121
12122 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12125         URL.
12126
12127 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12130
12131 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12134         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12135         displayed of multipart/alternative part if it is invoked from summary
12136         buffer.
12137
12138         * mm-view.el (mm-inline-text-html-render-with-w3m)
12139         (mm-inline-text-html-render-with-w3m-standalone)
12140         (mm-inline-render-with-function): Use mail-parse-charset by default.
12141
12142 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12143
12144         * parse-time.el (parse-time-string-chars): Check if CHAR
12145         is less than the length of parse-time-syntax.
12146
12147 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12150         from gnus-newsgroup-processable.
12151
12152 2007-04-16  Didier Verna  <didier@xemacs.org>
12153
12154         * gnus-msg.el (gnus-configure-posting-styles):
12155         Handle message-signature-directory properly with :file syntax.
12156         Reported by "Leo".
12157
12158 2007-04-11  Didier Verna  <didier@xemacs.org>
12159
12160         New user option: message-signature-directory.
12161         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12162         * message.el (message-insert-signature): Ditto.
12163         * message.el (message-signature-file): Doc update.
12164         * message.el (message-signature-directory): New.
12165
12166 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-msg.el (gnus-inews-yank-articles):
12169         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12170
12171 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * message.el (message-yank-original): Make sure cited text ends with
12174         newline; don't exchange point and mark.
12175
12176 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12177
12178         * tls.el (open-tls-stream): Properly handle case where there
12179         is no associated buffer.
12180
12181 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12182
12183         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12184         message-yank-original, make sure (< mark TEXT point).
12185
12186 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * message.el (message-fill-column): New variable.
12189         (message-mode): Use it.  Add comment on a possible new hook.
12190
12191         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12192         (nnmail-get-new-mail): Reformat.
12193
12194         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12195
12196         * gmm-utils.el: Fix Commentary.
12197         (gmm-tool-bar-from-list): Fix typo in doc string.
12198
12199 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12200
12201         * message.el (message-yank-original): Don't switch point and mark
12202         unnecessarily to put point and mark as documented.
12203
12204 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12207         from the message heads.
12208
12209 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12210
12211         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12212         article buffer does not have a window.  This may not be the best
12213         solution but is certainly better than setting the start of the null,
12214         that is the current, window.
12215
12216 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12219         (gnus-draft-setup): Run it.
12220
12221         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12222         gnus-score-fast-scoring.  Allow regexp.
12223         (gnus-score-headers): Use it.
12224
12225         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12226         XEmacs.
12227
12228         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12229         string.
12230         (gnus-button-alist): Also catch `<f1> k ...'.
12231         (gnus-treat-display-x-face): Fix doc string.
12232
12233 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12234
12235         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12236         evaluation of gnus-extended-version to ensure correct generation of the
12237         User-Agent header when message-generate-headers-first is used.
12238
12239 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12240
12241         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12242         hashcash-path is nil.  Don't call callback with incorrect number of
12243         parameters if val is 0.
12244
12245 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12246
12247         * message.el (message-required-news-headers):
12248         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12249
12250 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12251
12252         * tls.el (open-tls-stream): In handshake-waiting loop,
12253         don't wait more if there is output available to process.
12254
12255 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12256
12257         * tls.el (tls-program): Doc fix.
12258
12259 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * message.el (message-generate-new-buffers): Change the meaning of the
12262         nil value; add `standard' to the choices; treat t as `unique'; improve
12263         doc string.
12264         (gnus-select-frame-set-input-focus): Autoload.
12265         (message-buffer-name): Search for the existing message buffer if
12266         message-generate-new-buffers is nil or `standard'; treat the value t of
12267         message-generate-new-buffers as `unique'.
12268         (message-pop-to-buffer): Raise the frame already displaying the message
12269         buffer; clear the echo area after querying.
12270         (message-setup): Pass the `continue' argument to compose-mail.
12271         (message-mail): Prefer `switch-function' if it is given; search for the
12272         existing message buffer if the `continue' argument is non-nil; pass
12273         continue and switch-function arguments to compose-mail by way of
12274         message-setup.
12275         (message-mail-other-window): Adjust argument of message-setup.
12276         (message-mail-other-frame): Ditto.
12277
12278 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12281         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12282         to turn font-lock on when turning gnus-message-citation-mode on.
12283
12284 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12285
12286         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12287         (mml-smime-function-alist): New variable; add epg as the backend.
12288         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12289         mml-smime- functions instead.
12290         * mm-view.el: Require smime.
12291
12292 2007-03-05  Didier Verna  <didier@xemacs.org>
12293
12294         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12295         instead of just inheritance for posting styles.
12296         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12297
12298 2007-02-24  Chris Moore  <dooglus@gmail.com>
12299
12300         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12301         * pgg-pgp.el (pgg-pgp-encrypt-region):
12302         * pgg-gpg.el (pgg-gpg-encrypt-region):
12303         Check pgg-encrypt-for-me if no other recipients.
12304
12305 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12306
12307         * tls.el (tls-certtool-program): Fix custom type.
12308
12309 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12312         and point-at-eol instead of line-(beginning|end)-position.
12313
12314         * assistant.el (assistant-parse-buffer): Ditto.
12315
12316         * netrc.el (netrc-parse-services): Ditto.
12317
12318 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12319
12320         * mml2015.el (mml2015-epg-find-usable-key): New function.
12321         (mml2015-epg-sign): Use it.
12322         (mml2015-epg-encrypt): Use it.
12323
12324 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * message.el (message-make-in-reply-to): Quote name containing
12327         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12328         if there are special characters.  Reported by NAKAJI Hiroyuki
12329         <nakaji@jp.freebsd.org>.
12330
12331 2007-02-27  Didier Verna  <didier@xemacs.org>
12332
12333         Include the group parameters as well as the topic ones in the
12334         inheritance filter process.
12335         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12336         argument GROUP-PARAMS-LIST.
12337         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12338
12339 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * nntp.el (nntp-never-echoes-commands)
12342         (nntp-open-connection-functions-never-echo-commands): New variables.
12343         (nntp-send-command): Use them.
12344
12345 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12346
12347         * mml2015.el (mml2015-epg-verify): Simplify.
12348
12349 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * mml.el (mml-content-disposition-alist): New user option.
12352         (mml-content-disposition): New function.
12353         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12354         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12355
12356 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12357
12358         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12359         verification.
12360
12361 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12362
12363         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12364         articles posted in the last 24 hours.
12365
12366 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12367
12368         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12369
12370 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12371
12372         * nntp.el (nntp-send-command): Don't wait for echoes when
12373         nntp-open-ssl-stream is used.
12374
12375 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12378         (gnus-message-add-citation-keywords)
12379         (gnus-message-remove-citation-keywords): Remove.
12380         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12381         directly, make the variables in font-lock-defaults buffer-local, add
12382         gnus-message-citation-keywords to them and then update the value of
12383         font-lock-keywords.
12384
12385 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * message.el (message-cite-original-1): Don't call
12388         gnus-article-highlight-citation.
12389
12390         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12391         citations; fix line count.
12392
12393 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12396         (gnus-message-add-citation-keywords)
12397         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12398         versions of font-lock-add-keywords and font-lock-remove-keywords to
12399         work with XEmacs correctly.
12400
12401 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-cite.el (gnus-cite-face-list): Set the values of
12404         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12405         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12406         (gnus-message-cite-prefix-regexp): New variable.
12407         (gnus-message-search-citation-line): Use it; protect against long
12408         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12409         the 0th match data for Emacs.
12410         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12411         (gnus-message-add-citation-keywords): Append keywords rather than
12412         prepending; emulate font-lock-add-keywords if it is not available.
12413         (gnus-message-remove-citation-keywords):
12414         Emulate font-lock-remove-keywords if it is not available.
12415
12416         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12417
12418         * message.el (message-cite-prefix-regexp): Set the value of
12419         gnus-message-cite-prefix-regexp.
12420
12421 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12422
12423         * nnweb.el (nnweb-google-parse-1): Update parser.
12424
12425 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12426
12427         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12428
12429 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12430
12431         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12432         regexp.
12433
12434 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12437         string-to-multibyte.
12438         (uudecode-decode-region-internal): Use it.
12439
12440         * lpath.el: Fbind string-as-multibyte for XEmacs.
12441
12442 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12445         Fix custom choice.
12446
12447         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12448
12449 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12450
12451         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12452
12453         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12454         `write-region' to respect `mm-inhibit-file-name-handlers'.
12455
12456 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12459         Use gnus-home-directory instead of "~/" or "$HOME".
12460
12461 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12462
12463         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12464         to mention filename.
12465         Add comments at beginning regarding usage.
12466         (encrypt-write-file-contents): Change interactive so a string is
12467         acceptable.  If the file has no associated model, show an error instead
12468         of a nonsense prompt.
12469
12470 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12471
12472         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12473         Thanks to Yoshihiko Yamada for kind notification of this typo.
12474
12475 2007-01-12  Kenichi Handa  <handa@m17n.org>
12476
12477         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12478         multibyte buffer.
12479
12480 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-score.el (gnus-score-fast-scoring): New variable.
12483         (gnus-score-headers): Use it.
12484
12485         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12486
12487         * message.el (message-cite-original-1):
12488         Call gnus-article-highlight-citation if requested.
12489         (message-make-from): Allow name and address as optional arguments.
12490
12491         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12492
12493         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12494         bugs to doc string.
12495         (gnus-button-alist): Add mid\\|message-id.
12496         (gnus-button-fetch-group): Extend for use in
12497         `browse-url-browser-function'.
12498         (gnus-button-url-regexp): Try to catch paired parentheses like in
12499         Wikipedia URLs.
12500
12501         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12502         Suggested by Simon Krahnke <overlord@gmx.li>.
12503
12504 2007-01-13  Romain Francoise  <romain@orebokech.com>
12505
12506         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12507         Update copyright.
12508
12509 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12510
12511         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12512
12513 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12514
12515         * gnus-registry.el (gnus-registry-unfollowed-groups)
12516         (gnus-registry-split-fancy-with-parent): Fix documentation.
12517
12518 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519
12520         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12521         from nnweb groups.
12522
12523 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524
12525         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12526         Xref urls.  Erase buffer before requesting head.
12527
12528         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12529
12530 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12533         customizable.
12534
12535 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12536
12537         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12538         no signing key is found.
12539         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12540         no encrypting and/or signing key is found.
12541
12542 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12545
12546 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12547
12548         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12549         headers read from disk with the ones newly found in the current search.
12550         This should no longer cause problems, because the article numbers in
12551         Gmane's `nov.php' output are ignored since the previous change.
12552
12553 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12554
12555         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12556
12557 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12560         replace-regexp-in-string; bind url-version; fbind display-images-p and
12561         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12562         find-face and set-itimer-function for Emacs; bind itimer-list for
12563         Emacs.
12564
12565         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12566
12567 2007-01-01  Romain Francoise  <romain@orebokech.com>
12568
12569         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12570
12571 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12572
12573         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12574         `define-minor-mode' macro definition expanded properly.
12575         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12576         exclude it there.
12577
12578         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12579         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12580         `fboundp' test.
12581         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12582         This is OK to autoload in (S)XEmacs now.
12583
12584 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12587         keystroke.
12588         (gnus-summary-limit-to-singletons): Fix typo.
12589
12590         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12591         else fails.
12592
12593 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12594
12595         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12596         docstring.
12597
12598         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12599         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12600         (gnus-summary-insert-dormant-articles): Fix typo in message.
12601
12602 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12605         nil for XEmacs.
12606         (gnus-message-citation-mode): Don't autoload in XEmacs.
12607
12608         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12609
12610 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12611
12612         * nnimap.el (nnimap-expunge-search-string):
12613         Mention nnimap-search-uids-not-since-is-evil in docstring.
12614
12615 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * spam.el: Revert to make-obsolete-variable because
12618         define-obsolete-variable-alias is not supported in Emacs 21.
12619
12620         * spam.el (spam-ifile-path, spam-ifile-database-path)
12621         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12622         make-obsolete-variable.
12623         (spam-bsfilter-path, spam-bsfilter-program)
12624         (spam-spamassassin-path, spam-spamassassin-program)
12625         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12626         Don't use "path" inappropriately.
12627         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12628         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12629         variable names.
12630
12631 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12632
12633         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12634         summary buffer.
12635
12636         * password.el (password-cache-remove): Use clear-string to burn
12637         password, if available.
12638
12639 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12642
12643         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12644
12645         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12646         (gnus-message-highlight-citation): Move defcustom here from
12647         gnus-cite.el.
12648         (gnus-message-citation-mode): Autoload.
12649
12650         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12651         checks to make it compile with XEmacs.
12652         (gnus-message-citation-mode): New minor mode.
12653         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12654         (gnus-message-highlight-citation): New variables.
12655         (gnus-message-search-citation-line)
12656         (gnus-message-add-citation-keywords)
12657         (gnus-message-remove-citation-keywords)
12658         (turn-on-gnus-message-citation-mode)
12659         (turn-off-gnus-message-citation-mode): New functions.
12660
12661 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12662
12663         * gnus-cite.el: Enable highlighting of different citation levels in
12664         message-mode.
12665
12666 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * message.el (message-make-fqdn): Fix comment.
12669         (message-bogus-system-names): Add ".local".
12670
12671         * spam.el (spam-ifile-path, spam-ifile-program)
12672         (spam-ifile-database-path, spam-ifile-database)
12673         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12674         Don't use "path" inappropriately.
12675         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12676         strings.
12677         (spam-check-ifile, spam-ifile-register-with-ifile)
12678         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12679         Use new variable names.
12680
12681         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12682         (gnus-treat-display-smileys): Simplify using
12683         gnus-image-type-available-p.
12684
12685         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12686         available.
12687
12688         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12689         Use `display-images-p' if available.
12690
12691 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12694         one after turning on the buffer's multibyteness instead of decoding
12695         them directly in the unibyte buffer that causes unexpected conversion
12696         in Emacs 23 (unicode).
12697
12698 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12699
12700         * message.el (message-generate-hashcash): Fix custom type.
12701
12702 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12705
12706 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12709         disconnect icons.  Add help text.
12710
12711 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12712
12713         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12714         negated to be consistent with the others we handle.
12715
12716 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717
12718         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12719         version of gnus-summary-buffer to something, so that we can use two
12720         article buffers at the same time.
12721
12722 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12725         trigger all the extra headers.
12726         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12727         sorting.
12728
12729 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12730
12731         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12732         solid groups.
12733
12734 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12735
12736         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12737
12738 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * legacy-gnus-agent.el: Add Copyright notice.
12741
12742 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12743
12744         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12745
12746 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12749
12750         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12751         to make it work reliably in CVS Emacs.
12752         (gnus-summary-limit-strange-charsets-predicate)
12753         (gnus-summary-limit-to-predicate): New functions.
12754
12755 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12756
12757         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12758         specifying array size.
12759         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12760         array if it is too small.
12761         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12762         (gnus-sort-threads-loop): New function.
12763
12764 2006-12-06  Chris Moore  <dooglus@gmail.com>
12765
12766         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12767         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12768
12769 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12770
12771         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12772         options.
12773
12774 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12777         DOS-ing the recipient.
12778
12779         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12780         the headers when creating the mapping to avoid mismappings.
12781         (nnweb-gmane-create-mapping): Always nix out old mapping.
12782
12783 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12786         and mm-verify-option to never.
12787
12788 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * message.el (message-signed-or-encrypted-p): New function.
12791         (message-forward-make-body): Use it.
12792
12793         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12794         Replace encode-coding-string with mm-encode-coding-string.
12795
12796 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * nneething.el (nneething-decode-file-name):
12799         Replace decode-coding-string with mm-decode-coding-string.
12800
12801         * gnus-int.el (gnus-open-server): Say failed server's name.
12802
12803 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12804
12805         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12806         strings to a single string.  Quote `errors-file-name'.
12807         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12808         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12809         Adjust calls.  Use `shell-quote-argument'.
12810
12811 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12812
12813         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12814         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12815
12816         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12817         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12818         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12819         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12820         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12821         (gnus-subscribe-newsgroup, gnus-1):
12822         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12823         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12824         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12825         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12826
12827 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828
12829         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12830         keystroke.
12831         (gnus-summary-limit-to-bodies): Implement headersp.
12832
12833 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12836
12837 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12840
12841 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12842
12843         * message.el (message-generate-hashcash): Expand range of values to
12844         include `opportunistic'.
12845         (message-send-mail): Use it.
12846
12847 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12848
12849         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12850         and comment it.
12851
12852         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12853
12854 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * gnus-util.el (gnus-extract-address-components): Improve comment.
12857
12858 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-util.el (gnus-extract-address-components): Work with address in
12861         which the name portion contains @.
12862
12863         * lpath.el: Fbind custom-autoload.
12864
12865 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * gnus.el (gnus-start): Move custom group up.
12868         (gnus-select-method): Don't autoload, but make it available for
12869         `customize-variable'.
12870         (gnus-getenv-nntpserver): Don't autoload.
12871
12872 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12873
12874         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12875
12876 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * message.el (message-sendmail-extra-arguments): New variable.
12879         (message-send-mail-with-sendmail): Use it.
12880
12881 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12884         mm-with-unibyte-current-buffer to make string unibyte.
12885
12886         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12887         mm-string-as-multibyte.
12888
12889 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12890
12891         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12892         Reported by Werner Koch <wk@gnupg.org>.
12893
12894 2006-11-14  Daiki Ueno  <ueno@p360>
12895
12896         * mml2015.el: Autoload epa-select-keys when compiling.
12897
12898 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12899
12900         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12901         message-options.
12902         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12903
12904 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12905
12906         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12907         EasyPG (< 0.0.6).
12908         (mml2015-always-trust): New user option.
12909         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12910         prompt.
12911
12912 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * nntp.el (nntp-authinfo-force): New variable.
12915         (nntp-send-authinfo): Use it.
12916
12917 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12920         decode encoded words.  Improve prompt.  Add comment about forwarding.
12921         (message-replacement-char): Move up.
12922
12923 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12924
12925         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12926         instead of gnus-intersection because arguments of gnus-sorted-nunion
12927         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12928
12929 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12932         (message-simplify-subject-functions):
12933         Enable message-strip-subject-encoded-words by default.
12934
12935 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * message.el (message-strip-subject-encoded-words): New function.
12938         (message-simplify-subject-functions): New variable.
12939         (message-simplify-subject): Use it.  Fix typo in doc string.
12940         Support message-strip-subject-encoded-words.
12941
12942 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12943
12944         * gnus-diary.el (gnus-diary-delay-format-function):
12945         * nndiary.el (nndiary-reminders):
12946         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12947
12948 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-art.el (article-hide-boring-headers): Fetch date from
12951         gnus-original-article-buffer to avoid problems with localized date
12952         strings.
12953
12954 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12957
12958 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12961         New variables.
12962         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12963         (mm-charset-synonym-alist): Move some entries to
12964         mm-codepage-iso-8859-list.
12965         (mm-charset-synonym-alist, mm-charset-override-alist):
12966         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12967
12968 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12971
12972 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12975         with Emacs 21 and XEmacs.
12976
12977 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12978
12979         * spam.el (spam-parse-address): New function for better parsing,
12980         catching errors, etc.
12981         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12982
12983 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * mm-view.el: Add interactive arg to html2text autoload.
12986
12987 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12990
12991 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12994         New variables.
12995         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12996         (mm-charset-synonym-alist): Move some entries to
12997         mm-codepage-iso-8859-list.
12998
12999         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13000
13001 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * message.el (message-citation-line-format)
13004         (message-insert-formated-citation-line): Fix implementation of %E, %N
13005         and %n according to the doc string.
13006
13007 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13010         Use car-safe to avoid bad parses.
13011
13012 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13015         names.
13016
13017         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13018
13019 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13022         header.
13023
13024         * message.el (message-draft-headers): Add Date.
13025         (message-headers-to-generate): Fix typo in docstring.
13026
13027         * nndraft.el (nndraft-required-headers): New variable.
13028         (nndraft-generate-headers): Use it.
13029
13030         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13031
13032 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * gnus-registry.el (gnus-registry-wash-for-keywords)
13035         (gnus-registry-find-keywords): New functions to allow easy searching of
13036         articles that are in the registry.
13037
13038 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13039
13040         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13041         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13042         Reported by Damien Elmes <damien@repose.cx>.
13043
13044 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * gnus.el (gnus-mime): Remove unused custom group.
13047
13048 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13049
13050         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13051         "blank line" when searching for end of armor headers.
13052
13053 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gmm-utils.el (gmm-write-region): Fix variable name.
13056
13057 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gmm-utils.el (gmm-write-region): New function based on compatibility
13060         code from `mm-make-temp-file'.
13061
13062         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13063
13064         * nnmaildir.el (nnmaildir--update-nov)
13065         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13066         Use `gmm-write-region'.
13067
13068 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13071         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13072
13073         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13074
13075         * message.el (message-replacement-char): New variable.
13076         (message-fix-before-sending): Use it.
13077         (message-simplify-subject): New function to remove duplicate code.
13078         (message-reply, message-followup): Use it.
13079
13080         * gnus-sum.el (gnus-summary-make-menu-bar):
13081         Clarify gnus-summary-limit-to-articles.
13082
13083 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-util.el (gnus-with-local-quit): New macro.
13086
13087         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13088
13089 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13092         ignore non-string data.
13093
13094 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13095
13096         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13097         non-string data (needs to be done in the registry too).
13098
13099 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13102         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13103         (gnus-registry-split-fancy-with-parent)
13104         (gnus-registry-fetch-simplified-message-subject-fast)
13105         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13106         Remove text properties on ingress into the registry and when it's saved.
13107         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13108         registry from entries with no groups.
13109
13110 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13111
13112         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13113         function to remove string properties.
13114
13115 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * gmm-utils.el (gmm): Adjust custom version.
13118
13119         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13120         Adjust custom version.
13121
13122         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13123
13124 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-art.el (gnus-insert-prev-page-button)
13127         (gnus-insert-next-page-button): Simplify.  Reformat.
13128
13129 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13130
13131         * gnus-art.el (gnus-insert-prev-page-button)
13132         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13133
13134 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13135
13136         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13137
13138 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13139
13140         * gnus-art.el (gnus-insert-mime-button)
13141         (gnus-insert-mime-security-button):
13142         Apply gnus-article-button-face to MIME and security buttons.
13143
13144 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13147         readable.
13148
13149 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13152
13153 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13154
13155         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13156         `browse-url-of-file' instead of `browse-url'.
13157
13158 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13159
13160         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13161         regexp.  Articles containing quotation were cut prematurely.
13162
13163 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * message.el (message-cite-original-1): Use nobody by default for the
13166         value of From header.
13167         (message-reply): Ditto.
13168
13169 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13170
13171         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13172         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13173         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13174
13175 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13178         mails in the doc string.  Add some URLs in comment.
13179         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13180
13181 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13184         backslashes handling and the way to find boundaries of quoted strings.
13185
13186 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13187
13188         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13189         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13190         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13191         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13192
13193 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13196         doc string.
13197         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13198
13199 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * lpath.el: Fbind epg-check-configuration.
13202
13203 2006-09-06  Simon Josefsson  <jas@extundo.com>
13204
13205         * mml2015.el (mml2015-use): Doc fix, mention epg.
13206
13207 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13208
13209         * mml2015.el (mml2015-use): Default to epg, if available.
13210
13211 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13212
13213         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13214         message-sender.
13215         (mml1991-epg-encrypt): Ditto.
13216         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13217         message-sender.
13218         (mml2015-epg-encrypt): Ditto.
13219
13220 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13221
13222         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13223         several common directories.
13224
13225 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13226
13227         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13228         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13229
13230 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * gnus-art.el (article-decode-encoded-words): Make it fast.
13233
13234 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13237
13238         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13239         in quoted string into `\'.
13240
13241 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13244         Use standard-syntax-table.
13245
13246 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-art.el (gnus-decode-address-function): New variable.
13249         (article-decode-encoded-words): Use it to decode headers which are
13250         assumed to contain addresses.
13251         (gnus-mime-delete-part): Remove useless `or'.
13252
13253         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13254         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13255         (gnus-nov-parse-line): Use it to decode From header.
13256         (gnus-get-newsgroup-headers): Ditto.
13257         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13258
13259         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13260         (mail-decode-encoded-address-string): New alias.
13261
13262         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13263         New function.
13264         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13265         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13266         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13267         (rfc2047-decode-string): Ditto.
13268         (rfc2047-decode-address-region): New function.
13269         (rfc2047-decode-address-string): New function.
13270
13271 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * message.el (message-caesar-buffer-body): Allow rotating headers.
13274
13275         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13276
13277         * message.el (message-insert-formated-citation-line): Fix %f.
13278         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13279
13280 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13283         (gnus-bookmark-mouse-available-p): New macro.
13284         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13285         (gnus-bookmark-bmenu-show-infos): Use it.
13286         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13287         (gnus-bookmark-bmenu-hide-infos): Ditto.
13288         (gnus-bookmark-remove-properties): New function.
13289         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13290         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13291         (gnus-bookmark-write-file): Bind coding-system-for-write.
13292         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13293         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13294         group before selecting it.
13295         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13296         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13297         quit-window if it is not available; use gnus-mouse-2 and bind it to
13298         gnus-bookmark-bmenu-select-by-mouse.
13299         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13300         (gnus-bookmark-bmenu-select-by-mouse): New function.
13301
13302 2006-08-13  Romain Francoise  <romain@orebokech.com>
13303
13304         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13305         space.
13306
13307 2006-08-10  Romain Francoise  <romain@orebokech.com>
13308
13309         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13310         (dns-mode-soa-auto-increment-serial): New user option.
13311         (dns-mode-soa-maybe-increment-serial): New function.
13312         (dns-mode): Add the latter to `write-contents-functions'.
13313
13314 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * compface.el (uncompface): Use binary rather than raw-text-unix.
13317
13318 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * compface.el (uncompface): Make sure the eol conversion doesn't take
13321         place when communicating with the external programs.
13322         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13323
13324 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13327
13328 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13329
13330         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13331         Make it more robust by parsing author and date independently.
13332
13333 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13336
13337 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13338
13339         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13340         first matching secret key.
13341         (mml2015-epg-encrypt): Ditto.
13342
13343         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13344         first matching secret key.
13345         (mml1991-epg-encrypt): Ditto.
13346
13347         * mml2015.el (mml2015-encrypt-to-self): New user option.
13348         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13349         mml2015-epg-encrypt-to-self is set.
13350
13351         * mml1991.el (mml1991-encrypt-to-self): New variable.
13352         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13353         mml1991-epg-encrypt-to-self is set.
13354
13355         * mml2015.el (mml2015-signers): New user option.
13356         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13357         (mml2015-epg-encrypt): Allow to select signing keys.
13358
13359         * mml1991.el (mml1991-signers): New variable.
13360         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13361         (mml1991-epg-encrypt): Allow to select signing keys.
13362
13363 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * nnheader.el (nnheader-insert-head): Make it work even if the file
13366         uses CRLF for the line-break code.
13367
13368 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13369
13370         * mml2015.el: Require mml-sec instead of password.
13371         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13372         (mml2015-cache-passphrase): Inherit the default value from
13373         mml-secure-cache-passphrase.
13374         (mml2015-passphrase-cache-expiry): Inherit the default value from
13375         mml-secure-passphrase-cache-expiry.
13376
13377         * mml1991.el: Require mml-sec instead of password.
13378         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13379         (mml1991-cache-passphrase): Inherit the default value from
13380         mml-secure-cache-passphrase.
13381         (mml1991-passphrase-cache-expiry): Inherit the default value from
13382         mml-secure-passphrase-cache-expiry.
13383
13384         * mml-sec.el: Require password.
13385         (mml-secure-verbose): New user option.
13386         (mml-secure-cache-passphrase): New user option.
13387         (mml-secure-passphrase-cache-expiry): New user option.
13388
13389 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13390
13391         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13392         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13393         andreas@altroot.de (Andreas Vögele).
13394
13395         FIXME: Use `tiny change'?
13396
13397 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13398
13399         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13400         workaround for the url package included with Emacs.
13401
13402         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13403
13404 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13407         correctly.  This fixes a bug caused by the 2006-05-12 change.
13408
13409 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13410
13411         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13412         some information about the error when saying that the `bogus' mail
13413         group will be used.
13414
13415 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13418         string.
13419
13420 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13421
13422         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13423
13424 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13425
13426         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13427
13428 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13429
13430         * mml1991.el (mml1991-function-alist): Add epg.
13431         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13432         (mml1991-epg-encrypt): New functions.
13433
13434 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13435
13436         * mml2015.el (mml2015-verbose): New variable.
13437         (mml2015-cache-passphrase): Ditto.
13438         (mml2015-passphrase-cache-expiry): Ditto.
13439         (mml2015-function-alist): Add epg.
13440         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13441         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13442         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13443         New functions.
13444
13445 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13446
13447         * message.el (message-cite-original-1): Preserve region when removing
13448         quoted text due to X-No-Archive in order to avoid bogus attribution
13449         when citing multiple messages.
13450
13451 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13452
13453         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13454         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13455
13456 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-diary.el (gnus-user-format-function-d)
13459         (gnus-user-format-function-D): Autoload.
13460
13461         * imap.el (Commentary): Fix typo.
13462
13463         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13464         2006-04-22 contribution.
13465
13466 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13467
13468         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13469         It didn't really fix the bogosity I'm seeing with solid web groups.
13470
13471 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13472
13473         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13474         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13475         created using server names.  If we use the feature without declaring
13476         it, Gnus does not properly manage server and group state.
13477
13478         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13479         bound.
13480
13481 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13482
13483         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13484         looking up the method using GROUP's prefix before inventing a new one.
13485         It is used on killed/unknown groups in various places where returning
13486         an all-new method isn't expected by the caller.
13487
13488         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13489         and match semantics of gnus-group-real-prefix.
13490
13491 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * nnmail.el (nnmail-broken-references-mailers): New variable.
13494         (nnmail-ignore-broken-references): New function generalizing
13495         nnmail-fix-eudora-headers.
13496         (nnmail-fix-eudora-headers): Now obsolete.
13497
13498         * gnus-art.el (gnus-button-handle-custom):
13499         Support `customize-apropos*'.
13500
13501 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13502
13503         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13504
13505         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13506         articles.
13507
13508 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * message.el (message-cite-reply-above): New variable.
13511         (message-yank-original): Use it.
13512
13513 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13516
13517 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13520         as read.
13521
13522         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13523
13524 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13527         (gnus-bookmark-default-file): Use gnus-directory.
13528         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13529         Remove "*" in doc string.
13530         (gnus-bookmark-write-file): Simplify.
13531         (gnus-bookmark-maybe-sort-alist): Use `when'.
13532         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13533         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13534         Add FIXME about Emacs 21 and XEmacs compatibility.
13535         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13536         compatibility.
13537         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13538         compatibility.
13539         (gnus-bookmark-menu-heading): Fix version.
13540
13541 2006-06-19  Bastien Guerry  <bzg@altern.org>
13542
13543         * gnus-bookmark.el: New file.
13544
13545 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * message.el (message-syntax-checks): Doc fix.
13548
13549 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13550
13551         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13552         unsubscribed groups as if they were killed ones.  It causes duplicate
13553         entries in gnus-newsrc-alist.
13554
13555 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * message.el (message-syntax-checks): Doc fix.
13558         (message-send-mail): Add check for continuation headers.
13559         (message-check-news-header-syntax): Fix regexp used to check for
13560         continuation headers.
13561
13562 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13565
13566 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13569
13570 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13573         default-truncate-lines.
13574
13575 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13578         to fill the utf-8 entry.
13579
13580         * lpath.el: Fbind unicode-precedence-list.
13581
13582 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13583
13584         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13585
13586 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13587
13588         * gnus-agent.el (directory-files-and-attributes): Move all the way
13589         forward (the third and final move).
13590         (gnus-agent-read-agentview): Trap reconstruction errors due to
13591         nonexistent directory.  Handle by returning nil.
13592
13593 2006-05-30  Didier Verna  <didier@xemacs.org>
13594
13595         * message.el (message-dont-reply-to-names): Update the custom type.
13596         * message.el (message-dont-reply-to-names): New defsubst: potentially
13597         convert a list of regexps into a single one.
13598         * message.el (message-get-reply-headers): Use it.
13599         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13600
13601 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-agent.el (directory-files-and-attributes): Move forward.
13604
13605 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-ml.el (gnus-mailing-list-subscribe)
13608         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13609         (gnus-mailing-list-message): Fix doc strings.
13610
13611 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13612
13613         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13614         of doing it manually.
13615
13616 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13619         comment.
13620
13621 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13622
13623         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13624         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13625         (gnus-agent-read-local): All symbols allocated in my-obarray.
13626         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13627         (gnus-agent-regenerate-group): Check numeric names to see if they are
13628         messages or groups.
13629         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13630         better way of do this...)
13631
13632         * gnus-cache.el (gnus-agent-total-fetched-for):
13633         Ignore 'dummy.group' (there should be a better way of do this...)
13634
13635 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13638         (gnus-saved-headers): Ditto.
13639         (gnus-default-article-saver): Mention functions may have properties.
13640         (gnus-article-save): Override gnus-save-all-headers and
13641         gnus-saved-headers by :headers property which saver function may have.
13642         (gnus-summary-save-in-file): Add :headers property.
13643         (gnus-summary-write-to-file): Ditto.
13644
13645         * gnus-sum.el (gnus-summary-save-article): Bind
13646         gnus-prompt-before-saving to t when saving many articles in a file;
13647         always show all headers.
13648
13649         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13650
13651 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13654         marks.
13655
13656         * message.el (message-indent-citation): Add optional arguments to allow
13657         using it outside of message buffers.
13658
13659         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13660         (gnus-article-treat-unfold-headers): Use it.
13661         (gnus-article-truncate-lines): New variable.
13662         (gnus-article-mode): Use it.
13663         (gnus-article-toggle-truncate-lines): New function.
13664
13665         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13666         Add gnus-article-toggle-truncate-lines.
13667
13668         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13669         coding system in XEmacs, use binary.
13670
13671 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13674         after-load-alist.
13675
13676         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13677         this function should save decoded articles.
13678         (gnus-summary-write-to-file): Use property to specify this function
13679         should save decoded articles and specify gnus-summary-save-in-file
13680         should be used to save articles other than the first one when saving
13681         many articles.
13682         (gnus-summary-save-body-in-file): Use property to specify this
13683         function should save decoded articles.
13684         (gnus-summary-write-body-to-file): Use property to specify this
13685         function should save decoded articles and specify
13686         gnus-summary-save-body-in-file should be used to save articles other
13687         than the first one when saving many articles.
13688
13689         * gnus-sum.el (gnus-summary-save-article): Simplify.
13690
13691 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-art.el (gnus-default-article-saver):
13694         Add gnus-summary-write-body-to-file.
13695         (gnus-article-save-coding-system): Don't use coding system object
13696         in XEmacs.
13697         (gnus-read-save-file-name): Add optional `dir-var' argument which
13698         specifies directory in which files are saved; work even if optional
13699         `variable' argument is not specified.
13700         (gnus-summary-write-to-file): Read file name.
13701         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13702         (gnus-summary-write-body-to-file): New function.
13703
13704         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13705         (gnus-summary-local-variables): Add it.
13706         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13707         (gnus-summary-save-article): Remove optional `decode' argument;
13708         determine whether to decode articles by the value of
13709         gnus-default-article-saver; when saving many files using
13710         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13711         it first and use gnus-summary-save-in-file or
13712         gnus-summary-save-body-in-file thereafter unless
13713         gnus-prompt-before-saving is always; move point to article which
13714         will be saved.
13715         (gnus-summary-save-article-file): Revert.
13716         (gnus-summary-write-article-file): Revert.
13717         (gnus-summary-save-article-body-file): Revert.
13718         (gnus-summary-write-article-body-file): New function.
13719
13720 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-art.el (gnus-default-article-saver): Doc fix.
13723         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13724         from gnus-summary-save-article-coding-system, and default to a
13725         certain coding system.
13726         (gnus-output-to-file): Add coding cookie and encode text according
13727         to gnus-article-save-coding-system; don't use mm-append-to-file.
13728
13729         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13730         gnus-art.el and rename to gnus-article-save-coding-system.
13731         (gnus-summary-save-article): Require gnus-art; don't show all
13732         headers if it decodes articles; don't add coding cookie here;
13733         don't bind mm-text-coding-system-for-write.
13734         (gnus-summary-save-article-file): Save decoded articles.
13735         (gnus-summary-write-article-file): When saving many files, use
13736         gnus-summary-write-to-file first and gnus-summary-save-in-file
13737         thereafter unless gnus-prompt-before-saving is always.
13738         (gnus-summary-save-article-body-file): Save decoded articles.
13739
13740         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13741
13742 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * nnrss.el (nnrss-check-group): Bind hash-index.
13745
13746 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13747
13748         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13749         its hash index.  Store this hash in `nnrss-group-data'.
13750         (nnrss-read-group-data): Update accordingly.
13751
13752 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13755         entry.
13756
13757         * gnus-sum.el (gnus-summary-make-menu-bar):
13758         Add gnus-article-browse-html-article.
13759
13760 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13761
13762         * gnus-sum.el (gnus-summary-mime-map):
13763         Add gnus-article-browse-html-article.
13764
13765         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13766
13767 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13770         suitable coding systems in customize.
13771
13772 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * mail-source.el (mail-sources): Fix custom type.
13775
13776 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13779         (gnus-summary-expire-articles-now): Shorten prompt.
13780
13781         * gmm-utils.el (wid-edit): Require.
13782         (defun-gmm): Rename from `gmm-defun-compat'.
13783         (gmm-image-search-load-path): Use it.
13784         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13785
13786 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * gnus-sum.el (gnus-summary-save-article-coding-system):
13789         New variable.
13790         (gnus-summary-save-article): Add optional `decode' argument.
13791         If it is set and gnus-summary-save-article-coding-system is non-nil,
13792         save decoded article.
13793         (gnus-summary-write-article-file): Save decoded article if
13794         gnus-summary-save-article-coding-system is non-nil.
13795
13796         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13797         type.
13798
13799 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13802
13803 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13806         first to test gnus-single-article-buffer which may be buffer-local.
13807
13808         * gnus-sum.el (gnus-summary-setup-buffer):
13809         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13810         group; make gnus-article-buffer, gnus-article-current, and
13811         gnus-original-article-buffer always buffer-local.
13812         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13813         group.
13814         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13815
13816 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * nnml.el (nnml-request-compact-group): Compressed files might not
13819         have .gz extension.
13820
13821 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13822
13823         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13824         (mm-copy-to-buffer): Use with-current-buffer.
13825         (mm-display-part): Simplify.
13826         (mm-inlinable-p): Add optional arg `type'.
13827
13828 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13829
13830         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13831         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13832         Try harder to show the attachment internally or externally using
13833         gnus-mime-view-part-as-type.
13834
13835 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * message.el (message-from-style, message-signature-separator)
13838         (message-user-organization-file, message-send-mail-function)
13839         (message-citation-line-function, message-yank-prefix)
13840         (message-indent-citation-function, message-signature)
13841         (message-signature-file, message-signature-insert-empty-line):
13842         Remove autoloads.
13843
13844         * gnus-art.el (gnus-buttonized-mime-types):
13845         Remove "multipart/signed".  Revert 2006-04-26 change.
13846
13847 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13848
13849         * gnus.el (gnus-version-number): Bump version.
13850
13851 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13852
13853         * gnus.el: No Gnus v0.5 is released.
13854
13855 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13856
13857         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13858         fetching articles by message-id.
13859
13860 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * message.el (hashcash): Require hashcash as normal.
13863
13864         * ecomplete.el (ecomplete-highlight-match-line):
13865         Use point-at-eol.
13866         (ecomplete-highlight-match-line): Use `highlight', because that
13867         face exists in both Emacs and XEmacs.
13868
13869         * message.el (message-display-abbrev): Use point-at-bol.
13870
13871         * mail-source.el: Don't require timer/timer-funcs.
13872
13873         * gnus-async.el: Ditto.
13874
13875         * password.el: Ditto.
13876
13877         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13878
13879         * mm-url.el: Ditto.
13880
13881         * gnus-xmas.el: Don't require timer-funcs.
13882
13883         * mm-util.el: Require timer/timer-funcs.
13884
13885 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13886
13887         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13888         Close.
13889
13890 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13893         unibyte after clear-decrypt function runs.
13894
13895         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13896         returns as a unibyte string.
13897
13898 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * lpath.el: Revert.
13901
13902         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13903         (pgg-gpg-process-sentinel): Revert.
13904
13905         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13906         (pgg-pgp-lookup-key): Revert.
13907
13908         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13909         (pgg-pgp5-lookup-key): Revert.
13910
13911         * pgg.el (pgg-fetch-key): Revert.
13912
13913 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * lpath.el: Fbind string-as-multibyte for XEmacs.
13916
13917         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13918         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13919         (mml1991-pgg-encrypt): Ditto.
13920
13921         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13922         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13923         a multibyte buffer.
13924
13925         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13926         (pgg-pgp-lookup-key): Ditto.
13927
13928         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13929         (pgg-pgp5-lookup-key): Ditto.
13930
13931         * pgg.el (pgg-fetch-key): Ditto.
13932
13933 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * message.el (message-user-organization-file): Check several
13936         locations of the organization file.
13937
13938         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13939         Add gnus-article-view-part-as-type.
13940
13941         * gnus-art.el (gnus-article-view-part-as-type): New function.
13942
13943         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13944         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13945
13946         * mml.el: Simplify autoload.
13947         (mml-mode): defvar dnd-protocol-alist instead of using
13948         symbol-value.
13949         (mml-default-directory): New variable.
13950         (mml-minibuffer-read-file): Use it.
13951         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13952
13953         * message.el (message-citation-line-format): New variable.
13954         (message-insert-formated-citation-line): New function.
13955         (message-citation-line-function):
13956         Add `message-insert-formated-citation-line' to custom type.
13957
13958         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13959         to doc string.
13960
13961         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13962         depending on mm-verify-option.
13963
13964 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13967         binding pgg-* variables; reimplement the section which prevents
13968         MIME header from being signed.
13969         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13970         pgg-text-mode; remove a blank line at the top of body.
13971
13972         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13973         lines at the top of body; use gnus-newsgroup-charset if there's no
13974         Charset header.
13975
13976 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * message.el (message-self-insert-commands): Doc fix.
13979
13980         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13981         (mm-uu-pgp-encrypted-test): Ditto.
13982         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13983         between header and body; return application/pgp-encrypted handle
13984         if decryption failed; decode decrypted body by charset.
13985
13986         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13987         element match to application/pgp-*.
13988
13989 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13990
13991         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13992         HTML.
13993
13994 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13995
13996         * mail-source.el (mail-source-call-script): Message the error
13997         string.
13998
13999 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14000
14001         * gnus-util.el (gnus-byte-compile): Use it.
14002
14003 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14004
14005         * gnus-util.el (kill-empty-logs): New function.
14006
14007 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14008
14009         * message.el (message-mail-alias-type): Doc fix.
14010         (message-mail-alias-type-p): New function.
14011         (message-send): Use it.
14012         (message-mode): Ditto.
14013         (message-strip-forbidden-properties): Ditto.
14014
14015         * ecomplete.el (ecomplete-database-file-coding-system):
14016         New variable.
14017         (ecomplete-save): Use it.
14018         (ecomplete-setup): Use it.
14019
14020 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * message.el (message-self-insert-commands): New variable.
14023         (message-strip-forbidden-properties): Use it.
14024
14025 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14026
14027         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14028         that doesn't make XEmacs choke.
14029
14030 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * gnus-util.el (gnus-replace-in-string):
14033         Prefer replace-regexp-in-string over of replace-in-string.
14034
14035 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-util.el (gnus-select-frame-set-input-focus):
14038         Use select-frame-set-input-focus if it is available in XEmacs; use
14039         definition defined in Emacs 22 for old Emacsen.
14040
14041         * dgnushack.el: Autoload unmorse-region for XEmacs.
14042
14043         * lpath.el: Bind cursor-in-non-selected-windows and
14044         select-frame-set-input-focus for XEmacs.
14045
14046 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14049
14050 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * gnus-registry.el (gnus-registry-cache-save): Remove text
14053         properties when saving via the temp buffer.
14054
14055 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * message.el (message-generate-hashcash): Honor custom type.
14058
14059 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * message.el (message-generate-hashcash): Default to non-nil when
14062         hashcash is found.
14063
14064         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14065         (gnus-refer-thread-limit): Increase default to 500.
14066
14067         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14068
14069         * flow-fill.el (fill-flowed): Allow delete-space.
14070
14071 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14074         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14075         Remove autoloads.
14076
14077 2006-04-18  Simon Josefsson  <jas@extundo.com>
14078
14079         * message.el (message-generate-hashcash): Default to.
14080
14081 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14084         concatenating segments rather than before concatenating them.
14085
14086 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14089
14090 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14093
14094         * message.el (message-forward-make-body-plain):
14095         Allow message-forward-ignored-headers to be a list.
14096         (message-remove-ignored-headers): Factor out into function.
14097         (message-forward-make-body-mml): Use it.
14098
14099         * imap.el (imap-quote-specials): New function.
14100         (imap-login-auth): Quote specials.
14101
14102         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14103         (rfc2231-parse-string): Allow concatanation of parameters that
14104         aren't contiguous.  The test case is
14105           (mail-header-parse-content-type "message/external-body;
14106             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14107             access-type=LOCAL-FILE;
14108             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14109
14110 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14111
14112         * nntp.el (nntp-accept-process-output): Return the value of
14113         `nnheader-accept-process-output'.
14114
14115 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14118         (gnus-button-alist): Recognize more diff formats.
14119         (gnus-button-patch): Strip directory.
14120
14121 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14122
14123         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14124         Emacs 22 when setting focus.
14125
14126 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14127
14128         * gnus-art.el (gnus-article-treat-types): Do treatment of
14129         text/x-verbatim parts.
14130         (gnus-button-patch): New command.
14131
14132         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14133         addresses that contain invalid characters.
14134
14135 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14136
14137         * message.el (message-put-addresses-in-ecomplete):
14138         Use gnus-replace-in-string.
14139         (message-is-yours-p): Use the more correct
14140         mail-header-parse-address instead of
14141         mail-extract-address-components.
14142         (message-put-addresses-in-ecomplete): Fix typo.
14143
14144         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14145         keystroke.
14146
14147         * gnus-art.el (gnus-treatment-function-alist): Change order of
14148         newsgroups/generic header folding to avoid double-folding.
14149
14150         * message.el (message-hidden-headers): Add X-Draft-From.
14151
14152         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14153         New command.
14154         (gnus-summary-repeat-search-article-backward): New command.
14155
14156         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14157         groups in the parent topic.
14158
14159 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14160
14161         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14162         (spam-extra-header-to-number): Return the CRM114 number as a
14163         number instead of a string.
14164
14165 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * gnus-art.el (gnus-face-properties-alist): Move here from
14168         gnus-fun.
14169
14170         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14171
14172 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14173
14174         * message.el (message-strip-forbidden-properties): Only display on
14175         self-insert-command.
14176
14177         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14178         reindent.
14179         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14180
14181 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14182
14183         * smiley.el (smiley-style): Fix typo.
14184
14185 2006-03-23  Kenichi Handa  <handa@m17n.org>
14186
14187         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14188         instead of set-buffer-multibyte.
14189
14190 2006-03-23  Kenichi Handa  <handa@m17n.org>
14191
14192         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14193         buffer and then decode the buffer text if necessary.
14194         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14195         first, and after mm-encode-body, change the buffer to unibyte.
14196
14197 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14198
14199         * hashcash.el (hashcash-insert-payment-async-2):
14200         Use message-goto-eoh instead of doing it manually.
14201         (mail-add-payment): Use message-narrow-to-header instead of trying
14202         to do the same itself.
14203
14204         * message.el (message-hidden-headers): Add Face.
14205
14206         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14207         reparenting code.
14208         (gnus-summary-reparent-children): Refactored out code.
14209         (gnus-summary-thread-map): New keystroke.
14210         (gnus-summary-reparent-children): Make into command.
14211
14212         * smiley.el (smiley-style): Default to `medium' if using a large
14213         font.
14214
14215         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14216         does it itself.
14217
14218         * message.el (message-point-in-header-p): Simplify definition.
14219
14220 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * nnagent.el (nnagent-request-set-mark): Silence log file
14223         writing.
14224         (nnagent-request-set-mark): Use write-region instead of
14225         append-to-file.
14226
14227         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14228         strange select method.
14229
14230         * ecomplete.el (ecomplete-display-matches): Get highlightling
14231         right.
14232         (ecomplete-display-matches): Use literals.
14233         (ecomplete-display-matches): Disable message logging.
14234
14235         * message.el (message-display-abbrev): Small optimization.
14236
14237         * ecomplete.el (ecomplete-display-matches): Allow automatic
14238         display.
14239
14240         * message.el (message-strip-forbidden-properties):
14241         Display abbrevs.
14242         (message-display-abbrev): Get automatic display right.
14243
14244         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14245         keystrokes.
14246
14247 2006-04-13  Romain Francoise  <romain@orebokech.com>
14248
14249         TODO: Backport to v5-10!
14250
14251         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14252         Move here (and rename) from gnus-registry.el.
14253
14254         * gnus-registry.el: Require gnus-util.
14255         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14256
14257 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14258
14259         * gnus-group.el (gnus-group-catchup-current):
14260         Change if-then-else-if-then-else into cond.
14261         (gnus-group-catchup): Indent.
14262         (group-name-at-point): New function.
14263         (gnus-fetch-group): Provide default from thing at point.
14264
14265 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14266
14267         * message.el (message-display-abbrev): Fix regexp.
14268
14269         * ecomplete.el (ecomplete-highlight-match-line):
14270         Reimplement choosing.
14271         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14272         dead variables.
14273
14274         * message.el (message-newline-and-indent): Remove debugging.
14275         (message-display-abbrev): Use new implementation.
14276
14277 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * gnus-art.el (gnus-article-mode):
14280         Set cursor-in-non-selected-windows to nil.
14281
14282         * smiley.el: Revert previous change.
14283         (smiley-data-directory): defvar it before using it in the
14284         defcustom of `smiley-style'.
14285
14286 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287
14288         * message.el (message-newline-and-indent): New function.
14289
14290         * ecomplete.el: Implement more bits.
14291
14292         * message.el (message-put-addresses-in-ecomplete): Clean up the
14293         string.
14294
14295         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14296
14297         * gnus-sum.el (gnus-summary-save-parts):
14298         Bind gnus-summary-save-parts-counter and use it to make unique file
14299         names.
14300
14301         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14302
14303         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14304         parameter to say whether to actually parse the individual
14305         addresses.
14306
14307         * message.el (message-put-addresses-in-ecomplete): New function.
14308         (ecomplete): Require.
14309         (message-mail-alias-type): Add ecomplete as an option.
14310
14311 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14312
14313         * flow-fill.el (fill-flowed): Remove trailing space from blank
14314         quoted lines.
14315
14316 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14317
14318         * smiley.el (smiley-style): Move definition later to avoid a
14319         compilation warning.
14320
14321 2006-04-12  Kenichi Handa  <handa@m17n.org>
14322
14323         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14324         buffer and then decode the buffer text if necessary.
14325         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14326         first, and after mm-encode-body, change the buffer to unibyte.
14327         Use mm-disable-multibyte instead of set-buffer-multibyte.
14328
14329 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14332         Content-Type header instead of Content-Disposition header.
14333         (gnus-mime-inline-part): Ditto.
14334         (gnus-mime-view-part-as-charset): Ignore charset that the part
14335         specifies.
14336
14337         * mm-decode.el (mm-display-part): Work with external parts and
14338         usual parts similarly.
14339
14340         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14341         instead of gnus-display-mime.
14342
14343         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14344         instead of with-temp-buffer.
14345
14346         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14347         tag to summarized topics part in order to encode non-ASCII text.
14348
14349 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * smiley.el (smiley-style): New variable.
14352         (smiley-directory): New function.
14353         (smiley-data-directory): Derive from `smiley-style' using
14354         `smiley-directory'.
14355         (smiley-regexp-alist): Add new entries.
14356
14357         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14358         (gnus-article-browse-delete-temp): Add :version.
14359
14360 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14361
14362         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14363         the sieve region.
14364
14365 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14366
14367         * gnus.el (gnus-version-number): Bump version.
14368
14369 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus.el: No Gnus v0.4 is released.
14372
14373 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14374
14375         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14376         layout.
14377
14378         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14379         unknown charset.
14380
14381         * message.el (message-header-synonyms): Add Original-To to the
14382         default.
14383
14384         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14385         optional parameter.
14386
14387 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-fun.el (gnus): Require it for gnus-directory.
14390
14391 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14394
14395 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14396
14397         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14398
14399 2006-04-05  Simon Josefsson  <jas@extundo.com>
14400
14401         * password.el (password-reset): New function.
14402
14403 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14404
14405         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14406         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14407
14408 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14409
14410         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14411         Some whitespace was matched into the url, which broke browsing hits
14412         > 100 when mm-url-use-external was nil.
14413
14414 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14417         Check gnus-extra-headers for 'Newsgroups.
14418
14419         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14420         bound.
14421
14422 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14423
14424         * pgg-gpg.el: Clean up process buffers every time gpg processes
14425         complete.
14426
14427 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14430         doc string.
14431
14432 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14433
14434         * pgg-gpg.el (pgg-gpg-process-filter)
14435         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14436
14437         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14438         lines, temporary fix.
14439
14440 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14443
14444 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14445
14446         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14447         default-enable-multibyte-characters.  This reverts the change from
14448         revision 6.17 which is no longer necessary because the passphrase
14449         is sent separately now.  GnuPG messages are unreadable under
14450         multibyte locales with default-enable-multibyte-characters set to
14451         nil.
14452
14453 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * message.el (message-tool-bar-gnome): Move "spell".
14456
14457 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14460         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14461         instead.
14462
14463 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14464
14465         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14466         Improve newsgroups handling for NNTP overviews which don't include
14467         Newsgroups.
14468
14469 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14470
14471         * message.el (message-resend): Bind message-generate-hashcash to nil.
14472
14473 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14474
14475         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14476         when searching for already-paid recipients.
14477
14478 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14479
14480         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14481         passphrases when it is not needed.
14482         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14483         passphrase stuff from gpg, should only be necessary when you use
14484         gpg with a smartcard.
14485
14486 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * mml.el (mml-insert-mime): Ignore cached contents of
14489         message/external-body part.
14490
14491         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14492         (mm-insert-part): Ditto.
14493
14494 2006-03-23  Simon Josefsson  <jas@extundo.com>
14495
14496         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14497         Reiner.
14498         (pgg-gpg-use-agent-p): Use it again.
14499
14500 2006-03-23  Simon Josefsson  <jas@extundo.com>
14501
14502         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14503         older emacsen.
14504         (pgg-gpg-use-agent-p): Don't use it.
14505
14506 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14509         if we can.
14510
14511 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14512
14513         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14514         (pgg-gpg-update-agent): New function.
14515         (pgg-gpg-use-agent-p): New function.
14516         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14517         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14518         (pgg-gpg-sign-region): Use it.
14519
14520 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14523         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14524
14525 2006-03-21  Simon Josefsson  <jas@extundo.com>
14526
14527         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14528         <wilde@sha-bang.de>.
14529         (pgg-gpg-use-agent): New variable.
14530         (pgg-gpg-process-region): Use it.
14531         (pgg-gpg-encrypt-region): Likewise.
14532         (pgg-gpg-encrypt-symmetric-region): Likewise.
14533         (pgg-gpg-decrypt-region): Likewise.
14534         (pgg-gpg-sign-region): Likewise.
14535         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14536
14537 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14540
14541         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14542         Add comment on version.
14543
14544 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * smiley.el: Add missing test smiley.
14547
14548 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * mm-decode.el (mm-with-part): New macro.
14551         (mm-get-part): Use it; work with message/external-body as well.
14552         (mm-save-part): Treat name and filename equally.
14553
14554         * mm-extern.el (mm-extern-cache-contents): New function.
14555         (mm-inline-external-body): Use it; force the part to be displayed;
14556         move undisplayer added to the cached handle to the parent.
14557
14558         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14559         (gnus-mime-view-part-as-type): Work with message/external-body.
14560
14561         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14562
14563 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14566         images in image-load-path.  [Sync with image.el, revision 1.60, in
14567         Emacs.]
14568
14569 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14572         path rather than symbol.  Always return list of directories.
14573         Guarantee that image directory comes first.  [Sync with image.el,
14574         revision 1.59, in Emacs.]
14575
14576         * message.el (message-make-tool-bar): Adjust to new API of
14577         `gmm-image-load-path-for-library'.
14578
14579         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14580
14581         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14582
14583 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14584
14585         * gnus-art.el (gnus-article-only-boring-p):
14586         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14587         intangible text.
14588         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14589
14590 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14593         Use `defun' instead of `gmm-defun-compat'.
14594
14595 2006-03-14  Simon Josefsson  <jas@extundo.com>
14596
14597         * message.el (message-unique-id): Don't use message-number-base36
14598         if (user-uid) is a float.
14599         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14600
14601 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14604
14605         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14606         empty line between a part and a message part.
14607
14608 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * smiley.el: Add more test smileys.
14611         (smiley-data-directory, smiley-regexp-alist)
14612         (gnus-smiley-file-types): Fix doc strings.
14613         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14614         adding new elements.
14615         (smiley-mouse-map): Unused code.  Make it a comment.
14616
14617 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14620         scan latest NoCeM messages instead of old ones.
14621         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14622         delimiters that are recently used.
14623         (gnus-nocem-load-cache): Add autoload cookie.
14624
14625         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14626
14627         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14628         level which is larger than gnus-use-nocem is specified.
14629
14630         * gnus-group.el (gnus-group-get-new-news): Ditto.
14631
14632 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * gnus-util.el (gnus-tool-bar-update): New function.
14635
14636         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14637         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14638
14639         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14640
14641         * gnus-group.el (gnus-group-redraw-when-idle)
14642         (gnus-group-redraw-check): Remove.
14643         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14644
14645 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14648         if optional last element is specified in splits (FIELD VALUE...).
14649
14650 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14653         to gmm-image-load-path-for-library.  Call with no-error argument.
14654         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14655
14656         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14657
14658         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14659
14660         * gmm-utils.el (gmm-image-load-path): Remove alias.
14661
14662 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * gmm-utils.el (gmm-image-load-path): Add alias.
14665
14666         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14667         nnml-generate-nov-databases-1.
14668         (nnml-generate-nov-databases): Use it.
14669         (nnml-generate-nov-databases-directory): Document no-active
14670         argument.
14671
14672         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14673         directory if path is t.  Add no-error.
14674
14675         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14676         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14677
14678         * gnus-art.el (gnus-article-browse-delete-temp-files):
14679         Simplify resetting gnus-article-browse-html-temp-list.
14680
14681         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14682         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14683         Add example to docstring.  Rename local variables.  Move error
14684         checks to default case in cond and simplify.
14685
14686 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14689         handle is multipart when calling it recursively.
14690         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14691
14692 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14693
14694         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14695         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14696
14697 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14700         is loaded.
14701
14702         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14703         loaded.
14704
14705 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14708         to "Emacs 23 (unicode)" in doc string.
14709
14710         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14711         "Emacs 23 (unicode)" in comment.
14712
14713 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14716
14717         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14718         characters 160 through 255 in Emacs 23.
14719
14720 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14723         gnus-article-browse-html-temp.
14724         (gnus-article-browse-delete-temp): Make it customizable.
14725         Add `file'.  Adjust doc string.
14726         (gnus-article-browse-delete-temp-files): Add argument.
14727         Allow query for each file.  Adjust doc string.
14728         (gnus-article-browse-html-parts):
14729         Add `gnus-article-browse-delete-temp-files' to
14730         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14731
14732 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14733
14734         * gnus-art.el (gnus-article-browse-html-temp)
14735         (gnus-article-browse-delete-temp): New variables.
14736         (gnus-article-browse-delete-temp-files): New function.
14737         (gnus-article-browse-html-parts): Use it.
14738
14739 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14742
14743         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14744         string.
14745
14746         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14747         gnus-summary-insert-new-articles when unplugged.
14748         Remove gnus-summary-search-article-forward.
14749
14750         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14751         display-visual-class instead of display-color-cells.
14752
14753 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * dgnushack.el: Autoload customize-group for XEmacs.
14756
14757         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14758         message/* containing non-ASCII text properly.
14759
14760 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * message.el: Require gmm-utils, remove autoloads.
14763         (message-tool-bar): Set default based on
14764         gmm-tool-bar-style.
14765         (message-tool-bar-gnome): Add gmm-customize-mode.
14766
14767         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14768         gmm-tool-bar-style.
14769         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14770
14771         * gnus-group.el (gnus-group-tool-bar): Set default based on
14772         gmm-tool-bar-style.
14773         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14774
14775         * gmm-utils.el (gmm-image-directory): Rename variable from
14776         gmm-image-load-path.
14777         (gmm-image-load-path): Use gmm-image-directory.
14778         (gmm-customize-mode): New function.
14779         (gmm-tool-bar-style): New variable.
14780
14781         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14782         gnus-group-redraw-line-number.
14783         (gnus-group-redraw-check): Simplify.
14784         (gnus-group-tool-bar-update): Remove redraw check.
14785         (gnus-group-make-tool-bar): Add redraw check.
14786
14787 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14788
14789         * gnus-art.el (gnus-button): Add missing parentheses.
14790
14791 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * lpath.el: Fbind line-number-at-pos.
14794
14795 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14798
14799 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gnus-art.el (gnus-button): New face.
14802         (gnus-article-button-face): Use it.
14803
14804         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14805         Add gnus-summary-next-page.  Re-order.
14806
14807         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14808         next-node are now included.
14809         (gnus-group-redraw-line-number): New internal variable.
14810         (gnus-group-redraw-check): Helper function for updating the tool
14811         bar.
14812         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14813
14814         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14815
14816         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14817         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14818         Use it to match format of Spamassassin 3.0 and later.
14819         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14820         (spam-check-bogofilter)
14821         (spam-bogofilter-register-with-bogofilter): Fix args of
14822         `gnus-error' calls.
14823
14824 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14827         unnecessary interaction when sending queued mails.
14828         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14829
14830 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14833         first or last are nil.
14834
14835 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14836
14837         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14838
14839 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14842
14843 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14844
14845         * dns.el (query-dns): Protect more against buggy tcp output.
14846
14847 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14850         nov.php.
14851
14852 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14853
14854         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14855         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14856         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14857         output on the server side.
14858         (nnweb-google-create-mapping): Update regexps and add some
14859         progress indication.
14860
14861 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-group.el (gnus-group-tool-bar-gnome):
14864         Fix gnus-agent-toggle-plugged.  Re-order icons.
14865         (gnus-group-tool-bar-gnome):
14866         Add gnus-group-{prev,next}-unread-group.
14867         (gnus-group-tool-bar-gnome): Re-order icons.
14868
14869         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14870         Move gnus-summary-insert-new-articles.
14871
14872         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14873         Fix comments.
14874
14875         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14876         also available in Emacs 21.3.
14877
14878         * message.el (message-fix-before-sending): Change "Emacs 22" to
14879         "Emacs 23 (unicode)" in comment.
14880
14881         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14882         "Emacs 23 (unicode)" in comment.
14883
14884         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14885         comment.
14886         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14887
14888         * mm-view.el (mm-fill-flowed): Add :version.
14889
14890 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14893         and load-path.
14894
14895 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * message.el: Autoload gmm-image-load-path.
14898         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14899         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14900         consitency.
14901
14902         * gmm-utils.el (gmm-image-load-path): Also search in
14903         "../etc/images".  Don't set gmm-image-load-path if we don't find
14904         the image.
14905
14906 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gmm-utils.el (gmm-image-load-path): Don't make
14909         `gmm-image-load-path' include subdirectories which the second arg
14910         `image' might specify.
14911
14912         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14913         subdirectory to icon file names.
14914
14915         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14916
14917 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14920         gmm-image-load-path calls.
14921
14922         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14923
14924         * message.el (message-make-tool-bar): Ditto.
14925
14926         * mml.el (mml-preview): Add comment concerning tool bar icons.
14927
14928         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14929         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14930
14931         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14932         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14933
14934         * message.el (message-tool-bar-gnome): Use new icon names.
14935         (message-make-tool-bar): Use `gmm-image-load-path'.
14936
14937         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14938         New functions from MH-E.
14939         (gmm-image-load-path): New variable from MH-E.
14940         (gmm-image-load-path): New function from MH-E.  Add arguments
14941         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14942         *-image-load-path-called-flag.
14943
14944 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14945
14946         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14947
14948 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14949
14950         * nnimap.el (nnimap-request-move-article): Change folder back to
14951         source group before deleting.
14952
14953 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14956
14957         * gnus-art.el (mm-url-insert-file-contents-external):
14958         Autoload mm-url.
14959
14960         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14961
14962 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14965         coding system which mm-charset-to-coding-system returns for a
14966         given charset is valid.
14967
14968 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14969
14970         * html2text.el (html2text-remove-tag-list):
14971         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14972
14973 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14974
14975         * gnus-cus.el: Revert 2005-10-17 change.
14976
14977 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-art.el (article-strip-banner):
14980         Call article-really-strip-banner only when the regexp match is made.
14981
14982 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-art.el (article-strip-banner):
14985         Use gnus-extract-address-components instead of
14986         mail-header-parse-addresses to make it work with non-ASCII text;
14987         remove mail-encode-encoded-word-string.
14988
14989         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14990         values which are surrounded with \"...\"; make it never cause a
14991         Lisp error; give up parsing of parameters if it failed in
14992         extracting type.
14993
14994 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14995
14996         * smime.el (smime-cert-by-ldap-1): Fix bug where
14997         `smime-ldap-search' returns results without userCertificates.
14998
14999 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15002
15003 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * spam.el (spam-check-spamassassin-headers): Adapt format for
15006         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15007         <ari@mbf.ocn.ne.jp>.
15008         (spam-list-of-processors): Add spam-use-gmane.
15009
15010 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15013         make-temp-file; make it work with XEmacs as well.
15014
15015         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15016         mm-make-temp-file.
15017
15018         * mm-decode.el (mm-display-external): Use the 3rd arg of
15019         mm-make-temp-file.
15020         (mm-create-image-xemacs): Ditto.
15021
15022 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15025         with message-narrow-to-headers.
15026         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15027         (gnus-draft-check-draft-articles): New function.
15028         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15029
15030 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-art.el (gnus-article-browse-html-parts):
15033         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15034         Don't use suffix argument for mm-make-temp-file for Emacs 21
15035         compatibility.  Remove useless `format'.
15036
15037 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15038
15039         * nnweb.el (nnweb-google-wash-article): Update regexps.
15040         (nnweb-group-alist): Use defvoo instead of defvar.
15041
15042 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15045         re-loading nn* modules.
15046
15047 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15050         for `tool-bar-mode' and don't check it's default-value.
15051
15052         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15053
15054         * message.el (message-make-tool-bar): Ditto.
15055
15056         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15057         `substring'.  Shorten tmp-file name.
15058
15059         * gnus.el: Remove bogus comment.
15060
15061 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15062
15063         * gnus-art.el (gnus-article-browse-html-parts): New function.
15064         (gnus-article-browse-html-article): New function for viewing html
15065         articles with a browser.
15066
15067 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15068
15069         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15070         in elisp.
15071         (pgg-gpg-encrypt-symmetric-region): Ditto.
15072         (pgg-gpg-sign-region): Ditto.
15073
15074         * pgg-def.el (pgg-text-mode): New variable.
15075
15076         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15077         (mml2015-pgg-encrypt): Ditto.
15078
15079         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15080         (mml1991-pgg-encrypt): Ditto.
15081
15082 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * nnfolder.el (nnfolder-insert-newsgroup-line):
15085         Use message-make-date instead of current-time-string.
15086
15087         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15088         to gnus-decoded which mm-uu might set.
15089
15090 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15093         don't decode quoted parameters; remove misimported Emacs code.
15094         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15095         (rfc2231-decode-encoded-string): Don't use split-string which
15096         behaves differently according to Emacs version; use
15097         mm-decode-coding-region to convert charset to coding-system.
15098         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15099         (rfc2231-encode-string): Remove misimported Emacs code.
15100
15101 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15104         when calling mail-header-parse-content-type.
15105         (article-de-quoted-unreadable): Ditto.
15106         (article-de-base64-unreadable): Ditto.
15107         (article-wash-html): Ditto.
15108
15109         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15110         calling mail-header-parse-content-type and
15111         mail-header-parse-content-disposition.
15112         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15113         mail-header-parse-content-type.
15114
15115         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15116         insert charset and format parameters; encode description after
15117         inserting it to buffer.
15118         (mml-insert-parameter): Fold lines properly even if a parameter is
15119         segmented into two or more lines; change the max column to 76.
15120
15121         * rfc1843.el (rfc1843-decode-article-body): Don't use
15122         ignore-errors when calling mail-header-parse-content-type.
15123
15124         * rfc2231.el (rfc2231-parse-string): Return at least type if
15125         possible; don't cause an error even if it fails in parsing of
15126         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15127         (rfc2231-encode-string): Don't break lines at the beginning, leave
15128         it to mml-insert-parameter.
15129
15130         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15131         calling mail-header-parse-content-type.
15132
15133 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * spam-report.el (spam-report-gmane-use-article-number):
15136         Improve doc string.
15137         (spam-report-gmane-internal): Check if a suitable header was found
15138         in the article.
15139
15140 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15143         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15144
15145 2006-02-05  Romain Francoise  <romain@orebokech.com>
15146
15147         Update copyright notices of all files in the gnus directory.
15148
15149 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15150
15151         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15152
15153 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15156         segmented lines of parameter value to cope with Thunderbird 1.5
15157         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15158         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15159         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15160
15161 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15162
15163         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15164         parts.
15165
15166 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15167
15168         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15169         there's only one active file for all servers.
15170         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15171         solid groups.  Gnus might have used a FAST request to select the group.
15172         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15173         and nnweb-search redundantly in the active file.
15174         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15175         (nnweb-request-create-group): Don't use ARGS.
15176         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15177         initialisations.  Let nnoo do the work.
15178
15179 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15182         Say the part has been decoded.
15183
15184         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15185
15186 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15187
15188         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15189         mailcap-viewer-test-cache when there's no 'test clause, since that
15190         will invert the meaning of a "nil" test previously determined by
15191         mailcap-mailcap-entry-passes-test.
15192
15193 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15196         compiling.
15197
15198         * gnus-sum.el: Ditto.
15199
15200         * message.el: Don't bind tool-bar-map when compiling.
15201
15202 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15205
15206 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15207
15208         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15209         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15210         current Google Groups.
15211
15212 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15215         and tool-bar-mode.
15216
15217         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15218         and tool-bar-mode.
15219
15220         * message.el (message-tool-bar-update): Simplify.
15221         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15222
15223         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15224         gnus-summary-buffer.
15225         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15226         gnus-summary-reply.
15227
15228         * gmm-utils.el (gmm): Add :version.
15229
15230 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * Makefile.in (clean): New rule.
15233         (distclean): Use it.
15234
15235 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15236
15237         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15238         Don't autoload.
15239
15240 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gmm-utils.el (gmm-verbose): Add :group.
15243
15244 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * message.el: Change some comments WRT tool-bars.
15247
15248         * gnus-sum.el (gnus-summary-tool-bar)
15249         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15250         (gnus-summary-tool-bar-zap-list): New variables.
15251         (gnus-summary-make-tool-bar): Complete rewrite using
15252         `gmm-tool-bar-from-list'.
15253
15254         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15255         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15256         New variables.
15257         (gnus-group-make-tool-bar): Complete rewrite using
15258         `gmm-tool-bar-from-list'.
15259         (gnus-group-tool-bar-update): New function.
15260
15261         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15262
15263 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15266         is dissected into a single part of which the type is the same as
15267         the given one; decode charset.
15268
15269 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15270
15271         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15272         into alists as symbol not string, since that's what
15273         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15274         look for.
15275
15276 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15279         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15280
15281         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15282
15283 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15286         (gnus-xmas-mime-security-button-menu): New function.
15287
15288         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15289         (gnus-mime-security-button-menu): New definition.
15290         (gnus-mime-security-button-map): Use them.
15291         (gnus-mime-security-button-menu): New function.
15292         (gnus-insert-mime-security-button): Addition to help echo.
15293         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15294         (gnus-mime-security-pipe-part): New functions.
15295
15296         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15297         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15298
15299         * mm-decode.el (mm-handle-set-disposition): Remove.
15300         (mm-handle-set-description): Remove.
15301
15302 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15305         (mm-w3m-standalone-supports-m17n-p): New function.
15306         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15307         w3m usage.
15308
15309         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15310         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15311
15312 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15313
15314         * message.el (message-tool-bar-zap-list):
15315         Use gmm-tool-bar-zap-list as custom type.
15316         (message-tool-bar-update): New function.
15317         (message-tool-bar, message-tool-bar-gnome)
15318         (message-tool-bar-retro): Add message-tool-bar-update.
15319         (message-tool-bar-gnome): Add flyspell-buffer.
15320
15321         * gnus-util.el (gnus-error): Describe `args'.
15322
15323         * gmm-utils.el (gmm-error): Describe `args'.
15324         (gmm-tool-bar-zap-list): New widget.
15325         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15326
15327 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15330         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15331         the number of recursive calls.
15332
15333         * mm-decode.el (mm-handle-set-disposition): New macro.
15334         (mm-handle-set-description): New macro.
15335
15336 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15339         encoding.
15340
15341 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15342
15343         * message.el (message-tool-bar-zap-list, message-tool-bar)
15344         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15345         (message-tool-bar-local-item-from-menu): Remove.
15346         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15347         (message-make-tool-bar): New function.
15348         (message-mode): Use `message-make-tool-bar'.
15349
15350         * gmm-utils.el: New file.
15351         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15352         (gmm-lazy): New widget copied from `nnmail.el'.
15353         (gmm-tool-bar-from-list): New function for creating customizable
15354         tool bars.
15355         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15356         output.
15357         (gmm): Add :prefix to defgroup.
15358
15359 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15360
15361         * gmm-utils.el (gmm-widget-p): New function.
15362
15363 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * mml.el (mml-attach-file): Describe `description' in doc string.
15366         (mml-menu): Add Emacs MIME manual and PGG manual.
15367
15368 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15369
15370         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15371
15372 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15373
15374         * nntp.el (nntp-end-of-line): Doc fix.
15375
15376 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15377
15378         * imap.el (imap-open): Handle case where buffer is a buffer
15379         object.
15380
15381 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15382
15383         * gnus-delay.el (gnus-delay): Don't autoload.
15384         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15385         to be re-loaded when customizing the `gnus-delay' group.
15386
15387 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15388
15389         * message.el (message-insert-citation-line): Use newlines.
15390
15391 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15392
15393         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15394         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15395         these routines, so the passphrase can be managed externally and
15396         passed in to the system.
15397         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15398         pgg-add-passphrase-to-cache function.
15399
15400         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15401         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15402         these routines, so the passphrase can be managed externally and
15403         passed in to the system.
15404         (pgg-pgp5-sign-region): Use new name of
15405         pgg-add-passphrase-to-cache function.
15406
15407 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15408
15409         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15410         part of the decoded armor to find the key-identifier.
15411         (pgg-gpg-lookup-key-owner): New function to return the
15412         human-readable identifier of a key owner.
15413         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15414         itself.
15415         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15416         the key value) if we have a key and can match it against a secret
15417         key.  Also, added a note pointing out fact that the prompt only
15418         indicates the first matching key.
15419
15420         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15421         pgg-decrypt-region.
15422         (pgg-add-passphrase-to-cache): Rename from
15423         `pgg-add-passphrase-cache' to reduce confusion (all callers
15424         changed).
15425         (pgg-remove-passphrase-from-cache): Rename from
15426         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15427         changed).
15428         (pgg-read-passphrase, pgg-add-passphrase-cache)
15429         (pgg-remove-passphrase-cache): Add informative docstrings.
15430         (pgg-decrypt): Convey provided passphrase in subordinate call to
15431         pgg-decrypt-region.
15432
15433 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15434
15435         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15436         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15437         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15438         'passphrase' argument, so the passphrase can be managed externally
15439         and then passed in to the system.
15440
15441         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15442         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15443         so the passphrase cache can be used reliably with identifiers
15444         besides a pgp packet's key id.
15445
15446         * pgg-gpg.el (pgg-gpg-encrypt-region)
15447         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15448         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15449         these routines, so the passphrase can be managed externally and
15450         passed in to the system.
15451
15452         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15453         'notruncate' argument, so the passphrase cache can be used
15454         reliably with identifiers besides a pgp packet's key id.
15455
15456 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15457
15458         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15459         symmetric encryption.
15460         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15461         encrypted session key.
15462         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15463         message ask for the passphrase in a proper way.
15464
15465         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15466         New user commands for symmetric encryption.
15467
15468 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15471
15472         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15473
15474 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15475
15476         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15477
15478 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * mm-decode.el (mm-inlined-types): Add application/pgp.
15481         (mm-automatic-display): Ditto.
15482
15483         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15484         part as text.
15485
15486 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * nnrss.el: Update copyright.
15489         (nnrss-opml-import): Query whether to subscribe to each entry.
15490
15491         * gnus-art.el:
15492         * gnus-sum.el:
15493         * gnus-xmas.el:
15494         * messagexmas.el:
15495         * mm-uu.el:
15496         * mm-view.el: Update copyright.
15497
15498 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * message.el (message-info): New function.
15501         (message-mode-menu): Add it.
15502         Update copyright.
15503
15504         * ChangeLog: Fix and update copyright.
15505
15506 2006-01-13  Romain Francoise  <romain@orebokech.com>
15507
15508         * message.el (message-forward-subject-name-subject): Prefer the
15509         address to 'nowhere' if the sender has no name.
15510         Fix typo.  Update copyright year.
15511
15512 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * gnus-art.el (article-wash-html):
15515         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15516         (gnus-article-wash-html-with-w3m-standalone): New function.
15517
15518         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15519         mm-inline-text-html-render-with-w3m-standalone.
15520         (mm-text-html-washer-alist): Map w3m-standalone to
15521         gnus-article-wash-html-with-w3m-standalone.
15522         (mm-inline-text-html-render-with-w3m-standalone): New function.
15523
15524 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15527         Improve LaTeX.
15528
15529 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15532         (nnrss-request-article): Render text/plain parts as HTML.
15533
15534         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15535         the buffer.
15536
15537 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15540         custom definition of `gnus-posting-styles'.
15541
15542         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15543         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15544
15545 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15548         Use nntp for bug archive.
15549
15550 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15553         parts.
15554         (nnrss-normalize-date): New function converts ISO 8601 date into
15555         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15556         (nnrss-check-group): Use it.
15557
15558 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15561
15562         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15563         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15564         (nnrss-insert-w3): Ditto.
15565
15566 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15569         the articles to be forwarded including the case where neither a
15570         number of articles nor a region is specified.
15571
15572 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * nnrss.el (nnrss-request-article): Fix last change; fill
15575         text/plain parts.
15576
15577 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15580         in text/plain part.
15581         (nnrss-check-group): Don't add excessive newline to dc:subject.
15582
15583 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15584
15585         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15586         article.
15587
15588 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15591         (nnml-use-compressed-files, nnml-save-mail): Support other
15592         comression programs such as bzip2.
15593
15594 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15595
15596         * dns.el (query-dns): Make sure we check the buffer size before
15597         removing tcp headers.
15598
15599 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15602         remove MIME buttons associated with multipart/alternative parts.
15603         (gnus-mime-display-alternative): Tag buttons using `article-type'
15604         text property.
15605
15606         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15607         associated with multipart/alternative parts.
15608
15609         * gnus-art.el (gnus-signature-separator): Fix custom type.
15610
15611         * mm-decode.el (mm-inlined-types): Fix custom type.
15612         (mm-keep-viewer-alive-types): Ditto.
15613         (mm-automatic-display): Ditto.
15614         (mm-attachment-override-types): Ditto.
15615         (mm-inline-override-types): Ditto.
15616         (mm-automatic-external-display): Ditto.
15617
15618 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * spam-report.el (spam-report-user-mail-address)
15621         (spam-report-user-agent): New variables.
15622         (spam-report-url-ping-plain): Use spam-report-user-agent.
15623
15624 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15625
15626         * gnus-art.el (gnus-button-handle-custom): Do not just use
15627         `customize-apropos' for any "M-x customize-*" button but the
15628         function called for.  Accept both the function name and its
15629         argument in order to achieve this.
15630         (gnus-button-alist): Remove support for "custom:" URL's.
15631         Pass function name to `gnus-button-handle-custom' in case of "M-x
15632         customize-*" buttons.
15633
15634 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15637         multipart/alternative and add xref to mm-discouraged-alternatives
15638         in doc string.
15639
15640         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15641         gnus-buttonized-mime-types in doc string.
15642
15643 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15646         Suggest image/.* in the doc string.
15647
15648 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15651         message-marks (Debian bug #342521).
15652
15653 2005-12-12  Simon Josefsson  <jas@extundo.com>
15654
15655         * password.el (password-read-from-cache): Add.
15656         (password-read): Use it.
15657
15658 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * rfc2047.el (rfc2047-charset-to-coding-system):
15661         Recognize us-ascii as a MIME charset.
15662
15663         * mm-bodies.el (mm-decode-content-transfer-encoding):
15664         Protect against the case where the 2nd arg TYPE is nil.
15665
15666 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * pop3.el (pop3-stream-type): Fix custom version.
15669
15670         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15671
15672 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15673
15674         * mm-decode.el (mm-display-external): Add missing cdr.
15675
15676 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15679         RFC1524) if it is in mailcap or add a suffix according to
15680         mailcap-mime-extensions when generating a temp filename; postpone
15681         deleting a temp file for 2 seconds for some wrappers, shell
15682         scripts, and so on, which might exit right after having started a
15683         viewer command as a background job.
15684
15685 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * nntp.el (nntp-marks-directory): Fix custom group.
15688
15689         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15690         steps when < 10.
15691
15692         * gnus-start.el (gnus-no-server-1):
15693         Mention `gnus-level-default-subscribed' in doc string.
15694
15695 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15696
15697         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15698         parens.
15699
15700 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-xmas.el (gnus-use-toolbar): Revert.
15703         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15704         gnus-use-toolbar is default.
15705
15706         * messagexmas.el (message-use-toolbar): Revert.
15707         (message-setup-toolbar): Use global default-toolbar if
15708         message-use-toolbar is default.
15709
15710 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15713         according to default-toolbar-visible-p.
15714
15715         * messagexmas.el (message-use-toolbar): Ditto.
15716
15717 2005-11-26  Dave Love  <fx@gnu.org>
15718
15719         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15720         (tls-program, tls-success): Provide openssl alternative.
15721
15722         * starttls.el: Doc fixes.
15723         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15724         SERVICE to PORT.
15725
15726         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15727         port null or service name.
15728         (starttls-negotiate): Autoload.
15729
15730 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * message.el (message-kill-to-signature): Fix interactive spec.
15733
15734 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * pop3.el (pop3-open-server): Recognize a string as a service name.
15737
15738 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15739
15740         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15741
15742 2005-11-23  Dave Love  <fx@gnu.org>
15743
15744         Add pop3s, pop3/starttls.
15745
15746         * pop3.el (pop3-authentication-scheme): Clarify doc.
15747         (open-tls-stream, starttls-open-stream): Autoload.
15748         (pop3-stream-type): New.
15749         (pop3-open-server): Use it.
15750
15751         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15752         for POP.
15753         (mail-source-keyword-map): Add :stream for POP.
15754         (mail-source-fetch-pop): Use pop3-stream-type.
15755
15756 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15759         of current-time-string.
15760
15761 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15762
15763         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15764         date header.
15765
15766 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15767
15768         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15769         it can seriously impact performance as it bypasses the agent's
15770         local caches.
15771
15772 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15773
15774         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15775         must be explicitly online rather than "not explicitly offline" for
15776         its flags to be synchronized.
15777
15778         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15779         that gnus-uu-unmark-thread will function correctly.
15780
15781         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15782         1024K is instead displayed as 1M.
15783
15784 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15785
15786         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15787
15788 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15789
15790         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15791
15792 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15793
15794         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15795         error message to display actual error condition.
15796         (gnus-agent-save-local): Avoid saving symbols that are bound to
15797         nil as they simply result in a warning message in
15798         gnus-agent-read-local.
15799
15800 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15803         rather than make-variable-buffer-local for file-precious-flag.
15804
15805 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15806
15807         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15808         for duplicates which are removed.  The invalid sort check then
15809         triggers a rescan after the sort as sorting may have moved
15810         duplicate entries such that they can be cheaply detected.
15811
15812 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15815
15816 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15817
15818         * gnus-agent.el (gnus-agent-article-alist-save-format):
15819         Change internal variable to a custom variable.  Change default value
15820         from compressed(2) to uncompressed(1).
15821         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15822         support for uncompressed agentview files.  Taken together, reading
15823         the agentview file should now be 6-7 times faster.
15824
15825 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15826
15827         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15828         as a buffer-local variable.  This avoids creating truncated
15829         dribble files as a result of a hang up, eg.
15830
15831 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15832
15833         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15834         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15835         XEmacs.
15836
15837 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * gnus-start.el (gnus-start-draft-setup):
15840         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15841
15842         * gnus.el (gnus-splash): Change custom group.
15843         (gnus-group-get-parameter, gnus-group-parameter-value):
15844         Describe allow-list argument.
15845
15846         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15847         string.
15848
15849 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * gnus-art.el (gnus-default-article-saver): Add user-defined
15852         `function' to custom type.
15853
15854 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15855
15856         * imap.el (imap-open): Handle case where buffer is a buffer
15857         object.
15858
15859 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15862         long lines.
15863         (gnus-cache-delete-group): Wrap doc strings.
15864
15865         * gnus-agent.el (gnus-agent-rename-group)
15866         (gnus-agent-delete-group): Wrap doc strings.
15867
15868 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * messagexmas.el (message-use-toolbar): Change the valid values
15871         into default, top, bottom, left, and right.
15872         (message-toolbar-thickness): New variable.
15873         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15874         well.
15875         (message-setup-toolbar): Make it work.
15876
15877         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15878         (gnus-use-toolbar): Change the valid values into default, top,
15879         bottom, left, and right.
15880         (gnus-toolbar-thickness): New variable.
15881         (gnus-xmas-setup-toolbar): New function.
15882         (gnus-xmas-setup-group-toolbar): Use it.
15883         (gnus-xmas-setup-summary-toolbar): Use it.
15884
15885 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15886
15887         * gnus-start.el (gnus-1): Add "native" to
15888         gnus-predefined-server-alist.
15889
15890         * gnus.el (gnus-method-to-server): Don't add "native" to the
15891         lists here, because that leads to problems when
15892         gnus-select-method is bound.
15893
15894 2005-11-09  Simon Josefsson  <jas@extundo.com>
15895
15896         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15897         use (not sort-by-date) instead.
15898
15899 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15900
15901         * gnus-delay.el (gnus-delay-group): Don't autoload.
15902         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15903         to be re-loaded when customizing the `gnus-delay' group.
15904
15905 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15906
15907         * message.el: Revert last changes.
15908         (message-insert-citation-line): Use newlines.
15909
15910 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15911
15912         * message.el (message-courtesy-message)
15913         (message-mark-insert-begin, message-mark-insert-end)
15914         (message-elide-ellipsis, message-cancel-message)
15915         (message-add-header, message-change-subject)
15916         (message-cross-post-followup-to-header)
15917         (message-cross-post-insert-note, message-reduce-to-to-cc)
15918         (message-widen-reply, message-delete-not-region)
15919         (message-kill-to-signature, message-insert-signature)
15920         (message-insert-importance-high, message-insert-importance-low)
15921         (message-insert-or-toggle-importance)
15922         (message-insert-disposition-notification-to)
15923         (message-indent-citation, message-yank-original)
15924         (message-cite-original-without-signature, message-cite-original)
15925         (message-insert-citation-line, message-position-on-field)
15926         (message-fix-before-sending, message-send-mail-partially)
15927         (message-send-mail, message-send-mail-with-sendmail)
15928         (message-send-mail-with-qmail, message-send-news)
15929         (message-check-news-header-syntax, message-generate-headers)
15930         (message-insert-courtesy-copy, message-fill-address)
15931         (message-fill-header, message-shorten-references)
15932         (message-setup-1, message-cancel-news)
15933         (message-forward-make-body-plain, message-forward-make-body-mime)
15934         (message-forward-make-body-mml, message-encode-message-body)
15935         (message-forward-make-body-digest-plain)
15936         (message-forward-make-body-digest-mime)
15937         (message-use-alternative-email-as-from): Insert `hard-newline'
15938         instead of ordinary newlines.
15939
15940 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * message.el (message-generate-headers): Downcase the argument
15943         given to message-check-element.
15944
15945 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15946
15947         * nntp.el (nntp-authinfo-rejected): New error condition.
15948         (nntp-wait-for): Use new error condition to signal authentication
15949         error.
15950         (nntp-retrieve-data): Rethrow new error condition to break out of
15951         recursive call to nntp-send-authinfo.
15952
15953 2005-11-08  Romain Francoise  <romain@orebokech.com>
15954
15955         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15956         (gnus-summary-exit-map): Bind to `Z p'.
15957         (gnus-summary-make-menu-bar): Add menu item.
15958
15959 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15962         (gnus-treat-*): Add `first' in all doc strings.
15963
15964         * gnus-group.el (gnus-group-compact-group): Fix typo.
15965
15966 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus.el (gnus-parameters-case-fold-search): New variable.
15969         (gnus-parameters-get-parameter): Use it.
15970
15971         * gnus-score.el (gnus-home-score-file): Doc fix.
15972
15973 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15974
15975         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15976
15977 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * mm-util.el (mm-special-display-p): New function.
15980
15981         * mml.el (mml-preview): Use it; doc fix.
15982
15983 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15984
15985         * imap.el (imap-open): Handle case where buffer is a buffer object.
15986
15987 2005-10-29  Romain Francoise  <romain@orebokech.com>
15988
15989         * message.el (message-fix-before-sending): Fix comment.
15990
15991 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15992
15993         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15994
15995 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15996
15997         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15998         Used in gnus-score.el.
15999
16000 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16003
16004 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16007         whitespace removed in revision 7.8.  Use concatenated string to
16008         protect trailing whitespace.
16009
16010 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16011
16012         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16013         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16014         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16015         Courier IMAP ("some version from 2004").  Mostly based on similar
16016         code in the same function.
16017
16018 2005-10-26  Didier Verna  <didier@xemacs.org>
16019
16020         * gnus-group.el (gnus-group-compact-group): Invalidate original
16021         article buffer.
16022         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16023         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16024         NOV database and in article itself.
16025         Invalidate article backlog.
16026
16027 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16030
16031 2005-10-26  Simon Josefsson  <jas@extundo.com>
16032
16033         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16034         part of 2004-07-25 change.
16035
16036 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * message.el (message-display-completion-list): New function.
16039         (message-expand-group): Use it; make sure the Completions buffer
16040         is modifiable.
16041 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16042
16043         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16044         user-mail-name is an empty string.
16045
16046 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16049         depending on gnus-score-decay-constant.
16050
16051         * encrypt.el (encrypt-insert-file-contents)
16052         (encrypt-write-file-contents): Don't use `gnus-message'.
16053
16054         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16055         arguments.
16056         (mm-uu-type-alist): Add message-marks and insert-marks.
16057         Pass arguments to mm-uu-verbatim-marks-extract.
16058         (mm-uu-hide-markers): New variable.
16059         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16060
16061         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16062         (gnus-convert-image-to-face-command): Use "convert" by default to
16063         allow other input image formats.
16064         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16065         accordingly.
16066
16067 2005-10-23  Simon Josefsson  <jas@extundo.com>
16068
16069         * imap.el (imap-gssapi-program): Align command line parameters
16070         with latest GNU SASL.
16071         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16072
16073 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16074
16075         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16076         HTML.
16077         (nnslashdot-request-article): Ditto.
16078
16079         * lpath.el (featurep): Add nobreak-char-display.
16080
16081 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16082
16083         * mail-source.el (mail-source-fetch-pop): Require pop3.
16084         (mail-source-check-pop): Ditto.
16085
16086 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16089         errors.
16090
16091 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16094         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16095
16096         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16097
16098         * mm-bodies.el (mm-decode-string):
16099         Call `mm-charset-to-coding-system' with allow-override argument.
16100
16101 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16104         (rfc2047-charset-to-coding-system): New function.
16105         (rfc2047-decode-encoded-words): New function.
16106         (rfc2047-decode-region): Use them.
16107         (rfc2047-decode-cte): Remove.
16108         (rfc2047-parse-and-decode): Remove.
16109         (rfc2047-decode): Remove.
16110
16111 2005-10-15  Kenichi Handa  <handa@m17n.org>
16112
16113         * rfc2047.el (rfc2047-decode-cte): New function.
16114         (rfc2047-decode-region): Change the way to decode successive
16115         encoded-words: decode B- or Q-encoding in each encoded-word,
16116         concatenate them, and decode it as charset.
16117
16118 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * lpath.el: Fbind codepage-setup for XEmacs.
16121
16122 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16123
16124         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16125         widget-move-and-invoke.
16126         (gnus-custom-mode): Use gnus-custom-map.
16127
16128 2005-10-15  Bill Wohler  <wohler@newt.com>
16129
16130         * message.el (message-tool-bar-map): Rename image file from
16131         mail_send to mail/send.
16132
16133 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16134
16135         * message.el (message-expand-group): Pass the common
16136         prefix substring of completion to `display-completion-list'.
16137
16138 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * mml-sec.el (mml-secure-method): New internal variable.
16141         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16142         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16143         New functions using mml-secure-method.
16144
16145         * mml.el (mml-mode-map): Add key bindings for those functions.
16146         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16147         Harder <harder@myrealbox.com>.
16148         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16149         Goto end of message if point is the headers of the message.
16150
16151         * message.el (message-in-body-p): New function.
16152
16153         * assistant.el: Autoload gnus-util and netrc.
16154
16155         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16156         Use `mm-charset-override-alist' only when decoding.
16157
16158         * mm-bodies.el (mm-decode-body):
16159         Call `mm-charset-to-coding-system' with allow-override argument.
16160
16161         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16162         `filename' from Content-Disposition if Content-Type doesn't
16163         provide `name'.
16164         (gnus-mime-view-part-as-type): Set default instead of
16165         initial-input.
16166
16167 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16168
16169         * format-spec.el (format-spec): Propagate text properties of % spec.
16170
16171 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * gnus-art.el (gnus-treat-predicate): Add `first'.
16174
16175 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16178         (mm-charset-override-alist): New variable.
16179         (mm-charset-to-coding-system): Use it.
16180         (mm-codepage-setup): New helper function.
16181         (mm-charset-eval-alist): New variable.
16182         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16183         Warn about unknown charsets.
16184
16185         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16186
16187 2005-10-04  David Hansen  <david.hansen@gmx.net>
16188
16189         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16190         (nnrss-check-group): Ditto.
16191
16192 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16195         Rename x-gnus-verbatim to x-verbatim.
16196         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16197
16198         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16199         x-verbatim.
16200
16201         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16202
16203         * gnus-util.el (gnus-remove-duplicates): Remove.
16204
16205         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16206         instead of gnus-remove-duplicates.
16207
16208         * message.el (message-remove-duplicates): Remove.
16209         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16210         message-remove-duplicates.
16211
16212         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16213         available, else use implementation from `delete-dups'.
16214
16215         * message.el (message-insert-expires): New function.
16216         (message-mode-map): Add key binding.
16217         (message-mode-field-menu): Add menu entry.
16218         (message-mode): Document it.
16219         (message-make-expires-date): Use `message-make-date'.
16220
16221 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16222
16223         * message.el (message-make-expires-date): New function.
16224
16225 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * Makefile.in (list-installed-shadows): New entry.
16228         (install): Use it.
16229         (remove-installed-shadows): New entry.
16230
16231         * dgnushack.el (dgnushack-default-load-path): New variable.
16232         (dgnushack-find-lisp-shadows): New function.
16233         (dgnushack-remove-lisp-shadows): New function.
16234
16235 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * Makefile.in (install-el-elc): New entry.
16238         (install): Use it so that .el files are necessarily installed.
16239
16240 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16243
16244 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16245
16246         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16247         function rather than the diff-mode.el package.
16248         (mm-display-external): Use with-current-buffer.
16249         (mm-viewer-completion-map, mm-viewer-completion-map):
16250         Move initialization inside declaration.
16251
16252 2005-09-29  Simon Josefsson  <jas@extundo.com>
16253
16254         * spam.el: Load hashcash when compiling, to avoid warnings.
16255         Don't autoload mail-check-payment.
16256         (spam-check-hashcash): Define unconditionally, since hashcash.el
16257         is part of Gnus now.  Ignore errors from payment checking.
16258
16259 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * message.el (message-bold-region, message-unbold-region):
16262         Rename from `bold-region' and `unbold-region'.
16263
16264         * message.el: Remove useless autoloads.
16265
16266 2005-09-28  Simon Josefsson  <jas@extundo.com>
16267
16268         * message.el (message-use-idna): Default to t.
16269         (message-use-idna): Test whether encoding works too.  Doc fix.
16270
16271 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * nntp.el (nntp-warn-about-losing-connection): Remove.
16274
16275 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16278         customizable.  Change default value.
16279         (mm-uu-diff-groups-regexp): Change default value.
16280         (mm-uu-type-alist): Add doc string.
16281         (mm-uu-configure): Add doc string.  Make it interactive.
16282         (mm-uu-tex-groups-regexp): New variable.
16283         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16284         (mm-uu-type-alist): Add LaTeX documents.
16285         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16286         of "text/verbatim".
16287         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16288
16289         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16290         instead of "text/verbatim".
16291
16292         * message.el (message-mark-inserted-region)
16293         (message-mark-insert-file): Use slrn style marks when called with
16294         prefix argument.
16295
16296 2005-09-27  Simon Josefsson  <jas@extundo.com>
16297
16298         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16299
16300 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16301
16302         * message.el (message-remove-duplicates): New function.
16303         Implementation borrowed from `gnus-remove-duplicates'.
16304         (message-idna-to-ascii-rhs): Also encode idna addresses in
16305         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16306         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16307         only ask about the same idna domain once per header and also tell
16308         in what header to replace the idna domain.
16309
16310         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16311         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16312         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16313         a header is decoded and not just the last one.
16314
16315 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16318         has been decoded.
16319
16320         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16321         (mm-insert-part): Don't modify text if it has been decoded.
16322
16323         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16324         decoded.
16325
16326         * mm-view.el (mm-inline-text): Don't strip text props unless
16327         decoding enriched or richtext parts.
16328
16329 2005-09-25  Romain Francoise  <romain@orebokech.com>
16330
16331         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16332         * gnus-start.el (gnus-subscribe-interactively):
16333         * gnus-uu.el (gnus-uu-grab-articles):
16334         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16335         space.
16336
16337 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16338
16339         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16340         * mm-view.el (mm-view-pkcs7-decrypt):
16341         * gnus-sum.el (gnus-summary-limit-to-extra)
16342         (gnus-summary-respool-article, gnus-read-move-group-name):
16343         * gnus-score.el (gnus-summary-increase-score):
16344         * gnus-util.el (gnus-completing-read-with-default):
16345         * gnus-art.el (gnus-read-save-file-name)
16346         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16347         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16348         * message.el (message-check-news-header-syntax):
16349         Follow convention for reading with the minibuffer.
16350
16351 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16352
16353         * spam-report.el (spam-report-url-ping-plain):
16354         Use gnus-extended-version as User-Agent.
16355
16356         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16357         default value is nil.
16358
16359         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16360         (mm-uu-verbatim-marks-extract): New function.
16361         (mm-uu-extract): New face.
16362         (mm-uu-copy-to-buffer): Use it.
16363
16364         * spam-report.el (spam-report-gmane-ham): Rename from
16365         `spam-report-gmane-unspam'.
16366         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16367         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16368
16369         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16370         Autoload.
16371         (spam-report-gmane-unregister-routine):
16372         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16373
16374 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16377         (spam-report-gmane-unregister-routine): Add support for gmane
16378         unregistration.
16379
16380         * spam-report.el (spam-report-gmane-unspam)
16381         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16382         (spam-report-gmane): Change to take a single article and do unspam
16383         registration.
16384
16385 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * mm-url.el (mm-url-decode-entities): Fix regexp.
16388
16389 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16390
16391         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16392         default to nil, to be able to use Gnus at all.  If the default
16393         switches to something else, then the function should be fixed not
16394         be exceedingly slow.
16395
16396 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16397
16398         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16399         fail hard.
16400
16401         * spam-report.el: Add better Keywords line.
16402
16403         * spam.el: Add Maintainer and better Keywords line.
16404
16405 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * gnus-art.el (gnus-article-replace-part)
16408         (gnus-mime-replace-part): New functions.
16409         (gnus-mime-action-alist, gnus-mime-button-commands)
16410         (gnus-mime-save-part-and-strip): Add file argument.
16411         (gnus-article-part-wrapper): Add interactive argument.
16412
16413         * gnus-sum.el (gnus-summary-mime-map):
16414         Add `gnus-article-replace-part'.
16415
16416 2005-09-19  Didier Verna  <didier@xemacs.org>
16417
16418         The nnml compaction feature:
16419         * nnml.el (nnml-request-compact-group): New function.
16420         * nnml.el (nnml-request-compact): New function.
16421         * gnus-int.el (gnus-request-compact-group): New function.
16422         * gnus-int.el (gnus-request-compact): New function.
16423         * gnus-group.el (gnus-group-compact-group): New function.
16424         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16425         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16426         * gnus-srvr.el (gnus-server-compact-server): New function.
16427         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16428         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16429
16430 2005-09-18  Deepak Goel  <deego@gnufans.org>
16431
16432         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16433         format spec.
16434
16435 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16438
16439 2005-09-15  Romain Francoise  <romain@orebokech.com>
16440
16441         * message.el (message-fill-paragraph): Clarify docstring.
16442
16443 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-art.el (gnus-mime-display-part): Protect against broken
16446         MIME messages.
16447
16448 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16451         before parsing header.
16452
16453 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16454
16455         * html2text.el (html2text-replace-list): Add new entities.
16456
16457 2005-09-11  Romain Francoise  <romain@orebokech.com>
16458
16459         * message.el (message-alternative-emails): Improve docstring.
16460         (message-setup-1): Call `message-use-alternative-email-as-from'
16461         after `message-setup-hook' to give it precedence over posting
16462         styles, etc.
16463         (message-use-alternative-email-as-from): Add docstring.
16464         Remove the original From header if present.
16465
16466         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16467         (nnml-save-mail): Use it.
16468
16469         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16470         articles.  Add new argument `silent'.
16471         (gnus-uu-mark-all): Report the total number of marked articles.
16472
16473 2005-09-10  Romain Francoise  <romain@orebokech.com>
16474
16475         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16476         (gnus-uu-mark-series): Likewise.
16477
16478 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * spam-report.el (spam-report-gmane): Fix generation of spam
16481         report URL.
16482
16483 2005-09-10  Simon Josefsson  <jas@extundo.com>
16484
16485         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16486         t, based on discussion on the ding list with Robert Epprecht
16487         <epprecht@solnet.ch>.
16488
16489 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * spam-report.el (spam-report-gmane): Make it work without
16492         X-Report-Spam header.  Gmane now only provides Archived-At.
16493         This is only used if `spam-report-gmane-use-article-number' is nil.
16494         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16495
16496         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16497         make `gnus-summary-sort-by-recipient' work with threading.
16498
16499         * nnweb.el (nnweb-google-wash-article): Print a message if article
16500         is not available.
16501
16502 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16503
16504         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16505         change.  Decode text/* parts content before displaying.
16506
16507 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16510
16511 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16514
16515         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16516         url-package-name, url-package-version,
16517         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16518         w3m-display-inline-images, and w3m-minor-mode-map.
16519
16520 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * message.el (message-tab-body-function): Fix mismatched custom type.
16523
16524         * gnus.el (gnus-group-change-level-function): Ditto.
16525
16526         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16527
16528         * gnus-art.el (gnus-signature-limit)
16529         (gnus-article-mime-part-function): Ditto.
16530
16531 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * mml.el (mml-mode): Silence the byte compiler.
16534
16535         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16536         using `(sit-for 0)' before moving the point to the specified part;
16537         skip unbuttonized parts.
16538         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16539         return to the summary window if gnus-auto-select-part is non-nil.
16540
16541 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16544         New variables.
16545         (mml-dnd-attach-file, mml-mode): Use them.
16546
16547         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16548         Make fetching article by MID work again for Google Groups.
16549         Add FIXME concerning gnus-group-make-web-group.
16550
16551         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16552         Don't depend on Gnus by using mail-extract-address-components if
16553         gnus-extract-address-components is not bound.
16554
16555 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16556
16557         * gnus-art.el (gnus-mime-display-security): Don't display the
16558         signature, but only the signed part.
16559
16560 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16563
16564         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16565         list, not listp.
16566
16567 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16568
16569         * mm-encode.el (mm-encode-content-transfer-encoding):
16570         Likewise when encoding.
16571
16572         * mm-bodies.el (mm-decode-content-transfer-encoding):
16573         De-canonicalize CRLF for all text content types, not just
16574         text/plain.
16575
16576 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16579         valid article; point arrow and cursor at the MIME button.
16580
16581 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16584         Suggested by Dan Christensen <jdc@uwo.ca>.
16585
16586         * mm-decode.el (mm-save-part): Enable change of prompt.
16587
16588 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16589
16590         * gnus-msg.el (gnus-inews-add-send-actions):
16591         Make `message-post-method' lambda parameter ARG `&optional'.
16592
16593 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * gnus-sum.el (gnus-summary-mime-map):
16596         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16597         gnus-article-jump-to-part.
16598
16599         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16600         (gnus-article-edit-part): Use it.
16601         (gnus-article-part-wrapper): Add no-handle argument.
16602         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16603         New functions.
16604
16605 2005-08-29  Romain Francoise  <romain@orebokech.com>
16606
16607         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16608         docstring.
16609         (gnus-face-from-file): Likewise.
16610
16611 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16614         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16615         non-nil.
16616         (gnus-auto-select-part): New variable.
16617         (gnus-article-jump-to-part): New function.
16618         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16619         (gnus-mime-delete-part): Allow selecting specified part after
16620         deleting or stripping parts.
16621         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16622         part if argument is bogus.
16623
16624 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16625
16626         * gnus-art.el (w3m-minor-mode-map):
16627         * gnus-spec.el (gnus-newsrc-file-version):
16628         * gnus-util.el (nnmail-active-file-coding-system)
16629         (gnus-original-article-buffer, gnus-user-agent):
16630         * gnus.el (gnus-ham-process-destinations)
16631         (gnus-parameter-ham-marks-alist)
16632         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16633         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16634         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16635         * mm-decode.el (gnus-current-window-configuration):
16636         * mm-extern.el (gnus-article-mime-handles):
16637         * mm-url.el (url-current-object, url-package-name)
16638         (url-package-version):
16639         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16640         (smime-keys, w3m-cid-retrieve-function-alist)
16641         (w3m-current-buffer, w3m-display-inline-images)
16642         (w3m-minor-mode-map):
16643         * mml-smime.el (gnus-extract-address-components):
16644         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16645         (gnus-newsrc-hashtb, message-default-charset)
16646         (message-deletable-headers, message-options)
16647         (message-posting-charset, message-required-mail-headers)
16648         (message-required-news-headers):
16649         * mml1991.el (mc-pgp-always-sign):
16650         * mml2015.el (mc-pgp-always-sign):
16651         * nnheader.el (nnmail-extra-headers):
16652         * rfc1843.el (gnus-decode-encoded-word-function)
16653         (gnus-decode-header-function, gnus-newsgroup-name):
16654         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16655
16656 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16657
16658         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16659         the end of the date treatments.
16660
16661 2005-08-15  Simon Josefsson  <jas@extundo.com>
16662
16663         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16664         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16665         Capello and Romain Francoise.
16666         (pgg-fetch-key-function): Remove, not used?
16667         (pgg-insert-url-with-w3): Require url, to get
16668         url-insert-file-contents regardless of where it is defined.
16669
16670 2005-08-13  Romain Francoise  <romain@orebokech.com>
16671
16672         * message.el (message-cite-original-1): New function.
16673         (message-cite-original): Use it.
16674         (message-cite-original-without-signature): Ditto.
16675
16676 2005-08-08  Romain Francoise  <romain@orebokech.com>
16677
16678         * message.el (message-yank-empty-prefix): New variable.
16679         (message-indent-citation): Use it.
16680         (message-cite-original-without-signature): Respect X-No-Archive.
16681
16682 2005-08-08  Simon Josefsson  <jas@extundo.com>
16683
16684         * pgg.el: Autoload url-insert-file-contents instead of loading
16685         w3/url.
16686         (pgg-insert-url-with-w3): Don't load url here.
16687
16688 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16689
16690         * message.el (message-kill-to-signature): Don't insert newline at
16691         bol.
16692         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16693
16694 2005-08-06  Romain Francoise  <romain@orebokech.com>
16695
16696         * message.el (message-user-fqdn): Fix typo in docstring.
16697
16698 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16699
16700         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16701
16702         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16703
16704 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * mm-bodies.el (mm-encode-body): Use coding system rather than
16707         charset to encode text.
16708
16709         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16710         number of charsets if utf-8 is available (XEmacs).
16711
16712 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16715         taken from `gnus-button-mid-or-mail-regexp'.
16716         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16717         (gnus-button-alist): Improve regexp for domain part of the MIDs
16718         for news:localpart@domain buttons.
16719         (gnus-button-ctan-directory-regexp): Update.
16720
16721 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * sieve-manage.el (sieve-manage-interactive-login):
16724         Use make-local-variable rather than make-variable-buffer-local.
16725         (sieve-manage-open): Ditto.
16726         (sieve-manage-authenticate): Ditto.
16727
16728         * mml.el (mml-generate-mime-1): Make the content type default to
16729         text/plain if the filename is not specified.
16730
16731 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16734         instead of insert-buffer.
16735
16736         * message.el (message-yank-original): Ditto; set the mark at the
16737         end of the yanked message.
16738
16739 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16742         lines to scroll rather than to stop it.
16743
16744         * mml.el (mml-generate-default-type): Add doc string.
16745         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16746         default to application/octet-stream when determining the content
16747         type if it is not specified for the part or the mml contents; add
16748         a comment about mml-generate-default-type.
16749
16750 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16753         make it default to application/octet-stream when determining the
16754         content type if it is not specified for the external contents.
16755
16756 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16759         segmented parameter but also other parameters might be there.
16760
16761 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * mm-decode.el (mm-display-external): Delete temp file, directory
16764         and buffer immediately if the external process is exited.
16765
16766 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16769         fewer lines than that of scroll-margin.
16770         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16771
16772 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-art.el (gnus-article-next-page): Revert.
16775         (gnus-article-beginning-of-window): New macro.
16776         (gnus-article-next-page-1): Use it.
16777         (gnus-article-prev-page): Ditto.
16778         (gnus-article-edit-part): Use insert-buffer-substring instead of
16779         insert-buffer.
16780         (gnus-article-edit-exit): Ditto.
16781
16782         * gnus-util.el (gnus-beginning-of-window): Remove.
16783         (gnus-end-of-window): Remove.
16784
16785         * lpath.el: Don't bind header-line-format and scroll-margin.
16786
16787 2005-07-25  Simon Josefsson  <jas@extundo.com>
16788
16789         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16790         to have the url package without w3.  Reported by Daiki Ueno
16791         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16792
16793 2005-07-20  Didier Verna  <didier@xemacs.org>
16794
16795         * gnus-diary.el: Remove the description comment (nndiary is now
16796         properly documented in the Gnus manual).
16797         Fix the spelling of "Back End".
16798         * nndiary.el: Ditto.
16799         Fix the copyright notice.
16800
16801 2005-07-18  Romain Francoise  <romain@orebokech.com>
16802
16803         * gnus-sum.el (gnus-summary-to-prefix)
16804         (gnus-summary-newsgroup-prefix): New variables.
16805         (gnus-summary-from-or-to-or-newsgroups): Use them.
16806
16807 2005-07-17  Romain Francoise  <romain@orebokech.com>
16808
16809         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16810         space as it's generally not especially interesting to the user.
16811
16812 2005-07-16  Romain Francoise  <romain@orebokech.com>
16813
16814         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16815         nil to avoid prompting and file modification if one of the
16816         messages at the top of the nnfolder file contains a copyright
16817         notice.
16818         Update copyright notice.
16819
16820         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16821         instead of `current-time-string' as the latter creates a time
16822         string that is not RFC 2822 compliant (it lacks the zone).
16823         Update copyright notice.
16824
16825 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16826
16827         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16828         for text/rtf.  Display default in prompt.  Pass default for M-n.
16829
16830         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16831
16832 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16833
16834         * gnus-msg.el (gnus-button-mailto):
16835         Remove save-selected-window-window hackery because it relies on
16836         save-selected-window internals.
16837
16838 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16841         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16842         (gnus-article-prev-page): Ditto.
16843
16844         * gnus-util.el (gnus-beginning-of-window): New function.
16845         (gnus-end-of-window): New function.
16846
16847         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16848
16849 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16850
16851         * gnus-score.el (gnus-score-edit-all-score):
16852         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16853         gnus-message.
16854
16855 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * gnus-msg.el (gnus-button-mailto):
16858         Remove save-selected-window-window hackery because it relies on
16859         save-selected-window internals.
16860
16861 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16864         add-minor-mode.
16865         (gnus-binary-mode): Ditto.
16866
16867         * gnus-topic.el (gnus-topic-mode): Ditto.
16868
16869 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16870
16871         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16872         (gnus-article-prev-page): Take scroll-margin into consideration.
16873
16874 2005-07-04  Lute Kamstra  <lute@gnu.org>
16875
16876         Update FSF's address in GPL notices.
16877
16878 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16879
16880         * gnus.el (gnus-exit):
16881         * gnus-group.el (gnus-group-icons):
16882         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16883
16884         * gnus-nocem.el (gnus-nocem):
16885         * message.el (message-various, message-buffers, message-sending)
16886         (message-interface, message-forwarding, message-insertion)
16887         (message-headers, message-news, message-mail):
16888         * pgg-gpg.el (pgg-gpg):
16889         * pgg-parse.el (pgg-parse):
16890         * pgg-pgp.el (pgg-pgp):
16891         * pgg-pgp5.el (pgg-pgp5):
16892         * pop3.el (pop3): Finish `defgroup' description with period.
16893
16894 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * gnus-art.el (article-display-face): Improve the efficiency.
16897         (article-display-x-face): Ditto; remove grey x-face stuff.
16898
16899 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-art.el (article-display-face): Correct the position in
16902         which Faces are inserted.
16903
16904 2005-06-29  Didier Verna  <didier@xemacs.org>
16905
16906         * gnus-art.el (article-display-face): Display faces in correct
16907         order.
16908
16909 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16912         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16913         (gnus-nocem-check-article): Fetch the Type header.
16914         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16915         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16916         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16917         make sure gnus-nocem-hashtb is initialized.
16918         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16919         (gnus-nocem-unwanted-article-p): Ditto.
16920
16921         * pgg.el (pgg-verify): Return the verification result.
16922
16923 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924
16925         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16926         is ascii.
16927
16928 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16929
16930         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16931         `show-nonbreak-escape'.
16932
16933 2005-06-23  Lute Kamstra  <lute@gnu.org>
16934
16935         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16936
16937         * dig.el (dig-mode):
16938         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16939
16940 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16941
16942         * nnimap.el (nnimap-split-download-body): Fix spellings.
16943
16944 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16945
16946         * gnus-art.el (gnus-article-encrypt-body):
16947         * gnus-cus.el (gnus-score-customize):
16948         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16949         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16950
16951 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16952
16953         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16954         header by looking for magic "MII" at the beginnig.
16955
16956 2005-06-16  Miles Bader  <miles@gnu.org>
16957
16958         * gnus-xmas.el (gnus-xmas-group-startup-message):
16959         Use renamed gnus-splash face.
16960
16961         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16962         (assistant-field-face): New backward-compatibility alias for renamed
16963         face.
16964         (assistant-render-text): Use renamed assistant-field face.
16965
16966         * spam.el (spam): Remove "-face" suffix from face name.
16967         (spam-face): New backward-compatibility alias for renamed face.
16968         (spam-face, spam-initialize): Use renamed spam face.
16969
16970         * message.el (message-header-to, message-header-cc)
16971         (message-header-subject, message-header-newsgroups)
16972         (message-header-other, message-header-name)
16973         (message-header-xheader, message-separator, message-cited-text)
16974         (message-mml): Remove "-face" suffix from face names.
16975         (message-header-to-face, message-header-cc-face)
16976         (message-header-subject-face, message-header-newsgroups-face)
16977         (message-header-other-face, message-header-name-face)
16978         (message-header-xheader-face, message-separator-face)
16979         (message-cited-text-face, message-mml-face):
16980         New backward-compatibility aliases for renamed faces.
16981         (message-font-lock-keywords): Use renamed message faces.
16982
16983         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16984         (sieve-test-commands, sieve-tagged-arguments):
16985         Remove "-face" suffix from face names.
16986         (sieve-control-commands-face, sieve-action-commands-face)
16987         (sieve-test-commands-face, sieve-tagged-arguments-face):
16988         New backward-compatibility aliases for renamed faces.
16989         (sieve-control-commands-face, sieve-action-commands-face)
16990         (sieve-test-commands-face, sieve-tagged-arguments-face):
16991         Use renamed sieve faces.
16992
16993         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16994         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16995         (gnus-group-news-3-empty, gnus-group-news-4)
16996         (gnus-group-news-4-empty, gnus-group-news-5)
16997         (gnus-group-news-5-empty, gnus-group-news-6)
16998         (gnus-group-news-6-empty, gnus-group-news-low)
16999         (gnus-group-news-low-empty, gnus-group-mail-1)
17000         (gnus-group-mail-1-empty, gnus-group-mail-2)
17001         (gnus-group-mail-2-empty, gnus-group-mail-3)
17002         (gnus-group-mail-3-empty, gnus-group-mail-low)
17003         (gnus-group-mail-low-empty, gnus-summary-selected)
17004         (gnus-summary-cancelled, gnus-summary-high-ticked)
17005         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17006         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17007         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17008         (gnus-summary-low-undownloaded)
17009         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17010         (gnus-summary-low-unread, gnus-summary-normal-unread)
17011         (gnus-summary-high-read, gnus-summary-low-read)
17012         (gnus-summary-normal-read, gnus-splash):
17013         Remove "-face" suffix from face names.
17014         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17015         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17016         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17017         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17018         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17019         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17020         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17021         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17022         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17023         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17024         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17025         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17026         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17027         (gnus-summary-normal-ticked-face)
17028         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17029         (gnus-summary-normal-ancient-face)
17030         (gnus-summary-high-undownloaded-face)
17031         (gnus-summary-low-undownloaded-face)
17032         (gnus-summary-normal-undownloaded-face)
17033         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17034         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17035         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17036         (gnus-splash-face):
17037         New backward-compatibility aliases for renamed faces.
17038         (gnus-group-startup-message): Use renamed gnus faces.
17039
17040         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17041         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17042         (gnus-server-agent): Remove "-face" suffix from face names.
17043         (gnus-server-agent-face, gnus-server-opened-face)
17044         (gnus-server-closed-face, gnus-server-denied-face)
17045         (gnus-server-offline-face):
17046         New backward-compatibility aliases for renamed faces.
17047         (gnus-server-agent-face, gnus-server-opened-face)
17048         (gnus-server-closed-face, gnus-server-denied-face)
17049         (gnus-server-offline-face): Use renamed gnus faces.
17050
17051         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17052         Remove "-face" suffix from face names.
17053         (gnus-picon-xbm-face, gnus-picon-face):
17054         New backward-compatibility aliases for renamed faces.
17055
17056         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17057         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17058         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17059         (gnus-cite-11): Remove "-face" suffix from face names.
17060         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17061         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17062         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17063         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17064         New backward-compatibility aliases for renamed faces.
17065         (gnus-cite-attribution-face, gnus-cite-face-list)
17066         (gnus-article-boring-faces): Use renamed gnus faces.
17067
17068         * gnus-art.el (gnus-signature, gnus-header-from)
17069         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17070         (gnus-header-content): Remove "-face" suffix from face names.
17071         (gnus-signature-face, gnus-header-from-face)
17072         (gnus-header-subject-face, gnus-header-newsgroups-face)
17073         (gnus-header-name-face, gnus-header-content-face):
17074         New backward-compatibility aliases for renamed faces.
17075         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17076
17077         * gnus-sum.el (gnus-summary-selected-face)
17078         (gnus-summary-highlight): Use renamed gnus faces.
17079         * gnus-group.el (gnus-group-highlight): Likewise.
17080
17081 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17082
17083         * gnus-sieve.el (gnus-sieve-article-add-rule):
17084         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17085         * spam-stat.el (spam-stat-buffer-change-to-spam)
17086         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17087
17088         * message.el (message-is-yours-p):
17089         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17090
17091 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * mm-view.el (mm-inline-text): Withdraw the last change.
17094
17095 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17098         executing enriched-decode.
17099
17100 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17103         charset of tar files.
17104
17105 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17106
17107         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17108
17109 2005-06-04  Lute Kamstra  <lute@gnu.org>
17110
17111         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17112         information is never recorded.
17113
17114 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17115
17116         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17117
17118 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * pop3.el (pop3-apop): Run md5 in the binary mode.
17121
17122         * starttls.el (starttls-set-process-query-on-exit-flag):
17123         Use eval-and-compile.
17124
17125 2005-05-31  Simon Josefsson  <jas@extundo.com>
17126
17127         * smime.el (smime-replace-in-string): Define.
17128         (smime-cert-by-ldap-1): Use it.
17129
17130 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-art.el (article-display-x-face): Replace
17133         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17134
17135         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17136         set-process-query-on-exit-flag or process-kill-without-query.
17137
17138         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17139         loop instead of replace-regexp.
17140
17141         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17142         instead of process-kill-without-query if it is available.
17143
17144         * lpath.el: Fbind ldap-search-entries.
17145
17146         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17147         instead of find-file-hooks if it is available.
17148
17149         * mml1991.el: Bind pgg-default-user-id when compiling.
17150
17151         * mml2015.el: Bind pgg-default-user-id when compiling.
17152
17153         * nndraft.el (nndraft-request-associate-buffer):
17154         Use write-contents-functions instead of write-contents-hooks if it is
17155         available.
17156
17157         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17158         instead of find-file-hooks if it is available.
17159
17160         * nntp.el (nntp-open-connection): Replace
17161         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17162         (nntp-open-ssl-stream): Ditto.
17163         (nntp-open-tls-stream): Ditto.
17164
17165         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17166         set-process-query-on-exit-flag or process-kill-without-query.
17167         (starttls-open-stream-gnutls): Use it instead of
17168         process-kill-without-query.
17169         (starttls-open-stream): Ditto.
17170
17171 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17172
17173         * smime.el (smime-cert-by-ldap-1): Don't use
17174         replace-regexp-in-string.
17175
17176 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17177
17178         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17179
17180         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17181         in PEM format.  Adjust to the XEmacs compatibility.
17182
17183 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17186         by `string-to-number'.
17187         * gnus-agent.el (gnus-agent-regenerate-group)
17188         (gnus-agent-fetch-articles): Ditto.
17189         * gnus-art.el (gnus-button-fetch-group): Ditto.
17190         * gnus-cache.el (gnus-cache-generate-active)
17191         (gnus-cache-articles-in-group): Ditto.
17192         * gnus-group.el (gnus-group-set-current-level)
17193         (gnus-group-insert-group-line): Ditto.
17194         * gnus-score.el (gnus-score-set-expunge-below)
17195         (gnus-score-set-mark-below, gnus-summary-score-effect)
17196         (gnus-summary-score-entry): Ditto.
17197         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17198         (gnus-soup-pack): Ditto.
17199         * gnus-spec.el (gnus-xmas-format): Ditto.
17200         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17201         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17202         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17203         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17204         * nndb.el (nndb-get-remote-expire-response): Ditto.
17205         * nndiary.el (nndiary-parse-schedule-value)
17206         (nndiary-string-to-number, nndiary-request-replace-article)
17207         (nndiary-request-article): Ditto.
17208         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17209         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17210         * nneething.el (nneething-make-head): Ditto.
17211         * nnfolder.el (nnfolder-request-article)
17212         (nnfolder-retrieve-headers): Ditto.
17213         * nnheader.el (nnheader-file-to-number): Ditto.
17214         * nnkiboze.el (nnkiboze-request-article): Ditto.
17215         * nnmail.el (nnmail-process-unix-mail-format)
17216         (nnmail-process-babyl-mail-format): Ditto.
17217         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17218         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17219         (nnmh-request-create-group, nnmh-request-list-1)
17220         (nnmh-request-group, nnmh-request-article): Ditto.
17221         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17222         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17223         * nnsoup.el (nnsoup-make-active): Ditto.
17224         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17225         * nntp.el (nntp-find-group-and-number)
17226         (nntp-retrieve-headers-with-xover): Ditto.
17227         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17228         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17229         (pgg-format-key-identifier): Ditto.
17230         * pop3.el (pop3-last, pop3-stat): Ditto.
17231         * qp.el (quoted-printable-decode-region): Ditto.
17232
17233         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17234         of concat.
17235
17236 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17239
17240         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17241
17242         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17243
17244         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17245
17246         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17247
17248         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17249
17250         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17251         (gnus-carpal-mode): Ditto.
17252
17253         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17254         (gnus-browse-mode): Ditto.
17255
17256         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17257
17258         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17259
17260 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17261
17262         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17263
17264 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * gnus-util.el (gnus-run-mode-hooks): New function.
17267
17268         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17269
17270         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17271         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17272
17273 2005-05-27  Lute Kamstra  <lute@gnu.org>
17274
17275         * dns-mode.el (dns-mode): Specify customization group.
17276
17277 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17278
17279         * gnus-agent.el (gnus-agent-make-mode-line-string):
17280         Use mode-line-highlight as mouse-face.
17281
17282 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * canlock.el (canlock): Change the parent group to news.
17285
17286         * deuglify.el (gnus-outlook-deuglify): Add :group.
17287
17288         * dig.el (dig): Add :group.
17289
17290         * dns-mode.el (dns-mode): Add :group.
17291
17292         * encrypt.el (encrypt): Add :group.
17293
17294         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17295         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17296         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17297         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17298         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17299
17300         * gnus-diary.el (gnus-diary): Add :group.
17301
17302         * gnus.el (gnus-group-news-1-face): Add :group.
17303         (gnus-group-news-1-empty-face): Ditto.
17304         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17305         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17306         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17307         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17308         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17309         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17310         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17311         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17312         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17313         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17314         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17315         (gnus-summary-high-ticked-face): Ditto.
17316         (gnus-summary-low-ticked-face): Ditto.
17317         (gnus-summary-normal-ticked-face): Ditto.
17318         (gnus-summary-high-ancient-face): Ditto.
17319         (gnus-summary-low-ancient-face): Ditto.
17320         (gnus-summary-normal-ancient-face): Ditto.
17321         (gnus-summary-high-undownloaded-face): Ditto.
17322         (gnus-summary-low-undownloaded-face): Ditto.
17323         (gnus-summary-normal-undownloaded-face): Ditto.
17324         (gnus-summary-high-unread-face): Ditto.
17325         (gnus-summary-low-unread-face): Ditto.
17326         (gnus-summary-normal-unread-face): Ditto.
17327         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17328         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17329
17330         * hashcash.el (hashcash): New custom group.
17331         (hashcash-default-payment): Add :group.
17332         (hashcash-payment-alist): Ditto.
17333         (hashcash-default-accept-payment): Ditto.
17334         (hashcash-accept-resources): Ditto.
17335         (hashcash-path): Ditto.
17336         (hashcash-extra-generate-parameters): Ditto.
17337         (hashcash-double-spend-database): Ditto.
17338         (hashcash-in-news): Ditto.
17339
17340         * message.el (message-minibuffer-local-map): Add :group.
17341
17342         * netrc.el (netrc): Add :group.
17343
17344         * sieve-manage.el (sieve-manage-log): Add :group.
17345         (sieve-manage-default-user): Diito.
17346         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17347         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17348         (sieve-manage-authenticators): Ditto.
17349         (sieve-manage-authenticator-alist): Ditto.
17350         (sieve-manage-default-port): Ditto.
17351
17352         * sieve-mode.el (sieve-control-commands-face): Add :group.
17353         (sieve-action-commands-face): Ditto.
17354         (sieve-test-commands-face): Ditto.
17355         (sieve-tagged-arguments-face): Ditto.
17356
17357         * smime.el (smime): Add :group.
17358
17359         * spam-report.el (spam-report): Add :group.
17360
17361         * spam.el (spam, spam-face): Add :group.
17362
17363 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17364
17365         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17366         return \n.\n.\n at the end of articles.  Protect against that.
17367         (nntp-with-open-group): Allow debugging.
17368
17369         * nnheader.el (mail-header-set-extra): Make into a function
17370         because I just could't understand how to quote the list properly.
17371
17372         * dns.el (query-dns-cached): New function.
17373
17374 2005-05-26  Lute Kamstra  <lute@gnu.org>
17375
17376         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17377
17378 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17381
17382         * gnus-art.el: Don't autoload mail-extract-address-components.
17383
17384         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17385         eval-and-compile to evaluate it.
17386
17387         * hashcash.el: Don't autoload executable-find.
17388
17389         * nndb.el: Don't declare the nndb back end two or more times; don't
17390         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17391
17392         * nntp.el: Autoload format-spec instead of format; use
17393         eval-and-compile to evaluate autoload forms.
17394
17395 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17396
17397         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17398
17399 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17400
17401         * gnus.el (gnus-version-number): Bump version.
17402
17403 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17404
17405         * gnus.el: No Gnus v0.3 is released.
17406
17407 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17408
17409         * lpath.el (featurep): Bind show-nonbreak-escape.
17410
17411 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-art.el (gnus-article-edit-part): Disable undo.
17414
17415 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17418         gnus-article-date-lapsed-new-header is t if date timer is active;
17419         skip headers in which the original date value is empty.
17420         (gnus-article-save-original-date): Redefine it as a macro.
17421         (gnus-display-mime): Use it.
17422
17423 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * gnus-art.el (article-date-ut): Support converting date in
17426         forwarded parts as well.
17427         (gnus-article-save-original-date): New function.
17428         (gnus-display-mime): Use it.
17429
17430 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17431
17432         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17433         enclosure element of <item>.
17434
17435 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17436
17437         * message.el (message-kill-buffer-query): Rename from
17438         `message-kill-buffer-query-if-modified'.  Add :version.
17439
17440 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17443         window layout.
17444
17445 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * mml.el: Autoload dnd when compiling.
17448
17449 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17450
17451         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17452         x-dnd-*.
17453
17454 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * qp.el (quoted-printable-encode-region): Save excursion.
17457
17458 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17459
17460         * message.el (message-kill-buffer-query-if-modified): Add new variable
17461         so the user can kill a modified message buffer quickly.
17462         (message-kill-buffer): Use it.
17463
17464 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * lpath.el: Fbind display-time-event-handler; don't fbind
17467         string-to-multibyte.
17468
17469         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17470
17471 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17474         contained in text because xml.el decodes entities) with LFs.
17475
17476 2005-04-11  Lute Kamstra  <lute@gnu.org>
17477
17478         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17479         differently.
17480
17481 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17482
17483         * mm-util.el (mm-detect-coding-region): Typo.
17484
17485 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17488
17489 2005-04-06  Deepak Goel  <deego@gnufans.org>
17490
17491         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17492         user-function allow user modifications of the scores.
17493         (spam-stat-score-buffer-user): New function, to allow
17494         user-computed modifications to the score.
17495         (spam-stat-score-buffer-user-functions): List of additional
17496         scoring functions.
17497         (spam-stat-error-holder): Global temporary error holder.
17498         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17499         variable.
17500
17501 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * gnus-registry.el (gnus-registry-clean-empty-function)
17504         (gnus-registry-trim, gnus-registry-fetch-groups)
17505         (gnus-registry-delete-group): Groups that match
17506         `gnus-registry-ignored-groups' are removed from the registry
17507         entries, not just ignored for splitting.  This helps clean up the
17508         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17509         to get all the groups a message ID is in.
17510
17511         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17512         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17513         (spam-stat-score-buffer-user-functions): Add :number custom type.
17514
17515 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17518         argument in XEmacs.
17519
17520         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17521         (nnrss-request-group): Decode group name first.
17522         (nnrss-request-article): Make a text/plain article if mml-to-mime
17523         failed.
17524         (nnrss-get-encoding): Return a compatible encoding according to
17525         nnrss-compatible-encoding-alist.
17526         (nnrss-find-el): Use consp instead of listp.
17527         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17528
17529 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17532         which Emacs 20 doesn't support.
17533         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17534
17535 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17538         silence the byte compiler inside the defun.
17539
17540         * gnus-demon.el (parse-time-string): Add autoload.
17541
17542         * gnus-delay.el (parse-time-string): Add autoload.
17543
17544         * gnus-art.el (parse-time-string): Add autoload.
17545
17546         * nnultimate.el (parse-time): Require for `parse-time-string'.
17547
17548 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17551
17552         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17553
17554         * smime.el (smime-ldap-host-list): Add :version.
17555
17556 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17557
17558         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17559         pass it to `gnus-browse-read-group'.
17560         (gnus-browse-read-group): Add NUMBER argument and pass it to
17561         `gnus-group-read-ephemeral-group'.
17562
17563         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17564         argument and pass it to `gnus-group-read-group'.
17565
17566 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17567
17568         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17569         mm-xemacs-find-mime-charset-1 if we have the mule feature
17570         available at runtime.
17571
17572 2005-03-25  Werner Lemberg  <wl@gnu.org>
17573
17574         * nnmaildir.el: Replace `illegal' with `invalid'.
17575
17576 2005-03-23  Lute Kamstra  <lute@gnu.org>
17577
17578         * time-date.el: Add comment on time value formats.
17579         Don't require parse-time.
17580         (with-decoded-time-value): New macro.
17581         (encode-time-value): New function.
17582         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17583         (days-to-time): Return a valid time value when arg is huge.
17584         (time-since): Use time-subtract.
17585         (time-to-number-of-days): Use time-to-seconds.
17586
17587 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17588
17589         * gnus-start.el (gnus-display-time-event-handler):
17590         Check display-time-timer at runtime rather than only at load time
17591         in case display-time-mode is turned off in the mean time.
17592
17593 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17594
17595         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17596         used.
17597
17598         * nneething.el (nneething-map-file-directory): Derive from
17599         `gnus-directory'.
17600
17601         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17602         the To/Cc button.
17603
17604 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * nnmaildir.el (nnmaildir-request-accept-article):
17607         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17608
17609 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17610
17611         * gnus-async.el: Require timer-funcs at compile time when in
17612         XEmacs for `run-with-idle-timer'.
17613
17614 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17615
17616         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17617         autoloaded function.
17618
17619 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17620
17621         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17622
17623 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17624
17625         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17626
17627 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17628
17629         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17630         Add gnus-expert-user to default.
17631
17632 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17633
17634         * nnimap.el (nnimap-open-server): Ditto.
17635
17636         * imap.el (imap-authenticate): Fix typo.
17637
17638 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17639
17640         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17641         buffer (since IMAP server might return FETCH response out of
17642         order, and the nntp buffer must be sorted).
17643
17644 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17645
17646         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17647         comparison on string.
17648
17649         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17650         (gnus-agent-score): Rename category keywords to match gnus-cus.
17651         (gnus-agent-summary-fetch-series): Modify to protect against
17652         gnus-agent-summary-fetch-group clearing processable flags.
17653         (gnus-agent-synchronize-group-flags): Update live group buffer as
17654         synchronization may occur due to the user toggle the plugged
17655         status.
17656         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17657         successfully downloaded.
17658         (gnus-agent-expire-group-1): Avoid using markers when the overview
17659         is in ascending order; greatly improves performance.
17660         (gnus-agent-regenerate-group):
17661         Use gnus-agent-synchronize-group-flags to reset read status in both
17662         gnus and server.
17663         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17664
17665 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * message.el: Don't autoload former message-utils variables.
17668         (message-strip-subject-trailing-was): Change doc string.
17669
17670         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17671         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17672         (nnweb-google-search): Add "hl=en" here.
17673         (nnweb-google-parse-1, nnweb-google-create-mapping):
17674         Don't hardcode URL.
17675
17676 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * message.el (message-get-reply-headers, message-followup):
17679         Mention related variables `message-use-followup-to' and
17680         `message-use-mail-followup-to', in the information buffer.
17681
17682         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17683         of broken groups(-beta).google.com.
17684
17685 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17686
17687         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17688         parameter to invoked gnus-request-move-article; remove the
17689         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17690         all at once instead of once per article.
17691         (gnus-summary-remove-process-mark): Accept a list of articles as
17692         well as a single article for processing.
17693
17694         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17695         parameter.
17696
17697         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17698
17699         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17700
17701         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17702         parameter.
17703
17704         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17705         parameter.
17706
17707         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17708         parameter and remove the gnus-sum-hint-move-is-internal variable.
17709
17710         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17711         parameter.
17712
17713         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17714         parameter.
17715
17716         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17717         parameter.
17718
17719         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17720
17721         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17722         parameter.
17723
17724         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17725         parameter.
17726
17727 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17728
17729         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17730         a more conservative way.
17731
17732 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17733
17734         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17735         buffer, so it moves the window's cursor.
17736
17737 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17738
17739         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17740         `mm-dissect-multipart' and receive the from field as an (optional)
17741         argument from `mm-dissect-multipart'.
17742         (mm-dissect-multipart): Receive the from field as an argument and
17743         pass it on when we call `mm-dissect-buffer' on MIME parts.
17744         Fixes verification/decryption of signed/encrypted MIME parts.
17745
17746 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17747
17748         * gnus-sum.el (gnus-summary-move-article):
17749         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17750         whatever it calls (right now, only nnimap-request-move article
17751         respects it).
17752
17753         * nnimap.el (nnimap-request-move-article):
17754         When gnus-sum-hint-move-is-internal is set, don't do the extra
17755         nnimap-request-article.
17756
17757 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17760
17761         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17762         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17763
17764         * gnus-sum.el (gnus-summary-caesar-message):
17765         Apply `gnus-treat-article' after rotation.
17766
17767         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17768         doc string.
17769
17770 2005-02-22  Simon Josefsson  <jas@extundo.com>
17771
17772         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17773         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17774         <arne@arnested.dk>.
17775         (encrypt): Add password-cache and password-cache-expiry as group
17776         members.
17777
17778 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17779
17780         * smime.el (smime-ldap-host-list): Doc fix.
17781         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17782         cache) password.
17783         (smime-sign-region): Use it.
17784         (smime-decrypt-region): Use it.
17785         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17786         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17787         fails.
17788         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17789         certificate from DER to PEM format rather than calling openssl.
17790
17791         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17792
17793         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17794         for signing/encryption.
17795
17796         * mml.el (mml-parse-1): Use them.
17797
17798 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17799
17800         * nnrss.el (nnrss-verbose): Remove.
17801         (nnrss-request-group): Use `nnheader-message' instead.
17802
17803 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17804
17805         * nnrss.el (nnrss-verbose): New variable.
17806         (nnrss-request-group): Make it say nnrss is requesting a group.
17807
17808 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17811         Handle news URL with given port correctly.
17812
17813 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17816         containing special characters.
17817
17818         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17819
17820         * mml.el (mime-to-mml): Ditto.
17821
17822         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17823         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17824         (rfc2047-decode-region): Quote decoded words containing special
17825         characters when rfc2047-quote-decoded-words-containing-tspecials
17826         is non-nil.
17827
17828 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17831
17832         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17833
17834 2005-02-15  Simon Josefsson  <jas@extundo.com>
17835
17836         * nnimap.el (nnimap-debug): Doc fix.
17837
17838         * imap.el (imap-debug): Doc fix.
17839
17840 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17843
17844 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17845
17846         * gnus.el (spam-contents): Improve docs for spam-contents
17847         parameter in its variable incarnation.
17848
17849 2005-02-14  Simon Josefsson  <jas@extundo.com>
17850
17851         * smime-ldap.el: Use require instead of load-library for ldap.
17852         (smime-ldap-search): Indent.
17853         (smime-ldap-search-internal): Shorten line.
17854
17855         * smime.el (smime-cert-by-dns): Add doc-string.
17856         (smime-cert-by-ldap-1): Indent.
17857
17858         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17859         mml-smime-get-dns-ldap.
17860         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17861
17862 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17863
17864         * smime.el: Require smime-ldap.
17865         (smime-ldap-host-list): New variable.
17866         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17867
17868         * mml-smime.el (mml-smime-encrypt-query): New function.
17869         (mml-smime-encrypt-query): Use it.
17870
17871         * smime-ldap.el: New file.
17872
17873 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17876
17877 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17878
17879         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17880         argument in doc string.  Make query for type more clear.
17881
17882 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17883
17884         * gnus.el (gnus-group-startup-message): Search for gnus images in
17885         etc/images/gnus.
17886         * mm-util.el (mm-image-load-path): Likewise.
17887         * smiley.el (smiley-data-directory): Search for smilies in
17888         etc/images/smilies.
17889
17890 2005-02-09  Kim F. Storm  <storm@cua.dk>
17891
17892         Change Emacs release version from 21.4 to 22.1 throughout.
17893         Change Emacs development version from 21.3.50 to 22.0.50.
17894
17895 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17898
17899         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17900         non-Mule XEmacs as well.
17901         (mm-decompress-buffer): Signal an error intentionally if it does
17902         not decompress compressed data because auto-compression-mode is
17903         disabled.
17904
17905 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17908         an ID in the registry even if it has no groups.
17909
17910 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17913         merge it into mm-decompress-buffer.
17914         (gnus-mime-copy-part): Use the MIME part charset, the value which
17915         a user specified or gnus-newsgroup-charset for decoding, like
17916         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17917         save-buffer what was used.  Suggested by Kevin Ryde
17918         <user42@zip.com.au>.
17919         (gnus-mime-inline-part): Allow the name parameter as well as the
17920         filename parameter; force decompressing of compressed data; always
17921         display contents being not decoded as unibyte.
17922
17923         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17924         as well as the filename parameter.
17925
17926         * mm-util.el (mm-decompress-buffer):
17927         Merge gnus-mime-jka-compr-maybe-uncompress.
17928         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17929         of compressed data.
17930
17931 2005-02-08  Simon Josefsson  <jas@extundo.com>
17932
17933         * imap.el (imap-log): Doc fix.
17934
17935 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17938         the coding cookies; decompress compressed parts.
17939
17940         * mml.el (mml-generate-mime-1): Add the charset parameter according
17941         to the value which a user specified manually or the coding cookie.
17942
17943         * mm-util.el (mm-string-to-multibyte): New function.
17944         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17945         (mm-coding-system-to-mime-charset): New function.
17946         (mm-decompress-buffer): New function.
17947         (mm-find-buffer-file-coding-system): New function.
17948
17949         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17950         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17951         parts.
17952
17953 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17954
17955         * mm-view.el (mm-display-inline-fontify): Decode a part according
17956         to the charset parameter.
17957
17958 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17961         prefix arg is neither nil nor a number, as info specifies.
17962
17963 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17966         timestamps.
17967
17968 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17969
17970         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17971         groups error checking and notify user.
17972
17973 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17974
17975         * message.el (message-send-mail-function): Check existence of
17976         sendmail-program first before using default value
17977         `message-send-mail-with-sendmail'.  Otherwise use more generic
17978         `smtpmail-send-it'.
17979
17980 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * nntp.el (nntp-request-update-info): Always return nil.
17983
17984 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17985
17986         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17987
17988 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17989
17990         * message.el (message-beginning-of-line): Change the behavior when
17991         invoked between BOL and : so that it first moves backward.
17992
17993 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17996         article buffer when editing of the article is discarded.
17997         (gnus-article-prepare): Revert.
17998
17999 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-art.el (gnus-article-prepare):
18002         Remove message-strip-forbidden-properties from the local hook.
18003
18004 2005-01-27  Simon Josefsson  <jas@extundo.com>
18005
18006         * password.el (password-cache-add): Only start one timer per key.
18007         Reported by Derek Atkins <warlord@MIT.EDU>.
18008
18009 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18010
18011         * run-at-time.el: Remove.  It is no longer needed as
18012         timer-funcs.el in the xemacs-base package has a working version of
18013         `run-at-time'.
18014
18015         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18016
18017         * password.el: Require timer-funcs instead of run-at-time in
18018         XEmacs.
18019         Remove `password-run-at-time' macro.
18020         (password-cache-add): Use `run-at-time' instead of
18021         `password-run-at-time'.
18022
18023         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18024         Remove `nnheader-cancel-function-timers' alias,
18025         `cancel-function-timers' exists in XEmacs in timer-funcs.
18026
18027         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18028         for `run-with-idle-timer'.
18029
18030         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18031         for `run-at-time'.
18032
18033         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18034         for `with-timeout'.
18035
18036         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18037         the same as for XEmacs 21.4.
18038         No need to ignore `run-with-idle-timer', this function exists in
18039         XEmacs now in timer-funcs.el in the xemacs-base package.
18040         (dgnushack-compile): No need to delete
18041         run-at-time.el from the list of files to compile because it
18042         doesn't exist anymore.
18043
18044 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18047         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18048
18049 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18050
18051         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18052         sensitively.
18053
18054 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18055
18056         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18057
18058 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18061         which will be inserted according to the multibyteness of a buffer
18062         rather than the type of contents.  Suggested by ARISAWA Akihiro
18063         <ari@mbf.ocn.ne.jp>.
18064
18065         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18066         of string which old xml.el may return rather than a string.
18067
18068 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18071
18072 2005-01-16  Simon Josefsson  <jas@extundo.com>
18073
18074         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18075         idn/idna.el isn't available.
18076         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18077         <michael@waxrat.com>.
18078
18079         * hashcash.el: Remove non-FSF copyright header.
18080
18081         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18082         (hashcash-generate-payment): Use it.
18083         (hashcash-generate-payment-async): Use it.
18084
18085 2005-01-15  Simon Josefsson  <jas@extundo.com>
18086
18087         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18088         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18089
18090         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18091         gnus-summary-idna-message.
18092         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18093         (gnus-summary-idna-message): New function.
18094
18095 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18098         gnus-novice-user.
18099
18100 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * nnrss.el (nnrss-request-delete-group): Delete entries in
18103         nnrss-group-alist as well.
18104         (nnrss-save-server-data): Insert newline.
18105
18106 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18107
18108         * gnus.el (gnus-user-agent): Use list of symbols instead of
18109         symbols.  Display full version number for (S)XEmacs.
18110         Optionally display (S)XEmacs codename.
18111
18112         * gnus-util.el (gnus-emacs-version): Update for new
18113         `gnus-user-agent'.
18114
18115         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18116         Gnus version.
18117
18118 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18119
18120         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18121         which is unreadable in some setups.
18122
18123 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-spec.el (gnus-update-format-specifications): Flush the
18126         group format spec cache if it doesn't support decoded group names.
18127
18128 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18129
18130         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18131         Allow to apply decay on score files matching a regexp.
18132
18133 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18136         compatibility in %g and %c.
18137
18138 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18141         name for only %g and %c.
18142         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18143         of gnus-tmp-group to decoded group name.
18144         (gnus-group-make-rss-group): Exclude `/'s from group names.
18145
18146 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * nnrss.el (nnrss-get-encoding): Fix regexp.
18149
18150 2004-12-27  Simon Josefsson  <jas@extundo.com>
18151
18152         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18153         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18154         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18155
18156 2004-12-17  Kim F. Storm  <storm@cua.dk>
18157
18158         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18159
18160         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18161
18162 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18163
18164         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18165
18166 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * nnrss.el: Require rfc2047 and mml.
18169         (nnrss-file-coding-system): New variable.
18170         (nnrss-format-string): Redefine it as an inline function.
18171         (nnrss-decode-group-name): New function.
18172         (nnrss-string-as-multibyte): Remove.
18173         (nnrss-retrieve-headers): Decode group name; don't use
18174         nnrss-format-string.
18175         (nnrss-request-group): Decode group name.
18176         (nnrss-request-article): Decode group name; allow a Message-ID as
18177         well as an article number; don't use nnrss-format-string; encode a
18178         Message-ID string which may contain non-ASCII characters; use
18179         mml-to-mime to compose a MIME article.
18180         (nnrss-request-expire-articles): Decode group name.
18181         (nnrss-request-delete-group): Decode group name.
18182         (nnrss-fetch): Clarify error message.
18183         (nnrss-read-server-data): Use insert-file-contents instead of load;
18184         bind file-name-coding-system; use multibyte buffer.
18185         (nnrss-save-server-data): Bind coding-system-for-write to the
18186         value of nnrss-file-coding-system; bind file-name-coding-system;
18187         add coding cookie.
18188         (nnrss-read-group-data): Use insert-file-contents instead of load;
18189         bind file-name-coding-system; use multibyte buffer.
18190         (nnrss-save-group-data): Bind coding-system-for-write to the
18191         value of nnrss-file-coding-system; bind file-name-coding-system.
18192         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18193         make it work with non-ASCII text.
18194         (nnrss-find-el): Make it work with old xml.el as well.
18195
18196 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18197
18198         * nnrss.el (nnrss-get-encoding): New function.
18199         (nnrss-fetch): Use unibyte buffer initially; bind
18200         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18201         decode contents according to the encoding attribute.
18202         (nnrss-save-group-data): Add coding cookie.
18203         (nnrss-mime-encode-string): New function.
18204         (nnrss-check-group): Use it to encode subject and author.
18205
18206 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18207
18208         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18209         imaginary variable.
18210
18211 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18214         correctly even if there are wide characters.
18215
18216 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18219         downcased symbol names; make a new cache instead of reusing
18220         bbdb-hashtable.
18221
18222 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18225         concatenating segments rather than before concatenating them.
18226         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18227
18228         * message.el (message-get-reply-headers): Bind `extra'.
18229
18230 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * message.el (message-extra-wide-headers): New variable.
18233         (message-get-reply-headers): Use it.
18234
18235 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18238         (gnus-agent-group-pathname): Ditto.
18239
18240         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18241
18242         * gnus-group.el (gnus-group-make-group): Decode group name.
18243         (gnus-group-make-rss-group): Register the group data after opening
18244         the nnrss group.
18245
18246 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18247
18248         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18249         by expiry now get marked as read.
18250
18251 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18254
18255 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18256
18257         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18258         unify Latin characters in XEmacs.
18259         (mm-find-mime-charset-region): Use it.
18260
18261 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * gnus-util.el (gnus-delete-directory): New function.
18264
18265         * gnus-agent.el (gnus-agent-delete-group): Use it.
18266
18267         * gnus-cache.el (gnus-cache-delete-group): Use it.
18268
18269 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18272         names.
18273
18274 2004-12-16  Simon Josefsson  <jas@extundo.com>
18275
18276         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18277
18278 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18281
18282         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18283         (gnus-group-set-current-level): Decode group name.
18284
18285 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18286
18287         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18288         failed.
18289
18290 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * gnus-group.el (gnus-group-delete-group): Decode group name.
18293         (gnus-group-make-rss-group): Encode group name.
18294         (gnus-group-catchup-current): Decode group name.
18295         (gnus-group-kill-group): Decode group name.
18296
18297 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18298
18299         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18300
18301 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * gnus-group.el (gnus-group-make-rss-group):
18304         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18305
18306         * gnus-start.el (gnus-setup-news): Honor user's setting to
18307         gnus-message-archive-method.  Suggested by Lute Kamstra
18308         <lute@gnu.org>.
18309
18310 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18311
18312         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18313         global counterparts of the buffer-local variables.
18314
18315 2004-11-16  Romain Francoise  <romain@orebokech.com>
18316
18317         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18318         counterparts of the buffer-local variables.
18319
18320 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18321
18322         * message.el (message-forbidden-properties): Fix typo in doc
18323         string.
18324
18325 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18326
18327         * gnus-util.el (gnus-replace-in-string): Add doc string.
18328
18329         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18330         to avoid problems when splitting mails with many recipients.
18331
18332 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18333
18334         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18335         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18336
18337 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18338
18339         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18340         if there is no hashtable in memory or file modification time is
18341         newer than cached timestamp.
18342
18343 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * gnus-sum.el (gnus-summary-limit-to-recipient):
18346         Implement not-matching option.
18347
18348 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18349
18350         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18351         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18352         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18353         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18354         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18355         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18356
18357 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * message.el (message-forward-make-body-mml): Remove headers
18360         according to message-forward-ignored-headers if a message is decoded.
18361
18362 2004-12-02  Romain Francoise  <romain@orebokech.com>
18363
18364         * message.el (message-forward-make-body-plain): Always remove
18365         headers according to message-forward-ignored-headers.
18366
18367 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18368
18369         * spam.el (spam-summary-prepare-exit): Remove the
18370         gnus-summary-limit pop for now, it has problems with ham marks for
18371         me.
18372
18373 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18374
18375         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18376         correctly.
18377
18378 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18379
18380         * format-spec.el (format-spec): Message the char.
18381
18382 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * gnus-art.el (gnus-split-methods): Reformat comments.
18385
18386         * spam.el (spam-summary-prepare-exit): Remove article limits
18387         before exiting the summary buffer.
18388
18389 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18392         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18393
18394         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18395         order to silence the byte compiler.
18396
18397         * spam.el: Fix the way to silence the byte compiler, which
18398         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18399         bbdb-search-simple, spam-BBDB-register-routine,
18400         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18401         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18402         spam-stat-buffer-is-spam, spam-stat-load,
18403         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18404         spam-stat-save and spam-stat-split-fancy.
18405
18406 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18409         which may confuse users.
18410         (canlock-password-for-verify): Ditto.
18411
18412         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18413
18414         * gnus-art.el (gnus-emphasis-alist): Ditto.
18415
18416         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18417
18418         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18419
18420         * gnus-start.el (gnus-save-killed-list): Ditto.
18421
18422         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18423         (gnus-sum-thread-tree-root): Ditto.
18424         (gnus-sum-thread-tree-false-root): Ditto.
18425         (gnus-sum-thread-tree-single-indent): Ditto.
18426
18427         * message.el (message-courtesy-message): Ditto.
18428         (message-archive-note): Ditto.
18429         (message-subscribed-address-file): Ditto.
18430         (message-user-fqdn): Ditto.
18431
18432         * spam-report.el (spam-report-gmane-regex): Ditto.
18433
18434         * spam.el (spam-blackhole-good-server-regex): Ditto.
18435
18436 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * mml.el (mml-preview): Widen the message buffer before copying
18439         the contents to the preview buffer; sort headers before previewing.
18440
18441         * message.el (message-hidden-headers): Fix the way to avoid a bug
18442         in the `repeat' widget in Emacs 21.3 or earlier.
18443
18444 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * message.el (message-hidden-headers): Default to "^References:".
18447         Improve customization type.  Suggested by Reiner Steib
18448         <Reiner.Steib@gmx.de>.
18449
18450 2004-11-25  Romain Francoise  <romain@orebokech.com>
18451
18452         * message.el (message-strip-forbidden-properties): Remove check for
18453         obsolete `message-hidden' text property, hidden headers are not
18454         accessible in the buffer anymore.
18455
18456 2004-11-22  Romain Francoise  <romain@orebokech.com>
18457
18458         * message.el (message-header-format-alist): Add `From' in list
18459         so that it can be sorted.
18460         (message-fix-before-sending): Widen and sort headers before
18461         sending.
18462         (message-hide-headers): Use narrowing to hide headers by moving
18463         them to the top of the buffer and narrowing to the region
18464         underneath.
18465
18466 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18467
18468         * message.el (message-strip-forbidden-properties):
18469         Bind buffer-read-only (etc) to nil.
18470
18471 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18474         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18475
18476 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18477
18478         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18479
18480 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * dns.el (query-dns): Use sit-for to time instead of
18483         accept-process-output, since that doesn't seem to work on udp
18484         sockets.
18485
18486 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18489
18490 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18491
18492         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18493         doc string.  Improve doc string.
18494
18495 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * nntp.el (nntp-request-update-info): Return nil if
18498         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18499         may not call gnus-activate-group which uselessly issues the GROUP
18500         commands for all nntp groups and wastes time.  Reported by Romain
18501         Francoise <romain@orebokech.com>.
18502
18503         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18504
18505 2004-11-15  Simon Josefsson  <jas@extundo.com>
18506
18507         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18508         headers separately.
18509         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18510         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18511
18512 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * gnus-start.el (gnus-convert-old-newsrc):
18515         Assign legacy-gnus-agent to 5.10.7.
18516
18517 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18520         start of the lines.
18521
18522 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18523
18524         * hashcash.el (hashcash-default-payment): Change default to 20.
18525         (hashcash-default-accept-payment): Change default to 20.
18526         (hashcash-process-alist): New variable.
18527         (hashcash-generate-payment-async): Add.
18528         (hashcash-already-paid-p): Add.
18529         (hashcash-insert-payment): Don't generate payments twice.
18530         (hashcash-insert-payment-async): Add.
18531         (hashcash-insert-payment-async-2): Add.
18532         (hashcash-cancel-async): Add.
18533         (hashcash-wait-async): Add.
18534         (hashcash-processes-running-p): Add.
18535         (hashcash-wait-or-cancel): Add.
18536         (mail-add-payment): New optional argument.  Conditionally start
18537         asynchronous calculation.
18538         (mail-add-payment-async): Add.
18539
18540         * message.el (message-send-mail): Wait for asynchronous hashcash
18541         results.  Don't clobber existing X-Hashcash headers.
18542         (message-setup-1): Call mail-add-payment-async when
18543         message-generate-hashcash is non-nil.
18544
18545 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18546
18547         * message.el (message-use-alternative-email-as-from): Examine the
18548         From header as well; use message-make-from in order to include a
18549         user's full name.
18550
18551 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18554         default; improve customization type.
18555         (gnus-emphasis-custom-with-format): New macro.
18556         (gnus-emphasis-custom-value-to-external): New function.
18557         (gnus-emphasis-custom-value-to-internal): New function.
18558
18559 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18560
18561         * dns.el (query-dns): Resolve reverse addresses.
18562
18563 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18564
18565         * gnus-group.el (gnus-group-get-new-news): Use it.
18566
18567         * gnus-start.el (gnus-check-reasonable-setup): New function.
18568
18569 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18572         "Args out of range" error.  Reported by Arnaud Giersch
18573         <arnaud.giersch@free.fr>.
18574
18575 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18576
18577         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18578
18579 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18580
18581         * spam.el (spam group): Add :version.
18582
18583         * pgg-def.el (pgg group): Add :version.
18584
18585 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * gnus-art.el (gnus-article-edit-article): Don't associate the
18588         article buffer with a draft file.  This is a temporary measure
18589         against the 2004-08-22 change to gnus-article-edit-mode.
18590
18591 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18594         (html2text-format-tags): Remove unused variable `attr'.
18595
18596 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18597
18598         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18599
18600         * tls.el (tls-process-connection-type, tls-success)
18601         (tls-certtool-program): Add :version.
18602
18603         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18604         (starttls-extra-arguments, starttls-process-connection-type)
18605         (starttls-connect, starttls-failure, starttls-success): Add :version.
18606
18607         * spam-stat.el (spam-stat): Add :version.
18608
18609         * sieve.el (sieve): Add :version.
18610
18611         * sha1.el (sha1): Add :version.
18612         (sha1-use-external): Remove redundant version.
18613
18614         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18615         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18616         (nnmail-split-fancy-match-partial-words)
18617         (nnmail-split-lowercase-expanded): Add :version.
18618
18619         * nndiary.el (nndiary): Add :version.
18620
18621         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18622
18623         * mml-sec.el (mml-default-sign-method)
18624         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18625         Add :version.
18626
18627         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18628
18629         * mm-url.el (mm-url-use-external, mm-url-program)
18630         (mm-url-arguments): Add :version.
18631
18632         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18633         (mm-attachment-file-modes, mm-decrypt-option)
18634         (mm-w3m-safe-url-regexp): Add :version.
18635
18636         * message.el (message-cite-prefix-regexp)
18637         (message-sendmail-envelope-from, message-minibuffer-local-map)
18638         (message-user-fqdn, message-completion-alist): Add :version.
18639
18640         * gnus-win.el (gnus-configure-windows-hook)
18641         (gnus-use-frames-on-any-display): Add :version.
18642
18643         * gnus-art.el (gnus-article-address-banner-alist)
18644         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18645         (gnus-treat-from-picon, gnus-treat-mail-picon)
18646         (gnus-treat-x-pgp-sig): Add :version.
18647
18648         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18649         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18650         (gnus-summary-article-delete-hook)
18651         (gnus-summary-display-while-building): Add :version.
18652
18653         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18654         (gnus-get-top-new-news-hook): Add :version.
18655
18656         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18657         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18658
18659         * gnus-registry.el (gnus-registry): Add :version.
18660
18661         * gnus-spec.el (gnus-use-correct-string-widths)
18662         (gnus-make-format-preserve-properties): Add :version.
18663
18664         * gnus.el (gnus-group-charter-alist)
18665         (gnus-group-fetch-control-use-browse-url)
18666         (gnus-install-group-spam-parameters): Add :version.
18667
18668         * gnus-diary.el (gnus-diary): Add :version.
18669
18670         * gnus-delay.el (gnus-delay): Add :version.
18671
18672         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18673         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18674         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18675         Add :version.
18676
18677         * gnus-agent.el (gnus-agent-max-fetch-size)
18678         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18679         (gnus-agent-prompt-send-queue): Add :version.
18680
18681         * deuglify.el (gnus-outlook-deuglify): Add :version.
18682
18683         * html2text.el: Beautify code.  Improve doc strings.
18684         Some checkdoc cleanup.
18685         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18686
18687 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18688
18689         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18690
18691 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18692
18693         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18694         when package is loaded.
18695
18696         * spam.el (spam-summary-score-preferred-header): Add global preference
18697         for people who want to override the default SpamAssassin over
18698         Bogofilter preference (when both are set).
18699         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18700         (spam-user-format-function-S):
18701         Check spam-summary-score-preferred-header.
18702         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18703         (spam-user-format-function-S): Format the score correctly.
18704
18705 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18708         signature file.  Suggested by Manoj Srivastava
18709         <srivasta@golden-gryphon.com>.
18710
18711         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18712         iso-2022-jp even in the Japanese language environment.
18713         Suggested by Jason Rumney <jasonr@gnu.org>.
18714
18715 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18718         use the same characters as the dummy marks; make it free from
18719         getting affected by the language environment.
18720         (gnus-summary-read-group-1): Update mark positions only when the
18721         format spec is updated.
18722
18723         * gnus-spec.el (gnus-update-format-specifications): Return a list
18724         of updated types.
18725
18726 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18729         of boundp to check if display-warning is available.
18730
18731 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18734
18735 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * nnspool.el (nnspool-spool-directory): Use news-path if the
18738         news-directory variable is not bound.
18739
18740         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18741         function instead of display-warning if it is not available.
18742
18743 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18746         v5-10: Use `point-at-bol'.
18747
18748 2004-10-26  Simon Josefsson  <jas@extundo.com>
18749
18750         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18751         <chenggao@gmail.com>.
18752
18753 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18754
18755         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18756         instead.
18757
18758 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18759
18760         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18761         to remove a server from the nnimap-server-buffer-alist.
18762         (nnimap-open-connection, nnimap-close-server): Use it.
18763
18764         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18765
18766 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18769         running the major-mode function.
18770
18771 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18774         dummy marks in the right way.
18775
18776 2004-10-18  David Edmondson  <dme@dme.org>
18777
18778         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18779         excessively.
18780
18781 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * gnus-util.el (gnus-split-references): Accept a nil references
18784         string and go on blissfully.
18785
18786         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18787         cases where the references string is non-nil but has no references.
18788
18789         * encrypt.el: Add autoload tags.
18790
18791         * spam.el (spam-resolve-registrations-routine): Remove article
18792         from unregistration list too.  Reported by David Hanak
18793         <dhanak@isis.vanderbilt.edu>
18794
18795 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18796
18797         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18798         nil.  Change custom type.
18799
18800 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18803
18804         * gnus-sum.el (gnus-summary-move-article): Use it.
18805
18806 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18807
18808         * encrypt.el: Add autoload cookies.
18809
18810         * spam.el (spam-backend-article-list-property)
18811         (spam-backend-get-article-todo-list)
18812         (spam-backend-put-article-todo-list)
18813         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18814         Resolve registrations separately.
18815         (spam-register-routine): Format comments.
18816         (spam-unregister-routine, spam-register-routine): Always call with
18817         specific-articles, no default list.
18818         (spam-summary-prepare-exit): Use the spam-classifications function.
18819
18820         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18821         gnus-encrypt.el.
18822
18823         * encrypt.el: Copied from gnus-encrypt.el.
18824
18825         * gnus-encrypt.el: Commented that it's obsolete.
18826
18827 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18830         (gnus-score-save): Use it.
18831
18832         * message.el (message-bury): Use `window-dedicated-p'.
18833
18834 2004-10-15  Simon Josefsson  <jas@extundo.com>
18835
18836         * pop3.el (top-level): Don't require nnheader.
18837         (pop3-read-timeout): Add.
18838         (pop3-accept-process-output): Add.
18839         (pop3-read-response, pop3-retr): Use it.
18840
18841 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18842
18843         * spam.el (spam-register-routine): Move comment.
18844         (spam-verify-bogofilter): Use 'unknown for the initial
18845         spam-bogofilter-valid state, not 'never.
18846
18847         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18848         for netrc-machine.
18849
18850         * nnimap.el (nnimap-open-connection):
18851         Use netrc-machine-user-or-password.
18852
18853 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18854
18855         * gnus-registry.el (gnus-registry-unload-hook):
18856         Set as a variable with add-hook.
18857
18858         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18859         of news-path.
18860
18861         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18862
18863         * spam.el: Delete duplicate `provide'.
18864         (spam-unload-hook): Set as a variable with add-hook.
18865
18866 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18867
18868         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18869         in the doc string.
18870
18871         * message.el (message-ignored-news-headers)
18872         (message-ignored-supersedes-headers)
18873         (message-ignored-resent-headers)
18874         (message-forward-ignored-headers): Improve custom type.
18875
18876 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * message.el (message-tokenize-header): Fix 2004-09-06 change
18879         which used point-min in the wrong place.
18880
18881 2004-10-12  Simon Josefsson  <jas@extundo.com>
18882
18883         * tls.el (tls-certtool-program): New variable.
18884         (tls-certificate-information): New function, based on
18885         ssl-certificate-information.
18886
18887 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * compface.el: Move the version of ELisp-based uncompface program
18890         to the contrib directory because of the copyright problem.
18891
18892 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * message.el (message-kill-buffer): Raise the current frame.
18895
18896 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18899
18900         * gnus.el (message-y-or-n-p): Autoload.
18901
18902         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18903         (pop3-password-required, pop3-authentication-scheme)
18904         (pop3-leave-mail-on-server): Make customizable.
18905         (pop3): New custom group.
18906         (pop3-retr): Remove `sleep-for' statements.
18907         Suggested by Dave Love <fx@gnu.org>.
18908
18909         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18910         Windows/DOS.
18911
18912         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18913         (imap-parse-body): Fix incorrect use of `assert'.
18914         Suggested by Dave Love <fx@gnu.org>.
18915
18916         * mml.el (mml-minibuffer-read-disposition): Require match.
18917         Suggested by Dave Love <fx@gnu.org>.
18918
18919 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18922         doc string.
18923
18924 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18927
18928 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18929
18930         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18931         instead of calling `mm-insert-inline', to decode text/* parts
18932         before displaying them.
18933
18934 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * mm-uu.el (mm-uu-text-plain-type): New variable.
18937         (mm-uu-pgp-signed-extract-1): Use it.
18938         (mm-uu-pgp-encrypted-extract-1): Use it.
18939         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18940         bind mm-uu-text-plain-type with that value.
18941         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18942         mm-uu-dissect.
18943
18944 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * gnus-group.el (gnus-update-group-mark-positions):
18947         * gnus-sum.el (gnus-update-summary-mark-positions):
18948         * message.el (message-check-news-body-syntax):
18949         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18950         of string-as-multibyte.
18951
18952 2004-10-05  Juri Linkov  <juri@jurta.org>
18953
18954         * gnus-group.el (gnus-update-group-mark-positions):
18955         * gnus-sum.el (gnus-update-summary-mark-positions):
18956         * message.el (message-check-news-body-syntax):
18957         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18958         8-bit unibyte values to a multibyte string for search functions.
18959
18960 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18963         (mm-uu-dissect-text-parts): New function.
18964
18965         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18966         dissect text parts.
18967
18968         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18969         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18970
18971         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18972
18973         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18974         Use gnus-current-topics instead of gnus-current-topic.
18975
18976 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18979
18980 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18981
18982         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18983         where approriate.
18984
18985         * nnml.el (nnml-generate-active-info): do.
18986
18987         * nndiary.el (nndiary-generate-active-info): do.
18988
18989         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18990         (gnus-topic-move): do.
18991
18992         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18993         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18994
18995         * gnus-srvr.el (gnus-server-prepare)
18996         (gnus-server-open-all-servers): do.
18997
18998         * gnus-msg.el (gnus-summary-cancel-article)
18999         (gnus-summary-resend-message)
19000         (gnus-summary-mail-crosspost-complaint): do.
19001
19002         * gnus-move.el (gnus-change-server): do.
19003
19004         * gnus-group.el (gnus-group-unmark-all-groups)
19005         (gnus-group-set-current-level): do.
19006
19007 2004-10-04  Simon Josefsson  <jas@extundo.com>
19008
19009         * message.el (message-generate-hashcash): Doc fix.
19010
19011 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19012
19013         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19014         avoid infinite recursion via gnus-get-function.
19015
19016 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19017
19018         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19019
19020         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19021
19022         * nnmail.el (nnmail-split-history): do.
19023
19024         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19025         (nnml-request-delete-group): do.
19026
19027         * nnslashdot.el (nnslashdot-read-groups): do.
19028
19029         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19030         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19031
19032         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19033         (nnspool-sift-nov-with-sed): Use last.
19034         (nnspool-retrieve-headers-with-nov): Use mapc.
19035         (nnspool-request-newgroups): Use dolist.
19036         (nnspool-request-group): Use last.
19037
19038         * nntp.el (nntp-read-server-type): Use dolist.
19039
19040         * nnvirtual.el (nnvirtual-create-mapping)
19041         (nnvirtual-update-read-and-marked): Use dolist.
19042         (nnvirtual-convert-headers): Simplify.
19043
19044 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19045
19046         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19047         Add support for sync'ing tick marks.
19048
19049 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19052         there's no visible header.
19053
19054 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19055
19056         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19057         When necessary, pass full group name to gnus-request-set-marks.
19058
19059 2004-10-01  Simon Josefsson  <jas@extundo.com>
19060
19061         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19062         acroread.
19063
19064 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065
19066         * spam-report.el (spam-report-gmane): Fix interactive.
19067
19068         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19069
19070         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19071         when writing file.
19072         (gnus-agent-synchronize-flags): Don't default to being
19073         interactive.
19074
19075 2004-09-30  Simon Josefsson  <jas@extundo.com>
19076
19077         * message.el (message-generate-hashcash): Add.
19078         (message-send-mail): Use it, call mail-add-payment.
19079
19080 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19081
19082         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19083
19084 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19085
19086         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19087         gnus-requst-update-info with explicit code to sync the in-memory
19088         info read flags with the marks being sync'd to the backend.
19089
19090         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19091
19092 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19093
19094         * spam.el (spam-verify-bogofilter): Add new function.
19095         (spam-check-bogofilter)
19096         (spam-bogofilter-register-with-bogofilter): Use it.
19097         (spam-verify-bogofilter): Add small fixes.
19098
19099 2004-09-28  Simon Josefsson  <jas@extundo.com>
19100
19101         * hashcash.el (hashcash-generate-payment): Revert.
19102
19103 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19104
19105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19106         Use gnus-extract-references instead of gnus-split-references.
19107
19108         * gnus-util.el (gnus-extract-references): Add new function, analogous
19109         to gnus-split-references but extracts only the message-ID without
19110         anything extra.
19111
19112         * hashcash.el (hashcash-generate-payment)
19113         (hashcash-check-payment): Do the right thing if hashcash-path is
19114         nil (because the hashcash program could not be found).
19115
19116         * spam.el (spam-use-hashcash): Remove comment.
19117
19118 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19119
19120         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19121         (gnus-cache-enter-article, gnus-cache-remove-article)
19122         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19123
19124         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19125
19126         * gnus-art.el (article-hide-boring-headers)
19127         (article-translate-strings, article-display-face)
19128         (gnus-article-mime-match-handle-first)
19129         (gnus-article-highlight-headers)
19130         (gnus-article-add-buttons-to-head): do.
19131
19132 2004-09-27  Simon Josefsson  <jas@extundo.com>
19133
19134         * hashcash.el: New version, from
19135         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19136         ../contrib/.
19137
19138 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19141
19142 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19143
19144         * gnus-dup.el (gnus-dup-open): Use mapc.
19145         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19146
19147         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19148         Reported by Stefan Wiens <s.wi@gmx.net>.
19149
19150         * gnus.el (gnus-shutdown): Use dolist.
19151
19152         * gnus-undo.el (gnus-undo): Use mapc.
19153
19154         * nnrss.el (nnrss-generate-active): do.
19155
19156         * message.el (message-cite-original-without-signature)
19157         (message-cite-original): Use mapc.
19158         (message-do-actions, message-make-forward-subject): Use dolist.
19159
19160 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19161
19162         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19163         deletion to remove entire duplicate line.  Fixes merged article
19164         number bug.
19165
19166 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19167
19168         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19169         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19170         first ask if you want to open a server and then, even when you
19171         responded with no, asking if you want to synchronize the server's
19172         flags.
19173         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19174         multi-line expressions.
19175         (gnus-agent-synchronize-group-flags): New internal function.
19176         Updates marks in memory (in the info structure) AND in the
19177         backend.
19178
19179         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19180
19181         * nnagent.el (nnagent-request-set-mark):
19182         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19183         method, to ensure that synchronization updates marks in the
19184         backend and in the info (in memory) structure.
19185
19186 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19189         convention fully; don't miss the root article of a thread; make
19190         the X-Draft-From header with correct article numbers.
19191
19192 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19193
19194         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19195         unless plugged.  Disable the agent so that an open failure causes
19196         an error.
19197
19198         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19199         Revert 2004-09-21 change.  The backend must be opened while
19200         synchronizing flags even when the backend stores the flags
19201         locally.
19202
19203 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19206         in `header' match.  Reported by Svend Tollak Munkejord.
19207
19208         * message.el (message-cite-original): Fix use of
19209         `message-cite-articles-with-x-no-archive'.
19210
19211 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19214         (gnus-window-to-buffer): Ditto.
19215
19216         * mml.el (mml-preview-buffer): New variable.
19217         (mml-preview): Manage window layout with gnus-buffer-configuration.
19218
19219         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19220         X-Draft-From header even if those articles aren't quoted.
19221
19222 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19223
19224         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19225         (gnus-request-set-mark, gnus-request-update-mark): Use new
19226         g-s-t-u-l-m to decide to use backend even when unplugged.
19227
19228 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19231         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19232
19233 2004-09-20  Simon Josefsson  <jas@extundo.com>
19234
19235         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19236         "utf-16-le".
19237
19238 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19239
19240         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19241
19242 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19243
19244         * uudecode.el (uudecode-use-external): Add :version.
19245
19246         * smime.el (smime-CA-file, smime-encrypt-cipher)
19247         (smime-dns-server): Add :version.
19248
19249         * smiley.el (gnus-smiley-file-types): Add :version.
19250
19251         * sha1.el (sha1-use-external): Add :version.
19252
19253         * pgg-def.el (pgg-query-keyserver): Add :version.
19254
19255         * nnmail.el (nnmail-fancy-expiry-targets)
19256         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19257         Add :version.
19258
19259         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19260         (nnimap-retrieve-groups-asynchronous): Add :version.
19261         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19262
19263         * mml.el (mml-content-disposition-parameters)
19264         (mml-insert-mime-headers-always): Add :version.
19265
19266         * mm-util.el (mm-coding-system-priorities): Add :version.
19267
19268         * mm-decode.el (mm-inline-text-html-with-images)
19269         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19270         (mm-verify-option): Add :version.
19271         (mm-text-html-renderer): Change :version.
19272
19273         * message.el (message-fcc-externalize-attachments)
19274         (message-required-headers, message-draft-headers)
19275         (message-subject-trailing-was-query)
19276         (message-subject-trailing-was-ask-regexp)
19277         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19278         (message-mark-insert-end, message-archive-header)
19279         (message-archive-note, message-cross-post-default)
19280         (message-cross-post-note, message-followup-to-note)
19281         (message-cross-post-note-function, message-use-mail-followup-to)
19282         (message-subscribed-address-functions)
19283         (message-subscribed-address-file, message-subscribed-addresses)
19284         (message-subscribed-regexps, message-allow-no-recipients)
19285         (message-yank-cited-prefix, message-signature-insert-empty-line)
19286         (message-hidden-headers, message-hierarchical-addresses)
19287         (message-mail-user-agent, message-use-idna)
19288         (message-valid-fqdn-regexp)
19289         (message-strip-special-text-properties, message-header-synonyms)
19290         (message-beginning-of-line, message-tab-body-function): Add :version.
19291         (message-insert-canlock, message-wide-reply-confirm-recipients):
19292         Change :version.
19293
19294         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19295         and :version.
19296         (mail-source-delete-old-incoming-confirm)
19297         (mail-source-movemail-program): Add :version.
19298
19299         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19300         (gnus-agent-cache, gnus-agent): Change :version.
19301
19302         * gnus-util.el (gnus-use-byte-compile): Change :version.
19303
19304         * gnus-sum.el (gnus-summary-make-false-root-always)
19305         (gnus-summary-default-high-score)
19306         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19307         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19308         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19309         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19310         (gnus-sum-thread-tree-single-indent)
19311         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19312         (gnus-sum-thread-tree-leaf-with-other)
19313         (gnus-sum-thread-tree-single-leaf): Add :version.
19314         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19315         (gnus-article-loose-mime): Change :version.
19316
19317         * gnus-start.el (gnus-backup-startup-file)
19318         (gnus-save-startup-file-via-temp-buffer): Add :version.
19319
19320         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19321         (gnus-server-offline-face): Add :version.
19322
19323         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19324
19325         * gnus-msg.el (gnus-gcc-externalize-attachments)
19326         (gnus-debug-files, gnus-debug-exclude-variables)
19327         (gnus-discouraged-post-methods): Change :version.
19328         (gnus-confirm-mail-reply-to-news)
19329         (gnus-confirm-treat-mail-like-news): Add :version.
19330
19331         * gnus-int.el (gnus-server-unopen-status): Add :version.
19332
19333         * gnus-group.el (gnus-group-jump-to-group-prompt)
19334         (gnus-large-ephemeral-newsgroup)
19335         (gnus-fetch-old-ephemeral-headers): Add :version.
19336
19337         * gnus-fun.el (gnus-x-face-directory)
19338         (gnus-convert-pbm-to-x-face-command)
19339         (gnus-convert-image-to-x-face-command)
19340         (gnus-convert-image-to-face-command): Add :version.
19341
19342         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19343
19344         * gnus-cite.el (gnus-cite-blank-line-after-header)
19345         (gnus-article-boring-faces): Add :version.
19346
19347         * gnus-art.el (gnus-buttonized-mime-types)
19348         (gnus-inhibit-mime-unbuttonizing)
19349         (gnus-treat-display-face)
19350         (gnus-treat-body-boundary): Change :version.
19351         (gnus-body-boundary-delimiter, gnus-picon-databases)
19352         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19353         (gnus-treat-date-english, gnus-treat-fold-headers)
19354         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19355         (gnus-treat-mail-picon, gnus-treat-wash-html)
19356         (gnus-article-encrypt-protocol)
19357         (gnus-use-idna, gnus-article-over-scroll)
19358         (gnus-mime-display-multipart-alternative-as-mixed)
19359         (gnus-mime-display-multipart-related-as-mixed)
19360         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19361         (gnus-ctan-url, gnus-button-ctan-handler)
19362         (gnus-button-handle-ctan-bogus-regexp)
19363         (gnus-button-ctan-directory-regexp)
19364         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19365         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19366         (gnus-button-man-level, gnus-button-emacs-level)
19367         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19368
19369         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19370         (gnus-agent-go-online): Change :version.
19371         (gnus-agent-expire-unagentized-dirs)
19372         (gnus-agent-auto-agentize-methods): Add :version.
19373
19374         * flow-fill.el (fill-flowed-display-column)
19375         (fill-flowed-encode-column): Add :version.
19376
19377         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19378         (gnus-outlook-deuglify-unwrap-max)
19379         (gnus-outlook-deuglify-cite-marks)
19380         (gnus-outlook-deuglify-unwrap-stop-chars)
19381         (gnus-outlook-deuglify-no-wrap-chars)
19382         (gnus-outlook-deuglify-attrib-cut-regexp)
19383         (gnus-outlook-deuglify-attrib-verb-regexp)
19384         (gnus-outlook-deuglify-attrib-end-regexp)
19385         (gnus-outlook-display-hook): Add :version.
19386
19387         * binhex.el (binhex-use-external): Add :version.
19388
19389 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19390
19391         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19392         and `invisible'.
19393
19394 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19395
19396         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19397         in gnus-registry-trim.
19398
19399 2004-09-13  Simon Josefsson  <jas@extundo.com>
19400
19401         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19402
19403         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19404
19405         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19406         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19407         <yamaoka@jpl.org>.
19408         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19409         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19410         <yamaoka@jpl.org>.
19411
19412         * sieve.el (sieve-manage-mode): Ditto.
19413
19414 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19415
19416         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19417
19418 2004-09-11  Simon Josefsson  <jas@extundo.com>
19419
19420         * dns-mode.el: Add.
19421
19422         * mm-view.el (mm-display-dns-inline): Add.
19423
19424         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19425         (mm-automatic-display): Ditto.
19426
19427         * mailcap.el (mailcap-mime-data): Add text/dns.
19428         (mailcap-mime-extensions): Map .soa to text/dns.
19429
19430 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19431
19432         * gnus-art.el (article-decode-mime-words, article-babel)
19433         (gnus-article-highlight-signature, gnus-article-add-buttons)
19434         (gnus-signature-toggle): Remove unnecessary bindings of
19435         `inhibit-read-only' inherited from v5.10 merge.
19436
19437 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19438
19439         * nntp.el (nntp): New customization group.
19440         (nntp-authinfo-file): Add customization group.
19441
19442         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19443
19444         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19445
19446         * gnus.el (to-address, to-list, subscribed)
19447         (large-newsgroup-initial): Ditto.
19448
19449         * flow-fill.el (fill-flowed-display-column)
19450         (fill-flowed-encode-column): Ditto.
19451
19452 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19453
19454         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19455         Use point-min rather than 1.
19456         (message-send-mail): Use buffer-size rather than point-max.
19457
19458         * gnus-sum.el (gnus-summary-search-article-forward):
19459         Signal a specific `search-failed' rather than a generic `error'.
19460
19461         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19462         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19463         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19464
19465 2004-09-10  Simon Josefsson  <jas@extundo.com>
19466
19467         * nndb.el (require): Remove tcp and duplicate cl.
19468
19469 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * gnus-agent.el (directory-files-and-attributes): Move forward.
19472
19473 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19474
19475         * gnus-agent.el (directory-files-and-attributes):
19476         Optionally defined to support XEmacs.
19477
19478 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19479
19480         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19481         to avoid run-time CL dependencies.
19482         (gnus-agent-unfetch-articles): New function.
19483         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19484         article numbers even when local .overview file is missing.
19485         (gnus-agent-read-article-number): New function.  Only accepts
19486         27-bit article numbers.
19487         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19488         Use gnus-agent-read-article-number.
19489         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19490         from backend while recognizing that article numbers in .overview
19491         must be valid.
19492         (gnus-agent-update-files-total-fetched-for):
19493         Use directory-files-and-attributes to improve performance.
19494         * gnus-int.el (gnus-request-move-article):
19495         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19496         improve performance.
19497
19498         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19499         some users confused by references to .newsrc when they only have a
19500         .newsrc.eld file.
19501         (gnus-convert-mark-converter-prompt)
19502         (gnus-convert-converter-needs-prompt): Fix use of property list.
19503         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19504         New function.  Used internally to only display 'gnus converting
19505         files' message when actually necessary.
19506
19507         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19508         methods now autoloaded.
19509
19510 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19513         identifiers.
19514
19515 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19516
19517         * gnus-picon.el: Fix indentation and closing parenthesis.
19518
19519 2004-09-01  Simon Josefsson  <jas@extundo.com>
19520
19521         * message.el (message-canlock-generate): Require sha1, not
19522         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19523         to require within a function.  Sadly, if sha1.el isn't loaded, the
19524         let binding in m-c-g will hide the defcustom definition, which is
19525         bad.)
19526
19527         * canlock.el: Require sha1, not sha1-el.
19528
19529         * message.el: Don't autoload sha1 (there is a autoload cookie in
19530         sha1.el).
19531
19532         * sha1-el.el: Rename to sha1.el.
19533
19534 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19535
19536         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19537
19538 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19539
19540         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19541
19542 2004-08-30  Kim F. Storm  <storm@cua.dk>
19543
19544         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19545
19546         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19547         Add :group 'nnimap.
19548
19549 2004-08-30  Andreas Schwab  <schwab@suse.de>
19550
19551         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19552         ?* and ?\;.
19553
19554         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19555         and ?\' to symbol instead of whitespace.
19556
19557 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19560
19561         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19562         instead of re-search-forward.
19563
19564         * gnus-uu.el (gnus-uu-save-article): Ditto.
19565         (gnus-uu-post-encode-uuencode): Ditto.
19566
19567         * html2text.el (html2text-clean-list-items): Ditto.
19568         (html2text-clean-dtdd): Ditto.
19569         (html2text-format-tags): Ditto.
19570
19571         * message.el (message-send-mail-with-sendmail): Fix regexp.
19572         (message-fill-field-general): Use search-forward instead of
19573         re-search-forward.
19574         (unbold-region): Ditto.
19575
19576         * nnrss.el (nnrss-request-article): Ditto.
19577
19578         * nnslashdot.el (nnslashdot-request-article): Ditto.
19579
19580         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19581
19582         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19583         "Unrecognized menu descriptor" error in XEmacs.
19584
19585 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19586
19587         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19588         parent article of a sparse article in the thread hashtb.
19589
19590 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19591
19592         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19593         (nnmail-expand-newtext): Lowercase expanded entries if
19594         nnmail-split-lowercase-expanded is non-nil.
19595
19596 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19599
19600         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19601         of gnus-tmp-news-method into string under XEmacs.  It will be
19602         passed to gnus-correct-length which takes only a string argument.
19603
19604 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-util.el (gnus-bind-print-variables): New macro.
19607         (gnus-prin1): Use it.
19608         (gnus-prin1-to-string): Use it.
19609         (gnus-pp): New function.
19610         (gnus-pp-to-string): New function.
19611
19612         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19613         Replace pp-to-string with gnus-pp-to-string.
19614         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19615         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19616         * gnus-msg.el (gnus-debug): Ditto.
19617         * gnus-score.el (gnus-score-save): Ditto.
19618         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19619         gnus-pp-to-string.
19620         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19621         with gnus-pp.
19622         * score-mode.el (gnus-score-pretty-print): Ditto.
19623         * webmail.el (webmail-debug): Ditto.
19624
19625 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * gnus-art.el (article-display-face, article-display-x-face):
19628         Use buffer-read-only.
19629
19630 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * gnus-art.el (article-hide-list-identifiers):
19633         Bind inhibit-read-only as t.
19634
19635 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19636
19637         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19638
19639 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19640
19641         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19642         (gnus-narrow-to-page): Don't assume point-min == 1.
19643         (gnus-article-edit-mode): Derive from message-mode.
19644
19645         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19646         point-min == 1.
19647
19648         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19649         Disable incorrect use of `assert'.
19650
19651         * message.el (message-mode): Set comment-start-skip.
19652
19653
19654 2004-08-22  Sam Steingold  <sds@gnu.org>
19655
19656         * pop3.el (pop3-leave-mail-on-server): New user variable.
19657         (pop3-movemail): Delete mail only when it is nil.
19658
19659 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19662
19663         * mml.el (mml-preview): Use `pop-to-buffer'.
19664
19665         * message.el (message-goto-mail-followup-to): Insert after "To".
19666         (message-carefully-insert-headers): Add comment.
19667
19668         * gnus.el: Remove unused variable `gnus-article-check-size'.
19669
19670         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19671
19672         * gnus-art.el (gnus-button-alist):
19673         Improve `gnus-button-handle-library' entry.
19674
19675 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19676
19677         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19678         Use downcase, since XEmacs capitalizes error messages differently.
19679
19680 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19681
19682         * nntp.el: Add (require 'gnus) due to reference to
19683         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19684
19685 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19686
19687         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19688         Bind `mm-fill-flowed'.
19689
19690         * mm-decode.el (mm-dissect-singlepart): Check it.
19691
19692 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19693
19694         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19695         'imap' for netrc parsing.
19696
19697 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19698
19699         * mailcap.el (mailcap-mime-data): Mark as risky.
19700
19701 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19702
19703         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19704         may be included in the encoded word.
19705         (rfc2047-encode): Don't append a space if the encoded word
19706         includes close parenthesis.
19707
19708 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19711         of text within parentheses.
19712
19713 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19714
19715         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19716         (gnus-encrypt-write-file-contents): Make the password key the file
19717         name PLUS the cipher, not just the cipher.  Also remove failed
19718         passwords from the cache.
19719
19720 2004-08-06  Simon Josefsson  <jas@extundo.com>
19721
19722         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19723         Doc fix.
19724
19725 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19728         LWSP.
19729
19730 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19731
19732         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19733         Try to append in-reply-to: data to the references: header.
19734
19735         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19736         (netrc-parse): Use gnus-encrypt.el functions.
19737
19738         * gnus-encrypt.el: Add new file for encryption support; currently
19739         does only a few GPG ciphers and an internal XOR cipher.
19740
19741         * password.el: Add comments on using password-read-and-add.
19742         (password-read-and-add): Add function to read and add the
19743         password to the cache at once.
19744
19745 2004-07-28  Simon Josefsson  <jas@extundo.com>
19746
19747         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19748         parameter (but don't use it, for now).
19749
19750         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19751         instead of hard coding to nil.
19752
19753 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19756         as mm-inline-image-xemacs does.
19757
19758 2004-07-26  Simon Josefsson  <jas@extundo.com>
19759
19760         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19761         Revert part of 2004-07-17 change below.
19762
19763 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19766         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19767
19768 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19769
19770         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19771         quotes that actually start with ">" at the beginning of the
19772         lines.
19773
19774 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * rfc2047.el (rfc2047-encode-region): Fix last change.
19777         (rfc2047-encode-parameter): Remove useless concat.
19778
19779 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19782         encode special characters; fix some kind of misconfigured headers;
19783         signal a real error if debug-on-quit or debug-on-error is non-nil.
19784         (rfc2047-encode-max-chars): New variable.
19785         (rfc2047-encode-1): Use it.
19786         (rfc2047-encode-parameter): New function.
19787
19788         * mml.el (mml-insert-parameter): Remove an excessive space.
19789
19790 2004-07-17  Simon Josefsson  <jas@extundo.com>
19791
19792         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19793         Kai Grossjohann <kai@emptydomain.de>.
19794         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19795         (gnus-group-make-menu-bar): Ditto.
19796
19797         * gnus-util.el (gnus-group-server): Add.
19798
19799 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19800
19801         * message.el (message-clone-locals): Clone sendmail and smtp
19802         variables.
19803
19804 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19805
19806         * rfc2047.el (rfc2047-encode-region): Fix last change.
19807
19808 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19811         characters as non-special.
19812
19813 2004-07-09  Simon Josefsson  <jas@extundo.com>
19814
19815         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19816         Users will lose all flag changes made while unplugged with
19817         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19818         good default.  See numerous reports on ding mailing list.
19819
19820 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19823         add generate-head-function and generate-article-function to the
19824         rfc822-forward entry.
19825         (nndoc-rfc822-forward-generate-article): New function.
19826         (nndoc-rfc822-forward-generate-head): New function.
19827
19828         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19829
19830 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19831
19832         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19833         respect display group parameter and gnus-summary-expunge-below.
19834         (gnus-articles-to-read): Remove unused reference to display group
19835         parameter.
19836
19837 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19838
19839         * nnheader.el (nnheader-uniquify-message-id): New experimental
19840         variable.
19841         (nnheader-nov-read-message-id): Use it.
19842
19843         * spam-report.el (spam-report-gmane): Add interactive.
19844
19845 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19846
19847         * mm-encode.el (mm-content-transfer-encoding-defaults):
19848         Use qp-or-base64 for the application/* types.
19849
19850 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19851
19852         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19853
19854 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19855
19856         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19857         trim value.
19858
19859 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19860
19861         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19862         New macro and function.
19863         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19864
19865 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19868         after-load-alist.
19869
19870 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19871
19872         * gnus-group.el (gnus-group-get-new-news-this-group):
19873         Don't update info that isn't there.
19874
19875 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19876
19877         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19878         entry.
19879
19880 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * mm-view.el (mm-inline-render-with-function): Use multibyte
19883         buffer; decode html source by charset.
19884
19885         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19886
19887         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19888         Mule-UCS is loaded under XEmacs.
19889         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19890
19891 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19892
19893         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19894
19895 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * mm-util.el (mm-coding-system-p): Return a coding-system.
19898         (mm-mime-mule-charset-alist): Use shift_jis instead of
19899         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19900         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19901         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19902         instead of japanese-shift-jis and iso-latin-1 respectively in
19903         order to share the default value with both Emacs and XEmacs-mule.
19904         (mm-mule-charset-to-mime-charset):
19905         Make mm-coding-system-priorities effective.
19906         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19907         while predicating of candidates upon the priorities.
19908
19909 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19910
19911         * gnus-sum.el (gnus-summary-make-menu-bar):
19912         Add gnus-uu-invert-processable.
19913
19914         * gnus.el: Autoload gnus-uu-invert-processable.
19915
19916 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * mm-util.el (mm-with-multibyte-buffer): New macro.
19919
19920         * rfc2047.el (rfc2047-encode-string): Use it.
19921         (rfc2047-encode-region): Move point to the end of the region after
19922         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19923
19924 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19927         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19928
19929 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19932         (gnus-cite-parse): Ignore quoted envelope From_.
19933         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19934
19935 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19936
19937         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19938         invalid addresses.
19939
19940 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19941
19942         * spam.el: Change section markers, revise TODO list.
19943         (spam-backends): Make new master list of all installed backends.
19944         (spam-summary-exit-behavior): Add new variable to determine how
19945         messages moves are done at summary exit.
19946         (spam-move-spam-nonspam-groups-only)
19947         (spam-process-ham-in-nonham-groups)
19948         (spam-process-ham-in-spam-groups): Remove variables, the
19949         spam-summary-exit-behavior variable should be used to manage this
19950         behavior.
19951         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19952         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19953         and spam-old-spam-articles.
19954         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19955         Add empty variables, placeholders for the backends they represent.
19956         (spam-set-difference): Move, unchanged.
19957         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19958         unless the user has a processor variable.
19959         (spam-classifications, spam-classification-valid-p)
19960         (spam-backend-properties, spam-backend-property-valid-p)
19961         (spam-backend-function-type-valid-p)
19962         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19963         (spam-report-articles-gmane, spam-report-articles-resend):
19964         Remove functions, they are not needed.
19965         (spam-install-backend-super, spam-backend-list)
19966         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19967         (spam-backend-function, spam-backend-ham-registration-function)
19968         (spam-backend-spam-registration-function)
19969         (spam-backend-ham-unregistration-function)
19970         (spam-backend-spam-unregistration-function)
19971         (spam-backend-statistical-p, spam-backend-mover-p)
19972         (spam-install-backend-alias, spam-install-checkonly-backend)
19973         (spam-install-mover-backend, spam-install-nocheck-backend)
19974         (spam-install-backend, spam-install-statistical-backend)
19975         (spam-install-statistical-checkonly-backend): Add backend installation
19976         support.
19977         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19978         (spam-group-processor-p): Use the new backend code and respect the
19979         summary exit behavior.
19980         (spam-mark-spam-as-expired-and-move-routine): Remove.
19981         (spam-summary-prepare): Change to use the new spam-old-articles
19982         variable.
19983         (spam-copy-or-move-routine, spam-copy-spam-routine)
19984         (spam-move-spam-routine, spam-copy-ham-routine)
19985         (spam-move-ham-routine): Add code to copy/move ham or spam.
19986         (spam-fetch-field-fast): Improve doc and code, plus allow the
19987         'number request.
19988         (spam-list-of-checks, spam-list-of-statistical-checks):
19989         Remove variables.
19990         (spam-split, spam-find-spam): Use the new backend code.
19991         (spam-registration-functions): Remove variable.
19992         (spam-unregister-routine): Add convenience wrapper.
19993         (spam-log-undo-registration, spam-register-routine)
19994         (spam-log-processing-to-registry)
19995         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19996         where possible.
19997         (spam-check-gmane-xref, spam-check-regex-headers)
19998         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19999         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20000         (spam-check-bogofilter-headers, spam-check-spamoracle)
20001         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20002         (spam-check-crm114-headers): Use the spam-split-group that
20003         spam-split prepares, no need to determine it every time.
20004
20005         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20006         to the nnheader-parse-naked-head call.
20007
20008         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20009
20010         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20011         the nnheader-nov-read-message-id call.
20012
20013 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20016         gnus-activate-group twice.  Suggested by Markus Peter
20017         <warp@spin.de>.
20018
20019 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-art.el (gnus-article-time-format): Exchange the order of
20022         day and month in the default value; fix customization type.
20023         (article-date-ut): Use add-text-properties.
20024         (article-make-date-line): Use message-make-date instead of
20025         current-time-string.
20026
20027         * message.el (message-fetch-field): Don't use set-text-properties.
20028         (message-make-date): Simplify.
20029
20030         * messagexmas.el (message-xmas-make-date): New function.
20031         (message-xmas-redefine): Defalias message-make-date to it.
20032
20033 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20036         (rfc2047-encode-region): Treat text within parentheses as special;
20037         show the original text when error has occurred.
20038
20039         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20040         already-computed method to gnus-activate-group.
20041
20042         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20043         same select-methods identical Lisp objects.
20044
20045         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20046         object when modifying the info.
20047
20048 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20051         gnus-opened-servers since it has never been opened with the new
20052         configuration yet.
20053
20054 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20057         arg to nnheader-generate-fake-message-id.
20058
20059 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20060
20061         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20062         number and build a fake message ID localized to a group and
20063         article number (so it's repeatable from that point on).
20064         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20065         ID format.
20066
20067         * gnus-sum.el (gnus-get-newsgroup-headers):
20068         Call nnheader-generate-fake-message-id with the article number.
20069
20070 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20071
20072         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20073         end-of-buffer.
20074
20075 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20076
20077         * message.el (message-ignored-supersedes-headers): Add Approved.
20078
20079 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20082         goto-char.
20083         (rfc2047-encode): Fold the line before encoding.
20084
20085 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20086
20087         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20088         folding -- not all headers can be folded, and this should be done
20089         by the message composition mode.  Probably.  I think.
20090
20091 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20094         fast.
20095
20096         * gnus-ems.el (gnus-remove-image): Don't use
20097         message-text-with-property; remove only the image found first.
20098
20099         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20100         found first.
20101
20102 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20103
20104         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20105
20106 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * message.el (message-text-with-property): Make it fast and accept
20109         optional arguments.
20110         (message-strip-forbidden-properties): Use it.
20111         (message-fix-before-sending): Follow the m-t-w-p change.
20112
20113         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20114
20115 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * gnus-art.el (article-hide-headers): Don't change the buffer
20118         mistakenly when performing mml-preview even if
20119         gnus-single-article-buffer is nil.
20120
20121 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20122
20123         * message.el (message-expand-name-databases): New user option.
20124         (message-expand-name): Use it.
20125
20126 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20127
20128         * spam.el (spam-report-articles-resend)
20129         (spam-report-resend-register-routine): Allow ham reporting.
20130         (spam-report-resend-register-ham-routine): Add wrapper.
20131         (spam-registration-functions): Add ham resending functions.
20132         (spam-list-of-processors): Add ham resend processor.
20133
20134         * gnus.el (ham-resend-to): Add new group parameter.
20135         (spam-process): Add ham resend option.
20136
20137         * spam-report.el (spam-report-resend): Allow reporting ham.
20138         (spam-report-resend-ham): Add wrapper.
20139
20140 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20141
20142         * message.el (message-cite-articles-with-x-no-archive):
20143         New variable.
20144         (message-cite-original): Use it.
20145
20146 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20147
20148         * message.el (message-cite-original): Respect X-No-Archive.
20149
20150 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * gnus-art.el (article-hide-headers): Refer to the values for
20153         gnus-ignored-headers and gnus-visible-headers in the summary
20154         buffer since a user may have set them as group parameters.
20155
20156 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20157
20158         * assistant.el (assistant-node-name): Add convenience function.
20159         (assistant-render-text, assistant-render-node): Add error handling,
20160         plus handle multiple next nodes.
20161         (assistant-find-next-node): Comment out for now.
20162         (assistant-find-next-nodes): Add function, returns list of next
20163         nodes.
20164
20165 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20166
20167         * mail-source.el (mail-source-directory): Fix doc-string.
20168
20169 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20170
20171         * assistant.el (assistant-render-text, assistant-eval): Add :set
20172         widget type, which is different because it takes and returns a
20173         list.  Much hilarity ensues.
20174
20175 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20176
20177         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20178
20179         * gnus-group.el (gnus-group-get-new-news-this-group):
20180         Add doc-string.
20181
20182         * gnus-start.el (gnus-activate-group): Add doc-string.
20183
20184 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20185
20186         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20187
20188 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20189
20190         * assistant.el (assistant-render-text): Try to add a :set
20191         widget, more to come.
20192
20193         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20194         strings.
20195         (spam-report-articles-resend)
20196         (spam-register-routine): Do registration iff any articles warrant
20197         it.
20198         (spam-summary-prepare-exit): Change log message for nil group
20199         destinations.
20200
20201 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20202
20203         * spam.el (spam-report-resend-register-routine):
20204         Allow spam-report-resend-to to be a group parameter or a global value.
20205
20206 2004-05-26  Simon Josefsson  <jas@extundo.com>
20207
20208         * starttls.el: Merge with my GNUTLS based starttls.el.
20209         (starttls-gnutls-program, starttls-use-gnutls)
20210         (starttls-extra-arguments, starttls-process-connection-type)
20211         (starttls-connect, starttls-failure, starttls-success):
20212         New variables.
20213         (starttls-program, starttls-extra-args): Doc fix.
20214         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20215         New functions.
20216         (starttls-negotiate, starttls-open-stream):
20217         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20218         function if it is set.
20219
20220 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20223         structured fields.
20224
20225 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20228
20229 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20230
20231         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20232         Add variable.
20233         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20234         assigning the spam-mark to new messages.
20235
20236 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20237
20238         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20239
20240 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20243
20244         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20245         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20246         default.
20247
20248 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20249
20250         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20251         correct data.
20252
20253 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20254
20255         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20256         (spam-group-processor-p): Fix function.
20257         (spam-group-processor-multiple-p)
20258         (spam-group-spam-processor-report-gmane-p)
20259         (spam-group-spam-processor-report-resend-p)
20260         (spam-group-spam-processor-bogofilter-p)
20261         (spam-group-spam-processor-blacklist-p)
20262         (spam-group-spam-processor-ifile-p)
20263         (spam-group-ham-processor-ifile-p)
20264         (spam-group-spam-processor-spamoracle-p)
20265         (spam-group-spam-processor-crm114-p)
20266         (spam-group-ham-processor-bogofilter-p)
20267         (spam-group-spam-processor-stat-p)
20268         (spam-group-ham-processor-stat-p)
20269         (spam-group-ham-processor-whitelist-p)
20270         (spam-group-ham-processor-BBDB-p)
20271         (spam-group-ham-processor-spamoracle-p)
20272         (spam-group-ham-processor-copy-p): Remove functions with some
20273         prejudice against unneeded code.
20274         (spam-report-articles-resend)
20275         (spam-report-resend-register-routine): Allow the group/topic
20276         spam-resend-to value to override spam-report-resend-to.
20277         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20278         properly now.
20279
20280         * gnus.el (spam-resend-to): Add group/topic parameter.
20281         (spam-process): Move the OBSOLETE processors to the end of the
20282         choices.
20283
20284 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20285
20286         * spam-report.el (spam-report-resend-to, spam-report-resend):
20287         Start with resend-to set to nil, and then ask the user if necessary.
20288         (spam-report-resend): spam-report-resend takes a list of articles, not
20289         separate article numbers.
20290
20291 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20294         addition to emacs-w3m.
20295
20296 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20297
20298         * assistant.el (assistant-authinfo-data): New function.
20299         (assistant-eval): Eval for entire assistant.
20300
20301         * netrc.el (netrc-services-file): New variable.
20302         (netrc-parse-services): New function.
20303         (netrc-find-service-name): New function.
20304         (netrc-find-service-number): New function.
20305         (netrc-port-equal): New function.
20306         (netrc-machine): Use it.
20307
20308         * nnimap.el (nnimap-open-connection): Use netrc.
20309
20310         * gnus-util.el (gnus-netrc-get): Remove aliases.
20311
20312         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20313
20314         * assistant.el (wid-edit): Fix compilation.
20315
20316         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20317
20318 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20319
20320         * gnus-util.el (gnus-set-file-modes): New function.  (small
20321         patch).
20322
20323 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20324
20325         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20326
20327         * assistant.el (assistant-render-node): Fix up rendering and
20328         read-only text.
20329         (assistant-render-node): Reset.
20330         (assistant-make-read-only): Not sticky.
20331
20332 2004-05-20  Danny Siu  <dsiu@adobe.com>
20333
20334         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20335         centered even when gnus-auto-center-summary is t.
20336
20337 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20338
20339         * dns.el (dns-get-txt-answer): New function.
20340         (dns-read-txt): Ditto.
20341         (query-dns): Use it.
20342
20343 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20344
20345         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20346         active for foreign groups even if the group level is higher than
20347         the specified value.
20348
20349 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20352         non-active groups.
20353
20354         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20355
20356 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20357
20358         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20359
20360 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20361
20362         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20363         (spam-crm114-header, spam-crm114-spam-switch)
20364         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20365         (spam-crm114-positive-spam-header)
20366         (spam-crm114-database-directory, spam-list-of-processors)
20367         (spam-group-spam-processor-crm114-p)
20368         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20369         (spam-generic-score, spam-list-of-checks)
20370         (spam-list-of-statistical-checks, spam-registration-functions)
20371         (spam-check-crm114-headers, spam-crm114-score)
20372         (spam-check-crm114, spam-crm114-register-with-crm114)
20373         (spam-crm114-register-spam-routine)
20374         (spam-crm114-unregister-spam-routine)
20375         (spam-crm114-register-ham-routine)
20376         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20377         From asjo@koldfront.dk (Adam Sjøgren).
20378
20379         * gnus.el: Add spam-use-crm114.
20380
20381         * spam.el (spam-list-of-processors, spam-registration-functions):
20382         Add spam-use-resend.
20383         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20384         (spam-report-articles-gmane): Add doc fix.
20385         (spam-report-articles-resend, spam-report-resend-register-routine):
20386         Add wrappers around spam-report-resend-to.
20387
20388         * spam-report.el (spam-report-resend-to, spam-report-resend):
20389         Add support for resending spam.
20390         (spam-report-gmane): Fix line length >80.
20391
20392         * gnus.el (spam-process): Add spam-use-resend.
20393
20394 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20395
20396         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20397         number of processed spam messages.
20398         (spam-ham-copy-or-move-routine): Return the number of processed
20399         ham messages.
20400         (spam-summary-prepare-exit): Use the above values to decide
20401         whether status messages shouled be displayed.
20402
20403 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20406         `rfc2047-encoding-function-alist' in order to avoid conflicting
20407         with the old version.
20408         (rfc2047-encode-region): Concatenate words containing non-ASCII
20409         characters in structured fields; don't encode space-delimited
20410         ASCII words even in unstructured fields; don't break words at
20411         char-category boundaries.
20412         (rfc2047-encode-1): New function.
20413         (rfc2047-encode): Use it; encode text so that it occupies the
20414         maximum width within 76-column; work correctly on Q encoding for
20415         iso-2022-* charsets.
20416         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20417         sure not to break a line just after the header name.
20418         (rfc2047-b-encode-region): Remove.
20419         (rfc2047-b-encode-string): New function.
20420         (rfc2047-q-encode-region): Remove.
20421         (rfc2047-q-encode-string): New function.
20422
20423         * mm-util.el (mm-replace-in-string): New function.
20424
20425 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20426
20427         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20428         Really get it right.
20429         (gnus-inews-make-draft): Really.
20430
20431 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20432
20433         * nnmh.el (nnmh-request-list-1): Don't check the link count
20434         before descending.  (small patch)
20435
20436 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437
20438         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20439         stuff.
20440
20441         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20442         Match on real group name.
20443
20444         * gnus-art.el (gnus-signature-limit): Doc fix.
20445
20446         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20447
20448         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20449
20450 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20451
20452         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20453         isn't a string.
20454
20455 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20456
20457         * gnus-draft.el (gnus-draft-send):
20458         Bind rfc2047-encode-encoded-words.
20459
20460         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20461         (rfc2047-encodable-p): Say that =? needs encoding.
20462         (rfc2047-encode-encoded-words): New variable.
20463
20464         * gnus-group.el (gnus-group-select-group): Doc fix.
20465
20466         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20467
20468         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20469         to nil.
20470
20471         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20472
20473         * nnheader.el (nnheader-get-lines-and-char): New function.
20474
20475 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20476
20477         * gnus-msg.el (gnus-summary-followup-with-original):
20478         Document yanking of region when active.
20479
20480 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20483         groups if the group level is higher than the specified value.
20484
20485 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20488         (gnus-group-jump-to-group): Add prefix argument using
20489         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20490         non-active group.
20491
20492         * compface.el (uncompface): Be verbose when changing
20493         `uncompface-use-external'.
20494
20495         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20496         handle manual section.
20497
20498 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20499
20500         * gnus-art.el (gnus-button-alist): Revert previous change.
20501
20502 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20503
20504         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20505
20506 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20507
20508         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20509         whether backend can accept message.
20510
20511         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20512
20513 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20514
20515         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20516         Avoid creating directory when nntp-marks-is-evil is true.
20517         Reported by Reiner Steib.
20518
20519 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20520
20521         * gnus-picon.el (gnus-picon-style): New variable.
20522         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20523         (gnus-picon-transform-address): Support `gnus-picon-style'.
20524         From Jesper Harder <harder@ifa.au.dk>.
20525
20526 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20527
20528         * message.el (message-fill-field): Return point.
20529         (message-generate-headers): Go to end of field.
20530
20531         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20532         stuff for non-living groups.
20533
20534 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * gnus-art.el (gnus-article-followup-with-original)
20537         (gnus-article-reply-with-original): gnus-mark-active-p ->
20538         gnus-region-active-p.
20539
20540 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20541
20542         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20543         only when there is spam or ham to be processed.
20544
20545 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20546
20547         * mail-source.el (mail-source-delete-crash-box): Refactor.
20548         (mail-source-fetch): Use it.
20549         (mail-source-fetch-file): Ditto.
20550         (mail-source-fetch-directory): Run postscript in loop.
20551         (mail-source-fetch-pop): Delete.
20552         (mail-source-fetch-maildir): Ditto.
20553         (mail-source-fetch-imap): Ditto.
20554
20555         * imap.el (imap-authenticators): Comment out sasl.
20556
20557         * message.el (message-skip-to-next-address): New function.
20558         (message-fill-header-address): Refactor.
20559         (message-fill-address): Use it.
20560         (message-delete-address): Use it.
20561         (message-fill-header-general): Refactor.
20562         (message-fill-field-address): Rename.
20563         (message-narrow-to-field): Find the start of the header.
20564         (message-header-format-alist): Don't pre-fill.
20565         (message-fill-header): Remove.
20566         (message-insert-header): New function.
20567         (message-shorten-references): Use it.
20568
20569         * rfc2047.el (rfc2047-field-value): Strip props.
20570
20571         * mail-parse.el (mail-header-make-address): New alias.
20572
20573         * ietf-drums.el (ietf-drums-make-address): New function.
20574
20575         * imap.el: Add compiler directives.
20576
20577         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20578
20579         * gnus-art.el (article-decode-idna-rhs): Don't use
20580         message-idna-inside-rhs-p.
20581
20582 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20583
20584         * message.el (message-idna-inside-rhs-p): Remove.
20585         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20586
20587         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20588         false positives.
20589
20590 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20591
20592         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20593
20594 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20595
20596         * nneething.el (nneething-file-name): Don't create spurious
20597         files.
20598
20599         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20600         (gnus-inews-do-gcc): Remove sleep.
20601
20602         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20603         part under point.
20604
20605         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20606         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20607
20608 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20609
20610         * spam.el (spam-summary-prepare-exit): Fix (length).
20611
20612 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20613
20614         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20615         as expired without moving it" message when there are spam
20616         messages left.
20617
20618 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20619
20620         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20621         header is not nil.
20622
20623 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20624
20625         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20626         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20627         (nntp-marks-changed-p): New arg SERVER.
20628         (nntp-request-update-info): Adjust caller.
20629
20630 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20631
20632         * nntp.el (nntp-save-marks): Pass missing arg.
20633
20634 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20635
20636         * nntp.el: Support marks.
20637         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20638         (nntp-marks-modtime, nntp-marks-directory): New variables.
20639         (nntp-request-set-mark, nntp-request-update-info)
20640         (nntp-possibly-create-directory, nntp-marks-changed-p)
20641         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20642         New functions.
20643
20644 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20645
20646         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20647         (gnus-xmas-redefine): Rename.
20648
20649         * gnus-score.el (gnus-score-insert-help):
20650         Use gnus-select-lowest-window.
20651
20652         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20653         appt-select-lowest-window and rename to gnus-select-lowest-window.
20654
20655         * gnus.el: do.
20656
20657 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20658
20659         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20660         encodings of MIME-encoded words, in order to improve
20661         interoperability with several broken MUAs.
20662
20663 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20664
20665         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20666         tags, only when charsets are not specified in headers.
20667         (mm-inline-text-html-render-with-w3m): Ditto.
20668
20669         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20670         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20671
20672 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20673
20674         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20675         instead of MIME-decoded from fields when checking
20676         `gnus-article-address-banner-alist'.
20677
20678 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20679
20680         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20681         description rather than subject.
20682
20683 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20684
20685         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20686
20687 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20688
20689         * gnus.el (gnus-version-number): Bump.
20690
20691 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20692
20693         * gnus.el: No Gnus v0.2 is released.
20694
20695 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20696
20697         * gnus-agent.el (gnus-agent-read-agentview):
20698         Inline gnus-uncompress-range.
20699
20700 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20701
20702         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20703         `exec-installed-p'.
20704
20705 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20706
20707         * gnus.el (spam-process, spam-autodetect-methods):
20708         Add bsfilter and bsfilter-headers.
20709
20710         * spam.el (spam-bsfilter): New customize group.
20711         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20712         (spam-bsfilter-header, spam-bsfilter-probability-header)
20713         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20714         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20715         (spam-bsfilter-database-directory): New options.
20716         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20717         (spam-list-of-statistical-checks, spam-registration-functions):
20718         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20719         (spam-bsfilter-score): New command.
20720         (spam-check-bsfilter-headers, spam-check-bsfilter)
20721         (spam-bsfilter-register-with-bsfilter)
20722         (spam-bsfilter-register-spam-routine)
20723         (spam-bsfilter-unregister-spam-routine)
20724         (spam-bsfilter-register-ham-routine)
20725         (spam-bsfilter-unregister-ham-routine): New functions.
20726         (spam-generic-score): Support bsfilter; Accept an optional argument
20727         to recalcurate spam score even if scoring header has already been
20728         added.
20729         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20730         optional argument to recalcurate spam score even if scoring header
20731         has already been added.
20732
20733 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20736         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20737         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20738         link is missing.
20739
20740 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20741
20742         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20743         (html2text-get-attr): Rewrite.
20744
20745         * message.el (message-setup-1): Remove redundant put-text-property
20746         on mail-header-separator.
20747
20748 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20749
20750         * gnus-registry.el (gnus-registry-cache-whitespace)
20751         (gnus-registry-action, gnus-registry-spool-action)
20752         (gnus-registry-split-fancy-with-parent): Change message levels
20753         from 5 to 3 or 7, as needed.
20754
20755         * spam.el (spam-summary-prepare-exit)
20756         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20757         (spam-split, spam-find-spam, spam-log-undo-registration)
20758         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20759         level from 5 to 6.
20760
20761 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20764         2004-03-04 change).
20765
20766 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20767
20768         * sieve-manage.el (sieve-manage-open):
20769         * nnweb.el (nnweb-insert-html):
20770         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20771         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20772         * nnspool.el (nnspool-request-group):
20773         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20774         * nnml.el (nnml-request-update-info):
20775         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20776         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20777         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20778         (nnimap-request-set-mark):
20779         * nnfolder.el (nnfolder-request-update-info):
20780         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20781         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20782         * gnus-uu.el (gnus-uu-find-articles-matching):
20783         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20784         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20785         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20786         * gnus-nocem.el (gnus-nocem-scan-groups):
20787         * gnus-int.el (gnus-start-news-server):
20788         * gnus-group.el (gnus-group-make-kiboze-group)
20789         (gnus-group-browse-foreign-server):
20790         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20791         Use mapc when appropriate.
20792
20793 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20794
20795         FIXME: Make separate entries for each person.
20796
20797         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20798         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20799         <shields@msrl.com>:
20800
20801         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20802         may need for spam sorting and scoring.
20803         (spam-user-format-function-S): Add user format function suitable for
20804         general use.
20805         (spam-article-sort-by-spam-status): Add sorting function for summary
20806         sorting.
20807         (spam-extra-header-to-number): Add function to get a score from a
20808         header.
20809         (spam-summary-score): Add function to get a numeric score from the
20810         headers.
20811         (spam-generic-score): Fix function doc, was in wrong place.
20812         (spam-initialize): Take symbols when it's run, and install the
20813         extra headers that spam-necessary-extra-headers thinks we need.
20814
20815 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20816
20817         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20818         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20819
20820 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20821
20822         * gnus-sum.el (gnus-set-global-variables)
20823         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20824         (gnus-article-get-xrefs, gnus-summary-best-group)
20825         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20826         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20827         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20828         Use with-current-buffer.
20829
20830 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20831
20832         * spam.el (spam-summary-prepare-exit): Simplify logic.
20833         (spam-fetch-article-header): Read the article header if it's not
20834         available.
20835         (spam-list-articles): Simplify logic.
20836         (spam-filelist-register-routine): Fix bug with unregister-list.
20837
20838         * gnus-registry.el: Fix comments at beginning.
20839
20840 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20841
20842         * message.el (message-cater-to-broken-inn): Remove.
20843         (message-shorten-references): Make sure the total folded length of
20844         References is shorter than 998 characters to cater to a bug in INN
20845         2.3.  Also, don't pretend that references aren't folded -- this
20846         hasn't worked for a while.
20847
20848 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20849
20850         * gnus-agent.el (gnus-agentize):
20851         gnus-agent-send-mail-real-function no longer set to current value
20852         of message-send-mail-function but rather a lambda that calls
20853         message-send-mail-function.  The change makes the agent real-time
20854         responsive to user changes to message-send-mail-function.
20855
20856 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20857
20858         * legacy-gnus-agent.el
20859         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20860         help from Florian Weimer <fw@deneb.enyo.de>
20861
20862 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * nnmail.el (nnmail-cache-insert): Revert last change.
20865
20866 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * nnmail.el (nnmail-cache-insert): Always check whether
20869         nnmail-cache-ignore-groups matches a group name.
20870
20871 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20872
20873         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20874         (spam-find-spam, spam-log-processing-to-registry)
20875         (spam-log-registered-p, spam-log-unregistration-needed-p)
20876         (spam-log-undo-registration): Use gnus-message instead of
20877         gnus-error, none of these errors are fatal.
20878
20879         * gnus-registry.el (gnus-registry-clean-empty-function)
20880         (gnus-registry-clean-empty): Remove only empty entries without
20881         extra data.
20882
20883 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20884
20885         * spam-stat.el (spam-stat-buffer-change-to-spam)
20886         (spam-stat-buffer-change-to-non-spam): Change (error) to
20887         (gnus-message 8) invocation.
20888
20889 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20890
20891         * nntp.el (nntp-via-netcat-command): New variable.
20892         (nntp-via-netcat-switches): New variable.
20893         (nntp-open-via-rlogin-and-netcat): New function.
20894         (nntp-open-connection-function): Doc fix.
20895         (nntp-telnet-command): Doc fix.
20896         (nntp-end-of-line): Doc fix.
20897         (nntp-via-rlogin-command): Doc fix.
20898         (nntp-via-user-name): Doc fix.
20899         (nntp-via-address): Doc fix.
20900
20901 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20902
20903         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20904         error in Emacs 21.1.
20905
20906 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20907
20908         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20909
20910 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20911
20912         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20913         (gnus-agent-with-refreshed-group): New macro.
20914         (gnus-agent-rename-group): New function.
20915         (gnus-agent-delete-group): New function.
20916         (gnus-agent-save-group-info): Use gnus-command-method when
20917         `method' parameter is nil.  Don't write nil entries into the
20918         active file.
20919         (gnus-agent-get-group-info): New function.
20920         (gnus-agent-fetch-articles):
20921         Use gnus-agent-update-files-total-fetched-for to increment disk space
20922         used.
20923         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20924         Use gnus-agent-update-view-total-fetched-for to increment disk space
20925         used.
20926         (gnus-agent-get-local): Add optional parameters to avoid calling
20927         gnus-group-real-name and gnus-find-method-for-group.
20928         (gnus-agent-set-local): Delete stored entry if either min, or max,
20929         are nil.
20930         (gnus-agent-fetch-session): Reworded error/quit messages.
20931         On quit, use gnus-agent-regenerate-group to record existance of any
20932         articles fetched to disk before the quit occurred.
20933         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20934         gnus-agent-update-view-total-fetched-for, and
20935         gnus-agent-update-files-total-fetched-for to decrement disk space
20936         used.
20937         (gnus-agent-retrieve-headers):
20938         Use gnus-agent-update-view-total-fetched-for to increment disk space
20939         used.
20940         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20941         with gnus-agent-update-files-total-fetched-for to decrement disk
20942         space and fresh group buffer.
20943         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20944         (gnus-agent-need-update-total-fetched-for): New variable.
20945         (gnus-agent-update-files-total-fetched-for): New function.
20946         (gnus-agent-update-view-total-fetched-for): New function.
20947         (gnus-agent-total-fetched-for): New function.
20948
20949         * gnus-cache.el (gnus-cache-save-buffers):
20950         Use gnus-cache-update-overview-total-fetched-for to change disk space
20951         used by this group.
20952         (gnus-cache-possibly-enter-article):
20953         Use gnus-cache-update-file-total-fetched-for to increment disk space
20954         used by this group.
20955         (gnus-cache-possibly-remove-article):
20956         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20957         used by this group.
20958         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20959         (gnus-cache-rename-group): New function.
20960         (gnus-cache-delete-group): New function.
20961         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20962         (gnus-cache-need-update-total-fetched-for): New variable.
20963         (gnus-cache-with-refreshed-group): New macro.
20964         (gnus-cache-update-file-total-fetched-for): New function.
20965         (gnus-cache-update-overview-total-fetched-for): New function.
20966         (gnus-cache-rename-group-total-fetched-for): New function.
20967         (gnus-cache-delete-group-total-fetched-for): New function.
20968         (gnus-cache-total-fetched-for): New function.
20969
20970         * gnus-group.el: Require gnus-sum and autoload functions to
20971         resolve warnings when gnus-group.el compiled alone.
20972         (gnus-group-line-format): Documented new %F.
20973         (size of Fetched data) group line format; identifies disk space
20974         used by agent and cache.
20975         (gnus-group-line-format-alist): Defined new F format.
20976         (gnus-total-fetched-for): New function.
20977         (gnus-group-delete-group): No longer update
20978         gnus-cache-active-altered as gnus-request-delete-group now keeps
20979         the cache in sync.
20980         (gnus-group-list-active): Let the agent store a server's active
20981         list if currently plugged.
20982
20983         * gnus-int.el (gnus-request-delete-group):
20984         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20985         local disk in sync with the server.
20986         (gnus-request-rename-group):
20987         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20988         local disk in sync with the server.
20989
20990         * gnus-start.el (gnus-get-unread-articles):
20991         Cosmetic simplification to logic.
20992
20993         * gnus-util.el (gnus-rename-file): New function.
20994
20995 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20996
20997         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20998
20999 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21000
21001         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21002         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21003
21004 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21005
21006         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21007         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21008
21009 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21010
21011         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21012
21013 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21014
21015         * spam.el (spam-set-difference): Add function to replace
21016         gnus-set-difference in spam.el.
21017         (spam-summary-prepare-exit): Use spam-set-difference.
21018
21019 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21020
21021         * gnus-registry.el (gnus-registry-cache-file): Update to use
21022         gnus-dribble-directory OR gnus-home-directory OR ~.
21023         (gnus-registry-split-fancy-with-parent): Fix doc.
21024
21025 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * message.el (message-exchange-point-and-mark):
21028         Use message-mark-active-p.  Suggested by Jesper Harder
21029         <harder@ifa.au.dk>.
21030
21031 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21032
21033         * message.el (message-exchange-point-and-mark): Don't activate
21034         region if it was inactive.  Suggested by Hiroshi Fujishima
21035         <pooh@nature.tsukuba.ac.jp>.
21036
21037 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21038
21039         * gnus-art.el (article-display-face): Display Faces in the same
21040         order as X-Faces.
21041
21042 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21045
21046 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21047
21048         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21049         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21050         (gnus-article-mime-hierarchy): Remove.
21051         (gnus-article-mime-hierarchy-next): Remove.
21052         (gnus-article-mode): Revert 2004-03-19 change.
21053         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21054         (gnus-insert-mime-button): Revert 2004-03-19 change.
21055         (gnus-mime-accumulate-hierarchy): Remove.
21056         (gnus-mime-enter-multipart): Remove.
21057         (gnus-mime-leave-multipart): Remove.
21058         (gnus-mime-display-part): Revert 2004-03-19 change.
21059         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21060
21061         * mml.el (mml-preview): Revert 2004-03-19 change.
21062
21063 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21064
21065         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21066
21067 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21068
21069         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21070         t while entering a file name using the mm-with-multibyte macro.
21071         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21072
21073         * mm-util.el (mm-with-multibyte): New macro.
21074
21075 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21078         New user option.
21079         (gnus-mime-multipart-functions): Doc and customization fix.
21080         (gnus-article-mime-hierarchy): New variable.
21081         (gnus-article-mime-hierarchy-next): New variable.
21082         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21083         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21084         gnus-article-mime-hierarchy-next to nil.
21085         (gnus-insert-mime-button): Show hierarchy numbers.
21086         (gnus-mime-accumulate-hierarchy): New function.
21087         (gnus-mime-enter-multipart): New function.
21088         (gnus-mime-leave-multipart): New function.
21089         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21090         (gnus-mime-display-alternative): Show hierarchy numbers.
21091
21092         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21093         gnus-article-mime-hierarchy-next to nil.
21094
21095 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21096
21097         * dns.el: Don't require gnus-xmas.
21098
21099 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21100
21101         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21102         inline PGP.
21103         (mml-menu): Disable mml-quote-region if mark is inactive.
21104
21105 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21108         when the group's active is not available.
21109
21110 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21113         error.
21114
21115 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21116
21117         * imap.el (imap-store-password): New variable.
21118         (imap-interactive-login): Use it.
21119         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21120
21121 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21122
21123         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21124         window-start and hscroll to summary window.
21125
21126 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21127
21128         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21129         conversion message to newsrc-dribble when an actual conversion is
21130         performed.
21131
21132 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21133
21134         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21135
21136 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * mm-decode.el (mm-complicated-handles): New function reviving
21139         former definition of mm-multiple-handles.
21140
21141         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21142         (gnus-mime-delete-part): Use it.
21143
21144 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21145
21146         * gnus-agent.el (gnus-agent-read-local):
21147         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21148         avoid the implicit assumption that they will always be equal.
21149         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21150         coding-system-for-write, as the with-temp-file macro first prints
21151         to a buffer then saves the buffer.
21152
21153 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21154
21155         * gnus-art.el (gnus-article-edit-part): New function.
21156         (gnus-mime-save-part-and-strip): Use it; do query instead of
21157         signaling an error; don't use mm-multiple-handles.
21158         (gnus-mime-delete-part): Ditto.
21159
21160 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21161
21162         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21163         old file versions.
21164         (gnus-group-prepare-hook): Remove function that converted list
21165         form of gnus-agent-expire-days to group properties.
21166
21167         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21168         (gnus-request-accept-article): Re-indented.
21169
21170         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21171         converters to handle old agent file formats.  Add logic for a
21172         "backup before upgrading warning".
21173         (gnus-convert-mark-converter-prompt): Developers can mark
21174         functions as needing (default), or not needing,
21175         gnus-convert-old-newsrc's "backup before upgrading warning".
21176         (gnus-convert-converter-needs-prompt): Tests whether the user
21177         should be protected from potentially irreversable changes by the
21178         function.
21179
21180         * legacy-gnus-agent.el: New.  Provides converters that are only
21181         loaded when gnus-convert-old-newsrc needs to call them.
21182
21183 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * mail-source.el (mail-source-touch-pop): Doc fix.
21186
21187         * message.el (message-smtpmail-send-it): Doc fix.
21188
21189 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21190
21191         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21192
21193         * nnmail.el (nnmail-split-fancy): do.
21194
21195         * gnus-kill.el (gnus-kill, gnus-execute): do.
21196
21197 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21198
21199         * gnus-sum.el (gnus-widget-reversible-match)
21200         (gnus-widget-reversible-to-internal)
21201         (gnus-widget-reversible-to-external): New functions.
21202         (gnus-widget-reversible): New widget.
21203         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21204
21205 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21206
21207         * gnus-sum.el (gnus-thread-sort-functions)
21208         (gnus-article-sort-functions): Document `(not F)' items.
21209
21210 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21211
21212         * spam.el (spam-use-gmane-xref): Add new backend.
21213         (spam-gmane-xref-spam-group): Add variable to control the name of the
21214         Gmane spam group.
21215         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21216         (spam-regex-headers-spam, spam-regex-headers-ham)
21217         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21218         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21219         backends and checks.
21220         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21221
21222         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21223         an autodetect method.
21224
21225 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21226
21227         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21228         articles are being added to a group.
21229         (gnus-request-replace-article): Inform the agent that articles
21230         need to be uncached as the cached contents are no longer valid.
21231
21232 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21233
21234         * binhex.el: Don't autoload executable-find.
21235
21236         * canlock.el: Don't autoload mail-fetch-field.
21237
21238         * dgnushack.el: Autoload c-mode for XEmacs.
21239
21240         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21241
21242         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21243         rmail-dont-reply-to and rmail-output.
21244
21245         * gnus-score.el: Don't autoload ffap-string-at-point.
21246
21247         * gnus-setup.el: Don't autoload sc-cite-original.
21248
21249         * imap.el: Don't autoload base64-decode-string,
21250         base64-encode-string and md5.
21251
21252         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21253         and rmail-msg-restore-non-pruned-header.
21254
21255         * mm-decode.el: Don't autoload executable-find.
21256
21257         * mm-url.el: Don't autoload executable-find.
21258
21259         * mm-view.el: Don't autoload diff-mode.
21260
21261         * nndb.el: Don't autoload news-reply-mode, news-setup,
21262         cancel-timer and telnet.
21263
21264         * password.el: Don't autoload run-at-time for Emacs.
21265
21266         * sha1-el.el: Don't autoload executable-find.
21267
21268         * sieve-mode.el: Don't autoload c-mode.
21269
21270         * uudecode.el: Don't autoload executable-find.
21271
21272 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21273
21274         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21275         (gnus-agent-possibly-alter-active): Avoid null in numeric
21276         comparison.
21277         (gnus-agent-set-local): Refuse to save null in local object table.
21278         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21279         list of articles that will be marked as unread.
21280
21281 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21284
21285 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21286
21287         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21288         language tags.
21289
21290 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21291
21292         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21293         Don't bind "obarray".
21294
21295         * gnus-sum.el (gnus-thread-sort-functions):
21296         Add `gnus-thread-sort-by-most-recent-number' and
21297         `gnus-thread-sort-by-most-recent-date'.
21298         Reported by Kai Grossjohann <kai@emptydomain.de>.
21299
21300 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21303
21304 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21305
21306         * gnus-cus.el (gnus-agent-customize-category):
21307         Remove ignore-errors macro reference that required cl to be loaded at
21308         run-time.
21309
21310         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21311         single-interval range of the form (min . max).  Previously the
21312         range had to look like ((min . max)).  Likewise, return
21313         (min . max) rather than ((min . max)).
21314         (gnus-range-map): Use gnus-range-normalize to accept
21315         single-interval range.
21316
21317         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21318         the cache, but not the agent, now appear with their usual face.
21319
21320         * dgnushack.el (loaddir): New variable that is bound to the
21321         directory containing the dgnushack.el file. Use loaddir, rather
21322         than srcdir, to update load-path. Change lets dgnushack compile
21323         code in directories other than GNUS/lisp.
21324
21325 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21326
21327         * lpath.el: Don't bind w3m-safe-url-regexp.
21328
21329         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21330         w3m-safe-url-regexp variable buffer-local.
21331
21332         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21333
21334 2004-02-27  Simon Josefsson  <jas@extundo.com>
21335
21336         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21337         gnus-group-real-prefix.
21338         (gnus-summary-move-article): Use it, instead of
21339         gnus-group-real-prefix.
21340
21341 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21342
21343         * lpath.el: Bind w3m-safe-url-regexp.
21344
21345         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21346         w3m-safe-url-regexp variable buffer-local and set it as the value
21347         of mm-w3m-safe-url-regexp.
21348
21349         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21350
21351         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21352         parsing gnus-posting-styles when the message is not for replying.
21353
21354         * dgnushack.el: Autoload sgml-mode for XEmacs.
21355
21356         * nnrss.el (nnrss-opml-export):
21357         Use mm-set-buffer-file-coding-system instead of
21358         set-buffer-file-coding-system.
21359
21360 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21361
21362         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21363         of checkdoc.el).
21364         * nnrss.el: do.
21365         * gnus-mlspl.el: do.
21366         * gnus-ml.el: do.
21367         * gnus-srvr.el: do.
21368
21369         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21370
21371 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21372
21373         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21374         Corrections to custom-manual links.
21375
21376         * gnus-art.el (gnus-article): Ditto.
21377
21378         * mm-decode.el (mime-display, mime-security): Ditto.
21379
21380 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21381
21382         * flow-fill.el: Typo.
21383
21384 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21385
21386         * spam-wash.el: New file.
21387
21388 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21389
21390         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21391
21392 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21393
21394         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21395         to be run with new-articles as LIST1, not LIST2.
21396         (spam-registration-functions): Add spam-use-ham-copy as a nil
21397         registration backend.
21398
21399 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21400
21401         * spam-stat.el (spam-stat-washing-hook): New option.
21402         (spam-stat-buffer-words): Use it.
21403         (spam-stat-process-directory, spam-stat-test-directory):
21404         Use insert-file-contents-literally.
21405         (spam-stat-coding-system): New variable.
21406         (spam-stat-load, spam-stat-save): Use it.
21407
21408 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21409
21410         * spam-report.el (spam-report-plug-agent):
21411         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21412
21413 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21414
21415         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21416         Allow / in mailto URLs.
21417
21418 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21419
21420         * spam-report.el (spam-report-process-queue): Fix interactive use.
21421         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21422         (spam-report-unplug-agent): Doc fixes.
21423         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21424         (spam-report-agentize, spam-report-deagentize): Autoload.
21425
21426 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21427
21428         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21429
21430         * message.el (message-setup-fill-variables): Add mml tags to
21431         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21432         <ajk@iu.edu>.
21433         (message-mode): Don't modify paragraph-separate there.
21434
21435 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * compface.el (uncompface-use-external): Default to undecided.
21438         (uncompface-use-external-threshold): New variable.
21439         (uncompface-float-time): New macro.
21440         (uncompface): Determine whether to use the external decoder if
21441         uncompface-use-external is undecided.
21442
21443 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21444
21445         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21446         after images.
21447
21448         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21449
21450 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21451
21452         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21453
21454         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21455
21456         * gnus-sum.el (gnus-summary-limit-to-age)
21457         (gnus-summary-limit-children): do.
21458
21459         * gnus-int.el (gnus-request-scan): do.
21460
21461         * gnus-group.el (gnus-group-suspend): do.
21462
21463         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21464
21465         * gnus-cite.el (gnus-cite-parse-attributions): do.
21466
21467         * gnus-agent.el (gnus-summary-set-agent-mark)
21468         (gnus-agent-regenerate-group): do.
21469
21470         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21471
21472         * binhex.el (binhex-decode-region-internal): do.
21473
21474 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21475
21476         * gnus-fun.el (gnus-face-properties-alist): New user option.
21477         (gnus-display-x-face-in-from): Use it.
21478
21479         * gnus-art.el (article-display-face): Ditto.
21480
21481         * compface.el (uncompface-use-external): Default to nil.
21482
21483 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21484
21485         * nntp.el (nntp-erase-buffer): New function.
21486         (nntp-retrieve-data, nntp-send-command)
21487         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21488         (nntp-possibly-change-group): Use it.
21489
21490         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21491         Use with-current-buffer.
21492
21493 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21494
21495         * compface.el: Merge the ELisp-based uncompface program.
21496         (compface): New customization group.
21497         (uncompface-use-external): New user option.
21498         (uncompface): Call uncompface-internal if uncompface-use-external
21499         is nil.
21500         (uncompface-internal): New function.  Note that there are also
21501         some other functions and variables added for this function.
21502
21503 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21504
21505         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21506         if necessary.
21507
21508 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21509
21510         * spam-report.el (spam-report-unplug-agent)
21511         (spam-report-plug-agent, spam-report-deagentize)
21512         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21513         Add support for the Agent in spam-report: when unplugged, report to a
21514         file; when plugged, submit all the requests.
21515
21516         * spam.el (spam-register-routine): Fix message about
21517         registration.
21518
21519 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21520
21521         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21522         dependencies.
21523         (rfc2047-encode): Use it.
21524
21525         * gnus-art.el (gnus-button-marker-list): Move before first
21526         reference.
21527
21528         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21529         (imap-parse-body): Fix format string mismatch.
21530
21531         * gnus-score.el (gnus-summary-increase-score): do.
21532
21533         * nnrss.el (nnrss-close): New function.
21534
21535 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21536
21537         * nnrss.el (nnrss-make-filename): New function.
21538         (nnrss-request-delete-group, nnrss-read-server-data)
21539         (nnrss-save-server-data, nnrss-read-group-data)
21540         (nnrss-save-group-data): Use it.
21541         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21542         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21543         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21544
21545 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21546
21547         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21548
21549 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21550
21551         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21552         files.
21553
21554         * message.el (message-generate-headers-first): Don't quote nil
21555         and t in docstrings.
21556
21557         * imap.el (imap-id): do.
21558
21559         * gnus-agent.el (gnus-agent-consider-all-articles)
21560         (gnus-agent-queue-mail): do.
21561
21562 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21563
21564         * spam-report.el (spam-report-process-queue): New function.
21565         Process requests from `spam-report-requests-file'.
21566         (spam-report-process-queue): Doc fix.
21567
21568 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21569
21570         * spam.el (spam-register-routine)
21571         (spam-log-processing-to-registry, spam-log-registered-p)
21572         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21573         Change "check" to "spam-check" for semi-clarity.
21574
21575 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21576
21577         * pop3.el: Require nnheader.
21578
21579         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21580
21581         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21582
21583         * gnus-picon.el: Require cl.
21584
21585         * gnus-fun.el: Require gnus-ems and gnus-util.
21586
21587         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21588
21589         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21590
21591         * gnus-art.el (gnus-article-edit-mode): Define before first
21592         reference.
21593
21594 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21595
21596         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21597         (gnus-uu-post-encoded): Use point-at-bol.
21598
21599         * gnus-topic.el (gnus-group-active-topic-p): do.
21600
21601         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21602
21603         * gnus-group.el (gnus-group-kill-region): do.
21604
21605         * gnus-art.el (article-date-ut): do.
21606
21607         * message.el (message-fetch-field): Remove redundant
21608         case-fold-search binding.
21609         (message-narrow-to-field): Simplify.
21610
21611 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21612
21613         * spam.el (spam-directory): Derive from `gnus-directory'.
21614
21615         * spam-report.el (spam-report-url-to-file)
21616         (spam-report-requests-file): New function and variable for offline
21617         reporting.
21618         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21619         and user defined function.
21620         (spam-report-url-ping-mm-url): Remove doubled slash.
21621
21622 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21623
21624         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21625
21626 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21627
21628         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21629         Fix format string mismatch.
21630
21631         * sieve.el (sieve-deactivate-all): do.
21632
21633         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21634
21635         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21636
21637         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21638
21639         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21640
21641 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21642
21643         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21644         the list of checks.
21645
21646 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21647
21648         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21649         padding.
21650
21651 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21652
21653         * mm-view.el (mm-fill-flowed): New variable.
21654         (mm-inline-text): Use it.
21655
21656 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21657
21658         * spam.el (spam-spamassassin-register-ham-routine)
21659         (spam-spamassassin-register-spam-routine): Fix function names.
21660
21661 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21662
21663         * gnus.el (gnus-tmp-grouplens): Remove.
21664         (gnus-summary-line-format): Remove grouplens.
21665
21666         * gnus-group.el (gnus-group-line-format): Ditto.
21667
21668         * gnus-spec.el (gnus-format-specs): Ditto.
21669         (gnus-update-format-specifications): Flush the group format spec
21670         cache if there's the grouplens stuff.
21671         (gnus-parse-simple-format): Replace %l with the empty string.
21672
21673 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21674
21675         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21676         omission.
21677
21678 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21679
21680         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21681         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21682
21683 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21684
21685         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21686         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21687         New macros and functions.
21688         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21689         Handle > NLINK_MAX messages.
21690         * nnmaildir.el (nnmaildir-request-set-mark):
21691         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21692
21693 2004-01-25  Alex Schroeder  <alex@gnu.org>
21694
21695         * spam-stat.el (spam-stat-process-directory-age): New option.
21696         (spam-stat-process-directory): Use it.
21697
21698 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21699
21700         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21701         (spam-stat-save): Accept prefix argument.
21702
21703 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21704
21705         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21706         links" error.
21707
21708 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21711         the rest of the and/or forms.
21712
21713 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21714
21715         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21716         compatibility with old .newsrc.eld files.
21717
21718         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21719
21720         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21721
21722         * gnus-start.el (gnus-1): do.
21723
21724         * gnus-group.el (gnus-group-line-format-alist): do.
21725
21726         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21727
21728         * gnus-gl.el: Remove.
21729
21730 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21731
21732         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21733         marks consisting of a single range {for example, (3 . 5)} rather
21734         than a list of a single range { ((3 . 5)) }.
21735
21736 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21737
21738         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21739         Use with-current-buffer.
21740         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21741         avoid consing a string.
21742
21743         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21744         Remove obsolete entries for big5 and gb2312.
21745
21746 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21747
21748         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21749         uncompressed list.
21750
21751 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21752
21753         * spam-stat.el (spam-stat-strip-xref): New function.
21754         (spam-stat-process-directory): Use it.
21755
21756         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21757         here -- it's done in message-fetch-field.
21758
21759 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21760
21761         * gnus-agent.el (gnus-agent-queue-mail)
21762         (gnus-agent-prompt-send-queue): New variables.
21763         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21764         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21765         "nndraft:queue" along to gnus-draft-send.
21766         Use gnus-agent-prompt-send-queue.
21767         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21768         is "nndraft:queue".  Suggested by Gaute Strokkenes
21769         <gs234@srcf.ucam.org>
21770
21771         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21772         (agent-enable-undownloaded-faces): Add.
21773         (gnus-agent-cat-groups): Use eval-and-compile, not
21774         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21775         method of gnus-agent-cat-groups even when the buffer has been
21776         evaled.
21777         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21778         delete gnus-agent-save-active-1.
21779         (gnus-agent-save-groups): Delete.  Identical to
21780         gnus-agent-save-active.
21781         (gnus-agent-write-active): No longer adjust agent's copy of active
21782         file as agent's adjustments are now stored in their own
21783         file.  Remove optional parameter.
21784         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21785         servers.  Add use of min/max range limits from server's local
21786         file.
21787         (gnus-agent-save-alist): Remove unused optional argument.
21788         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21789         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21790         (gnus-agent-set-local): A per-server file that keeps min/max range
21791         limits for articles known to the agent.  Provides a fast mechanism
21792         for altering many active ranges.
21793         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21794         active file (local makes it unnecessary).
21795         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21796
21797         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21798         (agent-enable-undownloaded-faces): Add.
21799
21800         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21801         disable it when sending to "nndraft:queue".
21802         (gnus-group-send-queue): Add safety check to avoid sending queue
21803         when unplugged.
21804
21805         * gnus-group.el (gnus-group-catchup): Use new
21806         gnus-sequence-of-unread-articles, not
21807         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21808         numbers of articles.  Use gnus-range-map to avoid having to
21809         uncompress the unread list.
21810         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21811         Fix invalid ange-ftp reference.
21812
21813         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21814         (gnus-sorted-range-intersection): Intersection of two ranges
21815         without requiring that they first be uncompressed.
21816
21817         * gnus-start.el (gnus-activate-group): Unless blocked by the
21818         caller, possibly expand the active range to include both cached
21819         and agentized articles.
21820         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21821         multiple version-dependent converters.
21822         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21823         gnus-agent-save-active.
21824         (gnus-save-newsrc-file): Save dirty agent range limits.
21825
21826         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21827         gnus-agent-possibly-alter-active.
21828         (gnus-adjust-marked-articles): Faster handling of simple lists.
21829
21830 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21831
21832         * spam-stat.el (spam-stat-test-directory): New optional argument
21833         displays a list of files detected.  Suggested by Andrew Cohen
21834         <cohen@andy.bu.edu>.
21835         (spam-stat-buffer-words-with-scores): Don't narrow and change
21836         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21837
21838 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21839
21840         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21841         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21842         (spam-spamassassin-arguments)
21843         (spam-spamassassin-spam-flag-header)
21844         (spam-spamassassin-positive-spam-flag-header)
21845         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21846         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21847         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21848         (spam-list-of-processors, spam-list-of-checks)
21849         (spam-list-of-statistical-checks, spam-registration-functions)
21850         (spam-check-spamassassin-headers, spam-check-spamassassin)
21851         (spam-spamassassin-score)
21852         (spam-spamassassin-register-with-sa-learn)
21853         (spam-spamassassin-register-spam-routine)
21854         (spam-spamassassin-register-ham-routine)
21855         (spam-assassin-register-spam-routine)
21856         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21857         (spam-bogofilter-score): Fix to show article before scoring.
21858
21859 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21860
21861         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21862         default scoring function.
21863         (spam-generic-score): Call spam-spamassassin-score if
21864         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21865         spam-bogofilter-score otherwise.
21866
21867         * gnus.el (spam-process, spam-autodetect-methods):
21868         Add spamassassin and spamassassin-headers.
21869
21870 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21871
21872         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21873         Suppress unnecessary messages.
21874
21875 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21876
21877         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21878         make-hash-table.
21879
21880 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21881
21882         * canlock.el (base64-encode-string): Don't autoload it.
21883
21884 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21885
21886         * run-at-time.el: Remove useless (require 'itimer),
21887         eval-and-compile and (featurep 'xemacs).
21888
21889 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21890
21891         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21892         GROUP is a virtual group.
21893
21894 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21895
21896         * gnus.el: Autoload `message-y-or-n-p'.
21897
21898 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21899
21900         * pgg-parse.el: Remove unnecessary (require 'custom).
21901
21902         * pgg-def.el: do.
21903
21904         * nnmail.el: do.
21905
21906         * gnus-undo.el: do.
21907
21908         * gnus-picon.el: do.
21909
21910         * gnus-util.el: do.
21911
21912 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21913
21914         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21915
21916 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21919         handle, as well as a list.
21920
21921         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21922         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21923         (mm-w3m-cid-retrieve): Simplify.
21924
21925 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21926
21927         * message.el (message-kill-to-signature): Allow prefix arg to
21928         specify number of lines to keep before signature.
21929
21930 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21931
21932         * message.el (message-kill-to-signature): Change docstring.
21933
21934 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21935
21936         * canlock.el: Always require sha1-el.
21937         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21938
21939         * message.el: Autoload sha1 only when compiling.
21940
21941         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21942         eudc-expand-inline for XEmacs.
21943
21944 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * message.el (message-canlock-generate): Require sha1-el.
21947
21948 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21949
21950         * message.el (message-expand-name): Silence the byte compiler.
21951
21952         * lpath.el: Add detect-coding-system.
21953
21954         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21955         cus-edit.
21956
21957 2004-01-13  Simon Josefsson  <jas@extundo.com>
21958
21959         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21960         Invoke gnus-score-mode.
21961         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21962
21963         * gnus-range.el (gnus-compress-sequence): Doc fix.
21964         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21965
21966 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21967
21968         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21969
21970 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21971
21972         * spam.el (spam-get-article-as-string): Update to use
21973         gnus-request-article-this-buffer, much simpler.
21974         (spam-get-article-as-buffer): Remove.
21975
21976 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21977
21978         * message.el (message-expand-name): Use EUDC if the user uses that.
21979
21980 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21981
21982         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21983         character for the encoding to avoid consing a string.
21984
21985         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21986         unnecessarily.
21987
21988         * mm-util.el (mm-replace-chars-in-string): Remove.
21989
21990         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21991         of mm-replace-chars-in-string.
21992
21993 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21994
21995         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21996
21997         * mm-util.el (mm-subst-char-in-string): Support inplace.
21998
21999         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22000         a new string in every iteration.  Use shy groups.
22001
22002 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22003
22004         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22005         * gnus-soup.el (gnus-soup-group-brew):
22006         * gnus-msg.el (gnus-put-message):
22007         * gnus-move.el (gnus-group-move-group-to-server):
22008         * gnus-kill.el (gnus-batch-score):
22009         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22010         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22011         (gnus-group-update-group, gnus-group-read-group)
22012         (gnus-group-make-group, gnus-group-make-help-group)
22013         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22014         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22015         (gnus-group-sort-by-unread, gnus-group-catchup)
22016         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22017         (gnus-group-yank-group, gnus-group-set-info)
22018         (gnus-group-list-groups):
22019         * gnus.el (gnus-generate-new-group-name):
22020         * gnus-delay.el (gnus-delay-send-queue):
22021         * nnvirtual.el (nnvirtual-catchup-group):
22022         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22023         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22024         (gnus-group-prepare-topics, gnus-topic-check-topology):
22025         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22026         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22027         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22028         (gnus-group-make-articles-read):
22029         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22030         (gnus-group-change-level, gnus-kill-newsgroup)
22031         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22032         (gnus-get-unread-articles, gnus-make-articles-unread)
22033         (gnus-make-ascending-articles-unread): Use accessor
22034         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22035         to get group information for improved readability.
22036
22037
22038 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22039
22040         * gnus-art.el (article-decode-mime-words, article-babel)
22041         (gnus-article-highlight-signature, gnus-article-add-buttons)
22042         (gnus-signature-toggle): Use gnus-with-article-buffer.
22043
22044         * gnus-art.el (gnus-article-highlight-headers)
22045         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22046
22047         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22048         (gnus-article-set-globals, gnus-request-article-this-buffer)
22049         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22050         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22051         (gnus-mime-display-alternative): Use with-current-buffer.
22052
22053 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22054
22055         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22056         also under 80 char limit, and call gnus-error if needed.
22057         (spam-fetch-article-header): Fix - it was a
22058         buffer-local variable (gnus-newsgroup-data).
22059         (spam-find-spam): Use spam-generate-fake-headers, forget about
22060         spam-insert-fake-headers.
22061         (spam-insert-fake-headers): Remove.
22062
22063 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22064
22065         * deuglify.el (gnus-article-outlook-unwrap-lines)
22066         (gnus-outlook-rearrange-article)
22067         (gnus-outlook-repair-attribution-outlook)
22068         (gnus-outlook-repair-attribution-block)
22069         (gnus-outlook-repair-attribution-other): Remove redundant
22070         save-excursion.
22071
22072 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22073
22074         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22075         (spam-fetch-field-subject-fast)
22076         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22077         (spam-fetch-article-header): Add functions to deal with Gnus
22078         internals for fast retrieval of article header data.
22079         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22080
22081 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22082
22083         * pop3.el (pop3-md5): Remove.
22084         (pop3-apop): Replace pop3-md5 with md5.
22085
22086         * mm-bodies.el: base64 is always built-in.
22087
22088         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22089         Use with-current-buffer.
22090
22091 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * canlock.el (canlock-insert-header): Remove excessive grouping in
22094         regexp.
22095
22096         * gnus-sum.el (gnus-summary-read-document): Ditto.
22097
22098         * gnus-uu.el (gnus-uu-part-number): Ditto.
22099
22100         * html2text.el (html2text-remove-tags): Ditto.
22101         (html2text-format-tags): Ditto.
22102         (html2text-format-single-elements): Ditto.
22103
22104         * mml.el (mml-parse-1): Ditto.
22105
22106 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22107
22108         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22109
22110         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22111
22112         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22113
22114         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22115
22116 2003-11-15  Simon Josefsson  <jas@extundo.com>
22117
22118         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22119         (pgg-gpg-lookup-key): Use regexp match instead of
22120         split-string (split-string is different between emacs 21.2 and
22121         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22122
22123 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22124
22125         * gnus-art.el (gnus-mime-view-all-parts)
22126         (gnus-article-part-wrapper, gnus-article-view-part):
22127         Use with-current-buffer.
22128
22129 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22130
22131         * spam.el (spam-disable-spam-split-during-ham-respool)
22132         (spam-spamoracle-database, spam-cache-lookups)
22133         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22134         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22135         (spam-group-ham-marks, spam-group-spam-marks)
22136         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22137         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22138         also add spam-use-blackholes to the statistical checks.
22139         (spam-fetch-field-fast): Add interface to fetching fields, may
22140         become a macro.
22141         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22142         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22143         (spam-insert-fake-headers): Fake an article when needed.
22144         (spam-find-spam): Fake article when possible.
22145         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22146         (spam-check-bogofilter-headers): Use message-fetch-field instead
22147         of nnmail-fetch-field.
22148
22149 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22150
22151         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22152
22153 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22154
22155         * spam.el (spam-split): Do not require spam-use-CHECK to be
22156         enabled if that check is passed to spam-split explicitly; also
22157         fix so 'spam doesn't get converted to spam-split-group when
22158         spam-split-symbolic-return is t.
22159         (spam-find-spam): Find registrations of the article and use those
22160         instead of re-running spam-split to find the spam/ham
22161         classification of the article.
22162         (spam-log-processing-to-registry, spam-log-registered-p)
22163         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22164         Use gnus-error instead of gnus-message.
22165         (spam-log-registration-type): Add function to determine the
22166         classification of a message based on registry entries; will
22167         return nil if both 'spam and 'ham are found.
22168         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22169         a reasonably fast local cache without the loading errors.
22170         (spam-cache-lookups): Set to t by default.
22171         (spam-find-spam): Don't try to guess spam-cache-lookups.
22172         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22173         spam-caches entry.
22174         (spam-filelist-build-cache, spam-filelist-check-cache):
22175         Fix caching of whitelist/blacklist entries.
22176         (spam-check-whitelist, spam-check-blacklist):
22177         Invoke spam-from-listed-p with a type, not a cache variable.
22178         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22179
22180 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22181
22182         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22183
22184         * nnmail.el (nnmail-split-fancy): do.
22185
22186         * mml.el (mml-parse): do.
22187
22188         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22189         (gnus-score-adaptive): do.
22190
22191 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22192
22193         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22194         (gnus-mime-button-map): Don't set keymap parent.
22195         (gnus-button-ctan-directory-regexp): Use shy grouping.
22196         (gnus-prev-page-map): Don't set keymap parent.
22197         (gnus-prev-page-map): Remove duplicated one.
22198         (gnus-next-page-map): Don't set keymap parent.
22199         (gnus-mime-security-button-map): Ditto.
22200
22201         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22202         version number.
22203
22204         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22205
22206 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22207
22208         * canlock.el (canlock-sha1-function): Remove.
22209         (canlock-sha1-function-for-verify): Remove.
22210         (canlock-openssl-program): Remove.
22211         (canlock-openssl-args): Remove.
22212         (canlock-ignore-errors): Remove.
22213         (canlock-sha1-with-openssl): Remove.
22214         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22215         (canlock-verify): Don't use canlock-ignore-errors.
22216
22217         * sha1-el.el (sha1-string-external): Make it can return a string
22218         in binary form.
22219         (sha1-region-external): Ditto.
22220         (sha1-string-internal): Ditto.
22221         (sha1-region-internal): Ditto.
22222         (sha1-region): Ditto.
22223         (sha1-string): Ditto.
22224         (sha1): Ditto.
22225
22226 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22227
22228         * spam.el (spam-report-articles-gmane): New command.
22229
22230 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22231
22232         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22233
22234         * run-at-time.el (run-at-time-saved): Remove.
22235         (run-at-time): Doc fix.
22236
22237 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22238
22239         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22240         (gnus-summary-limit-map): Add it.
22241         (gnus-summary-make-menu-bar): do.
22242
22243 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22244
22245         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22246         Make attempt at some caching support (done for BBDB only now).
22247         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22248         addresses to be checked.
22249         (spam-clear-cache-BBDB): Add function, to be invoked by
22250         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22251         (spam-check-BBDB): Check and use the caches, if
22252         spam-cache-lookups is on, remove superfluous (provide).
22253
22254 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22255
22256         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22257
22258 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22259
22260         * run-at-time.el (run-at-time-saved): Move to after the definition
22261         of `run-at-time'.
22262
22263         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22264
22265 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22266
22267         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22268         mm-w3m-local-map-property.
22269
22270         * mm-view.el (mm-w3m-mode-map): Remove.
22271         (mm-w3m-local-map-property): Remove.
22272         (mm-inline-text-html-render-with-w3m): Don't use
22273         mm-w3m-local-map-property.
22274
22275 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22276
22277         * run-at-time.el: New file.
22278
22279         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22280         under Emacs.
22281
22282         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22283         of gnus-set-text-properties.
22284
22285         * gnus-uu.el (gnus-uu-save-article): Ditto.
22286
22287         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22288
22289         * gnus-cite.el (gnus-cite-parse): Ditto.
22290
22291         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22292         of gnus-.
22293
22294         * gnus-xmas.el (run-at-time): Require run-at-time.
22295
22296         * gnus.el: Change calls to nnheader-run-at-time and
22297         password-run-at-time throughout to use run-at-time directly.
22298
22299         * password.el: Remove definition of run-at-time.
22300
22301         * nnheaderxm.el: Remove definition of run-at-time.
22302
22303 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22304
22305         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22306         in prompt.
22307
22308 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22309
22310         * messagexmas.el (message-xmas-redefine): Alias
22311         `message-make-caesar-translation-table' to
22312         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22313         version.
22314
22315         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22316         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22317         `gnus-xmas-set-text-properties'.
22318         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22319         `gnus-xmas-completing-read'.
22320         (gnus-xmas-completing-read): Removed.
22321         (gnus-xmas-open-network-stream): Removed.
22322
22323         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22324         XEmacs version.
22325
22326         * dns.el (dns-make-network-process): Use `open-network-stream'
22327         instead of `gnus-xmas-open-network-stream'.
22328
22329         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22330
22331         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22332
22333 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22334
22335         * gnus-art.el (gnus-mime-display-alternative)
22336         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22337         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22338         Don't use gnus-local-map-property.
22339
22340         * gnus-util.el (gnus-local-map-property): Remove.
22341
22342         * mm-view.el (mm-view-pkcs7-decrypt):
22343         Replace gnus-completing-read-maybe-default with completing-read.
22344
22345         * gnus-util.el (gnus-completing-read): do.
22346         (gnus-completing-read-maybe-default): Remove.
22347
22348 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22349
22350         * password.el: Only autoload `run-at-time' if not XEmacs.
22351         Only autoload the itimer functions if XEmacs.
22352
22353 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22356         XEmacsen.
22357
22358         * dgnushack.el: Autoload executable-find for XEmacs.
22359
22360 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22361
22362         * gnus-art.el (gnus-read-string): Remove.
22363         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22364         read-string.
22365
22366 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22367
22368         * netrc.el: Autoload password-read.
22369         (netrc): Add configuration group.
22370         (netrc-encoding-method, netrc-openssl-path):
22371         Add variables for encoding and decoding of files with symmetric
22372         ciphers.
22373         (netrc-encode): Add assistant function to encode a file with
22374         netrc-encoding-method.
22375         (netrc-parse): Add interactive parameter, added optional
22376         decoding if netrc-encoding-method is non-nil but otherwise
22377         behavior is standard.
22378         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22379         Do s/encode/encrypt/ everywhere.
22380
22381         * spam.el: Remove executable-find autoload.
22382
22383 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22384
22385         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22386
22387         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22388
22389 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22390
22391         * gnus-art.el (gnus-treat-ansi-sequences)
22392         (article-treat-ansi-sequences): New variable and function.
22393         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22394
22395         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22396         Use it.
22397
22398 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22399
22400         * mm-util.el (mm-quote-arg): Remove.
22401
22402         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22403         shell-quote-argument.
22404
22405         * gnus-uu.el (gnus-uu-command): do.
22406
22407         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22408
22409         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22410         with make-char.
22411
22412         * mm-util.el (mm-make-char): Remove.
22413
22414         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22415         add-minor-mode.
22416
22417         * gnus-undo.el (gnus-undo-mode): do.
22418
22419         * gnus-topic.el (gnus-topic-mode): do.
22420
22421         * gnus-sum.el (gnus-dead-summary-mode): do.
22422
22423         * gnus-start.el (gnus-slave-mode): do.
22424
22425         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22426
22427         * gnus-ml.el (gnus-mailing-list-mode): do.
22428
22429         * gnus-gl.el (gnus-grouplens-mode): do.
22430
22431         * gnus-draft.el (gnus-draft-mode): do.
22432
22433         * gnus-dired.el (gnus-dired-mode): do.
22434
22435         * gnus-ems.el (gnus-add-minor-mode): Remove.
22436
22437         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22438         Replace gnus-char-width with char-width.
22439
22440         * gnus-ems.el (gnus-char-width): Remove.
22441
22442         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22443         Replace gnus-char-width with char-width.
22444
22445         * gnus-ems.el (gnus-char-width): Remove.
22446
22447         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22448         definition.
22449         Remove Emacs 20 hash table compatibility code.
22450
22451         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22452         20 compatibility code.
22453
22454         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22455
22456         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22457
22458         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22459         Replace with point-at-{eol,bol}.
22460
22461         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22462
22463         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22464
22465         * flow-fill.el (fill-flowed-point-at-bol)
22466         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22467
22468         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22469         Replace with point-at-{eol,bol} throughout all files.
22470
22471 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * ntlm.el (ntlm-string-as-unibyte): New macro.
22474         (ntlm-build-auth-response): Use it.
22475
22476         Remove Emacs 20 stuff:
22477         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22478         (butlast, mapc, remove): Remove the compiler macros.
22479         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22480         of delq and copy-sequence.
22481         * gnus-art.el (popup-menu): Remove the compiler macro.
22482         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22483         Emacs 20.
22484
22485 2004-01-05  Simon Josefsson  <jas@extundo.com>
22486
22487         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22488         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22489         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22490         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22491         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22492         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22493         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22494         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22495         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22496         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22497         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22498         string-xor into ntlm-string-xor.
22499         Suggested by Jesper Harder <harder@myrealbox.com>.
22500
22501         * ntlm.el: Don't include poem.
22502
22503         * md4.el (print-int32, print-string-hexa): Remove.
22504         Suggested by Jesper Harder <harder@myrealbox.com>.
22505
22506         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22507
22508         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22509         probably breaks emacs with DL patch, but do we care? Is anyone
22510         still using the DL stuff?)
22511
22512         * sieve-manage.el: Use the password package.
22513         (sieve-manage-read-passwd): Remove.
22514         (sieve-manage-interactive-login): Use password.  Re-add
22515         condition-case around loop.
22516
22517         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22518         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22519         Use the password package.
22520
22521 2003-02-19  Simon Josefsson  <jas@extundo.com>
22522
22523         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22524         token.
22525
22526 2002-08-07  Simon Josefsson  <jas@extundo.com>
22527
22528         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22529         (sieve-manage-authenticators):
22530         (sieve-manage-authenticator-alist): Add some SASL mechs.
22531         (sieve-sasl-auth): New function.
22532         (sieve-manage-cram-md5-auth):
22533         (sieve-manage-plain-auth): Rewrite using SASL library.
22534         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22535         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22536         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22537         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22538
22539 2004-01-05  Simon Josefsson  <jas@extundo.com>
22540
22541         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22542         New files.
22543
22544 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22545
22546         * gnus-group.el (gnus-no-groups-message): Update.
22547
22548         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22549
22550 2003-11-09  Simon Josefsson  <jas@extundo.com>
22551
22552         * imap.el: Support for ID IMAP extension (RFC 2971).
22553         (imap-local-variables): Add imap-id.
22554         (imap-id): New variable.
22555         (imap-id): New function.
22556         (imap-parse-response): Parse untagged ID response.
22557         * nnimap.el (nnimap-id): New variable.
22558         (nnimap-open-connection): Use it.
22559
22560 2003-12-28  Simon Josefsson  <jas@extundo.com>
22561
22562         * gnus-score.el (gnus-score-edit-all-score): New.
22563         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22564
22565 2004-01-04  Simon Josefsson  <jas@extundo.com>
22566
22567         * password.el: Add.
22568
22569 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22570
22571         * dns.el (dns-query-types): Fix typo.
22572         (dns-query-types): New function.
22573         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22574         PTR and SOA replies, see RFC 1035.
22575
22576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22577
22578         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22579
22580         * Move to Changelog.2.
22581
22582 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22583
22584         * gnus.el (gnus-version-number): Bump version.
22585
22586 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22587
22588         * gnus.el: No Gnus v0.1 is released.
22589
22590 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22591
22592         * gnus.el: No Gnus v0.0 is released.
22593
22594 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22595
22596         * gnus.el (gnus-version-number): Bump.
22597         (gnus-version): No.
22598
22599 See ChangeLog.2 for earlier changes.
22600
22601   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22602
22603   This file is part of GNU Emacs.
22604
22605   GNU Emacs is free software: you can redistribute it and/or modify
22606   it under the terms of the GNU General Public License as published by
22607   the Free Software Foundation, either version 3 of the License, or
22608   (at your option) any later version.
22609
22610   GNU Emacs is distributed in the hope that it will be useful,
22611   but WITHOUT ANY WARRANTY; without even the implied warranty of
22612   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22613   GNU General Public License for more details.
22614
22615   You should have received a copy of the GNU General Public License
22616   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22617
22618 ;; Local Variables:
22619 ;; coding: utf-8
22620 ;; fill-column: 79
22621 ;; add-log-time-zone-rule: t
22622 ;; End: