* pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
[gnus] / lisp / ChangeLog
1 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4
5 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6
7         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
8         secondary methods if started with `gnus-no-server'.
9
10 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11
12         * message.el (message-return-action): Fix typo in docstring.
13
14 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
17         bug reports at once.
18
19         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
20
21 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * nndraft.el: Require gnus-group.
24         (nndraft-request-list): Declare.
25
26         * nndraft.el (nndraft-update-unread-articles): Don't show group having
27         no unread article unless it matches gnus-permanently-visible-groups.
28
29         * nndraft.el (nndraft-update-unread-articles): New function.
30         (nndraft-request-associate-buffer): Use it to update the number of
31         unread articles for the nndraft groups in the group buffer when saving
32         or killing a draft message.
33
34 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
37         systems to binary before writing and reading the mbox files.
38
39         * gnus.el (gnus-summary-line-format): Link to the info node for %U
40         instead of trying to list them all (bug#8978).
41
42 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
43
44         * pop3.el (pop3-open-server): Use :end-of-capability.
45
46 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
49         the id is always a number.
50
51         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
52
53         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
54         debbugs mode, if possible.
55
56 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
57
58         * auth-source.el (auth-source-token-passphrase-callback-function):
59         Reindent.
60         (epg-context-operation): Remove unnecessary autoload.
61
62 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus.el (gnus-list-debbugs): New command.
65
66         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
67         mboxstat instead of the maintbox, since the stat seems to be fuller.
68
69         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
70         summary buffers.
71
72         * message.el (message-get-reply-headers): Delete all duplicates,
73         instead of the first.
74         (message-get-reply-headers): Ensure that we have progress while
75         deleting duplicates.
76
77         * gnus-msg.el (gnus-configure-posting-styles): Get the local
78         gnus-posting-style value from the summary buffer to make it easier to
79         make that a per-buffer conf.
80
81 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
82
83         * nnir.el (nnir-run-imap): Allow halting a search when an article is
84         found by setting `shortcut' in 'query.
85         (nnir-request-article): Use `shortcut' setting when requesting article
86         by Message-ID.
87
88 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
89
90         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
91         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
92         Bring the pseudo-headers back too.
93
94 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
95
96         * auth-source.el (auth-source-token-passphrase-callback-function):
97         Simplify and remove EPA dependency.
98
99 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
100
101         * nnir.el (nnir-request-article): Fix error message text.
102
103 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
104
105         * auth-source.el (plstore-delete): Autoload.
106         (auth-source-plstore-search): Support delete operation.
107         * plstore.el (plstore-delete): New function.
108
109 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
112         mark actually existing articles as unread rather than the ones that
113         active asserts.
114
115 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
116
117         * nntp.el (nntp-record-command):
118         * gnus-util.el (gnus-message-with-timestamp-1):
119         Use format-time-string rather than decoding time stamps by hand.
120         This is simpler and insulates the code from potential changes to
121         current-time format.
122
123 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
126
127 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
128
129         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
130         (plstore-save): Support public key encryption.
131         (plstore--init-from-buffer): New function.
132         (plstore-open): Use it; fix error when opening a non-existent file.
133         (plstore-revert): Use plstore--init-from-buffer.
134
135 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
136
137         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
138
139 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * mml2015.el (mml2015-use): Replace string-match-p with string-match
142         for old Emacsen.
143
144 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
145
146         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
147         is not fully working.
148
149 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * dgnushack.el: Autoload sha1 on XEmacs.
152
153         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
154         quit window configuration.
155
156         * auth-source.el (epg-context-set-passphrase-callback): Remove
157         duplicate autoload.
158
159 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
160
161         * nnir.el (nnir-request-article): Allow requesting articles by
162         Message-ID with nnimap.
163
164         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
165         current server.
166
167 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * auth-source.el: Autoload EPA/EPG functions.
170         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
171         changed when EPA/EPG is not available.
172         (auth-source-backend): Rename "arg" member to "data".
173         (auth-source-backend-parse, auth-source-plstore-search)
174         (auth-source-plstore-create): Use it.
175
176 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
177
178         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
179         `gnus-refer-article-methods'.
180
181 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
182
183         * auth-source.el: Require EPA and EPG.
184         (auth-source-passphrase-alist): New variable.
185         (auth-source-passphrase-callback-function)
186         (auth-source-token-passphrase-callback-function): Callbacks for the
187         netrc field encryption (GPG tokens).
188         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
189         Symmetric encryption and decryption of the netrc GPG tokens.
190         (auth-source-netrc-normalize): Use them, simplifying the closure.
191
192 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
195         is available.
196
197 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
200         non-nil, and `nnimap-split-methods' is nil, use the former.
201
202 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
203
204         * plstore.el (plstore-revert): New function.
205         (plstore-open): Use it; hide the buffer from user.
206
207 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
208
209         * auth-source.el (auth-source-backend): New member "arg".
210         (auth-source-backend-parse): Handle new backend 'plstore.
211         * plstore.el: New file.
212
213 2011-06-30  Glenn Morris  <rgm@gnu.org>
214
215         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
216
217 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
220         expiring articles to.
221
222         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
223         variations as ASCII (bug#5458).
224
225 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
228
229 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * message.el (message-point-in-header-p): Tweak the function to default
232         to saying that we're not in the headers if there is no separator at
233         all.  This makes it possible to use the Message version of `M-q' in
234         buffers with no headers (bug#7987).
235         (message-point-in-header-p): Fix last checkin to work with an empty
236         mail-header-separator, too.
237
238         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
239         again, save the choice via customize.
240
241 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * message.el (message-send-mail-function): Add `sendmail-query-once'.
244
245         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
246         ended the connection, bail out before waiting infinitely on a new
247         connection.
248
249 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
250
251         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
252         reports.
253
254         * gnus.el (gnus-bug-package): Use "gnus."
255         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
256
257 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * dgnushack.el: Make the timer warning go away on XEmacs.
260
261         * gnus-art.el (gnus-article-stop-animations): New function to stop any
262         animations going on at article exit time.
263
264         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
265         since removing it breaks people upgrading.
266
267         * shr.el (shr-put-image): Use the new interface for animating images.
268         (shr-put-image): Animate for 60 seconds.
269
270         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
271         avoid compiler warnings.
272
273         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
274         error with `find-file-hooks' on Emacs 22.
275         (with-auth-source-epa-overrides): Ugly hack to Wrap the
276         `find-file-hook' things in `symbol-value' to avoid compilation warnings
277         on all architectures.
278
279         * spam.el (spam-stat): Require in a normal fashion without binding
280         `spam-stat-install-hooks' to avoid compilation warnings.
281
282         * spam-stat.el (spam-stat-install-hooks): Removed.
283         (spam-stat-install-hooks): Don't run automatically.
284
285 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
286
287         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
288         and keystroke.
289
290 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * auth-source.el (auth-source-netrc-cache): Move forward.
293
294 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * proto-stream.el (proto-stream-open-starttls): Use
297         `gnutls-available-p' to see whether we have built-in support.
298
299         * auth-source.el (auth-source-netrc-create): Don't query the bits that
300         we already know.
301         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
302         (auth-source-netrc-create): Don't prompt for the stuff we already know.
303
304 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
307         %S format, since that looks odd.
308         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
309         file, especially when saving.
310
311 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
312
313         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
314         article found.
315
316 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
317
318         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
319         `auth-source-save-secrets' with a more sensitive alist that can be
320         configured per file.  Experimental, so defaults to 'never.
321         (auth-source-netrc-create): Use it.  Still experimental code.
322         (with-auth-source-epa-overrides): Use `find-file-hooks' if
323         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
324
325 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
326
327         * auth-source.el (auth-source-save-secrets): New variable to control if
328         secret tokens should be saved encrypted.
329         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
330         to `auth-source-netrc-normalize'.
331         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
332         on the EPA variables being defined.
333         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
334         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
335         the lexical-let closure.
336         (auth-source-netrc-create): Create "gpg:" tokens according to
337         `auth-source-save-secrets'.
338
339 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-group.el (gnus-group-update-group): Add new argument
342         `info-unchanged' that stops updating dribble buffer.
343
344         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
345         deletes lines matching to it in dribble buffer.
346
347         * gnus-agent.el (gnus-agent-fetch-group-1):
348         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
349         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
350         * gnus-start.el (gnus-group-change-level):
351         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
352
353         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
354         if newsgroup info is not changed.
355
356         * gnus-group.el (gnus-group-get-new-news-this-group):
357         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
358         Don't update dribble buffer.
359
360 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         * gnus-registry.el (gnus-registry-remove-ignored): New function to
363         remove entries with groups we ignore.
364
365 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
368         the underline comes at the bottom.
369
370 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
373         `gnus-registry-user-format-function-M' and declare the latter obsolete.
374         (gnus-registry-article-marks-to-names): Rename from
375         `gnus-registry-user-format-function-M2'.
376
377 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
380         ephemeral group.
381
382 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * shr.el (shr-browse-image): Copy the URL if called interactively.
385
386 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
389         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
390         done, then unselected articles may be marked as read.
391
392         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
393         since not doing this seems to lead to a race condition in pop3-logon.
394
395         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
396         so that the call chain it correct when we call "upwards".
397
398         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
399         in read-only groups.
400
401         * gnus-group.el (gnus-group-mark-article-read): Ditto.
402
403         * message.el (message-cite-reply-position): Doc string fix.
404
405         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
406         avoid regexp overflow.
407         (nnimap-transform-split-mail): Ditto.
408
409         * pop3.el (pop3-retr): Error out if the server closes the connection.
410
411 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
412
413         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
414         mm-with-unibyte-current-buffer.  The buffer should not contain any
415         multibyte chars anyway at this stage.
416
417 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
420         at the end of lines.
421
422 2011-05-29  Julien Danjou  <julien@danjou.info>
423
424         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
425
426 2011-05-27  Glenn Morris  <rgm@gnu.org>
427
428         * gnus-group.el (gnus-bug-group-download-format-alist):
429         Use the "maintainer" version of debian reports as well.
430
431 2011-05-26  Glenn Morris  <rgm@gnu.org>
432
433         * gnus-group.el (gnus-bug-group-download-format-alist):
434         Use the "maintainer" version of debbugs.gnu.org reports.
435
436 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
439
440 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
441
442         * gnus-cus.el (gnus-agent-customize-category):
443         * gnus-delay.el (gnus-delay-send-queue):
444         * gnus.el (gnus-other-frame):
445         Don't quote lambda expressions with `quote'.
446
447 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
448
449         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
450         the thread moves us backwards and so we loop forever.
451
452 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
455         whitespace in base64 data lines.
456
457 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
458
459         * gnus-registry.el (gnus-registry-user-format-function-M):
460         Use `mapconcat'.
461         (gnus-registry-user-format-function-M2): Use to see the full text of
462         the marks.  Make "," the mark text separator.
463
464         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
465         authentication with auth-source.
466
467 2011-05-17  Glenn Morris  <rgm@gnu.org>
468
469         * gnus-group.el (gnus-import-other-newsrc-file):
470         Use insert-file-contents.
471
472 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
473
474         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
475         1000 iterations.
476
477 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * nntp.el (nntp-open-connection): Check if process-type is available.
480
481 2011-05-16  Julien Danjou  <julien@danjou.info>
482
483         * shr.el (shr-tag-del): Add support for del tag.
484
485 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-html.el (gnus-html-put-image): Register a displayer.
488
489         * shr.el (shr-image-displayer): Don't remove text props from alt text.
490
491 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
492
493         * registry.el (prune-factor): New initialization parameter defaulting
494         to 0.1.
495         (registry-prune-hard): Use it.
496
497         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
498         0.1 expicitly.
499
500 2011-05-13  Glenn Morris  <rgm@gnu.org>
501
502         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
503         is bound, since this function requires sendmail.
504
505 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
506
507         * registry.el (registry-usage-test): Disable pruning test.
508
509 2011-05-11  David Engster  <dengste@eml.cc>
510
511         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
512         Bind set-network-process-option for XEmacs.
513
514 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
515
516         * registry.el (registry-prune-hard-candidates)
517         (registry-prune-soft-candidates): Helper methods for registry pruning.
518         (registry-prune): Use them.  Make the sort function optional.
519
520 2011-05-10  Jim Meyering  <meyering@redhat.com>
521
522         * shr.el (shr-colorize-region): Fix typo "on on -> on".
523
524 2011-05-10  Julien Danjou  <julien@danjou.info>
525
526         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
527         symbol and not a list.
528
529 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-art.el (gnus-article-mode): Move binding of
532         shr-put-image-function here from gnus-article-prepare-display.
533
534         * shr.el (shr-put-image-function): New variable.
535         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
536         (shr-put-image): Return scaled image.
537
538         * gnus-art.el (gnus-shr-put-image): New function.
539         (gnus-article-prepare-display): Bind shr-put-image-function to it.
540
541         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
542         original ones, as deletable.
543
544 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
545
546         * nntp.el (nntp-open-connection): Set TCP keepalive option.
547
548 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
549
550         * registry.el (registry-full): Add convenience method.  Fix logic.
551         (registry-insert): Use it.  Fix logic here too.
552
553         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
554         `registry-prune' if `registry-full' returns t.
555         (gnus-registry-handle-action)
556         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
557         (gnus-registry-usage-test): Use it.
558
559 2011-05-07  Julien Danjou  <julien@danjou.info>
560
561         * shr.el (shr-link): Make shr-link inherit from link by default.
562
563 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
564
565         * shr.el (shr-urlify, shr-link): Fix shr-link face.
566
567 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
568
569         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
570         error out because the face is not a list.
571
572 2011-05-05  Glenn Morris  <rgm@gnu.org>
573
574         * proto-stream.el (gnutls-negotiate): Fix declarations.
575
576         * gnus-start.el (gnus-propagate-marks): Declare.
577
578 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
579
580         * registry.el (registry-reindex): Fix percentage message.
581
582         * proto-stream.el (network-stream-open-starttls): Adjust to call
583         `gnutls-negotiate' with :process and :hostname arguments.
584
585 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         * shr.el: Add shr-link face for links.
588         (shr-urlify): Use it.
589
590         * registry.el (registry-insert): Make error message more helpful.
591
592 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-html.el (gnus-html-schedule-image-fetching):
595         Use url-queue-retrieve, if it exists.
596
597         * shr.el (shr-tag-img): Ditto.
598
599         * gnus.el: Autoload more gnus-agent functions.
600
601         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
602         agent if we haven't already (bug#8502).
603
604         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
605         into the Agent, too.
606
607         * gnus-agent.el (gnus-agent-store-article): New function.
608
609         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
610         and moved from that file for reuse.
611
612         * pop3.el (pop3-open-server): Error messages are "-ERR".
613
614 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
617         (open-tls-stream): Remove superfluous tls/starttls autoloads.
618
619 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
620
621         * gnus.el: No Gnus v0.17 is released.
622
623 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
624
625         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
626         buffer has moved to a different frame.
627
628 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
631         to get the conversion from unibyte to multibyte buffers to work on
632         Emacs 22.
633
634         * nntp.el (nntp-request-article): Slight clean-up.
635
636 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * shr.el (shr-strike-through): New face.
639         (shr-tag-s): Use it to provide <s> support.
640         (shr-tag-s): Remove duplicate definition.
641
642 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
645         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
646
647 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
648
649         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
650         `gnutls-negotiate'.
651         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
652
653 2011-04-23  Glenn Morris  <rgm@gnu.org>
654
655         * gnus-sum.el (gnus-extra-headers): Bump :version.
656
657 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * shr.el (shr-tag-sup): New function.
660         (shr-tag-sub): Ditto.
661
662 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
665         for the case where `gnus-registry-ignored-groups' is a list of lists,
666         and don't call `gnus-parameter-registry-ignore' otherwise.
667
668 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
669
670         * nnimap.el (nnimap-user): New backend variable.
671         (nnimap-open-connection-1): Use it.
672         (nnimap-credentials): Accept user parameter so it's explicit what user
673         name is desired.
674
675         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
676         default.
677
678         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
679         not gnus-registry.el.
680
681         * gnus-registry.el: Mention in comments how to modify
682         `gnus-extra-headers' for proper recipient tracking and that it may
683         already have To and Cc recently, which it does as of this commit.
684         (gnus-registry-ignored-groups): Remove defcustom.
685         Explain why in comments.
686         (gnus-registry-action): Fix data-header reference to use the extra
687         headers.  Explain in package commentary how to add To and Cc headers to
688         the gnus-extra-headers.
689         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
690         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
691         parameter list or a string list in `gnus-registry-ignored-groups'.
692         Fix logic error.
693
694 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * shr.el (shr-expand-url): Protect against null urls.
697
698 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * shr.el (shr-base): New binding.
701         (shr-tag-base): Keep track of <base>.
702         (shr-expand-url): New function used throughout.
703
704 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * gnus-registry.el
707         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
708         (gnus-registry-ignored-groups): New variable.
709         (gnus-registry-ignore-group-p): Use it.
710         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
711         set the destination group to nil (same as delete) if it's ignored.
712
713 2011-04-20  David Engster  <dengste@eml.cc>
714
715         * tests/gnustest-nntp.el: New file for simple NNTP testing.
716
717         * Makefile.in (test-nntp): New rule.
718         (check): Add it.
719         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
720
721 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-registry.el (gnus-registry-action)
724         (gnus-registry-fetch-header-fast):
725         Don't use mail-header that looks an internal function of mailheader.el.
726
727 2011-04-19  Glenn Morris  <rgm@gnu.org>
728
729         * time-date.el (time-to-days): Remove unused local variables.
730
731 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-registry.el: Eliminate cl functions.
734         (gnus-registry-sort-addresses): New function that replaces mapcan.
735         (gnus-registry-action, gnus-registry-spool-action)
736         (gnus-registry-split-fancy-with-parent)
737         (gnus-registry-fetch-recipients-fast): Use it.
738         (gnus-registry-import-eld): Replace delete* with dolist + delq.
739
740         * registry.el (initialize-instance, registry-lookup)
741         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
742         (registry-lookup-secondary-value, registry-search, registry-delete)
743         (registry-insert, registry-reindex, registry-size, registry-prune):
744         Use eval-and-compile.
745
746 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * registry.el (registry-reindex): New method to recreate the secondary
749         registry indices.
750
751         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
752         tracked field changes.
753         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
754         (gnus-registry-action, gnus-registry-spool-action)
755         (gnus-registry-handle-action)
756         (gnus-registry--split-fancy-with-parent-internal)
757         (gnus-registry-split-fancy-with-parent)
758         (gnus-registry-register-message-ids): Add recipient tracking on spool,
759         move, and delete actions, and for fancy splitting with parent.
760         (gnus-registry-extract-addresses)
761         (gnus-registry-fetch-recipients-fast)
762         (gnus-registry-fetch-header-fast): Convenience functions.
763         (gnus-registry-misc-test): ERT test of
764         `gnus-registry-extract-addresses'.
765
766 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
767
768         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
769         Track by subject first, then sender.
770
771 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
772
773         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
774
775         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
776         Lisp.
777
778         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
779         (gnus-draft-send): Use it to avoid popping
780         up frames from gnus-group-send-queue.
781
782 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
783
784         * gnus-registry.el: Updated gnus-registry docs.
785
786 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
789         Fix logic bug.
790         (gnus-registry-post-process-groups): Fix logging of no results and
791         quote sender and subject.
792
793 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
796         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
797         gnutls-cli are too slow to be done opportunistically.
798
799         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
800         (gnus-read-active-for-groups): Don't try to finish getting stuff where
801         we had no early-data returned.
802         (gnus-get-unread-articles): Add a sanity check so that we don't issue
803         two async commands to the same server at the same time.
804
805 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
806
807         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
808
809 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
812         "warning" level.
813
814         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
815         (mm-url-insert-file-contents): Don't set the package names.
816
817 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * gnus-registry.el (gnus-registry-action): Remove properties and
820         simplify subject in `gnus-registry-handle-action'.
821         (gnus-registry-spool-action): Get subject and sender from message if
822         they are not passed in.
823         (gnus-registry-handle-action): Remove properties and simplify subject
824         consistently.
825
826 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
827
828         * registry.el: Require CL before using defmacro*.
829
830 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (article-treat-date): Assume that
833         gnus-article-date-headers may be a group parameter.
834
835 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
836
837         * gnus-registry.el (gnus-registry-handle-action): More debugging.
838
839         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
840         interactively so the newsrc file can contain foreign groups too.
841         Useful for debugging but not much for users.
842
843 2011-04-07  David Engster  <dengste@eml.cc>
844
845         * registry.el (registry-usage-test): Only do
846         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
847         lexical binding.
848
849 2011-04-07  David Engster  <dengste@eml.cc>
850
851         * Makefile.in (check, test-registry): New rules for test-suite.
852
853 2011-04-06  David Engster  <dengste@eml.cc>
854
855         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
856         argument NOERROR for `require', since XEmacs 21.4 does not support it.
857
858 2011-04-06  David Engster  <dengste@eml.cc>
859
860         * registry.el (initialize-instance): Change :after to :AFTER to be
861         compatible with old EIEIO version in XEmacs.
862
863 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
864
865         * gnus-registry.el (gnus-registry-post-process-groups)
866         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
867         and provide better messaging.
868
869 2011-04-06  David Engster  <dengste@eml.cc>
870
871         * Makefile.in (fail-on-warning): New rule to compile with warnings as
872         errors.
873
874         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
875         dgnushack-compile with error-on-warn enabled, and to signal an error if
876         clean compilation failed.
877         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
878         with `byte-compile-error-on-warn'.  Return nil if errors occured.
879
880 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * gnus-registry.el: Don't use ERT if it's not available.  Load it
883         unconditionally anyway, discarding errors.
884         (gnus-registry-delete-entries): New convenience function.
885         (gnus-registry-import-eld): Import from old .eld registry.
886
887         * registry.el: Don't use ERT if it's not available.  Load it
888         unconditionally anyway, discarding errors.
889
890         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
891         version from the Claudio Bley GnuTLS patch (extra optional parameters
892         and host name).
893
894 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * gnus-registry.el (gnus-registry-fixup-registry): New function to
897         fixup the parameters that can be customized by the user between
898         save/read cycles.
899         (gnus-registry-read): Use it.
900         (gnus-registry-make-db): Use it.
901         (gnus-registry-spool-action, gnus-registry-handle-action):
902         Fix messaging.
903         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
904         Map references to actual group names with sender and subject tracking.
905         (gnus-registry-post-process-groups): Use `cond' for better messaging.
906         (gnus-registry-usage-test): Add subject lookup test.
907
908         * registry.el (registry-db, initialize-instance): Set up constructor
909         instead of :initform arguments for the sake of older Emacsen.
910         (registry-lookup-breaks-before-lexbind): New method to demonstrate
911         pre-lexbind merge bug.
912         (registry-usage-test): Use it.
913         (initialize-instance, registry-db): Move the non-function initforms
914         back to the class definition.
915
916 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * registry.el: New library to manage gnus-registry-style data.
919
920         * gnus-registry.el: Use it (major rewrite).
921
922         * nnregistry.el: Use it.
923
924         * spam.el: Use it.
925
926 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
929         marks on non-selected articles.
930
931 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
932
933         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
934         parameter to open-protocol-stream.
935
936 2011-04-01  Julien Danjou  <julien@danjou.info>
937
938         * mm-view.el (mm-display-inline-fontify): Do not fontify with
939         fundamental-mode.
940
941 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
944         servers.
945
946 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
949         made marks not propagate, again.
950
951 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
952
953         * proto-stream.el (open-protocol-stream): Bring back `network' type.
954         Make this the default type.
955         (proto-stream-open-plain): Rename from proto-stream-open-default.
956         (open-protocol-stream, proto-stream-open-starttls)
957         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
958         with `plain'.
959
960         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
961         value.
962
963         * nntp.el (nntp-open-connection-function): Document the fact that some
964         values are not functions but are instead handled specially.
965         Recognize nntp-open-plain-stream value.
966         (nntp-open-connection): Recognize that value.
967
968 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
971         where it seems to be needed.
972
973 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
976         stuff.
977
978         * gnus-score.el (gnus-score-string): Fix calling convention of
979         `gnus-simplify-buffer-fuzzy' after last patches.
980
981         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
982         server for articles we didn't get any headers for.  This is a sanity
983         check.
984
985 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
986
987         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
988         new CAPABILITY, use it.
989
990 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
993         downloading anything.
994
995         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
996
997 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
998
999         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1000         colors.
1001         (gnus-splash-svg-color-symbols): New function.
1002
1003 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1006         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1007         (gnus-simplify-subject-fuzzy): Use the local
1008         gnus-simplify-subject-fuzzy-regex instead of the global one.
1009         This makes using this variable in group parameters work.
1010
1011 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * gnus-registry.el (gnus-registry-unfollowed-groups):
1014         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1015         archive:sent-YYYY-MM-DD groups).
1016         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1017         tracking if there are more than `gnus-registry-max-track-groups'
1018         matches.
1019
1020 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * message.el (message--yank-original-internal): New function to do the
1023         insertion cleanly inside eval in `message-yank-original'.
1024         (message-yank-original): Use it.
1025
1026 2011-03-29  Julien Danjou  <julien@danjou.info>
1027
1028         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1029         local variables disabled rather than `normal-mode'.
1030
1031 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1032
1033         * imap.el (imap-shell-open, imap-process-connection-type):
1034         Use imap-process-connection-type for 'shell' streams as well as
1035         Kerberos, SSL, other subprocesses.
1036
1037 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1038
1039         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1040         with open-network-stream.
1041         (proto-stream-always-use-starttls): Option removed.
1042         (open-protocol-stream): Return a process object by default.  Provide a
1043         new parameter :return-list specifying a list-type return value, which
1044         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1045         :type `network' to `try-starttls', and `network-only' to `default'.
1046         Make `default' the default, for compatibility with open-network-stream.
1047         Handle the no-parameter case exactly as open-network-stream, with no
1048         additional stream processing.  Search plists using plist-get.
1049         Explicitly add :end-of-commend parameter if it is missing.
1050         (proto-stream-open-default): Rename from
1051         proto-stream-open-network-only.  Return 'default as the type.
1052         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1053         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1054         failed.  Always return a list with a (possibly dead) process as the
1055         first element, for compatibility with open-network-stream.
1056         (proto-stream-open-tls): Use plist-get.  Always return a list.
1057         (proto-stream-open-shell): Return `default' as connection type.
1058         (proto-stream-capability-open): Use plist-get.
1059         (proto-stream-eoc): Function deleted.
1060
1061         * nnimap.el (nnimap-stream, nnimap-open-connection)
1062         (nnimap-open-connection-1): Handle renaming of :type parameter for
1063         open-protocol-stream.
1064         (nnimap-open-connection-1): Pass a :return-list parameter
1065         open-protocol-stream to obtain a list return value.  Parse this list
1066         using plist-get.
1067
1068         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1069         for open-protocol-stream.  Accept open-protocol-stream return value
1070         that is a subprocess object instead of a list.  Handle the case of a
1071         dead returned process.
1072
1073 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1074
1075         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1076
1077         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1078
1079 2011-03-21  Julien Danjou  <julien@danjou.info>
1080
1081         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1082         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1083         query.
1084         (mm-inline-text): Render normal text with fontification whenever
1085         possible.
1086
1087         * gnus-sum.el (gnus-summary-save-parts-1):
1088         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1089         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1090         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1091         Use `mm-handle-filename'.
1092
1093         * mm-util.el (mm-handle-filename): New function, return the filename of
1094         an handle.
1095
1096 2011-03-18  Julien Danjou  <julien@danjou.info>
1097
1098         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1099         (gnus-buffer-live-p): Check that buffer is not nil.
1100
1101 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1102
1103         * gnus.el: No Gnus v0.15 is released.
1104
1105 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1108         avoid warning on XEmacs.
1109
1110         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1111         on XEmacs.
1112
1113         * gnus-art.el: Require mouse, which the build bot seems to say is
1114         needed.
1115
1116         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1117
1118         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1119         XEmacs, since it doesn't have url-retrieve-synchronously.
1120
1121         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1122         since assoc-string doesn't exist in XEmacs.
1123
1124 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1125
1126         * gnus-group.el (gnus-group-list-ticked): New function.
1127         (gnus-group-make-menu-bar): Provide a menu entry for it.
1128         (gnus-group-list-map): Provide a binding for it.
1129
1130 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * shr.el (shr-visit-file): New command.
1133
1134         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1135
1136 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1137
1138         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1139         servers.
1140
1141 2011-03-16  Julien Danjou  <julien@danjou.info>
1142
1143         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1144         inline.
1145
1146         * gnus-art.el (article-hide-list-identifiers):
1147         Use gnus-group-get-list-identifiers.
1148
1149         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1150         (gnus-summary-remove-list-identifiers):
1151         Use gnus-group-get-list-identifiers to get regexp.
1152         (gnus-select-newsgroup, gnus-summary-insert-subject)
1153         (gnus-summary-insert-articles):
1154         Call gnus-summary-remove-list-identifiers unconditionally.
1155
1156 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1159         we're selecting a group with unread articles.
1160
1161         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1162
1163         * gssapi.el: New file separated out from imap.el to provide a general
1164         Kerberos 5 connection facility for Emacs.
1165
1166         * message.el (message-elide-ellipsis): Document the format spec
1167         ellipsis.
1168
1169 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1170
1171         * message.el (message-elide-region): Allow the ellipsis to say how many
1172         lines were removed.
1173
1174 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1177         window configurations containing buffers that are now dead.
1178
1179         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1180         parsing to avoid integer overflows.
1181         (nnimap-parse-flags): Simplify the last change.
1182         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1183         too large for 32-bit Emacsen.
1184
1185 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1186
1187         * auth-source.el (auth-source-netrc-create):
1188         * message.el (message-yank-original): Fix use of `case'.
1189
1190 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1191
1192         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1193         XEmacs, which was one character too wide.
1194
1195 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1196
1197         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1198         default number of articles to display.
1199         (gnus-articles-to-read): Use pretty names for prompt.
1200
1201 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-int.el (gnus-open-server): Ditto.
1204
1205         * gnus-start.el (gnus-activate-group): Give a backtrace if
1206         debug-on-quit is set and the user hits `C-g'.
1207         (gnus-read-active-file): Ditto.
1208
1209         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1210
1211 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1212
1213         * message.el (message-yank-original): Use cond instead of CL case.
1214
1215 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1216
1217         * auth-source.el (auth-source-netrc-create): Use usual format for the
1218         default in prompts.
1219
1220 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * lpath.el: Fbind read-char-choice for XEmacs.
1223
1224 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * auth-source.el (auth-source-netrc-create): Show the default in the
1227         prompt when prompting for token creation.
1228
1229 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1230
1231         * auth-source.el (auth-source-format-prompt): Always convert the value
1232         to a string to avoid evaluating non-string arguments.
1233         (auth-source-netrc-create): Offer default properly, not as initial
1234         content in `read-string'.
1235         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1236         of line to determine if we've been run before.  If so, don't run again,
1237         but print a trivial message to indicate the cache was hit instead.
1238
1239 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1240
1241         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1242         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1243         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1244         Gnus.
1245
1246 2011-03-11  Julien Danjou  <julien@danjou.info>
1247
1248         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1249         modified file".
1250
1251 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * auth-source.el (auth-source-read-char-choice): New function to read a
1254         character choice using `dropdown-list', `read-char-choice', or
1255         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1256         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1257         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1258         (auth-source-netrc-saver): Use it.
1259         (auth-source-pick-first-password): New convenience function.
1260
1261 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1262
1263         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1264         parameter in the credentials.
1265         (nnimap-open-connection-1): Use it after a successful login.
1266         (nnimap-credentials): Add IMAP-specific user and password prompt.
1267
1268         * auth-source.el (auth-source-search): Add :require parameter, taking a
1269         list.  Document it and the :save-function return token.  Pass :require
1270         down.  Change the CREATED message from a warning to a debug statement.
1271         (auth-source-search-backends): Pass :require down.
1272         (auth-source-netrc-search): Pass :require down.
1273         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1274         Change save prompt to indicate all modifications saved here are
1275         deletions.
1276         (auth-source-netrc-create): Take user login name as default in user
1277         prompt.  Move all the save functionality to a lexically bound function
1278         under the :save-function token in the returned list.  Set up clearer
1279         default prompts for user, host, port, and secret.
1280         (auth-source-netrc-saver): New function, intended to be wrapped for
1281         :save-function.
1282
1283 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1286         lines to be spaces instead.
1287
1288 2011-03-07  Julien Danjou  <julien@danjou.info>
1289
1290         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1291         (sieve-sasl-auth): Check that auth-source-search did return something,
1292         or just return an empty string.
1293
1294 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1295
1296         * gnus.el (gnus-interactive): Use read-directory-name.
1297
1298         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1299         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1300         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1301         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1302         Likewise.
1303
1304         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1305
1306 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1309         onto the list of killed groups, too.  This makes killed nnimap groups,
1310         for instance, more reliably not reappear.
1311
1312         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1313         the parent.
1314
1315         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1316
1317         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1318         really have server-side marks.
1319
1320         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1321         since most backends do not usefully have server-side marks.
1322         (gnus-update-read-articles): Propagate marks to all backends that
1323         really have server-side marks.
1324
1325 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1326
1327         * message.el (message-cite-reply-position, message-cite-style):
1328         New variables.
1329         (message-yank-original): Use the new citation styles.
1330
1331 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1332
1333         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1334         buffer-local issue); don't mark it buffer-local when running under
1335         XEmacs.
1336
1337 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1338
1339         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1340         numbers too big to be `read'.
1341
1342 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1343
1344         * password-cache.el (password-in-cache-p): Add autoload.
1345
1346         * message.el (message-options): Make buffer-local two ways to attempt
1347         to fix a XEmacs bug.
1348
1349 2011-03-02  Julien Danjou  <julien@danjou.info>
1350
1351         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1352
1353 2011-03-01  Julien Danjou  <julien@danjou.info>
1354
1355         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1356         group.
1357         (article-hide-list-identifiers): Use list-identifier group parameter.
1358
1359 2011-02-28  Julien Danjou  <julien@danjou.info>
1360
1361         * sieve.el (sieve-buffer-script-name): New local variable to store
1362         sieve script name.
1363         (sieve-edit-script): Store sieve script name.
1364         (sieve-upload): Use sieve script name when uploading.
1365         (sieve-upload): Use substitute-command-keys.
1366         (sieve-edit-script): Use substitute-command-keys.
1367         (sieve-refresh-scriptlist): Use substitute-command-keys.
1368         (sieve-manage-mode-map): Define keymap properly.
1369         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1370         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1371         Remove commented code about cvs.
1372         (sieve-manage-quit): New function.
1373         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1374
1375 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1378
1379 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * auth-source.el (auth-source-search): Cache empty result sets.
1382
1383         * password-cache.el (password-in-cache-p): Convenience function to
1384         check if a key is in the cache, even if the value is nil.
1385
1386         * auth-source.el (auth-source-save-behavior): New variable to replace
1387         `auth-source-never-create'.
1388         (auth-source-netrc-create): Use it.
1389         (auth-source-never-save): Remove.
1390
1391 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnimap.el (nnimap-stream): Doc fix.
1394         (nnimap-open-connection-1): Reverse the order of the ports to that the
1395         prompted-for port is first.
1396
1397         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1398         retrieval by the no-group selection.
1399
1400         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1401         numerical parameters.
1402
1403 2011-02-25  Julien Danjou  <julien@danjou.info>
1404
1405         * gnus-gravatar.el: Use gnus-with-article-buffer.
1406
1407         * gnus-art.el (gnus-with-article-buffer): Check that the
1408         gnus-article-buffer is alive.
1409
1410 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * auth-source.el (auth-source-creation-prompts): New variable to manage
1413         creation-time prompts.
1414         (auth-source-search): Document it.
1415         (auth-source-format-prompt): Add utility function.
1416         (auth-source-netrc-create): Don't default the user name to
1417         user-login-name.  Use `auth-source-creation-prompts' and some default
1418         prompts for user, host, port, and password (the default generic prompt
1419         remains ugly).
1420         (auth-source-never-save): Add customizable option to never save info.
1421         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1422         mode excursion.
1423
1424 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1427         argument that XEmacs doesn't support.
1428
1429         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1430         compiled for Emacsen having no `libxml-parse-html-region' support.
1431
1432         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1433
1434         * lpath.el: Bind buffer-save-without-query for XEmacs.
1435
1436 2011-02-23  Julien Danjou  <julien@danjou.info>
1437
1438         * gnus-art.el (article-make-date-line): Ignore errors if time is
1439         invalid and not convertible.
1440         (article-make-date-line): Only add lapsed time if time is not nil.
1441
1442 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1445         `read-char-choice' for backwards compatibility.
1446         (auth-source-netrc-element-or-first): New function to DTRT for
1447         parameter extraction.
1448         (auth-source-netrc-create): Use it and fix multiple parameter print
1449         bug.  Use the default passed from above (given-default) or the
1450         built-in (user-login-name for :user).
1451
1452 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-start.el (gnus-dribble-read-file):
1455         Set buffer-save-without-query, since we always want to save the dribble
1456         file, probably.
1457
1458         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1459         nnimap.
1460
1461         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1462         -summary- since it's a user-visible variable.
1463
1464         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1465         first time you use the new Gnus.
1466
1467 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1468
1469         * auth-source.el: Don't load netrc.el.
1470         (auth-sources): Search ~/.netrc as well by default.
1471         (auth-source-debug): Add 'trivia option for extra output.
1472         (auth-source-do-trivia): Use it.
1473         (auth-source-search): Simplify logic to use
1474         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1475         appropriate.  Don't keep a running count at this level.  Layer :create
1476         and :delete options appropriately on the first and second passes.
1477         Don't track the backend with the search results.
1478         (auth-source-search-backends): New function to search a list of
1479         backends for a processed spec.
1480         (auth-source-netrc-parse): Cache all netrc files, making
1481         auth-source-netrc-cache an alist keyed by the file name and using the
1482         file mtime as the caching criterion.  Keep the obfuscated data secret
1483         with a lexical bind.
1484         (auth-source-netrc-search): Don't calculate the length of the results
1485         unnecessarily.
1486         (auth-source-search-backends): Fix bug.
1487         (auth-source-netrc-create): Rework prompts.
1488
1489 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1492         Lower case names of search constraints.
1493         (nnir-run-query): Cache and reuse search constraints for all imap
1494         servers.
1495
1496 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1499         after exit.
1500         (gnus-setup-message): Define missing variable from last checkin.
1501
1502         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1503         value, show the raw article.
1504
1505 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1506
1507         * gnus.el: No Gnus v0.13 is released.
1508
1509 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1510
1511         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1512         auth-source now accepts numbers.
1513
1514         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1515         spec, too.
1516         (auth-source-ensure-strings): New function.
1517
1518         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1519         (gnus-article-setup-buffer): Always restart the date timer so that user
1520         changes to the frequency is respected.
1521
1522         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1523         port numbers, so make sure it gets that if nnimap-server-port is
1524         explicit.
1525
1526 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1527
1528         * nnimap.el (nnimap-inbox): Doc fix.
1529
1530 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1531
1532         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1533         Autoload.  Add optional arg FRAME, and pass it to color-values.
1534         (color-complement): Caller changed.  Doc fix.
1535         (color-gradient): Rewrite for better clarity and efficiency.
1536
1537 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1538
1539         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1540         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1541         color-lab-to-srgb.
1542
1543 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1544
1545         * color.el: First part of merge from hexrgb.el.
1546         (color-rgb-to-hex): Rename from color-rgb->hex.
1547         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1548         saturation to zero if the value is too small.
1549         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1550         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1551         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1552         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1553         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1554         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1555         (color-cie-de2000): Doc fix.
1556
1557 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1560         given method as in the group name if we're using an extended method.
1561         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1562         command, if we're using that, instead of waiting for the beginning.
1563
1564         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1565         we're sure to get unique server names, and we don't output two async
1566         commands in the same buffer.  This fixes an NNTP hang for some users.
1567
1568 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1569
1570         * gnus.el: No Gnus v0.11 is released.
1571
1572 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1573
1574         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1575         summary buffer before reading going to the next buffer.  This avoids
1576         putting the point in the group buffer if you `C-g' the command.
1577
1578         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1579         cache (for now) to make ~/.authinfo.gpg files usable.
1580
1581         * nnfolder.el (copyright-update): Define for the compiler.
1582
1583         * auth-source.el (auth-source-search): Fix unbound variable.
1584
1585 2011-02-19  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus.el (gnus-meta): Doc fix.
1588
1589 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1590
1591         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1592         in case it's not yet loaded.
1593
1594 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1595
1596         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1597         line we're waiting for.
1598
1599 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1600
1601         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1602         face with line-width greater than zero will cause RET in gnus summary
1603         buffer to scroll down article page-wise because auto vscroll happens,
1604         it should be temporalily disabled when doing a scroll-up.
1605
1606 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1607
1608         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1609         outputs from the server.
1610
1611 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1612
1613         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1614         later so that bbdb can hook in easier.
1615
1616 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1617
1618         * auth-source.el (auth-source-search): Don't try to create credentials
1619         if the caller doesn't want that.
1620         (auth-source-search): If we don't find a match, don't bug out on
1621         non-bound variables.
1622         (auth-source-search): Only ask a single backend to create the
1623         credentials.
1624
1625         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1626         logging.
1627         (nnimap-credentials): Protect against auth-source-search returning nil.
1628         (nnimap-request-list): Protect against not being able to open the
1629         server.
1630
1631 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * auth-source.el (auth-source-search): Do a two-phase search, one with
1634         no :create to get the responses from all backends.
1635
1636         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1637         when getting credentials.
1638
1639         * gnus-util.el (gnus-delete-duplicates): New function.
1640
1641 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1642
1643         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1644         a creation default, pass the whole port list down.  It will be
1645         completed.
1646
1647         * auth-source.el (auth-source-search): Updated docs to talk about
1648         multiple creation choices.
1649         (auth-source-netrc-create): Accept a list as a value (from the search
1650         parameters) and do completion on that list.  Keep a separate netrc line
1651         with the password obscured for showing the user.
1652
1653         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1654         first choice to `auth-source-search' so it will be used for entry
1655         creation instead of the server's Gnus-specific name.
1656         (nnimap-credentials): Rely on the auth-source library to select which
1657         port is actually wanted in the new netrc entry, so don't override
1658         `auth-source-creation-defaults'.
1659
1660         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1661         :protocol and accept a missing user, host, or port as a wildcard match.
1662         (auth-source-debug): Default to off.
1663
1664         (auth-source-netrc-search, auth-source-netrc-create)
1665         (auth-source-secrets-search, auth-source-secrets-create)
1666         (auth-source-user-or-password, auth-source-backend, auth-sources)
1667         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1668         instead of :protocol.
1669
1670         * nnimap.el (nnimap-credentials): Pass a port default to
1671         `auth-source-search' in case an entry needs to be created.
1672         (nnimap-open-connection-1): Use :port instead of :protocol.
1673
1674 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * auth-source.el: Bind load-path when loading EIEIO from
1677         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1678         21.4 doesn't support, to `require'.
1679         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1680         delete-dups that is not available in XEmacs 21.4.
1681
1682 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1683
1684         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1685         as EIEIO must also be loaded when auth-source.el is being
1686         byte-compiled.
1687
1688 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1691
1692         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1693
1694         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1695
1696         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1697
1698         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1699
1700         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1701
1702         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1703
1704         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1705         necessary.
1706
1707 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1710         nil means that nnimap doesn't get updated.
1711
1712 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1715         result when the user doesn't want to write to the file.
1716         (auth-source-netrc-search): Expect a synthetic result and proceed
1717         accordingly.
1718         (auth-source-cache-expiry): New variable to override
1719         `password-cache-expiry'.
1720         (auth-source-remember): Use it.
1721
1722         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1723         parameter.  Create entry if necessary by using :create t.
1724         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1725
1726 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1727
1728         * auth-source.el (auth-source-debug): Enable by default and don't
1729         mention the obsolete `auth-source-hide-passwords'.
1730         (auth-source-do-warn): New function to debug unconditionally.
1731         (auth-source-do-debug): Use it.
1732         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1733         and for Secrets API entries when the secrets.el library is not
1734         available.
1735
1736 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1739         (gnus-summary-exit): Kill the correct article buffer on exit from a
1740         `C-d' group.
1741
1742         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1743         gnus-propagate-marks.
1744
1745         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1746         before killing the buffers so that a non-full window conf gets handled
1747         correctly.
1748         (gnus-summary-exit): Ditto.
1749         (gnus-summary-read-group-1): Ditto.
1750
1751         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1752         async code again so that we can debug it properly.
1753
1754         * message.el (message-reply): Take an optional switch-buffer parameter
1755         so that Gnus window confs are respected better.
1756
1757 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1760         `plist-get' to accept non-list parameters (XEmacs issue).
1761         Fix docstring.
1762         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1763         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1764         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1765         Login collection is "Login" and not "login".
1766
1767 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1770         multiple headers.
1771
1772         * nnimap.el (nnimap-inhibit-logging): New variable.
1773         (nnimap-log-command): Don't log login commands.
1774
1775         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1776         to have more parameters.
1777
1778         * nnimap.el (nnimap-send-command): Mark the command time for each
1779         command, so that we don't get NOOPs stepping on our toes.
1780
1781         * gnus-art.el (article-date-ut): Get the date from the Date header on
1782         `t'.
1783
1784 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * auth-source.el (auth-source-search): Use copy-sequence instead of
1787         the cl.el copy-list.
1788
1789 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1790
1791         * imap.el: Bring it back (revert
1792         84d800cd31de3064f0ed39617d725709a2f8f42f).
1793
1794 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1795
1796         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1797         Improve prompt.
1798
1799 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1802         washing status from the default format.  It isn't very informative.
1803
1804 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1805
1806         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1807         Fix Gcc processing on imap.
1808
1809 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * imap.el: Remove file.  All the functionality is in nnimap.el.
1812
1813 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1814
1815         * message.el (message-bury): Don't pop up a new window when selected
1816         window is dedicated.
1817
1818 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1819
1820         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1821
1822 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1823
1824         * sieve-manage.el: Autoload `auth-source-search'.
1825         (sieve-sasl-auth): Use it.
1826
1827 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1828
1829         * nnimap.el: Autoload `auth-source-forget+'.
1830         (nnimap-open-connection-1): Use it if the connection fails.
1831
1832         * auth-source.el: Require `password-cache'.
1833         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1834         obsolete.
1835         (auth-source-magic): Marker for `password-cache' keys.
1836         (auth-source-do-cache): Update docstring.
1837         (auth-source-search): Use and check cache.
1838         (auth-source-forget-all-cached, auth-source-remember)
1839         (auth-source-recall, auth-source-forget, auth-source-forget+)
1840         (auth-source-specmatchp): Caching support functions.
1841         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1842         Remove and obsolete.
1843         (auth-source-user-or-password): Remove caching to further discourage
1844         using it.  Always hide passwords.
1845
1846         * password-cache.el (password-cache-remove): Accept secrets that are
1847         not strings.
1848
1849 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1850
1851         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1852         code for now, since it doesn't work for all users.
1853
1854 2011-02-09  Julien Danjou  <julien@danjou.info>
1855
1856         * message.el (message-options): Make message-options really buffer
1857         local.
1858
1859 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         * mail-source.el: Autoload `auth-source-search'.
1862         (mail-source-keyword-map): Note order matters.
1863         (mail-source-set-1): Get all the mail-source source values and
1864         defaults and search auth-source on those if needed.  This can all
1865         probably be simplified.
1866
1867         * nnimap.el: Autoload `auth-source-search'.
1868         (nnimap-credentials): Use it.
1869         (nnimap-open-connection-1): Ask for the virtual server and physical
1870         address in one shot.
1871
1872         * nntp.el: Autoload `auth-source-search'.
1873         (nntp-send-authinfo): Use it.  Note TODO.
1874
1875 2011-02-08  Julien Danjou  <julien@danjou.info>
1876
1877         * shr.el (shr-tag-body): Add support for text attribute in body
1878         markups.
1879
1880         * message.el (message-options): Make message-options a local variable.
1881
1882 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * auth-source.el (auth-source-secrets-search)
1885         (auth-source-user-or-password): Use `append' instead of `nconc'.
1886         (auth-source-user-or-password): Build return list better and protect
1887         against nil :secret.
1888
1889 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1890
1891         * nnimap.el (nnimap-update-info): Refactor slightly.
1892         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1893         (nnimap-update-info): Clean up slightly.
1894         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1895         characters.
1896         (nnimap-process-quirk): Rename function to avoid collision.
1897         (nnimap-update-info): Fix macrology bug-out.
1898         (nnimap-update-info): Simplify split history test.
1899
1900 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1901
1902         * auth-source.el (top): Require 'eieio unconditionally.
1903         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1904         (auth-source-secrets-search): Limit search when `max' is greater than
1905         number of results.
1906
1907 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1908
1909         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1910         part not returning any data.
1911
1912         * proto-stream.el (open-protocol-stream): Document the return value.
1913
1914 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * auth-source.el (auth-source-secrets-search): Add examples.
1917
1918 2011-02-06  Julien Danjou  <julien@danjou.info>
1919
1920         * message.el (message-setup-1): Handle message-generate-headers-first
1921         set to t.
1922
1923 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1926         API with a string "secrets:collection-name" and with 'default.
1927         (auth-source-backend-parse): Parse "secrets:collection-name" and
1928         'default.  Recurse on parses instead of repeating code.  Use the
1929         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1930         message when ignoring a source.
1931         (auth-source-search): List ignored search keys at the top level.
1932         (auth-source-netrc-create): Use `case' instead of `cond'.
1933         (auth-source-secrets-search): Created with TODOs.
1934         (auth-source-secrets-create): Created with TODOs.
1935         (auth-source-retrieve, auth-source-create, auth-source-delete)
1936         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1937         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1938         (auth-source-user-or-password-sftp)
1939         (auth-source-user-or-password-smtp): Remove.
1940         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1941         around `auth-source-search'.  Not tested thoroughly.
1942
1943 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         * auth-source.el: Bring in assoc and eioeio libraries.
1946         (secrets-enabled): New variable to track the status of the Secrets API.
1947         (auth-source-backend): New EIOEIO class to represent a backend.
1948         (auth-source-creation-defaults): New variable to set prompt defaults
1949         during token creation (see the `auth-source-search' docstring for
1950         details).
1951         (auth-sources): Simplify to allow a simple string as a netrc backend
1952         spec.
1953         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1954         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1955         (auth-source-search): Main auth-source API entry point.
1956         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1957         (auth-source-search-collection): Helper function for searching.
1958         (auth-source-netrc-parse, auth-source-netrc-normalize)
1959         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1960         Supports search, create, and delete.
1961         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1962         backend stubs.
1963         (auth-source-user-or-password): Call `auth-source-search' but it's not
1964         ready yet.
1965
1966 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1967
1968         * message.el (message-setup-1): Remove the read-only stuff, since it
1969         doesn't work under XEmacs, for some reason.
1970
1971         * gnus-sum.el (gnus-user-date): Rename back from
1972         gnus-summary-user-date since user code refers to it.
1973
1974         * shr.el (shr-render-td): Store the actual background colour used.
1975
1976         * message.el (message-setup-1): Don't bind the constant
1977         -forbidden-properties.
1978         (message-setup-1): Revert previous change, since it needs to bind the
1979         props to insert them.
1980         (message-resend): Allow removing the read-only separator line.
1981
1982 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1983
1984         * nnimap.el (nnimap-request-accept-article): Give an error message if
1985         the APPEND wasn't successful.
1986
1987 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1988
1989         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1990         that have no groups.
1991
1992 2011-02-03  Julien Danjou  <julien@danjou.info>
1993
1994         * gnus-draft.el: Remove progn around gnus-draft-setup.
1995
1996 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-start.el (gnus-read-active-for-groups): This function is never
1999         called with a nil `infos', so clean that up.
2000         (gnus-get-unread-articles): Request active files from primary/secondary
2001         methods that have no groups (yet).
2002
2003 2011-02-03  Julien Danjou  <julien@danjou.info>
2004
2005         * message.el (message-setup-1): Always generate References first.
2006         (message-mail): Return the return value of message-setup, not always t.
2007         (message-setup-1): Insert mail-header-separator with read-only and
2008         intangible properties set.
2009
2010         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2011         user-date in docstring.
2012
2013         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2014
2015         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2016         docstring.
2017
2018         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2019         defcustom, with type and group. Move from gnus-util.el. Rename to
2020         gnus-summary-user-date-format-alist.
2021
2022 2011-02-03  Glenn Morris  <rgm@gnu.org>
2023
2024         * nnimap.el (gnus-fetch-headers): Declare.
2025
2026         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2027
2028 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2029
2030         * message.el (message-forward-make-body-digest-plain)
2031         (message-followup, message-reply): Clean up things noted by Stefan.
2032
2033         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2034         gnus-article-update-date-headers is nil.
2035         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2036         it didn't really work with defcustom.
2037         (article-update-date-lapsed): Make sure the window start doesn't move,
2038         either.
2039
2040 2011-02-01  Julien Danjou  <julien@danjou.info>
2041
2042         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2043         format.
2044
2045         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2046         standard in Emacs nowadays.
2047
2048         * color.el (color-gradient): Add a color-gradient function.
2049
2050 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2051
2052         * message.el (message-expand-name): Don't trust the return value of
2053         bbdb-complete-name.
2054         (message-check-news-header-syntax): Remove unused var `start'.
2055         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2056         (message-inhibit-body-encoding): Move to before first use.
2057         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2058         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2059         (Organization, Message-ID, Date, mh-previous-window-config):
2060         Defvar the vars using dynamic scoping.
2061
2062 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2063
2064         * shr.el (shr-render-td): Only do colours at the final rendering.
2065         Should be slightly faster.
2066         (shr-insert-table): Fix up TD background colours when doing the
2067         vertical padding.
2068
2069         * gnus-art.el (article-date-ut): Protect against articles with no Date
2070         header.
2071         (article-update-date-lapsed): Don't use current-column to find the
2072         horizontal position.  It's fragile in the presence of \003 characters.
2073
2074         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2075
2076 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-art.el (article-transform-date): Rewrite to still work when
2079         there are several rfc2822 parts.
2080         (article-transform-date): Fix infinite recursion.
2081         (article-date-ut): Replace infinitely many Date headers with a single
2082         one when called interactively.
2083
2084         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2085         secure manner.
2086
2087         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2088         move around by not using save-window-excursion.  It seems to work...
2089
2090 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-art.el (article-make-date-line): Work for user-defined format.
2093
2094 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nntp.el (nntp-retrieve-group-data-early)
2097         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2098         fetching functions.
2099
2100         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2101         thoroughly for all backends that have no known groups.  This should
2102         allow new nnml methods to retrieve mail.
2103
2104         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2105         that Gnus doesn't know exists again.
2106
2107         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2108         (gnus-treat-date-ut): Ditto.
2109         (gnus-article-update-date-header): Rename.
2110         (gnus-treat-date-local): Remove.
2111         (gnus-treat-date-english): Remove.
2112         (gnus-treat-date-lapsed): Remove.
2113         (gnus-treat-date-combined-lapsed): Remove.
2114         (gnus-treat-date-original): Remove.
2115         (gnus-treat-date-iso8601): Remove.
2116         (gnus-treat-date-user-defined): Remove.
2117         (gnus-article-date-headers): New variable to control all the date
2118         header options.
2119         (article-date-ut): Rewrite to allow using the new way to format date
2120         headers(s).
2121
2122 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2123
2124         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2125         method.
2126         (nnmail-article-group): A better test for fanciness.
2127
2128         * nnimap.el (nnimap-request-head): Protect against not finding the
2129         article by Message-ID.
2130
2131 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2134         keep point at the "same place".
2135
2136 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2139         data if the group is unactivated.
2140
2141 2011-01-28  Julien Danjou  <julien@danjou.info>
2142
2143         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2144         (gnus-all-windows-visible-p): Remove old compatibility code.
2145         (gnus-window-top-edge): Add docstring.
2146
2147         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2148
2149 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2150
2151         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2152         older request-update-info.
2153
2154         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2155
2156 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2157
2158         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2159         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2160
2161 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2164         groups.  This makes the nndraft:queue group pop up if it's not already
2165         there.
2166
2167         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2168         messages" logic, which was reversed.
2169
2170         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2171         the "same place" even if point is on the line being replaced.
2172         (article-update-date-lapsed): Allow updating both the combined lapsed
2173         and the lapsed headers.
2174         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2175         (article-make-date-line): Limit the number of segments dynamically to
2176         avoid too-long lines.
2177
2178 2011-01-27  Julien Danjou  <julien@danjou.info>
2179
2180         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2181         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2182
2183 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2186         Use plist-get instead of the cl function getf.
2187
2188 2011-01-27  Glenn Morris  <rgm@gnu.org>
2189
2190         * gnus-util.el (float-time): Get rid of compiler warning, again.
2191
2192 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2193
2194         * shr.el (shr-put-color): Special-case background colours: Do put them
2195         at the blank parts at the front of the lines.
2196
2197         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2198         exit hook to nix out all data on readedness on group exit.
2199
2200         * gnus-util.el (float-time): If float-time is bound, always use it on
2201         all Emacsen.  It's unclear why the subrp check was there.
2202         (time-date): Require to make some autoload issues on XEmacs go away.
2203
2204         * shr.el (shr-put-color): Don't do the box padding in tables, since
2205         they're already padded.
2206
2207 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-art.el (gnus-article-next-page): When the last line of the
2210         article is displayed, scroll down once more instead of going to the
2211         next article at once.
2212         (article-lapsed-string): Refactor out and allow specifying how many
2213         segments you want.
2214         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2215         (gnus-article-update-lapsed-header): New variable.
2216
2217         * shr.el: Revert change that made headings use different-sized faces.
2218         The Emacs display engine isn't advanced enough that, for instance,
2219         tables can comfortably use differently-sized faces.
2220
2221 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2224         used.
2225         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2226         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2227         we're using an encrypted connection.
2228
2229         * proto-stream.el: Alter the interface functions to also return the
2230         actual stream type used: network or tls.
2231
2232 2011-01-25  Julien Danjou  <julien@danjou.info>
2233
2234         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2235         (mm-display-javascript-inline): New function.
2236
2237         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2238         viewing function.
2239
2240 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * shr.el (shr-expand-newlines): Fix variable name.
2243
2244 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2245
2246         * shr.el (shr-expand-newlines): Make nested boxes work.
2247
2248 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2249
2250         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2251         backgrounds.
2252         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2253         in a more sensible manner.
2254
2255 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2256
2257         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2258         if EPG is loaded.
2259
2260 2011-01-24  Julien Danjou  <julien@danjou.info>
2261
2262         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2263         tags.
2264
2265 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2268         commands.
2269
2270         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2271         in the article buffer.
2272         (gnus-gravatar-insert): Use blank space from the current buffer to
2273         avoid breaking text properties.  This makes X-Sent updating work again.
2274
2275         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2276
2277 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2280         fix the bug in url-http.el instead.
2281
2282         * shr.el (shr-image-fetched): Ditto.
2283
2284         * shr.el (shr-image-fetched): Avoid having point move in the article
2285         buffer.
2286
2287         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2288         buffer after being called.  It's apparently being killed by url.el, and
2289         killing it made point move to end-of-buffer in a random buffer.
2290
2291         * shr.el (shr-image-fetched): Ditto.
2292
2293 2011-01-23  Julien Danjou  <julien@danjou.info>
2294
2295         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2296
2297         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2298         text/x-org.
2299
2300 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2303         (i.e., nnimap) returning nil as the article number.
2304
2305 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2306
2307         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2308         "DelSp" parameter in RFC3676.
2309
2310 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2311
2312         * message.el (message-check-recipients): Display the encoded version of
2313         the bogus address if they differ.
2314
2315         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2316         after sending.
2317
2318         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2319
2320         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2321
2322         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2323         group buffer after sending the queue.
2324
2325         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2326
2327 2011-01-22  Julien Danjou  <julien@danjou.info>
2328
2329         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2330
2331 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2332
2333         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2334         nested related parts.
2335
2336         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2337         unexpired articles.  This fixes the regression that led expiry marks to
2338         disappear from nnfolder groups.
2339
2340 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2341
2342         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2343         Don't confuse the "ret" of "retrograde" with RET.
2344
2345 2011-01-21  Julien Danjou  <julien@danjou.info>
2346
2347         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2348         than mm-insert-inline.
2349
2350 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2353         Widen article buffer.
2354
2355 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2356
2357         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2358         the temp buffer.
2359         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2360
2361 2011-01-20  Julien Danjou  <julien@danjou.info>
2362
2363         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2364
2365         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2366         than mm-insert-inline to insert inline part: this respect
2367         mm-inline-media-tests displayers.
2368
2369         * mm-view.el (mm-display-shell-script-inline): New function.
2370
2371         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2372
2373         * mm-uu.el (mm-uu-type-alist): Add org block.
2374         (mm-uu-org-src-code-block-extract): New function.
2375
2376         * mm-view.el (mm-display-org-inline): New function.
2377
2378         * mm-decode.el (mm-automatic-display): Add text/org.
2379
2380         * mailcap.el (mailcap-mime-extensions): Add .org.
2381
2382 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2385         gnus-article-add-buttons.
2386
2387 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2388
2389         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2390         From header with a date and "nobody" as the sender.
2391
2392 2011-01-19  Julien Danjou  <julien@danjou.info>
2393
2394         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2395         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2396         if you have the same regexp several times.
2397         (gnus-button-push): Fix matching when regexp is symbol.
2398
2399 2011-01-15  Glenn Morris  <rgm@gnu.org>
2400
2401         * message.el (message-mail): A compose-mail function should
2402         accept headers as strings.
2403
2404 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2405
2406         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2407         Add :vert-only tags.
2408         (message-mail): New arg RETURN-ACTION.
2409         (message-return-action): New var.
2410         (message-bury): Use it.
2411         (message-mode): Make it buffer-local.
2412         (message-send-and-exit): Always call message-bury.
2413
2414         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2415         message-mail.
2416
2417 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nnimap.el (nnimap-convert-partial-article): Protect against
2420         zero-length body parts.
2421
2422         * mm-decode.el (mm-preferred-alternative-precedence):
2423         Discourage showing empty parts.
2424
2425         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2426         and stuff if the backend didn't return the article number.  This fixes
2427         an Exchange-related nnimap bug.
2428
2429         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2430         group window, because it does the wrong thing when a separate frame
2431         displays the group buffer.
2432
2433         * proto-stream.el (open-protocol-stream): Protect against the low-level
2434         transport functions returning nil.
2435
2436 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2437
2438         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2439         (mml2015-epg-find-usable-secret-key): New function.
2440         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2441         mml2015-epg-find-usable-key (Bug#7797).
2442         (mml2015-epg-encrypt): Ditto.
2443
2444 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * dgnushack.el (rot13-string): Fix the way to get the argument.
2447
2448 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2451
2452 2011-01-03  Glenn Morris  <rgm@gnu.org>
2453
2454         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2455
2456         * sieve.el (sieve-open-server): Give a more explicit error if
2457         sieve-manage-open returns nil.  (Bug#7720)
2458
2459 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2460
2461         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2462
2463 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2466         This avoids sending passwords in plain text over non-encrypted
2467         channels.
2468
2469         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2470
2471         * nnimap.el (nnimap-login): Refactored out into own function, and
2472         implement CRAM-MD5.
2473         (nnimap-wait-for-line): Refactored out.
2474
2475         * mm-view.el (mml-smime): Require.
2476
2477 2010-12-20  David Engster  <deng@eml.cc>
2478
2479         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2480         use EPG to decrypt S/MIME messages instead of openssl.
2481
2482 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2485
2486         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2487         status is the group clearly is unreachable.
2488
2489         * auth-source.el (auth-source-create): Add the optional second
2490         parameter to `local-variable-p' to be compatible with XEmacs.
2491
2492 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2493
2494         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2495         work when using a compressed nnml folder.
2496
2497 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2500         backends after sanitising on entry, because this never makes sense:
2501         If the articles have gone missing, then the data no longer exists on
2502         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2503         overwrite anything anyway.
2504
2505         * shr.el (shr-insert-document): Bind shr-width dynamically to
2506         window-width if it's nil.
2507
2508 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2509
2510         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2511         with the meaning of using the full emacs window width for rendering.
2512
2513 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2514
2515         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2516         case when sender is not given.
2517
2518 2010-12-23  Julien Danjou  <julien@danjou.info>
2519
2520         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2521         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2522         the addresses, otherwise we might misplaced the gravatar.
2523
2524 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2525
2526         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2527         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2528         obsolete in Emacs.
2529
2530 2010-12-20  Julien Danjou  <julien@danjou.info>
2531
2532         * gnus-util.el (gnus-rescale-image): Revert last change.
2533
2534 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2535
2536         * binhex.el: Improve commentary (Bug#7482).
2537
2538 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-group.el (gnus-group-delete-articles): New command.
2541
2542 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2543
2544         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2545
2546 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2549         here, since it's up to the backends to do CRLF removal if their
2550         protocol has it.
2551
2552         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2553
2554 2010-12-17  Julien Danjou  <julien@danjou.info>
2555
2556         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2557         they are from file. Can also scale up.
2558
2559 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2560
2561         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2562         gnus-use-agent.
2563         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2564
2565         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2566
2567 2010-12-17  Julien Danjou  <julien@danjou.info>
2568
2569         * gravatar.el (gravatar-retrieve-synchronously): New function.
2570         (gravatar-get-data): Make more robust.
2571
2572 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2575
2576 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2579         to really consider the last line.
2580
2581 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2582
2583         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2584         list of recipient keys, or use symmetric encryption if not a list.
2585         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2586         EPA override, replacing the call to `netrc-store-data'.
2587
2588 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2589
2590         * gnus-srvr.el: Avoid passing nil regexp argument to
2591         delete-matching-lines.
2592
2593 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2596         fetching stops when Gnus exits.
2597
2598         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2599         function.
2600         (nnfolder-request-expire-articles): Save all the buffers after doing
2601         expiry.
2602
2603         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2604         the last article", since that led to serious performance regressions
2605         when expiring nnml groups.
2606
2607 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2608
2609         * nnir.el: Improve customizations.
2610
2611 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2614
2615         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2616         group has been killed.
2617         (gnus-group-yank-group): Ditto.
2618
2619         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2620
2621         * nnimap.el (nnimap-request-update-group-status): New function.
2622
2623         * gnus-int.el (gnus-request-update-group-status): New interface
2624         function.
2625
2626         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2627         copying read-ness to the backends.
2628
2629         * nnimap.el (nnimap-quirk): New function.
2630         (nnimap-retrieve-group-data-early): Use it.
2631         (nnimap-quirks): New alist.
2632
2633 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2636         don't delete it within indentation.
2637
2638 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2641         previous line.
2642
2643 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2646         QRESYNC command by deleting a superfluous space which broke Cyrus
2647         servers.  This change will break other servers that are buggy the other
2648         way around.
2649
2650 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * spam.el: Reindent and fix long lines.
2653         (spam-copy-or-move-routine): Exclude invalid move destinations.
2654
2655 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2656
2657         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2658         installed the registry.
2659
2660 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2663
2664 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2665
2666         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2667         groupname doesn't contain "gmane".
2668
2669 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2672         and netrc-bound-and-true-p bindings.
2673         (netrc-parse): Cache the netrc contents.
2674
2675         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2676         (gnus-1): Don't create the nndrafts group twice.
2677         (gnus-setup-news): There's no need to read the active file here, since
2678         that's done again later on a per-backend basis.
2679         (gnus-start-draft-setup): Make sure that the new group is started out
2680         empty.
2681
2682         * gnus-agent.el (gnus-agentize): Don't create the queue group
2683         automatically on startup.  It'll be created later, if needed.
2684
2685         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2686         of automatically subscribed groups.
2687         (gnus-auto-subscribed-categories): New variable.
2688         (gnus-matches-options-n): Use it.
2689         (gnus-default-subscribed-newsgroups): Remove unused variable.
2690         (gnus-start-draft-setup): Message a bit less.
2691
2692 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2693
2694         * nnir.el (nnir-run-imap): Return article list in order of increasing
2695         UID.
2696
2697 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-sum.el (gnus-summary-enter-digest-group):
2700         Mention gnus-auto-select-on-ephemeral-exit.
2701
2702         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2703         convention of the network-only option.
2704
2705 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * proto-stream.el (proto-stream-open-network-only): New function to
2708         have a way to specify non-STARTTLS upgrade connections.
2709
2710 2010-12-10  Julien Danjou  <julien@danjou.info>
2711
2712         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2713         email address is nil.
2714
2715         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2716
2717 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2718
2719         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2720         deletion.
2721         (nnir-run-imap): Only need to parse list once.
2722
2723 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * shr.el (shr-tag-script): Ignore <script>.
2726         (shr-tag-label): Add <label> support.
2727
2728 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2731
2732         * shr.el (shr-image-displayer): Work for images lined side by side.
2733
2734 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2735
2736         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2737         parameter, since XEmacs doesn't accept t as a parameter.
2738
2739 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2740
2741         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2742         ids.
2743         (nnir-run-gmane): Simplify groupspec formatting.
2744         (nnir-request-expire-articles): New function.
2745
2746 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2749         overflow, possibly.
2750
2751         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2752         (shr-render-td): Handle td style="" better.
2753         (shr-tag-table): Use the color from the style sheet.
2754         (shr-render-td): Make sure we copy over all the overlays, too.
2755
2756 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2757
2758         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2759         (nnir-request-article): Improve article retrieval.
2760
2761 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * mm-util.el (mm-extra-numeric-entities): New variable.
2764
2765         * mm-url.el (mm-url-decode-entities):
2766         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2767
2768         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2769
2770 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2771
2772         * message.el: Use completion-at-point.
2773         (message-completion-function): New fun, extracted from message-tab.
2774         (message-mode): Use it for completion-at-point-functions.
2775         (message-tab): Use it and completion-at-point.
2776
2777 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2780         character if a non-breakable character follows.
2781
2782 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2785         any stream.
2786
2787         * shr.el (shr-tag-font): Colorize the region.
2788         (shr-tag-body): Ditto.
2789         (shr-tag-font): Actually let the styles be inherited instead of
2790         overwriting them.
2791         (shr-tag-font): Get the background color right.
2792         (shr-tag-style): Ignore all <style> tags for the moment.
2793
2794         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2795         a Message-ID to avoid having nnimap depend on gnus-sum.
2796
2797         * shr.el (shr-descend): Only colorize something if we have a node that
2798         sets colors.
2799
2800 2010-12-06  Julien Danjou  <julien@danjou.info>
2801
2802         * shr.el (shr-render-td): Render td content with shr-descend, so style
2803         will be applied to <td> too.
2804         (shr-colorize-region): Colorize region even if we only have a background.
2805         (shr-tag-body): Fix color and background color inheritance.
2806         Do not recolorize after shr-generic.
2807         (shr-tag-font): Let shr-generic colorize via inheritance.
2808
2809 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2812
2813 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2814
2815         * nnir.el (nnir-request-move-article): Remove obsolete code.
2816
2817 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2820
2821 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-sum.el (gnus-summary-respool-article): The completion function
2824         expects a list instead of an alist.
2825
2826         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2827         string as the parameter.
2828
2829         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2830
2831         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2832         styles.
2833         (shr-colorize-region): New function.
2834         (shr-insert-background-overlay): Remove.
2835         (shr-render-td): Background setting should be taken care of on a higher
2836         level.
2837         (shr-tag-body): Use post-hoc colorizations.
2838         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2839         (shr-put-color-1): Don't overwrite old colors.
2840         (shr-colorize-region): When the background color isn't explicit, use
2841         a fixed background.
2842
2843         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2844         nnmail variables.
2845
2846 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2847
2848         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2849         unless necessary.
2850
2851 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2852
2853         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2854         server.
2855
2856 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2857
2858         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2859         so that TAB works.
2860
2861         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2862         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2863
2864         * shr.el (shr-urlify): Show the URL before the title to avoid
2865         misleading URLs.
2866
2867 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2868
2869         * shr.el (shr-urlify): Display the title in <a> tags.
2870
2871 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2872
2873         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2874
2875 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2876
2877         * nnir.el: Rearrange code to allow macros to be autoloaded by
2878         gnus-sum.el.
2879         (nnir-retrieve-headers-override-function): Make this variable
2880         customizable.
2881         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2882
2883         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2884         from nnir.el.
2885
2886 2010-12-03  Julien Danjou  <julien@danjou.info>
2887
2888         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2889
2890 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2893         allow optional argument `environment'.
2894
2895 2010-12-03  Glenn Morris  <rgm@gnu.org>
2896
2897         * mm-extern.el (message-goto-body): Update declaration.
2898
2899 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-util.el (gnus-macroexpand-all): New function.
2902
2903         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2904         instead of macroexpand-all that is unavailable in XEmacs.
2905
2906 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2907
2908         * nnir.el (nnir-summary-line-format): New variable.
2909         (nnir-mode): Use it.
2910         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2911         (nnir-article-ids): Reimplement as defsubst.
2912         (nnir-retrieve-headers): Don't mangle the subject header.
2913         (nnir-run-imap): Use 100 as RSV score.
2914         (nnir-run-find-grep): Fix for full server searching.
2915         (nnir-run-gmane): Better restriction to gmane groups.
2916
2917         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2918         summary buffers.
2919
2920 2010-12-02  Julien Danjou  <julien@danjou.info>
2921
2922         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2923
2924         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2925
2926         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2927         support.
2928
2929 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2930
2931         * nnir.el: Update to handle the registry better.
2932         (autoload): Silence byte-compiler.
2933         (nnir-open-server): Add a hook for nnir groups.
2934         (nnir-request-move-article): Don't mangle the header. Better to use
2935         formating variables (which will be added in the future).
2936         (nnir-registry-action): Update the registry using the original article
2937         group name.
2938         (nnir-mode): Install nnir-specific hooks for updating the registry.
2939
2940         * gnus-sum.el
2941         (gnus-article-original-subject,gnus-newsgroup-original-name):
2942         Remove obsolete variables.
2943         (gnus-summary-move-article): Remove use of obsolete variables.
2944         (gnus-summary-local-variables): Make move and delete hooks local to
2945         summary buffers.
2946
2947 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * rtree.el: New file.
2950
2951 2010-12-01  Julien Danjou  <julien@danjou.info>
2952
2953         * message.el (message-user-organization): Do not use
2954         gnus-local-organization.
2955
2956         * gnus.el: Remove gnus-local-organization.
2957
2958         * gnus-msg.el: Remove nastygram thing.
2959
2960 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2963         funcall.
2964
2965 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2968         names.
2969
2970         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2971         characters.
2972
2973         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2974         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2975         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2976         (gnus-gravatar-transform-address): Use mail-extract-address-components
2977         that supports non-ASCII names rather than mail-header-parse-addresses.
2978
2979 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * proto-stream.el (open-protocol-stream): All starttls connections are
2982         handled by the network handler.
2983
2984 2010-11-30  Julien Danjou  <julien@danjou.info>
2985
2986         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2987         (nnimap-open-connection-1): Fix PREAUTH.
2988
2989         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2990
2991 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2994         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2995         (shr-insert): Use them.
2996         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2997
2998 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2999
3000         * nnir.el (nnir-request-move-article): Bail out if original group
3001         doesn't support article moves.
3002         (nnir-get-active): Improve active list retrieval.
3003
3004 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3007
3008 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3009
3010         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3011         seem to accept strings-with-numbers as port numbers,
3012
3013 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3014
3015         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3016         change the registry.
3017
3018 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3021         delete-dups that is not available in XEmacs 21.4.
3022
3023         * mm-util.el (mm-delete-duplicates): Add comment.
3024
3025 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3026
3027         * nnir.el (nnir-ignored-newsgroups): New variable.
3028         (nnir-get-active): Use it.
3029
3030 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * proto-stream.el (proto-stream-open-network): Add some comments.
3033
3034         * nntp.el (nntp-open-connection): Provide a :success condition.
3035
3036         * nnimap.el (nnimap-open-connection-1): Ditto.
3037
3038         * proto-stream.el (proto-stream-open-network): See what the response to
3039         the STARTTLS command is.
3040
3041         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3042         backwards compatibility).
3043         (nnimap-open-connection-1): Really respect nnimap-server-port.
3044
3045         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3046         TLS upgrades we don't really care about the identity of the peer.
3047         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3048         that what we've checked for.
3049         (proto-stream-always-use-starttls): Only default to t if
3050         open-gnutls-stream exists.
3051         (proto-stream-open-network): If STARTTLS failed, then just open a
3052         normal connection.
3053         (proto-stream-open-network): Wait until the greeting before doing
3054         STARTTLS.
3055
3056         * nntp.el (nntp-open-connection): Report what the connection error is.
3057
3058         * proto-stream.el (open-protocol-stream): Rename from
3059         open-proto-stream.
3060
3061 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnimap.el (nnimap-stream): Change default to `undecided'.
3064         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3065         first, and then network.
3066         (nnimap-open-connection-1): Respect nnimap-server-port.
3067         (nnimap-open-connection): Be more backwards-compatible.
3068
3069         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3070         (proto-stream-open-starttls): De-duplicate the starttls code.
3071         (proto-stream-open-starttls): Folded back into the main function.
3072         (proto-stream-open-network): Fix typo in the gnutls path.
3073         (proto-stream-command): Refactor out.
3074
3075         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3076
3077         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3078         starttls.el STARTTLS.
3079
3080         * color.el (color-lab->srgb): Fix function call name.
3081
3082         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3083         if we're using tls.el.
3084         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3085         built in, then don't try to establish a STARTTLS connection.
3086
3087         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3088         servers.
3089
3090         * proto-stream.el (open-proto-stream): Use network, not stream.
3091         (open-proto-stream): Add a way to specify what the end of a command is.
3092
3093         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3094         connections types.
3095         (nntp-open-network-stream): Remove.
3096         (nntp-open-ssl-stream): Remove.
3097         (nntp-open-tls-stream): Remove.
3098         (nntp-ssl-program): Remove.
3099
3100         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3101
3102 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3103
3104         * nnir.el: Fix typos.
3105         (nnir-retrieve-headers-override-function): Rename variable to reflect
3106         new semantics.
3107         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3108         macros.
3109         (nnir-request-article, nnir-request-move-article): Use them.
3110         (nnir-categorize): New function.
3111         (nnir-run-query): Use it.
3112         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3113         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3114         sorted.
3115         (nnir-group-full-name): Use gnus-group-full-name instead.
3116         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3117         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3118
3119 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3122
3123         * proto-stream.el: New library to provide protocol-specific
3124         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3125         protocols.
3126         (open-proto-stream): Complete the documentation.
3127         (proto-stream-open-network): Fix some typos.
3128
3129         * nnimap.el (nnimap-open-connection): Use it.
3130
3131 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3132
3133         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3134         negotiation.
3135
3136 2010-11-26  Julien Danjou  <julien@danjou.info>
3137
3138         * color.el: Rename various rgb functions to srgb.
3139
3140 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3143         names.
3144
3145 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * shr.el (shr-insert): Revert last change.
3148         (shr-find-fill-point): Never leave point being at bol;
3149         relax the kinsoku limitation when rendering tables.
3150
3151 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3154         results from -accept-article.
3155
3156         * shr-color.el: Require cl when compiling.
3157
3158         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3159         checkin.
3160
3161         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3162
3163         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3164
3165         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3166         'add and 'delete to set backend marks.
3167
3168         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3169
3170         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3171
3172         * nntp.el (nntp-request-set-mark): Use it.
3173
3174         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3175
3176         * nnml.el (nnml-request-set-mark): Ditto.
3177
3178         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3179         introduces regressions in article selection.
3180         (nnimap-find-uid-response): New function.
3181         (nnimap-request-accept-article): Use the UID returned, if any.
3182         (nnimap-request-move-article): Use the UID returned, if any.
3183         (nnimap-get-groups): Reimplement to work with folded lines.
3184         (nnimap-find-uid-response): The UID is the last element in the list.
3185         (nnimap-request-set-mark): Extend syntax with 'set.
3186
3187         * nnml.el (nnml-request-set-mark): Ditto.
3188
3189         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3190
3191         * nntp.el (nntp-request-set-mark): Ditto.
3192
3193 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * message.el (message-called-interactively-p): A temporary macro.
3196         (message-goto-body): Use it temporarily.
3197
3198 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3201         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3202         (nnimap-last-response-string): Fix last unfolding fix.
3203
3204 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * shr.el (shr-insert): Fix the way to fold lines.
3207
3208 2010-11-25  Julien Danjou  <julien@danjou.info>
3209
3210         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3211
3212         * color.el: Rename from color-lab.el
3213         (color-rgb->hex): Add.
3214         (color-complement): Add.
3215         (color-complement-hex): Add.
3216
3217         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3218
3219 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3222         don't exist.
3223
3224 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3227         assuming that article displaying or another mml-preview may be
3228         interrupted for an error or for the like.
3229
3230         * shr.el (shr-get-background): Fix argument name.
3231
3232 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3235
3236         * gnus-sum.el (gnus-summary-include-articles): New function.
3237
3238         * message.el (message-goto-body): called-interactively-p needs a
3239         parameter, so use `any'.
3240
3241         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3242         clear marks before moving, since they're synced from the Gnus side
3243         first.
3244
3245         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3246         (gnus-summary-move-article): Copy over all marks before moving, so that
3247         IMAP doesn't think a new article has arrived.
3248
3249 2010-11-24  Julien Danjou  <julien@danjou.info>
3250
3251         * shr.el (shr-insert-background-overlay): Fix typo.
3252         (shr-render-td): Copy the background before rendering.
3253
3254         * shr-color.el (shr-color-visible): Fix docstring.
3255
3256         * shr.el (shr-tag-table): Add bgcolor support.
3257         (shr-render-td): Add bgcolor support.
3258         (shr-get-background): Add.
3259         (shr-insert-foreground-overlay): Use shr-get-background.
3260
3261         * message.el (message-goto-body): Use called-interactively-p.
3262         (message-in-body-p): message-goto-body returns point.
3263
3264 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3267         Fixes something or other in Emacs 23, and is backwards compatible.
3268
3269         * message.el (message-goto-body): Remove the <#secure special-casing,
3270         which is too special.
3271
3272         * shr.el (shr-parse-style): Drop !important from styles.
3273
3274 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3275
3276         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3277         this function to return incorrect results when calling it with an
3278         explicit article argument different from
3279         (gnus-summary-article-number).
3280
3281 2010-11-24  Julien Danjou  <julien@danjou.info>
3282
3283         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3284         (shr-tag-body): Add background support.
3285         (shr-descend): Add background support.
3286         (shr-tag-title): Add.
3287
3288         * shr-color.el (shr-color-visible): Really return original background
3289         if fixed.
3290
3291 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * shr.el (shr-color-check): Protect against non-existent colour names.
3294
3295 2010-11-24  Julien Danjou  <julien@danjou.info>
3296
3297         * color-lab.el: Require 'cl when compiling.
3298
3299         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3300
3301         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3302         matched part.
3303
3304         * color-lab.el: Fix all expt calls to use float type.
3305
3306 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3309         expression to shr-color-check as is.
3310
3311         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3312
3313         * color-lab.el: Add coding cookie.
3314         (float-pi): Use eval-and-compile.
3315
3316         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3317         compiled for Emacsen having no `libxml-parse-html-region' support.
3318
3319 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * shr.el (shr-insert-color-overlay): Split stuff like
3322         "#444444 !important" to find the real colour.
3323         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3324         parse <font color="red"> entries.
3325
3326 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3327
3328         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3329         point when parsing headers.
3330
3331         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3332         is positioned properly when parsing headers.
3333
3334 2010-11-23  Julien Danjou  <julien@danjou.info>
3335
3336         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3337
3338         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3339
3340         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3341
3342         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3343         Use shr-color-hue-to-rgb.
3344         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3345
3346 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * shr.el (shr-color->hexadecimal): Autoload.
3349         (shr-descend): Add color to all tags.
3350
3351 2010-11-22  Julien Danjou  <julien@danjou.info>
3352
3353         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3354         shr-color->hexadecimal.
3355
3356         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3357         RGB() or HSL() color representation.
3358
3359         * shr.el (shr-tag-font): Add.
3360         (shr-tag-color-check): New function to get better colors.
3361         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3362         tag-span.
3363
3364         * shr-color.el: New file.
3365
3366         * color-lab.el: New file.
3367
3368         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3369
3370 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3371
3372         * nnir.el: Fix typo in comments.
3373         (nnir-run-imap): Simplify code. No need to reverse artlist.
3374         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3375
3376 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3379
3380         * nnimap.el (nnimap-get-capabilities): Refactor out.
3381         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3382
3383 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3384
3385         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3386         appearing when `mm-uu-hide-markers' is nil.
3387
3388 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * nnimap.el (nnimap-unselect-group): Make into its own function.
3391         (nnimap-request-rename-group): Unselect group before renaming.
3392         This had gotten lost somewhere.
3393         (nnimap-request-accept-article): Keep track of examined groups, and
3394         unselect the group before APPENDing to read-only groups.
3395         (nnimap-request-move-article): Clear flags before moving so that they
3396         can be re-set later.
3397
3398 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3401         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3402
3403 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (gnus-mime-display-single)
3406         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3407         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3408         parameter.
3409
3410 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3413         (shr-table-vertical-line): New variable.
3414         (shr-insert-table): Use it.
3415
3416 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-html.el (gnus-html-wash-images): Don't display images if
3419         gnus-inhibit-images is non-nil; register displayer for cid images.
3420         (gnus-html-display-image): Work for cid image.
3421         (gnus-html-insert-image): Allow arguments.
3422         (gnus-html-put-image): Inhibit read-only.
3423         (gnus-html-prefetch-images): Don't prefetch images if
3424         gnus-inhibit-images is non-nil.
3425
3426 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * shr.el (shr-put-image): Break lines when inserting big pictures.
3429
3430 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3431
3432         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3433         sender, thanks Katsumi Yamaoka.
3434
3435 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3436
3437         * nnir.el (nnir-run-imap): Reverse the article list for each group
3438         rather than the whole list.
3439
3440 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * shr.el (shr-image-displayer): Protect function against non-existent
3443         image source.
3444
3445         * gnus-art.el (gnus-inhibit-images): New user option.
3446         (gnus-mime-display-single): Don't display image if it is non-nil.
3447
3448         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3449         gnus-inhibit-images.
3450
3451         * shr.el (shr-image-displayer): New function.
3452         (shr-tag-img): Use it.
3453
3454 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3455
3456         * mml2015.el (mml2015-epg-sign): Use From header.
3457
3458 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459
3460         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3461
3462         * gnus-util.el (gnus-find-text-property-region): Return markers.
3463
3464         * shr.el (shr-tag-img): Put a displayer in the text property.
3465
3466         * gnus-util.el (gnus-find-text-property-region): New utility function.
3467
3468         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3469         (gnus-html-show-images): Remove.
3470
3471         * gnus-art.el (gnus-article-show-images): New, more general function.
3472
3473         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3474         image url text properties.
3475
3476         * shr.el: Ditto.
3477
3478         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3479         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3480
3481 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3484         work for two or more articles.
3485
3486 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3489         divide an image that's in an html article to two or more when washing
3490         non-ASCII characters in alt text of it.
3491
3492 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3495         smime-decrypt-region using function argument.
3496         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3497
3498         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3499
3500         * smime.el (smime-decrypt-region): Catch it.
3501
3502 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         * smime.el (smime-mode-map): Move initialization into declaration.
3505         (gnus-run-mode-hooks): Don't autoload.
3506         (smime-mode): Use define-derived-mode.
3507
3508 2010-11-11  Glenn Morris  <rgm@gnu.org>
3509
3510         * smime.el (from): Restrict declaration to XEmacs.
3511
3512         * nnir.el (gnus-group-topic-name): Autoload.
3513
3514 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * shr.el (shr-insert): Don't break long line if it is because of
3517         kinsoku-bol characters in the line end.
3518
3519 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3520
3521         * nnir.el (nnir-request-move-article): Fix to provide original group
3522         and subject.
3523         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3524         been retrieved.
3525
3526         * gnus-sum.el (gnus-summary-move-article): Use original group and
3527         subject for virtual articles such as those in an nnir summary buffer.
3528
3529 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3532         least 21.5).
3533
3534         * smime.el (from): Declare it again for XEmacs.
3535
3536 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * message.el (message-resend): Don't disable encoding unless it's
3539         already encoded.
3540
3541         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3542         low-numbered articles.
3543
3544 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * rfc2047.el (rfc2047-syntax-table): Simplify.
3547
3548         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3549
3550         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3551         set-char-table-range for XEmacs.
3552
3553 2010-11-10  Glenn Morris  <rgm@gnu.org>
3554
3555         * time-date.el (time-to-seconds): Always an alias on Emacs,
3556         never a real function.
3557         (with-no-warnings): Remove compat stub, now unused.
3558         (time-less-p): Doc fix.
3559         (time-to-number-of-days): Simplify.
3560
3561         * smime.el (from): Remove unused declaration.
3562
3563         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3564         (gnus-float-time): On Emacs, always an alias.
3565
3566         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3567         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3568
3569 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * dgnushack.el: Don't use ignore-errors in the top level form since it
3572         is unavailable in XEmacs even if cl is loaded.
3573
3574         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3575
3576 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * shr.el (browse-url-mailto): Autoload.
3579
3580         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3581
3582         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3583         regexp doesn't need quoting.
3584
3585 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3586
3587         * message.el (message-subject-trailing-was-ask-regexp)
3588         (message-subject-trailing-was-regexp): Match was: in addition to was.
3589
3590 2010-11-09  Glenn Morris  <rgm@gnu.org>
3591
3592         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3593         (nnbabyl-check-mbox): Use point-at-bol.
3594
3595 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3598
3599         * message.el (message-mailto): New function.
3600         (message-mailto): Should accept other parameters.
3601         (message-mailto): Remove since it duplicates browse-url-mailto
3602         functionality.
3603
3604 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3607         methods.
3608         (gnus-read-active-file): Ditto.
3609
3610         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3611         ": " from the prompt.
3612         (gnus-group-make-group): Ditto.
3613
3614 2010-11-07  Glenn Morris  <rgm@gnu.org>
3615
3616         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3617         (gnus-bookmark-kill-line): Use point-at-eol.
3618
3619 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3622         asterisks in From header.
3623
3624 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3627         string to avoid making the From headers syntactically invalid.
3628
3629         * message.el (message-send-mail): Don't insert courtesy messages if the
3630         message already has List-Post and List-ID messages.
3631
3632 2010-11-06  Glenn Morris  <rgm@gnu.org>
3633
3634         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3635         `condition', `type', `length' a prefix.
3636         (gnus-treat-predicate): Update for above name changes.
3637
3638 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3639
3640         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3641         binding.  Handled by `gnus-summary-refer-thread' instead.
3642         (nnir-warp-to-article): New backend function.
3643
3644         * nnimap.el (nnimap-request-thread): Force dependency updating.
3645
3646         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3647         (gnus-summary-refer-thread): Rework to improve thread-referral.
3648
3649         * gnus-int.el (gnus-warp-to-article): New function.
3650
3651         * gnus-sum.el (gnus-summary-article-map): Bind it.
3652
3653 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3654
3655         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3656         gnus-summary-refer-thread.
3657
3658         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3659         headers.
3660         (gnus-summary-limit-include-thread): Prevent articles in thread from
3661         being cut in gnus-cut-threads.
3662         (gnus-summary-refer-thread): Limit retrieved headers to those in
3663         thread.
3664
3665 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * message.el (message-send-mail): Use the value of
3668         message-courtesy-message from the message buffer.
3669
3670         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3671
3672         * shr.el (shr-browse-url): Implement mailto: URLs.
3673
3674         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3675         "raw".
3676
3677         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3678         if it's already selected.
3679
3680         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3681
3682 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3685         to measure the length and truncate alt text.
3686
3687 2010-11-03  Glenn Morris  <rgm@gnu.org>
3688
3689         * nndiary.el (nndiary-generate-nov-databases-1)
3690         (nndiary-generate-active-info): Rename dynamic variable `files' to
3691         something less generic.
3692
3693 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3694
3695         * nnir.el (nnir-request-move-article): Call the underlying backend to
3696         move articles from nnir.
3697
3698 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3701
3702 2010-11-02  Julien Danjou  <julien@danjou.info>
3703
3704         * nnir.el: Remove wais support.
3705
3706 2010-11-02  Glenn Morris  <rgm@gnu.org>
3707
3708         * gnus-html.el: Reorder requirements to quieten compiler.
3709
3710 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3713         properly for XEmacs as well.
3714         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3715         (gnus-article-natural-long-line-p): Use window-width rather than
3716         frame-width.
3717
3718 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3719
3720         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3721         (nnir-read-parms): Don't modify query.
3722         (nnir-run-query): Add ability to search topic on current line.
3723         (nnir-get-active): Clean up.
3724
3725 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3728         degenerate articles.
3729
3730         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3731         (gnus-print-buffer): Just print the buffer as is, without any copying
3732         to a buffer and then re-highlighting.
3733
3734         * nnimap.el (nnimap-request-group): Store the new updated info.
3735         (nnimap-request-group): Select the group when we don't know whether it
3736         exists or not.
3737
3738         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3739         groups.
3740
3741         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3742         groups.
3743
3744         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3745         groups.
3746
3747         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3748         long-lines case by only filling the long lines.
3749
3750         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3751         (bug #7311).
3752
3753 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * shr.el: No need to declare `declare-function' since shr.el is for
3756         only Emacsen that provide `libxml-parse-html-region'.
3757
3758         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3759         effective only in a file it is referred to.
3760
3761 2010-11-01  Glenn Morris  <rgm@gnu.org>
3762
3763         * mm-util.el (gnus-completing-read): Autoload.
3764         (mm-read-coding-system): Simplify Emacs definition.
3765
3766         * nnmail.el (gnus-activate-group):
3767         * nnimap.el (gnutls-negotiate):
3768         * nntp.el (netrc-parse): Fix declarations.
3769
3770 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3773         string-match-p in Emacs >=23.
3774
3775         * gnus-msg.el (gnus-configure-posting-styles)
3776         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3777
3778 2010-11-01  Glenn Morris  <rgm@gnu.org>
3779
3780         * nnir.el (declare-function): Add compat stub.
3781         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3782         (nnir-run-gmane): Require 'mm-url.
3783
3784         * mm-util.el (mm-string-to-multibyte): Simplify.
3785
3786         * shr.el (declare-function): Add compat stub.
3787         (url-cache-create-filename): Declare.
3788         (mm-disable-multibyte, widget-convert-button): Autoload.
3789
3790         * smime.el (ldap-search): Declare.
3791         (smime-cert-by-ldap-1): Require ldap on Emacs.
3792
3793         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3794         (nnimap-keepalive): Use gnus-float-time.
3795
3796         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3797         (mail-source-delete-crash-box): Use gnus-float-time.
3798
3799         * gnus-dired.el (gnus-completing-read): Autoload.
3800
3801         * mm-view.el (gnus-rescale-image): Autoload.
3802
3803         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3804
3805         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3806
3807         * sieve-manage.el: Require 'cl when compiling.
3808
3809         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3810         (gnus-iswitchb-completing-read): Require iswitchb.
3811         (gnus-select-frame-set-input-focus): Silence compiler.
3812
3813 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * message.el (message-subject-trailing-was-query): Change default to t,
3816         since I think that's what most people want.
3817
3818         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3819         appending for easier debugging.
3820         (nnimap-wait-for-connection): Take a regexp.
3821         (nnimap-request-accept-article): Wait for the continuation line before
3822         sending anything unless we're streaming.
3823
3824         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3825         leave the header washing to take place.
3826
3827 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3828
3829         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3830         regular expression match and replace in posting styles.
3831
3832 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3833
3834         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3835         an entire server.
3836         (nnir-get-active): New function.
3837         (nnir-run-imap): Use it.
3838         (nnir-run-gmane): Who knew, gmane search returns an article score!
3839
3840         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3841         server on the current line with nnir.
3842
3843 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3846         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3847         left edge.
3848         (gnus-article-foldable-buffer): Skip past the prefix when determining
3849         raggedness.
3850
3851         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3852         the raw article, and change `C-u g' to show the article without doing
3853         treatments.
3854
3855         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3856         on to `gnus-treat-article'.
3857         (gnus-inhibit-article-treatments): New variable.
3858
3859         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3860
3861         * gnus-art.el (gnus-treatment-function-alist): Have
3862         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3863         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3864         sections.
3865
3866         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3867         parameter.
3868         (gnus-article-fill-cited-long-lines): New function.
3869         (gnus-article-fill-cited-article): Allow filling only long sections.
3870
3871         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3872         and non-punctuation (like after the apostrophe in "'We").
3873
3874         * gnus-sum.el (gnus-summary-select-article): Make sure
3875         gnus-original-article-buffer is alive.
3876
3877         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3878         reflect the order they're in in the digest.
3879
3880         * gnus.el (gnus-group-startup-message): Move point to the start of the
3881         buffer.
3882
3883         * nnimap.el (nnimap-capability): New function.
3884         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3885         is set.
3886
3887 2010-10-31  David Engster  <dengste@eml.cc>
3888
3889         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3890         conform with changes to gnus-completing-read.
3891
3892 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3895
3896 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3897
3898         * nnir.el: Move defvar, defcustom around to keep file organized
3899         and keep byte-compiler quiet.
3900         (nnir-read-parms): Accept search-engine as arg.
3901         (nnir-run-query): Pass search-engine as arg.
3902         (nnir-search-engine): Remove.
3903
3904 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * shr.el (shr-generic): The text nodes should be text, not :text.
3907
3908         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3909         later in the file.
3910
3911 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3912
3913         * nnir.el: General clean up.  Allow searching with multiple engines.
3914         Allow separate extra-parameters for each engine.
3915         Batch queries when possible.
3916         (nnir-imap-default-search-key,nnir-method-default-engines):
3917         Add customize interface.
3918         (nnir-run-gmane): New engine.
3919         (nnir-engines): Use it.  Qualify all prompts with engine name.
3920         (nnir-search-engine): Remove global variable.
3921         (nnir-run-hyrex): Restore for now.
3922         (nnir-extra-parms,nnir-search-history): New variables.
3923         (gnus-group-make-nnir-group): Use them.
3924         (nnir-group-server): Remove in favor of gnus-group-server.
3925         (nnir-request-group): Avoid searching twice.
3926         (nnir-sort-groups-by-server): New function.
3927
3928 2010-10-30  Julien Danjou  <julien@danjou.info>
3929
3930         * gnus-group.el: Remove gnus-group-fetch-control.
3931
3932         * gnus-start.el (gnus-find-new-newsgroups):
3933         Remove gnus-check-first-time-used.
3934
3935         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3936
3937 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3938
3939         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3940         set on groups that don't have \* permanentflags.
3941
3942 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3945         control the background color.
3946         (shr-tag-img): Ignore very small web bug type images.
3947         (shr-put-image): Add help-echo alt texts to the images.
3948         (shr-tag-video): Show the video poster image.
3949
3950 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * shr.el (shr-table-depth): New variable.
3953         (shr-tag-table-1): Only insert the images after the top-level table.
3954
3955         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3956
3957         * gnus-util.el (gnus-list-memq-of-list): New function.
3958
3959         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3960         selected.
3961         (nnimap-unsplittable-articles): New slot.
3962         (nnimap-new-articles): Use it.
3963
3964 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3965
3966         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3967         move to the previous line on `M-g'.
3968
3969 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3972         *-request-group, which seems unnecessary.
3973
3974         * nnimap.el (nnimap-quote-specials): Function copied over from
3975         imap.el.
3976         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3977         they support that.  Suggested by Tom Regner.
3978
3979 2010-10-29  Julien Danjou  <julien@danjou.info>
3980
3981         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3982         defalias.
3983         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3984
3985         * gnus.el: Remove `gnus-nntp-service' variable.
3986         (gnus-secondary-servers): Make obsolete.
3987         (gnus-nntp-server): Make obsolete.
3988
3989         * gnus-start.el (gnus-1): Remove x-splash calls.
3990
3991         * gnus-ems.el (gnus-x-splash): Remove.
3992
3993         * gnus.el (gnus-group-startup-message): Simplify/update code.
3994
3995         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3996         definition.
3997
3998         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3999         capability before doing anything.
4000         (gnus-group-insert-group-line): Remove useless
4001         gnus-group-remove-excess-properties.
4002
4003 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4006
4007 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4010         config after reselecting.
4011
4012 2010-10-28  Julien Danjou  <julien@danjou.info>
4013
4014         * shr.el (shr-put-image): Use point even if only inserting text.
4015         (shr-put-image): Save excursion when inserting alt text on non-graphic
4016         display, so the behaviour is the same when we are on a graphic display.
4017
4018         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4019
4020 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4023         (gnus-mime-copy-part): Check coding system, not charset.
4024         (gnus-mime-view-part-externally): Never remove part.
4025         (gnus-mime-view-part-internally): Don't remove part here.
4026         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4027         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4028         multipart/alternative.
4029
4030         * mm-decode.el (mm-display-part): Take optional arg `force'.
4031
4032 2010-10-26  Julien Danjou  <julien@danjou.info>
4033
4034         * gnus-group.el (gnus-group-default-list-level): Add this function to
4035         compute the default list level.
4036         (gnus-group-default-list-level): Add possibility to use a function.
4037
4038 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4041
4042         * gnus-group.el (gnus-group-completing-read)
4043         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4044         gnus-replace-in-string.
4045
4046 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * shr.el (shr-tag-div): Add.
4049
4050         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4051
4052 2010-10-25  Julien Danjou  <julien@danjou.info>
4053
4054         * gnus-util.el: Remove `gnus-with-local-quit'.
4055
4056         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4057
4058 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4061         the original article buffer.
4062
4063 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * nnimap.el (nnimap-request-head): New function.
4066         (nnimap-request-move-article): Try to be slighly faster by not
4067         requesting the entire message when moving.
4068         (nnimap-transform-headers): Don't bug out on bodiless articles.
4069         (nnimap-send-command): Have no outstanding messages if the IMAP server
4070         doesn't support streaming.
4071         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4072
4073 2010-10-24  Julien Danjou  <julien@danjou.info>
4074
4075         * message.el (message-default-headers): Fix type.
4076
4077 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4080         prefetching images.
4081
4082         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4083         backend for unknown groups.  This is mainly useful for nnimap groups.
4084
4085         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4086         group isn't covered by the agent.
4087
4088 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4089
4090         * nnir.el (nnir-method-default-engines): New variable.
4091         (nnir-run-query): Use it.
4092         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4093         (gnus-summary-nnir-goto-thread): Change group if needed.
4094
4095         * gnus-group.el (gnus-group-group-map): Add key binding for
4096         gnus-group-make-nnir-group.
4097
4098 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * shr.el (shr-tag-object): Add.
4101
4102         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4103         original article buffer live.
4104         (gnus-summary-select-article-buffer):
4105         Mention gnus-widen-article-buffer.
4106
4107 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * shr.el (shr-tag-strong): Add.
4110
4111 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4114         group names.  They mess up the group buffer badly.
4115
4116         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4117
4118         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4119         instead of the summary one.
4120
4121 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * mml.el (mml-preview): Work properly when editing article.
4124
4125         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4126         gnus-have-read-active-file if it's already been in.
4127
4128 2010-10-22  Tom Tromey  <tromey@redhat.com>
4129
4130         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4131         gnus-group-completing-read.
4132
4133 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * message.el (message-mode-map): Don't bind M-; to comment region, to
4136         allow the global comment-dwim to work.
4137
4138 2010-10-21  Julien Danjou  <julien@danjou.info>
4139
4140         * message.el (message-setup-1): Allow message-default-headers to be a
4141         function.
4142
4143 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * shr.el (shr-tag-table): Simplify.
4146
4147 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4150         to avoid trying to snarf invalid stuff.
4151
4152         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4153
4154         * gnus.el (gnus-message-archive-group): Quote value.
4155         (gnus-message-archive-group): Mark as changed.
4156
4157         * shr.el (shr-add-font): Don't put the font properties on the newline
4158         or the indentation.
4159
4160         * message.el (message-fix-before-sending): Change options when sending
4161         non-printable characters.
4162
4163         * gnus.el (gnus-message-archive-method): Change the default to
4164         monthly outgoing groups.
4165
4166         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4167         that have gotten new numbers.
4168
4169         * nnimap.el (nnimap-request-replace-article): New function.
4170
4171 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4174         (nnrss-request-article): Don't use special html washing code.
4175
4176 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * shr.el (shr-tag-table): Remove useless nconc.
4179
4180 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus-art.el (article-wash-html): Simplify and remove the charset
4183         stuff.  Use the normal html rendering code instead of the special html
4184         washing code.
4185
4186         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4187         `gnus-w3m' symbols.
4188         (mm-text-html-washer-alist): Remove.
4189
4190         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4191         (mm-inline-media-tests): Remove use.
4192         (mm-text-html-renderer): Change default to the `shr' symbol.
4193
4194         * mm-view.el (mm-inline-text-html): Remove use.
4195
4196         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4197         `gnus-blocked-images' to be a function.
4198         (gnus-article-wash-function): Remove.
4199
4200 2010-10-20  Julien Danjou  <julien@danjou.info>
4201
4202         * spam.el (spam-list-of-processors): Mark as obsolete.
4203
4204         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4205         (nnimap-insert-partial-structure): Fix boundary detection.
4206
4207 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4208
4209         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4210         run file-truename on remote files.  This can be expensive and even
4211         prevent one from editing drafts if some unrelated buffer has a stale
4212         connection.
4213
4214 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4217         kinsoku-eol regardless of shr-kinsoku-shorten.
4218         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4219         (shr-tag-table): Support caption, thead, and tfoot.
4220
4221 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4224         lines.
4225         (shr-save-contents): New command and keystroke.
4226
4227         * nndoc.el (nndoc-type-alist): Add git support.
4228         (nndoc-git-type-p): New function.
4229         (nndoc-transform-git-article): Ditto.
4230         (nndoc-transform-git-headers): Ditto.
4231         (nndoc-transform-git-headers): Generate Subject headers.
4232
4233         * shr.el (shr-parse-style): New function.
4234         (shr-tag-span): Ditto.
4235
4236         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4237         to `G G' to avoid collisions.
4238
4239 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * shr.el: Load kinsoku if necessary.
4242         (shr-kinsoku-shorten): New internal variable.
4243         (shr-find-fill-point): Make kinsoku shorten text line if
4244         shr-kinsoku-shorten is bound to non-nil.
4245         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4246         shr-indentation too when testing if table is wider than frame width.
4247         (shr-insert-table): Use `string-width' instead of `length' to measure
4248         text width.
4249         (shr-insert-table-ruler): Make sure indentation is done at bol.
4250
4251 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4252
4253         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4254         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4255         undecoded network data.
4256
4257 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4260         name in the mode line spec so that the mode line menu works
4261         (bug #2431).
4262
4263         * message.el (message-get-reply-headers): If we're fed `to-address',
4264         then always use that.
4265
4266         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4267         aren't so wide as to need to switch off the edit menu.
4268
4269         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4270         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4271
4272         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4273         `M-g'.
4274         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4275         the permanent marks.
4276
4277 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4278
4279         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4280         Splitting according to references/in-reply-to obeys the ignore-groups
4281         variable, while splitting by sender and subject do not.
4282
4283 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4286         alist, so that we can look for non-Unicode chars.
4287         (article-translate-strings): Allow both character and string maps.
4288
4289 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * shr.el (shr-insert): Don't insert space behind a wide character
4292         categorized as kinsoku-bol, or between characters both categorized as
4293         nospace.
4294
4295 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4296
4297         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4298         headers to gnus-newsgroup-headers.
4299
4300 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * shr.el (shr-tag-img): Don't align images -- since we're not
4303         rescaling, this often leads to ugly displays.
4304
4305 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4306
4307         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4308         duplicates.
4309
4310 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4311
4312         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4313         call.
4314
4315 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus.el: Autoload gnus-html-show-images.
4318
4319         * nnimap.el: Use nnheader-message throughout.
4320
4321         * shr.el (shr-tag-img): Ignore images with no data.
4322
4323 2010-10-15  Julien Danjou  <julien@danjou.info>
4324
4325         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4326         a possibility to disable format=flow encoding when using hard newlines.
4327
4328 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * shr.el (shr-insert): Remove space inserted before or after a
4331         breakable character or at the beginning or the end of a line.
4332         (shr-find-fill-point): Do kinsoku; find the second best point or give
4333         it up if there's no breakable point.
4334
4335 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * nnimap.el (nnimap-open-connection): Message when opening connection
4338         for debugging purposes.
4339
4340         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4341         on every setup buffer call to allow this to change from article to
4342         article.
4343
4344         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4345         buffers where we have a wide table.
4346
4347 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4348
4349         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4350         uses *-request-thread.
4351
4352 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4355         incantation, which is no longer valid.
4356
4357 2010-10-14  Julien Danjou  <julien@danjou.info>
4358
4359         * shr.el: Fix defcustom type (char -> character).
4360
4361 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4364         programs.
4365
4366 2010-10-14  Julien Danjou  <julien@danjou.info>
4367
4368         * shr.el (shr-tag-a): Use url-link as widget type.
4369
4370         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4371         `gnus-group-get-icon'.
4372
4373 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4376         This should make server editing work better.
4377
4378         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4379
4380         * tls.el (tls-program): Remove spurious %s from openssl.
4381
4382         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4383         (nnimap-parse-flags): Fix regexp.
4384
4385         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4386         probably work for CJVK text, too.
4387
4388         * nnimap.el (nnimap-extend-tls-programs): Remove.
4389         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4390
4391         * tls.el (tls-starttls-switches): Remove starttls hack.
4392         (open-tls-stream): Ditto.
4393         (tls-find-starttls-argument): Ditto.
4394
4395 2010-10-13  Julien Danjou  <julien@danjou.info>
4396
4397         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4398         responses.
4399
4400 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4403
4404         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4405         anything in Emacs.
4406
4407         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4408
4409 2010-10-13  Julien Danjou  <julien@danjou.info>
4410
4411         * shr.el (shr-width): Make shr-width a defcustom with default to
4412         fill-column.
4413         (shr-tag-img): Use shr-width rather than fill-column.
4414
4415 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * dgnushack.el (byte-optimize-apply)
4418         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4419
4420         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4421         position when (X-)Faces exist.
4422         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4423         avatars when called interactively.
4424
4425 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4428         gnus-article-x-face-too-ugly is bound.
4429
4430 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4433
4434         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4435         mailbox that doesn't exist.
4436
4437 2010-10-12  Julien Danjou  <julien@danjou.info>
4438
4439         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4440         (shr-get-image-data): Encode URL properly when fetching from cache.
4441         (shr-tag-img): Use aligned-to spaces to align correctly images.
4442
4443         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4444         before inserting the Gravatar.
4445
4446         * shr.el (shr-tag-img): Add align attribute support for <img>.
4447
4448 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * gnus-gravatar.el (gnus-art): Require.
4451
4452         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4453         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4454         Remove long obsoleted functions.
4455
4456 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4459
4460         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4461
4462         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4463         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4464         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4465         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4466         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4467         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4468         * sieve-manage.el, smime.el, spam.el:
4469         Fix comment for declare-function.
4470
4471 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * nnimap.el (nnimap-request-rename-group): Select group read-only
4474         before renaming it.
4475
4476         * shr.el (shr-insert): Fix up the white space only regexp.
4477
4478         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4479         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4480
4481         * shr.el (shr-current-column): New function.
4482         (shr-find-fill-point): New function.
4483
4484 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4485
4486         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4487         numbers.
4488
4489 2010-10-11  Julien Danjou  <julien@danjou.info>
4490
4491         * shr.el (shr-hr-line): Add.
4492         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4493         display hr lines.
4494         (shr-max-columns): Do not change state to nil if we just inserting
4495         spaces.
4496
4497 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4500         select the last group.
4501
4502 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4503
4504         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4505
4506 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4507
4508         * dig.el (dig-mode-map): Declare and define in one step.
4509
4510 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4513         for Gnus.
4514         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4515         (nnimap-update-qresync-info): Mark \Seen articles as read.
4516
4517         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4518         non-variable, too.
4519
4520         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4521         available.
4522         (nnimap-update-info): Rely more on the current active than the param
4523         active to avoid marking articles as read too much.
4524
4525         * auth-source.el (auth-source-create): Use (user-login-name) for the
4526         user name default.
4527
4528         * nnimap.el (nnimap-update-info): If the server doesn't return any
4529         useful info, just use the previous info.
4530         (nnimap-update-info): Prefer old info over start-article.
4531         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4532
4533 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4534
4535         * nnir.el (autoload): Clean up autoloads.
4536         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4537         Use key rather than value.
4538         (nnir-imap-search-other): New variable.
4539         (nnir-read-parm): Use it.
4540         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4541         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4542
4543 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4544
4545         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4546         the process, too.
4547
4548 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * spam.el (gnus-summary-mode-map): Bind to "$".
4551         Suggested by Russ Allbery.
4552
4553         * shr.el: Rework the way things are indented by <li> slightly.
4554
4555         * gnus.el (gnus-group-set-parameter): Fix typo.
4556
4557         * nnimap.el: Start implementing QRESYNC support.
4558
4559 2010-10-09  Julien Danjou  <julien@danjou.info>
4560
4561         * nnir.el (nnir-engines): Fix too many arguments.
4562
4563 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4566         group is the "last", so that the backends like nnfolder actually save
4567         their folders.
4568
4569         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4570         try to use that for the tls stream.
4571         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4572         UIDVALIDITY and find out which groups are read-only and not.
4573         (nnimap-get-flags): Use the same marks parsing code as the rest of
4574         nnimap.
4575
4576 2010-10-09  Julien Danjou  <julien@danjou.info>
4577
4578         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4579
4580         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4581         retrieving gravatars.
4582
4583         * shr.el (shr-table-corner): Add.
4584         (shr-table-line): Add.
4585         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4586
4587 2010-10-08  Julien Danjou  <julien@danjou.info>
4588
4589         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4590
4591 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4594
4595         * gnus-sum.el (gnus-mark-article-as-unread)
4596         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4597         (gnus-summary-set-bookmark): Use it.
4598
4599         * gnus-msg.el (gnus-setup-message): Use it.
4600
4601         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4602
4603         * gnus.el (gnus-group-remove-parameter): Use it.
4604
4605         * gnus-group.el (gnus-group-make-web-group): Use it.
4606
4607         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4608
4609         * nnregistry.el: Update docs to mention manual.
4610
4611         * gnus-registry.el: Update docs to mention nnregistry.el.
4612         (gnus-registry-initialize): Don't install nnregistry refer method
4613         automatically.
4614         (gnus-registry-install-nnregistry): Remove it.
4615
4616 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * shr.el (shr-insert): Don't insert double spaces.
4619
4620 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-gravatar.el (gnus-treat-from-gravatar)
4623         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4624         called interactively.
4625
4626         * gnus-art.el (gnus-mime-view-part-externally)
4627         (gnus-mime-view-part-internally): Make predicate function passed to
4628         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4629         of a mime type.
4630
4631         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4632
4633 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * shr.el (require): Require cl when compiling.
4636         (shr-tag-hr): New function.
4637
4638         * nnimap.el (nnimap-update-info): Remove double setting of high.
4639         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4640         This makes nnimap work properly on Courier again.
4641
4642         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4643         the variable for backwards compatibility.
4644
4645         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4646         the file name before using to avoid setting mm-default-directory to
4647         nil.
4648
4649         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4650         bidning gnus-agent variables.
4651
4652         * shr.el (shr-render-td): Use a cache for the table rendering function
4653         to avoid getting an exponential rendering behaviour in nested tables.
4654         (shr-insert): Rework the line-breaking algorithm.
4655         (shr-insert): Don't leave trailing spaces.
4656         (shr-insert-table): Also insert empty TDs.
4657         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4658
4659 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4660
4661         * gnus-sum.el (gnus-number): Rename from `number'.
4662         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4663         (gnus-summary-limit-children): Update uses correspondingly.
4664
4665 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4668         (gnus-gravatar-transform-address): Don't show avatars of people of
4669         which mail addresses match gnus-gravatar-too-ugly.
4670
4671 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * shr.el (shr-table-widths): Expand TD elements to fill available
4674         space.
4675
4676 2010-10-07  Julien Danjou  <julien@danjou.info>
4677
4678         * nnimap.el (nnimap-request-rename-group): Add this method.
4679
4680 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4683         name from XEmacs' function-arglist.
4684
4685         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4686         gravatar under XEmacs.
4687
4688 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * auth-source.el: Update docs with TODO items.
4691
4692         * gnus-sync.el: Update docs to explain state and plans.
4693
4694         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4695         Hooks for mark updates.
4696         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4697
4698         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4699         hooks with arguments, which is needed for mark update hooks.
4700
4701 2010-10-06  Julien Danjou  <julien@danjou.info>
4702
4703         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4704         was matched.
4705
4706         * sieve-manage.el: Update example in `Commentary'.
4707
4708         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4709
4710         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4711         not 2000.
4712         (sieve-manage-authenticate): Re-add function.
4713
4714 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * shr.el (shr-insert): Get 'space transition right.
4717         (shr-render-td): Only delete space at the end of the TD.
4718
4719         * nnimap.el (nnimap-open-connection): Prepare to support
4720         open-gnutls-stream.
4721
4722         * shr.el: Rearrange function order to be more logical.
4723
4724 2010-10-06  Julien Danjou  <julien@danjou.info>
4725
4726         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4727         (nnrss-discover-feed): Remove 404 URL in docstring.
4728
4729         * nnir.el: Fix Swish-E URL.
4730         Fix Namazu URL.
4731
4732         * message.el (message-change-subject): Remove 404 URL in a comment.
4733
4734 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4737         called interactively.
4738
4739         * gnus-util.el (gnus-remove-if): Allow hash table.
4740         (gnus-remove-if-not): New function.
4741
4742         * gnus-art.el (gnus-mime-view-part-as-type)
4743         * gnus-score.el (gnus-summary-score-effect)
4744         * gnus-sum.el (gnus-read-move-group-name):
4745         Replace remove-if-not with gnus-remove-if-not.
4746
4747         * gnus-group.el (gnus-group-completing-read):
4748         Regard collection as a hash table if it is not a list.
4749
4750 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4753
4754         * shr.el: Document the table-rendering algorithm.
4755
4756 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4759         for Emacsen having no `libxml-parse-html-region' support.
4760
4761 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4764         invalid URLs.
4765
4766         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4767         line-broken.
4768         (shr-tag-img): Ignore image fetching errors.
4769         (shr-overlays-in-region): Compute overlay positions correctly.
4770
4771         * mm-decode.el (mm-shr): Require shr.
4772
4773         * gnus-art.el (gnus-blocked-images): Move variable here.
4774
4775         * shr.el (shr-insert-table): Bind free variable.
4776
4777         * mm-decode.el (mm-shr): Bind shr-content-function.
4778
4779         * shr.el (shr-content-function): New variable.
4780
4781         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4782         added for symmetry.
4783
4784         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4785
4786         * gnus-group.el (gnus-group-make-group): Doc fix.
4787
4788         * nnimap.el (nnimap-request-newgroups): Return success.
4789
4790         * shr.el (shr-find-elements): New function.
4791         (shr-tag-table): Put all the images after the table.
4792         (shr-tag-table): Really inhibit images inside the table.
4793         (shr-collect-overlays): Copy over overlays from the TD elements to the
4794         main document.
4795
4796         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4797         gnus-blocked-images.
4798
4799 2010-10-05  Julien Danjou  <julien@danjou.info>
4800
4801         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4802
4803         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4804         (gnus-html-maximum-image-size): Add this function.
4805         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4806
4807         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4808         server-value of the capability is nil.
4809
4810 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * shr.el (shr-tag-em): Add <EM> tag.
4813
4814 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4815
4816         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4817         customizable.
4818
4819         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4820         handing broken links to browse-url.
4821
4822 2010-10-05  Julien Danjou  <julien@danjou.info>
4823
4824         * gnus-util.el (gnus-emacs-completing-read)
4825         (gnus-iswitchb-completing-read): Use autoload rather than require.
4826
4827 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4830         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4831         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4832         iswitchb-temp-buflist for XEmacs.
4833
4834         * gnus-util.el (gnus-completing-read-function): Exclude
4835         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4836         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4837         XEmacs.
4838
4839         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4840         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4841
4842         * gnus-html.el: Don't require help-fns under XEmacs.
4843         (gnus-html-schedule-image-fetching): Work for XEmacs.
4844
4845         * mm-decode.el (mm-shr): Decode contents by charset.
4846
4847 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4850         unknown.
4851
4852         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4853         (shr-get-image-data): Ensure against the cache file missing.
4854
4855         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4856         for data.
4857
4858         * spam-report.el (spam-report-url-ping-plain): Don't query about
4859         killing the process.
4860
4861         * shr.el (shr-render-td): Protect against too-wide text.
4862
4863 2010-10-04  Julien Danjou  <julien@danjou.info>
4864
4865         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4866         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4867
4868         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4869         retrieved.
4870
4871 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * shr.el (browse-url): Require.
4874         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4875         lines.
4876         (shr-show-alt-text, shr-browse-image): New commands.
4877         (shr-browse-url, shr-copy-url): New commands.
4878
4879         * gnus-sum.el (gnus-widen-article-window): New variable.
4880         (gnus-summary-select-article-buffer): Use it.
4881
4882         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4883         without @ signs.
4884
4885 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4886
4887         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4888
4889 2010-10-04  Julien Danjou  <julien@danjou.info>
4890
4891         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4892         for XEmacs.
4893
4894 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4897
4898         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4899         (nnimap-close-server): Implement.
4900
4901         * dgnushack.el (iswitchb): Require to shut up the compiler.
4902
4903         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4904         (shr-insert): Tweak line breaking.
4905         (shr-insert): Handle <pre> better.
4906         (shr-tag-li): Get <li> indentation right.
4907         (shr-tag-li): Get <li> indentation even righter.
4908         (shr-tag-blockquote): Ensure paragraph start.
4909         (shr-make-table): Tweak table generation.
4910         (shr-make-table): Fix typo.
4911
4912         * shr.el: Implement table rendering.
4913
4914 2010-10-04  Julien Danjou  <julien@danjou.info>
4915
4916         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4917
4918 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * shr.el (shr-insert): Use string anchors instead of line anchors.
4921
4922 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * shr.el: Add headings.
4925         (shr-ensure-paragraph): Actually work.
4926         (shr-tag-li): Make <ul> prettier.
4927         (shr-insert): Get white space at the beginning/end of elements right.
4928         (shr-tag-p): Collapse subsequent <p>s.
4929         (shr-ensure-paragraph): Don't insert double line feeds after blank
4930         lines.
4931         (shr-insert): \t is also space.
4932         (shr-tag-s): Fix "s" tag name function.
4933         (shr-tag-s): Fix face prop name.
4934
4935 2010-10-03  Julien Danjou  <julien@danjou.info>
4936
4937         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4938
4939         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4940         gnus-window-inside-pixel-edges.
4941
4942         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4943         gnus-ems.
4944
4945         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4946
4947         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4948         function.
4949
4950         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4951         resize choice.
4952
4953 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4956         beginning of the buffer.
4957
4958         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4959         article buffer again.
4960
4961         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4962
4963         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4964         when it's at the start of the buffer.
4965
4966         * shr.el (shr-tag-blockquote): Convert name.
4967         (shr-rescale-image): Use the right image-size variant.
4968
4969         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4970         buffer isn't shown, then select the current article first instead of
4971         bugging out.
4972         (gnus-summary-select-article-buffer): Show both the article and summary
4973         buffers again.
4974
4975         * shr.el (shr-fontize-cont): Protect against regions with no text.
4976         Rename tag functions to shr-tag-* for enhanced security.
4977         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4978
4979 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4980
4981         * shr.el (shr-insert):
4982         * pop3.el (pop3-movemail):
4983         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4984         loaded.
4985
4986 2010-10-03  Glenn Morris  <rgm@gnu.org>
4987
4988         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4989
4990         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4991
4992         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4993
4994         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4995
4996         * gnus-util.el (gnus-make-local-hook): Simplify.
4997
4998 2010-10-02  Julien Danjou  <julien@danjou.info>
4999
5000         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5001         (gnus-ido-completing-read): New function.
5002         (gnus-emacs-completing-read): New function.
5003         (gnus-completing-read): Use gnus-completing-read-function.
5004         Add gnus-completing-read-function.
5005
5006 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * shr.el (shr-insert-document): Autoload.
5009         (shr-img): Be silent.
5010         (shr-insert): Add a newline after every picture before text.
5011         (shr-add-font): Use overlays for combining faces.
5012         (shr-insert): Pass upwards the text start point.
5013
5014         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5015         possible.
5016         (mm-shr): New function.
5017
5018 2010-10-02  Julien Danjou  <julien@danjou.info>
5019
5020         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5021         should go backward.
5022
5023 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5024
5025         * shr.el (shr): Fix typo in provide call.
5026
5027 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * shr.el: New file.
5030
5031         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5032
5033         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5034         completing read.
5035
5036 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5039         we're being queried about.  Suggested by Dan Jacobson.
5040
5041         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5042         Suggested by Jason Eisner.
5043
5044         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5045         table, too.  Suggested by Stefan Wiens.
5046         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5047         the table unnecessary.  Suggested by Stefan Wiens.
5048
5049         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5050         longer needed, and probably doesn't work either, as pointed out by
5051         Stefan Wiens.
5052         (gnus-summary-exit): Remove call to the clearing function.
5053         (gnus-summary-exit-no-update): Ditto.
5054
5055         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5056         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5057         Reported by Stefan Monnier.
5058         (gnus-summary-save-in-rmail): Ditto.
5059
5060         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5061         article buffer, instead of both the article buffer and the summary
5062         buffer.  Sort of suggested by Dan Jacobson.
5063
5064         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5065
5066         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5067         Suggested by Dan Jacobson.
5068
5069         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5070         documentation clearer.
5071
5072         * message.el (message-shorten-references): Comment on the number "21".
5073         Suggested by Stefan Monnier.
5074
5075         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5076         Suggested by Dan Jacobson.
5077
5078         * gnus.el (gnus-large-newsgroup):
5079         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5080
5081         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5082         externalize attachments.  Bug reported by Steve Wen.
5083
5084         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5085         really message anything to the user.
5086
5087         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5088         directly.
5089
5090         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5091         messages in empty groups.
5092
5093 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5094
5095         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5096         non-UIDNEXT group.
5097
5098 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5101         not the value from the collection.
5102
5103         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5104         values.  This sometimes happens on some groups that have no info.
5105         (nnimap-request-newgroups): New function.
5106
5107 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5110         check into `gnus-registry-initialize'.
5111         (gnus-registry-initialize): Ditto.
5112         Fix and extend header docs.
5113
5114 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115
5116         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5117         regexp backtrace overflows.
5118
5119         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5120         for starttls that tls.el implements; i.e. openssl.
5121
5122         * tls.el (tls-starttls-switches): Give up on using starttls with
5123         gnutls-cli.
5124         (tls-program): Add --insecure to be consistent with the defaults from
5125         openssl s_client.  Now all three commands are insecure.
5126
5127 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * lpath.el: Bind completion-styles-alist for XEmacs.
5130
5131         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5132         (gravatar-create-image): New function that's an alias to
5133         gnus-xmas-create-image, gnus-create-image, or create-image.
5134         (gravatar-data->image): Use it.
5135
5136 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5139         install the nnregistry refer method.
5140         (gnus-registry-install-hooks): Use it.
5141         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5142         unfollowed groups.
5143
5144 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5145
5146         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5147         expanding threads.
5148
5149 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * nnir.el: Use the server names without suffixes (bug #7009).
5152
5153         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5154         unencrypted to STARTTLS, if possible.
5155
5156 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5157
5158         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5159         headers before superseding.
5160
5161 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * nnrss.el (nnrss-use-local): Add documentation.
5164
5165         * nnimap.el (nnimap-extend-tls-programs): New function.
5166         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5167         (nnimap-wait-for-connection): Accept the greeting from the stupid
5168         output from openssl s_client -starttls, too.
5169
5170         * tls.el (tls-starttls-switches): New variable.
5171         (tls-find-starttls-argument): Use it.
5172         (open-tls-stream): Ditto.
5173
5174         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5175         (netrc-machine): Ditto.
5176
5177         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5178         article number.
5179         (nnimap-split-fancy): New variable.
5180         (nnimap-split-incoming-mail): Use it.
5181
5182         * nntp.el (nntp-server-list-active-group): Document.
5183
5184         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5185         SELECT to get the message-id.
5186
5187         * mail-source.el (mail-sources): Remove webmail support.
5188         (defvar): Ditto.
5189         (mail-source-fetcher-alist): Ditto.
5190         (mail-source-fetch-webmail): Remove.
5191
5192         * webmail.el: Remove -- doesn't seem relevant any more.
5193
5194         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5195
5196         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5197         the \r.
5198
5199 2010-09-30  Julien Danjou  <julien@danjou.info>
5200
5201         * gnus-agent.el (gnus-agent-add-group): Fix call to
5202         gnus-completing-read.
5203
5204 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * nndoc.el (nndoc-retrieve-groups): New function.
5207
5208         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5209         `default', use nnmail-split-methods.
5210         (nnimap-request-article): Downcase the NILs so that they are nil.
5211
5212         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5213         symbol.
5214
5215         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5216         code, since if the user has requested network, that's what they ought
5217         to get.
5218         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5219         (nnimap-split-rule): Mark as obsolete.
5220
5221         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5222         New variable.
5223
5224         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5225         correct slot, too.
5226
5227 2010-09-29  Julien Danjou  <julien@danjou.info>
5228
5229         * gnus.el (gnus-local-domain): Declare variable obsolete.
5230
5231         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5232         Fix history computing.
5233         (gnus-ido-completing-read): Require ido.
5234
5235 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5238         build Gnus.
5239
5240         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5241         when interpreting the structures.
5242         (nnimap-request-accept-article): Add \r\n to the lines to make this
5243         work with Cyrus.
5244
5245         * nndraft.el (nndraft-request-expire-articles): Use the group name
5246         instead if "nndraft".  Fix found by Nils Ackermann.
5247
5248 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5249
5250         * nnregistry.el: Add.
5251
5252 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5253
5254         * nnmail.el (group, group-art-list, group-art):
5255         Remove unneeded directives.
5256
5257 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5260         (mm-mime-charset)
5261         * rfc2047.el (rfc2047-syntax-table)
5262         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5263
5264         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5265         rather than `insert-file-contents' and `eval-region'.
5266
5267         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5268         construction.
5269
5270         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5271
5272         * time-date.el: No need to require cl for Emacs 21.
5273
5274 2010-09-29  Julien Danjou  <julien@danjou.info>
5275
5276         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5277         replacement of `gnus-gravatar-relief' to mimic
5278         `gnus-faces-properties-alist'.
5279         Add :version property.
5280
5281 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * mail-source.el (mail-source-report-new-mail)
5284         * message.el (message-default-mail-headers)
5285         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5286
5287         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5288
5289 2010-09-28  Julien Danjou  <julien@danjou.info>
5290
5291         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5292         mail-address contains the same string as real-name.
5293
5294         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5295         non-blank in header, otherwise it'll get stripped.
5296
5297         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5298         real-name, and then for mail address rather than doing : or , search.
5299
5300 2010-09-27  Julien Danjou  <julien@danjou.info>
5301
5302         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5303         right completing-read function.
5304         (gnus-use-ido): New variable
5305         (gnus-completing-read-with-default): Remove.
5306         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5307         (gnus-agent-add-group):
5308         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5309         * mm-view.el (mm-view-pkcs7-decrypt):
5310         * mm-util.el (mm-codepage-setup):
5311         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5312         * mml-smime.el (mml-smime-openssl-sign-query):
5313         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5314         (mml-insert-multipart):
5315         * gnus-msg.el (gnus-summary-yank-message):
5316         * gnus-int.el (gnus-start-news-server):
5317         * mm-decode.el (mm-interactively-view-part):
5318         * gnus-dired.el (gnus-dired-attach):
5319         * gnus.el (gnus-read-method):
5320         * gnus-bookmark.el (gnus-bookmark-jump):
5321         * gnus-art.el (gnus-mime-view-part-as-type)
5322         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5323         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5324         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5325         * nnmairix.el (nnmairix-create-server-and-default-group)
5326         (nnmairix-update-groups, nnmairix-get-server)
5327         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5328         (nnmairix-get-group-from-file-path):
5329         * nnrss.el (nnrss-find-rss-via-syndic8):
5330         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5331         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5332         (gnus-group-browse-foreign-server):
5333         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5334         (gnus-summary-execute-command, gnus-summary-respool-article)
5335         (gnus-read-move-group-name):
5336         * gnus-score.el (gnus-summary-increase-score)
5337         (gnus-summary-score-effect):
5338         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5339
5340 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5343         x-focus-frame.
5344
5345         * nnimap.el (auth-source-forget-user-or-password)
5346         (auth-source-user-or-password): Autoload.
5347
5348         * message.el (message-from-style, message-interactive)
5349         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5350         (message-yank-prefix, message-indentation-spaces, message-signature)
5351         (message-signature-file): Add comment.
5352
5353 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5356         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5357         new articles.
5358
5359         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5360         parts.
5361         (nnimap-request-article): Work with the t setting, too.
5362
5363         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5364         that you don't get flashes of other buffers.
5365         (gnus-summary-show-complete-article): Intern before setting.
5366
5367 2010-09-27  David Engster  <dengste@eml.cc>
5368
5369         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5370         well as HEADERS.
5371         (nnmairix-retrieve-headers): Provide new argument for the above.
5372
5373 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * gnus-sum.el (gnus-summary-move-article): Don't alter
5376         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5377         group.
5378
5379         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5380
5381         * message.el (message-cite-prefix-regexp): Revert my last edit.
5382
5383         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5384         variable instead of the Gnus variable.
5385
5386         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5387
5388         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5389
5390         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5391         since some servers don't like it.
5392         (nnimap-open-connection): Forget credentials if the server says the
5393         password was wrong.
5394         (nnimap-parse-line): Protect against invalid data.
5395
5396         * gnus-sum.el (gnus-summary-move-article): Add comment.
5397         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5398         nothing alters it while scanning for new messages.
5399
5400         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5401         which may or may not help.
5402         (nnimap-open-connection): If we're doing a stream connection, and then
5403         discover we're on a STARTTLS-capable server, then open a STARTTLS
5404         connection instead.
5405
5406 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407
5408         * nnimap.el (utf7): Require.
5409
5410         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5411         prefix.
5412
5413 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5414
5415         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5416
5417 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * nnimap.el (nnimap-request-accept-article): Message the error on
5420         error.
5421
5422 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5425
5426 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * nndoc.el (nndoc-request-list): Return success always.
5429
5430         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5431         `fetch-old' -- we only want to fetch the articles we've requested.
5432         The rest are in the agent, probably.
5433         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5434         disappeared server" to something low.  It's not important.
5435
5436         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5437         arrived before the FETCH data.
5438
5439         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5440         target here, because we don't know the Gnus name of the group.
5441
5442         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5443         for the correct group.
5444
5445         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5446
5447         * gnus.el (gnus): Give a final warning after startup.
5448
5449         * gnus-util.el (gnus-action-message-log): New variable.
5450         (gnus-message): Use it.
5451         (gnus-final-warning): New function.
5452
5453         * nnimap.el (nnimap-open-connection): Record the greeting.
5454         (nnimap): Add greeting.
5455
5456 2010-09-26  Julien Danjou  <julien@danjou.info>
5457
5458         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5459         arguments.
5460         (gnus-html-wash-images): Fix spec computing to include start/end.
5461
5462         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5463
5464 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5467         deletion.
5468         (nnimap-retrieve-headers): Don't select the group, because that's
5469         already done by nnimap-possibly-change-group.
5470
5471         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5472         (gnus-picon-transform-address): Use it.
5473
5474         * mail-source.el (mail-source-value): Revert previous patch.
5475
5476         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5477         on failure.
5478         (nnimap-open-connection): Look up both virtual and physical server name
5479         credentials.
5480
5481         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5482
5483 2009-02-07  Dave Love  <fx@gnu.org>
5484
5485         * tls.el (open-tls-stream): Don't query killing process.
5486
5487 2009-02-08  Dave Love  <fx@gnu.org>
5488
5489         * gnus-win.el (gnus-window-to-buffer-helper)
5490         (gnus-all-windows-visible-p): Function needn't be a symbol.
5491
5492         * mail-source.el (mail-source-value): Function needn't be a symbol.
5493
5494 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * message.el (message-cite-prefix-regexp): Remove } from the cite
5497         prefix.
5498
5499         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5500         highlight again, so that the highlight is correct.
5501
5502         * gnus-picon.el (gnus-picon): Remove again.
5503         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5504
5505         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5506         doing the header highlightling, so that the background colour of the
5507         picon is correct.
5508
5509         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5510         (gnus-picon): Ditto.
5511         (gnus-picon): Reinstate.  The background colour for picons is white.
5512         (gnus-picon-insert-glyph): Make the background white.
5513
5514         * nnml.el (nnml-open-nov): Don't return dead buffers.
5515
5516         * auth-source.el (auth-source-create): Query the user for whether to
5517         store the credentials.
5518
5519         * netrc.el (netrc-store-data): New function.
5520
5521         * auth-source.el (auth-source-user-or-password): Use the existing auth
5522         sources, if any, for creation.
5523
5524         * gnus.el (gnus-group-fast-parameter): Return the last matching
5525         parameter instead of the first matching parameter.
5526
5527 2010-09-26  Julien Danjou  <julien@danjou.info>
5528
5529         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5530
5531 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * mml2015.el (mml2015-use): Remove gpg support.
5534
5535         * mml1991.el (mml1991-function-alist): Remove gpg function.
5536         (mml1991-gpg-sign): Remove.
5537
5538 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5539
5540         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5541         (gnus-browse-unsubscribe-current-group): Document it.
5542         (gnus-browse-unsubscribe-group): Use it.
5543
5544 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5547         address to the To list for easier response.
5548
5549         * gnus.el (gnus-play-startup-jingle): Remove.
5550         (gnus-splash): Don't play jingle.
5551         (gnus): Silence gnus-load message.
5552
5553         * gnus-art.el (gnus-treat-play-sounds): Remove.
5554
5555         * gnus.el (gnus-play-jingle): Remove audio support.
5556
5557         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5558
5559         * earcon.el: Remove -- no users.
5560
5561         * gnus-audio.el: Remove -- no users of this package.
5562
5563         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5564
5565         * gnus-start.el (gnus-setup-news): Remove nocem support.
5566
5567         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5568
5569         * gnus.el (gnus-use-nocem): Remove.
5570
5571         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5572         Remove.
5573
5574         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5575         uses NoCeM any more.
5576
5577         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5578         (gnus-button-ctan-handler): Ditto.
5579         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5580         (gnus-button-ctan-directory-regexp): Ditto.
5581         (gnus-button-handle-ctan): Ditto.
5582         (gnus-button-tex-level): Ditto.
5583         (gnus-button-alist): Remove CTAN stuff.
5584
5585 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5588         nnimap-streaming test.
5589
5590         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5591         servers twice.
5592
5593         * nnimap.el (nnimap-open-connection): Add more error reporting when
5594         nnimap fails early.
5595
5596         * nnheader.el (nnheader-get-report-string): New function.
5597         (nnheader-get-report): Use it.
5598
5599         * gnus-int.el (gnus-check-server): Say what the error was when opening
5600         failed.
5601
5602         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5603         using streaming.
5604
5605 2010-09-25  Julien Danjou  <julien@danjou.info>
5606
5607         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5608         gnus-window-inside-pixel-edges.
5609
5610 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5613
5614         * mm-decode.el (mm-save-part): Allow saving to other directories the
5615         normal Emacs way.
5616
5617         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5618         Suggested by Jay Berkenbilt.
5619
5620         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5621         there isn't a single byte.
5622
5623         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5624         just do it.  It doesn't really seem to matter what the user responds
5625         here, I think, so it's just a confusing question.
5626
5627         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5628         non-streaming case.
5629
5630         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5631         (gnus-article-encrypt-body): Use it.
5632
5633         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5634         keystroke.
5635
5636         * nnimap.el (nnimap-find-wanted-parts-1):
5637         Use gnus-fetch-partial-articles.
5638
5639         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5640
5641         * nnimap.el (nnimap-insert-partial-structure): New function.
5642         (nnimap-get-partial-article): New function.
5643         (nnimap-request-article): Use it.
5644         (nnimap-wait-for-response): Return whether the wait was successful.
5645         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5646         retrieval wasn't successful.
5647         (nnimap-retrieve-group-data-early): Allow throttling servers.
5648         (nnimap-streaming): New variable.
5649         (nnimap-fetch-partial-articles): Remove.
5650
5651         * mm-decode.el (mm-with-part): Protect against killed buffers.
5652
5653         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5654         for prettier summary display.
5655
5656 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5657
5658         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5659
5660 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5663         apparently third-party libraries depend on it.
5664
5665         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5666         before starting negotiation.
5667
5668         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5669         privacy reasons.
5670         (gnus-treat-mail-gravatar): Ditto.
5671
5672         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5673         buffer when inserting images.  Inserting text into the headers, for
5674         instance, can make them invalid.
5675
5676 2010-09-25  Julien Danjou  <julien@danjou.info>
5677
5678         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5679         variables.
5680
5681         * nnheader.el: Remove useless variables news-reply-yank-from and
5682         news-reply-yank-message-id.
5683
5684         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5685         variables.
5686
5687         * mml1991.el: Remove useless mml1991-verbose.
5688
5689         * gnus.el: Remove useless variable gnus-use-generic-from.
5690         Remove obsolete variable gnus-topic-indentation.
5691
5692         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5693
5694         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5695
5696         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5697
5698         * gnus-group.el: Remove useless gnus-group-icon-cache.
5699         Remove useless gnus-ephemeral-group-server.
5700
5701         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5702
5703         * mml2015.el: Remove useless mml2015-verbose.
5704
5705         * mml-smime.el: Remove useless mml-smime-verbose.
5706
5707         * gnus.el: Remove useless gnus-local-domain.
5708
5709         * gnus-gravatar.el (gnus-gravatar-transform-address):
5710         Use gnus-gravatar-size.
5711
5712         * gnus-art.el: Remove useless gnus-treat-translate.
5713
5714 2010-09-24  Julien Danjou  <julien@danjou.info>
5715
5716         * gnus-sum.el: Add support for Gravatars.
5717
5718         * gnus-art.el: Add support for Gravatars.
5719
5720         * gnus-gravatar.el: Add this file.
5721
5722         * gravatar.el: Add this file.
5723
5724 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5727
5728         * gnus-group.el (gnus-group-fetch-faq): Remove.
5729
5730         * gnus.el (gnus-group-faq-directory): Remove.
5731
5732         * gnus-group.el (gnus-group-fetch-charter): Remove.
5733
5734         * gnus.el (gnus-group-charter-alist): Remove.
5735
5736         * gnus-group.el (gnus-group-archive-directory): Remove.
5737         (gnus-group-recent-archive-directory): Ditto.
5738         (gnus-group-make-archive-group): Remove.
5739
5740         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5741
5742         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5743         use the same article number for all the cached articles.
5744
5745         * nnimap.el (nnimap-command): Register the last command time so
5746         that we can use it for idling NOOPs.
5747         (nnimap-open-connection): Start the keeplive timer.
5748         (nnimap-make-process-buffer): Store all the process buffers.
5749         (nnimap-keepalive): New function.
5750
5751         * starttls.el (starttls-open-stream): Add autoload cookie.
5752
5753 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5754
5755         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5756         handling.
5757
5758 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5761         its data structures.
5762
5763         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5764         instead of the cl.el copy-list.
5765         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5766         equalp.
5767
5768 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5771         and tool-bar-local-item-from-menu.
5772
5773         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5774         mode-line-highlight face for Emacs.
5775
5776         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5777         loading gnus-sum.elc; fix comment for canlock-verify.
5778         (gnus-article-jump-to-part): Use read-number.
5779         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5780         Remove Emacs pre-21 compatible code for help-echo.
5781         (gnus-article-next-page-1): No need to adjust the number of lines.
5782         (gnus-article-describe-bindings): Always use help-buffer.
5783
5784         * gnus-audio.el (gnus-audio-inline-sound)
5785         * gnus-cus.el (gnus-custom-mode)
5786         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5787
5788         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5789
5790         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5791         compatible code.
5792
5793 2010-09-24  Glenn Morris  <rgm@gnu.org>
5794
5795         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5796         visiting the fcc file in rmail-mode.
5797
5798         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5799
5800 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * nnir.el: Silence the byte compiler.
5803
5804         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5805         alias to browse-url-url-encode-chars if any.
5806         (gnus-html-encode-url): Use it.
5807
5808 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-start.el (gnus-use-backend-marks): New variable.
5811         (gnus-get-unread-articles-in-group): Use it.
5812
5813         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5814         makeover.
5815
5816 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5817
5818         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5819
5820 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5823         Remove.
5824         (gnus-setup-news-hook):
5825         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5826
5827         * gnus-int.el (gnus-request-update-info): Protect against backends not
5828         having the function.
5829
5830         * nnimap.el (nnimap-stream): Mention starttls.
5831         (nnimap-open-connection): Add starttls support.
5832
5833 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5834
5835         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5836
5837 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5840         BODYSTRUCTUREs.
5841         (nnimap-transform-headers): Unfold quoted {42} headers.
5842
5843         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5844         the info.
5845         (gnus-get-unread-articles): Only call updatep on backends that support
5846         it.
5847
5848         * nnweb.el (nnweb-request-update-info): NOOP.
5849
5850         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5851
5852         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5853         since it only deals with marks.
5854
5855         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5856         gnus-request-marks, and make a new gnus-request-update-info.
5857
5858         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5859         the active instead of the high number, which is usually too low.
5860
5861 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5864         * encrypt.el: Remove.
5865
5866 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5869         server in symbolic form.
5870
5871         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5872
5873 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5876         (nnimap-update-info): Fix up code slightly.
5877
5878         * gnus-int.el (gnus-open-server): Add tracing for performance
5879         debugging.
5880
5881         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5882         (gnus-group-insert-group-line): Pass the real group name so that it
5883         gets the right data.
5884
5885         * gnus-start.el (gnus-get-unread-articles): Don't have
5886         `gnus-get-unread-articles-in-group' update info, since that can be
5887         really slow and doesn't seem to be needed?
5888
5889 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5890
5891         * time-date.el (date-to-time): Try using parse-time-string first before
5892         using the slower timezone-make-date-arpa-standard.
5893
5894 2010-09-22  Julien Danjou  <julien@danjou.info>
5895
5896         * gnus-group.el (gnus-group-insert-group-line):
5897         Call gnus-group-highlight-line.
5898         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5899         default hook list.
5900         (gnus-group-update-eval-form): Add new function.
5901         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5902         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5903
5904 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5907         immediate, then expire all articles.
5908         (nnimap-update-info): Fix off-by-one errors.
5909         (nnimap-flags-to-marks): Would return no marks lists for group with no
5910         flags.  Instead return the other data.
5911
5912 2010-09-22  Julien Danjou  <julien@danjou.info>
5913
5914         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5915         Only return an icon.
5916         (gnus-group-insert-group-line): Compute icon to return.
5917
5918         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5919         (gnus-html-image-fetched): Only cache if
5920         gnus-html-image-automatic-caching is set.
5921         (gnus-html-image-fetched): Check for errors.
5922
5923 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5926         once per method on `g'.  This ensures that backends like nnfolder don't
5927         open all their folders.
5928
5929         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5930         (nnimap-request-list): Nix out group in the correct buffer.
5931         (nnimap-parse-flags): Implement by using `read' instead of
5932         hand-parsing.
5933         (nnimap-flags-to-marks): Pass on permanent-flags.
5934         (nnimap-make-process-buffer): Record the server name.
5935         (nnimap-parse-flags): Fix typo.
5936         (nnimap-request-scan): Run split on the server in general, not just a
5937         single group.
5938
5939         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5940         parameter, and propagate this downwards.
5941
5942         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5943         since EXAMINE changes it on the server.
5944
5945         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5946         this command might take a while.
5947
5948 2010-09-22  Julien Danjou  <julien@danjou.info>
5949
5950         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5951         harmful if you have 2 images side-by-side, they can't be properly
5952         update on text deletion.  Using text-property is safer here.
5953         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5954         data.
5955
5956 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * nnimap.el (nnimap-expunge-inbox): Remove.
5959         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5960         (nnimap-expunge): Flip default to t.
5961
5962         * gnus.el (gnus-method-to-server): Don't push things to the cache
5963         unless it's unique.
5964         (gnus-server-to-method): Ditto.
5965
5966 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5969
5970 2010-09-22  Julien Danjou  <julien@danjou.info>
5971
5972         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5973         get the start of data.
5974         (gnus-html-encode-url): Add this function to encode special chars in
5975         URL.
5976         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5977         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5978
5979         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5980         default.
5981         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5982
5983         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5984         images alt-text.
5985         (gnus-html-put-image): Put alt-text as help-echo.
5986
5987 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5990         * mm-util.el (mm-decompress-buffer)
5991         * nnir.el (nnir-run-find-grep)
5992         * pop3.el (pop3-list): Use 3rd arg of split-string.
5993
5994         * time-date.el (format-seconds): Comment fix.
5995
5996         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5997         and byte-optimize-form-code-walker.
5998         (dgnushack-make-auto-load): Don't advise make-autoload.
5999
6000         * lpath.el: Remove Emacs 21 stuff.
6001
6002 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6005         outside the active range.  Suggested by Dan Christensen.
6006
6007         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6008         slightly later to avoid double-getting it.
6009
6010         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6011         previous patch.
6012
6013         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6014
6015 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6016
6017         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6018
6019 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-int.el (gnus-open-server): Give a better error message in the
6022         "go offline" case.
6023
6024         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6025         marks for nnimap, which is seldom the right thing to do.
6026
6027         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6028         (gnus-same-method-different-name): New function.
6029
6030         * nnimap.el (parse-time): Require.
6031
6032         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6033         method in the presence of many similar methods.
6034
6035         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6036
6037         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6038         nnml-inhibit-expiry.
6039
6040         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6041         find out whether methods are equal.
6042
6043         * nnimap.el (nnimap-find-expired-articles): New function.
6044         (nnimap-process-expiry-targets): New function.
6045         (nnimap-request-move-article): Request the article before looking at
6046         what the Message-ID is.  Fix found by Andrew Cohen.
6047         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6048
6049         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6050         for oldness in addition to being a predicate.
6051
6052         * nnimap.el (nnimap-request-group): When we have zero articles, return
6053         the right data to Gnus.
6054         (nnimap-request-expire-articles): Only delete articles immediately if
6055         the target is 'delete.
6056
6057         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6058         method, this would bug out.
6059
6060         * gnus-group.el (gnus-group-expunge-group): Rename from
6061         gnus-group-nnimap-expunge, and implemented as a normal interface
6062         function.
6063
6064         * gnus-int.el (gnus-request-expunge-group): New function.
6065
6066         * nnimap.el (nnimap-request-create-group): Implement.
6067         (nnimap-request-expunge-group): New function.
6068
6069 2010-09-21  Julien Danjou  <julien@danjou.info>
6070
6071         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6072         (gnus-html-cache-expired): Add new function.
6073         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6074         wethever we should display image for fetch it.
6075         Compute alt-text earlier to pass it to the fetching function too.
6076         (gnus-html-schedule-image-fetching): Change function argument to only
6077         get one image at a time, not a list.
6078         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6079         cache.
6080         (gnus-html-get-image-data): New function to retrieve image data from
6081         cache.
6082         (gnus-html-put-image): Change buffer argument to use image data rather
6083         than file, and place image above region rather than inserting a new
6084         one.  Do not take alt-text as argument, since it's useless now: we place
6085         the image above alt-text.
6086         (gnus-html-prune-cache): Remove.
6087         (gnus-html-show-images): Start to fetch image when we find one, do not
6088         push into a temporary list.
6089         (gnus-html-prefetch-images): Only fetch image if they have expired.
6090         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6091         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6092
6093 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6096
6097 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6100         spec inser "*" if the group isn't active instead of 0.
6101
6102         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6103         opening the server.
6104         (nnimap-request-delete-group): Implement group deletion.
6105         (nnimap-transform-headers): Return the size of the entire message in
6106         the Bytes header, not just the size of the first part.
6107         (nnimap-request-move-article): When moving an article from nnimap,
6108         request the article first so the accepting form has an article to
6109         accept.  Reported by Dan Christensen.
6110         (nnimap-command): Make sure that the error message doesn't error out.
6111
6112 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6113
6114         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6115         we haven't requested anything.
6116
6117 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6120         "".  Fix found by Andrew Cohen.
6121
6122         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6123         instead of -encode-string.
6124
6125 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6128
6129         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6130         by mm-subst-char-in-string.
6131
6132 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6135         waiting for the connection string.
6136
6137         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6138         arriving.
6139
6140         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6141         bogus characters.  This allows selecting certain Gmail groups.
6142
6143         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6144         (nnimap-fetch-partial-articles): New variable.
6145         (nnimap-open-connection): When looking for credentials, also use the
6146         nnimap-server-port.
6147         (nnimap-request-article): Return the group/article number, so that Gnus
6148         `^' works as expected.
6149         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6150
6151         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6152         comments.
6153         (gnus-methods-sloppily-equal): New function.
6154         (gnus): When using the development version of Gnus, load the gnus-load
6155         file.
6156
6157         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6158         `gnus-open-server' on each method before trying to scan them etc.
6159         This ensures that all the backend parameters are set correctly.
6160
6161         * nnimap.el (nnimap-authenticator): New variable.
6162         (nnimap-open-connection): Allow anonymous login.
6163         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6164         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6165
6166         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6167         patch, found by Knut Anders Hatlen.
6168
6169 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6170
6171         * gnus-agent.el (gnus-agent-batch-confirmation)
6172         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6173         to gnus-message.
6174         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6175         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6176         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6177         * gnus-int.el (gnus-open-server): Likewise.
6178         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6179         (gnus-score-check-syntax): Likewise.
6180         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6181         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6182         Likewise.
6183         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6184
6185 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6188         calling conventions so that prefetch doesn't bug out.
6189
6190 2010-09-19  Julien Danjou  <julien@danjou.info>
6191
6192         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6193         rather than `subst-char-in-region' in order to be able to replace ASCII
6194         char by UTF-8 ones.
6195
6196         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6197         than curl.
6198         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6199         the right URL and ALT text on images.
6200         (gnus-html-wash-tags): Fix tag case.
6201         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6202         (gnus-article-html): Add -o display_ins_del=2 option.
6203         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6204
6205 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6208         the extra mail headers, which sometimes seem to happen for unknown
6209         reasons.
6210
6211         * mail-parse.el (mail-header-encode-parameter): Define as
6212         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6213         (or most, perhaps?) mail readers don't understand the latter, but do
6214         understand the former.
6215
6216         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6217         to nil, so that no methods are automatically agentized.  I think this
6218         is probably what most users want.
6219
6220         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6221         from url-retrieve, for instance about invalid URLs.
6222
6223         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6224         groups that have no articles.
6225         (nnimap-request-article): Check that we really got an article when we
6226         requested one.
6227
6228         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6229         doesn't exist.
6230
6231         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6232         nntp buffer so the agent can save it.
6233         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6234         that CRLF doesn't get translated to \n.
6235         (nnimap-open-connection): Don't make 'shell commands only send \n.
6236
6237 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6238
6239         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6240         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6241         Update var name.
6242         (nnml-generate-nov-file): Use dolist.
6243         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6244         Use with-current-buffer.
6245
6246 2010-09-18  Julien Danjou  <julien@danjou.info>
6247
6248         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6249         parallel.
6250
6251 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6254         the range update right.
6255         (nnimap-request-group): Don't make `M-g' bug out on group with no
6256         marks.
6257         (nnoo): Require, so that other packages can require nnimap.
6258         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6259         command we're looking for.  This helps when the server sends more
6260         responses after we've gotten everything we expected.
6261         (nnimap): Add a `newlinep' field to keep track of end-of-line
6262         conventions.
6263         Don't send CRLF to things that don't want it.
6264         (nnimap-request-accept-article): Ditto.
6265
6266 2010-09-18  Julien Danjou  <julien@danjou.info>
6267
6268         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6269         than curl to retrieve images.
6270
6271 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6274         the marks.
6275         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6276         (nnimap-wait-for-connection): New function.
6277         (nnimap-open-connection): If we have PREAUTH, don't query for login
6278         credentials.
6279         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6280         when doing a partial update.
6281
6282 2010-09-18  Julien Danjou  <julien@danjou.info>
6283
6284         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6285         tags.
6286
6287 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * nnimap.el (nnimap-credentials): New function.
6290         (nnimap-open-connection): Use the new function to look for credentials
6291         also on the numeric equivalents of "imap" and "imaps".
6292
6293         * gnus-start.el (gnus-activate-group): Send the info to
6294         gnus-request-group.
6295
6296         * nnimap.el (nnimap-request-group): Have the "check" version of the
6297         function parse flags and update the info, so that a `M-g' get a total
6298         resync of all flags from the group.
6299
6300         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6301         to allow backends to alter the info on group selection.  Also alter all
6302         the backend -request-group functions to take the parameter.
6303
6304         * nnimap.el (nnimap-store-info): New function.
6305         (nnimap-update-info): Store the info for later usage.
6306         (nnimap-request-group): Use the stored info for the dont-check case, so
6307         that we don't retrieve all marks when we enter a group.
6308
6309         * nnimap.el: Use deffoo instead of defun for interface functions.
6310
6311         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6312         update the group info.  This makes the nndraft groups, for instance, go
6313         back to their old behaviour.
6314
6315         * gnus-sum.el (gnus-select-newsgroup): Indent.
6316
6317         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6318         in.
6319         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6320         nothing.
6321
6322         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6323         from methods that are denied.
6324
6325         * gnus-int.el (gnus-method-denied-p): New function.
6326
6327         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6328         store the password instead of netrc.
6329         (nnimap-open-connection): Don't error out when we can't make a
6330         connections.
6331
6332         * auth-source.el (auth-source-create): In the password prompt, say what
6333         we're querying for.  Also prompt for user name if that hasn't been
6334         given.
6335
6336         * nnimap.el (nnimap-with-process-buffer): Remove.
6337
6338 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6341         method when we're reading from the agent.
6342
6343         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6344
6345         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6346         that's probably most useful for users.
6347
6348         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6349         "failed" all the time.
6350
6351         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6352         ...)) with (with-current-buffer ... ).
6353
6354         * nntp.el (nntp-open-server): Return whether the open was successful or
6355         not.
6356
6357         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6358         select an unread unseen article first.
6359
6360         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6361         /etc/services, supply some sensible port defaults.
6362
6363         * dgnushack.el: Define netrc-credentials.
6364
6365 2010-09-17  Julien Danjou  <julien@danjou.info>
6366
6367         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6368
6369 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6370
6371         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6372         doesn't have any parameters.
6373
6374 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6377         only upcased checks.
6378
6379         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6380
6381         * nnimap.el (nnimap-open-shell-stream): New function.
6382         (nnimap-open-connection): Use it.
6383         (nnimap-transform-headers): Get the number of lines in each message.
6384         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6385         number of lines.
6386         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6387         problem.
6388
6389         * utf7.el (utf7-encode): Autoload.
6390
6391         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6392         to allow the mail splitting to not return a default group.  This is
6393         useful for nnimap, which will leave unmatched mail in the inbox.
6394
6395         * nnimap.el: Rewritten.
6396
6397         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6398         nnimap usage.
6399
6400         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6401         if the move is internal, so that nnimap can do fast internal moves.
6402
6403         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6404         data.
6405         (gnus-read-active-for-groups): Support finishing the early retrieval of
6406         data.
6407
6408         * gnus-range.el (gnus-range-nconcat): New function.
6409
6410         * gnus-int.el (gnus-finish-retrieve-group-infos)
6411         (gnus-retrieve-group-data-early): New functions.
6412
6413 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6414
6415         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6416         (nnrss-retrieve-groups):
6417         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6418         (pop3-quit): Use with-current-buffer.
6419
6420 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6423         instead of nnheader-accept-process-output.
6424
6425         * dgnushack.el (dgnushack-compile): Add comment.
6426
6427         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6428
6429         * gnus-html.el (gnus-html-schedule-image-fetching)
6430         (gnus-html-prefetch-images): Replace process-kill-without-query by
6431         gnus-set-process-query-on-exit-flag.
6432
6433 2010-09-16  Romain Francoise  <romain@orebokech.com>
6434
6435         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6436
6437 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6440         parameter to unintern is mandatory-ish in Emacs 24.
6441
6442         * gnus-html.el (gnus-html-schedule-image-fetching)
6443         (gnus-html-prefetch-images): Check for curl before using it.
6444
6445         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6446         depend on curl, which isn't essential.
6447
6448         * imap.el: Revert back to version
6449         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6450         seem problematic.
6451
6452 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6453
6454         * gnus-registry.el (gnus-registry-install-shortcuts):
6455         Explicitly pass `obarray' to `unintern' to avoid a warning.
6456
6457 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6460         change.
6461
6462         * nnrss.el (nnrss-request-list): Remove this function and related
6463         functions, including the moreover stuff.
6464
6465 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * nnrss.el (nnrss-retrieve-groups): New function.
6468
6469 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6470
6471         * .dir-locals.el: Add no-byte-compile cookie.
6472
6473 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * time-date.el (format-seconds): Comment fix.
6476
6477         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6478         for back end that doesn't support request-scan.
6479
6480 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481
6482         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6483         then do request scans from the backends.
6484
6485         * netrc.el (netrc-credentials): New conveniency function.
6486
6487         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6488         avoid running a hook per line, since this takes a lot of time,
6489         profiling shows.
6490         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6491         directly if gnus-visual-p is true.
6492
6493 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6496         groups; replace mapcar with dolist which is a bit faster; pass groups
6497         info to gnus-read-active-file-1.
6498         (gnus-read-active-file-1): Scan only specified groups if the new
6499         optional arg `infos' is given.
6500
6501 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6504
6505         * pop3.el (pop3-movemail): Remove.
6506         (pop3-streaming-movemail): Rename to pop3-movemail.
6507
6508         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6509         don't restrict end-tag searches to the end of the line.
6510
6511 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6514         articles of every unchecked group to t, which means unknown since the
6515         server has never been opened.
6516
6517 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * gnus-html.el (gnus-html-show-alt-text): New command.
6520         (gnus-html-browse-image): Ditto.
6521         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6522         to browse the image directly.
6523         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6524         better.
6525
6526         * gnus-async.el (gnus-async-article-callback):
6527         Call `gnus-html-prefetch-images' unconditionally.
6528
6529         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6530         before feeding URLs to curl.
6531
6532 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6535         internal images as deletable by `W D D'.
6536
6537         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6538         (gnus-async-article-callback): Fix typo.
6539
6540 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6543         current line to work around bugs in the output from w3m.
6544
6545         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6546         for groups that want that.
6547
6548         * nntp.el (nntp-wait-for-string): Supply a timeout for
6549         accept-process-output to ensure progress.
6550
6551         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6552         level to get unread articles from, then use that for foreign groups,
6553         too.
6554
6555         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6556         confuses the rest of the function.
6557
6558         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6559         for the methods that support -retrieve-groups, too.
6560
6561         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6562
6563 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6566         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6567
6568         * pop3.el: Require cl when compiling.
6569         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6570
6571 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6574         that aren't going to be activated.
6575         (gnus-get-unread-articles): Fix up the last commit.
6576
6577         * gnus-html.el (gnus-article-html): Allow calling without specifying
6578         the handle.  In that case, dissect the buffer first.
6579
6580         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6581
6582         * nnimap.el (nnimap-open-connection): Revert the change that would look
6583         into authinfo for imaps instead of imap.
6584
6585         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6586         say that you don't want to call gnus-request-group with don-check, but
6587         do check the reponse.  This is for virtual groups only.
6588         (gnus-get-unread-articles): Count the archive groups as secondary, so
6589         that they're activated the same way as before.
6590
6591         * imap.el (imap-message-map): Removed optional buffer parameter, since
6592         no callers use it.
6593         (imap-message-get): Ditto.
6594         (imap-message-put): Ditto.
6595         (imap-mailbox-map): Ditto.
6596         (imap-mailbox-put): Ditto.
6597         (imap-mailbox-get): Ditto.
6598         (imap-mailbox-get): Revert last change for this function.
6599
6600         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6601         case-insensitively.
6602         (nnimap-debug): Remove.
6603
6604         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6605         callers to use `imap-fetch' instead.  According to the comments, this
6606         should be safe, since all other IMAP clients use the 1:* syntax.
6607         (imap-enable-exchange-bug-workaround): Remove.
6608         (imap-debug): Remove -- doesn't seem very useful.
6609
6610         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6611         mail from a file, and the file doesn't exist.
6612
6613         * imap.el (imap-log): New convenience function used throughout instead
6614         of repeating the same code all over the place.
6615
6616         * pop3.el (pop3-streaming-movemail): Return t for success.
6617
6618         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6619         .authinfo if we're using ssl connection.
6620
6621         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6622         already have if we're in a main Gnus `g' run.
6623
6624         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6625
6626 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6629
6630         * nnmh.el (nnmh-request-list-1): Bind `file'.
6631
6632         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6633         alias to set-process-query-on-exit-flag or process-kill-without-query.
6634         (pop3-open-server): Use it.
6635
6636 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6639         box to the Incoming file.  Fixes mistake in previous checkin.
6640
6641         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6642         request loop (for debugging purposes) removed.
6643
6644         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6645         culprit is more visible.
6646         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6647         (nnml-add-incremental-nov): New functions to do "incremental" nov
6648         updates, where we just append to the end of the existing nov files
6649         without reading/writing them in full.
6650
6651         * mail-source.el (mail-source-delete-crash-box): Really only check the
6652         incoming files once in a while.
6653
6654         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6655
6656         * mail-source.el (mail-source-delete-crash-box): Only check the
6657         incoming files for deletion once per day to save a lot of file
6658         accesses.
6659
6660         * pop3.el (pop3-logon): Fix up unbound variable typo.
6661
6662         * mail-source.el (pop3-streaming-movemail): Autoload.
6663
6664         * pop3.el (pop3-streaming-movemail):
6665         Respect pop3-leave-mail-on-server.
6666
6667         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6668         retrieval.
6669
6670         * pop3.el (pop3-process-filter): Remove unused function.
6671         (pop3-streaming-movemail, pop3-send-streaming-command)
6672         (pop3-wait-for-messages, pop3-write-to-file)
6673         (pop3-number-of-responses): New functions for streaming pop3
6674         retrieval.
6675
6676         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6677         come from no known methods.
6678         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6679         list.
6680
6681         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6682         message sizes.
6683         (pop3-movemail): Use erase-buffer instead of looping and deleting
6684         regions, which seems rather odd.
6685
6686         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6687         file once per `g' run.
6688
6689         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6690         directories.  This makes the draft queue directory work.
6691
6692         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6693         data from the backends, so that we only request the list of groups from
6694         each method once.  This should speed things up considerably.
6695
6696         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6697         detect that it's not implemented.
6698
6699         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6700         we actually do recurse down into the tree, but don't stat all leaf
6701         nodes.
6702
6703         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6704         then say so instead of bugging out.
6705
6706         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6707         files exist before trying to read them.
6708
6709         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6710         around <pre_int>.
6711
6712         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6713
6714         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6715
6716 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * mm-util.el (mm-image-load-path): Just return the image directories,
6719         not all directories in the path in addition to the image directories.
6720         (mm-image-load-path): Maintain a cache of the image directories so that
6721         the `g' command in Gnus doesn't have to stat dozens of directories each
6722         time.
6723
6724         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6725         (gnus-html-wash-tags): Add a new `i' command to insert images.
6726         (gnus-html-insert-image): New command and keystroke.
6727         (gnus-html-redisplay-with-images): New command and keystroke.
6728         (gnus-html-show-images): Rename command.
6729         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6730         spacers.
6731         (gnus-html-wash-tags): Decode entities at the end, so that entities
6732         inside the tags don't mess up the rest of the "parsing".
6733
6734         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6735         so that nnimap methods aren't agentized by default.  There's apparently
6736         many problems related to agent/imap behaviour.
6737
6738         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6739
6740         * gnus-html.el: Doc fix.
6741
6742 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6745         specifier-spec-list for Emacs 21.
6746
6747         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6748         glyph-width and glyph-height instead of display-graphic-p and
6749         image-size; make avoidance of displaying small images work for XEmacs.
6750
6751         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6752         for XEmacs.
6753
6754         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6755         of symbol that holds plist data.
6756         (gnus-process-plist): Remove plist of process after getting it.
6757
6758 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * message.el (message-generate-hashcash): Change default to
6761         'opportunistic if hashcash is installed.
6762
6763         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6764         (gnus-html-put-image): Only call image-size once, since it's somewhat
6765         time-consuming on remote X servers.
6766
6767 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6770         type on data, not a file name.
6771
6772         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6773         window-pixel-edges for Emacs 21.
6774
6775         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6776         decoded contents.
6777         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6778
6779 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6782         group line format, since it isn't very interesting.
6783
6784         * gnus-agent.el (gnus-agent-short-article),
6785         (gnus-agent-long-article): Increase values for these two variables,
6786         since most people are likely to have more network connection and
6787         storage than before.
6788
6789         * gnus.el (gnus-refer-article-method): Change default to 'current.
6790         When referring an article, the common behaviour is to refer it from the
6791         current select method, not the native select method.  The chances of
6792         the native select method having the message in question is rather slim
6793         these days.
6794
6795         * gnus-sum.el (gnus-auto-select-subject): Change default to
6796         `unseen-or-unread'.  I think it's likely that most people want to
6797         select an unseen article over a previously seen, but unread one.
6798
6799         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6800         means that in the article buffer none of the minor mode elements will
6801         be shown, usually, and this is not desirable in most cases.
6802
6803         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6804         that commands like `d' (and the like) go to the next line in the
6805         buffer, instead of the next unread article.  I think this is the
6806         behaviour that is most natural for most users.
6807         (gnus-single-article-buffer): Change default to nil, so that people can
6808         have as many article buffers open as they have summary buffer.  I think
6809         this is the most natural way for the groups to behave.
6810
6811         * message.el (message-generate-new-buffers): Change default to
6812         `unsent', so that all new message buffers start their names with the
6813         string "*unsent", and it's easier to find the buffers if you move from
6814         them.
6815
6816 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6819         small.  They're probably tracking images.
6820         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6821         (gnus-html-rescale-image): Yet another try at getting the image sizing
6822         right.
6823
6824         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6825         nntp-marks-file-name is nil.
6826
6827 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * gnus-html.el (gnus-html-wash-tags)
6830         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6831         Better logging.
6832
6833 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6834
6835         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6836
6837         * gnus-html.el (gnus-html-wash-tags): Check the value of
6838         gnus-blocked-images in the summary buffer.
6839
6840 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6843
6844 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6847         like "a", it seems like.
6848         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6849         since it needs to be picked from the correct buffer.
6850
6851         * nnwfm.el: Remove.
6852
6853         * nnlistserv.el: Remove.
6854
6855 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6856
6857         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6858         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6859
6860 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * nnkiboze.el: Remove.
6863
6864         * nndb.el: Remove.
6865
6866         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6867         alt text.
6868         (gnus-html-rescale-image): Try to get the rescaling logic right for
6869         images that are just wide and not tall.
6870
6871         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6872         overshadow variable bindings.
6873
6874 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * gnus-html.el (gnus-html-wash-tags)
6877         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6878         Add extra logging.
6879
6880 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6883         (gnus-max-image-proportion): New variable.
6884         (gnus-html-rescale-image): New function.
6885         (gnus-html-put-image): Rescale images.
6886
6887 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         Fix up some byte-compiler warnings.
6890         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6891         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6892         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6893         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6894         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6895         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6896         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6897
6898 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-html.el (gnus-article-html): Decode contents by charset.
6901
6902 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6905         (gnus-html-frame-width, gnus-blocked-images)
6906         * message.el (message-prune-recipient-rules): Add custom version.
6907         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6908
6909         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6910         functions.
6911
6912         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6913         gnus-process-get.
6914
6915 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6916
6917         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6918         instead of lsub directly.
6919
6920 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * nnwarchive.el: Remove.
6923
6924         * gnus-soup.el: Remove.
6925
6926         * nnsoup.el: Remove.
6927
6928         * nnultimate.el: Remove.
6929
6930         * gnus-html.el (gnus-blocked-images): New variable.
6931
6932         * message.el (message-prune-recipients): New function.
6933         (message-prune-recipient-rules): New variable.
6934
6935         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6936         guess whether a long line is natural text or not.
6937
6938         * gnus-html.el (gnus-html-schedule-image-fetching):
6939         Use gnus-process-plist and friends for compatibility.
6940
6941 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6942
6943         * gnus-html.el: Require packages that define macros used in this file.
6944         (gnus-article-mouse-face): Declare to silence byte-compiler.
6945         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6946         process-get.
6947         (gnus-html-put-image): Use plist-get to avoid getf.
6948         (gnus-html-prefetch-images): Use with-current-buffer.
6949
6950 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-ems.el: Provide compatibility functions for
6953         gnus-set-process-plist.
6954
6955         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6956         header-line-format for XEmacs 21.4.
6957
6958         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6959         * gnus.el (gnus-valid-select-methods)
6960         * message.el (message-send-mail-partially-limit)
6961         * mm-decode.el (mm-text-html-renderer)
6962         * mml.el (mml-insert-mime-headers-always)
6963         * smiley.el (smiley-regexp-alist): Bump custom version.
6964
6965 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * gnus-html.el: require mm-url.
6968         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6969         with the url to `url'.
6970         (gnus-html-wash-tags): Support cid: URLs/images.
6971
6972 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6975         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6976         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6977
6978         * gnus-move.el: Remove file, since it doesn't really work.
6979
6980         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6981         UTF-8.  This seems to fix problems with some German web feeds.
6982
6983         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6984         at the top so that the proper colours are applied.
6985
6986         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6987         don't have dots in their names.
6988
6989         * gnus-art.el (gnus-article-view-part): Doc fix.
6990
6991         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6992         XEmacs-compatible.
6993         (gnus-html-put-image): Don't do images on non-graphic displays.
6994
6995         * nnslashdot.el: Remove this unused backend.
6996
6997         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6998         actions.
6999         (gnus-undo-register-1): Revert last change.
7000
7001         * gnus-group.el (gnus-group-completing-read): Protect against not
7002         having completion-styles bound.
7003
7004         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7005         make broken recipients happier.
7006
7007         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7008
7009         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7010         point parameter.
7011
7012         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7013
7014         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7015         completion-styles for group selection.
7016
7017 2009-02-04  Andreas Schwab  <schwab@suse.de>
7018
7019         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7020         headers and regexp-quote the match if necessary.
7021
7022 2009-03-24  Miles Bader  <miles@gnu.org>
7023
7024         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7025         the blinking smiley.
7026
7027 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7028
7029         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7030         blink smiley.
7031
7032 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7035         where the dribbel file lives exists.
7036
7037         * message.el (message-send-mail-partially-limit): Change the default to
7038         nil, since most people don't want this.
7039
7040         * mm-url.el (mm-url-decode-entities): Also decode entities like
7041         &#x3212.
7042
7043 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7044
7045         * gnus-sum.el (gnus-summary-idna-message):
7046         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7047         Hyperlink urls in docstrings with URL `...'.
7048
7049 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7050
7051         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7052         functions.
7053
7054 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7057         say what the mouseover text should be.
7058
7059         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7060         version of the mm-w3m-safe-url-regexp variable to only download images
7061         in the groups where we want that to happen.
7062
7063         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7064
7065         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7066         easier debugging.
7067         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7068         big pictures in the article buffer.
7069
7070         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7071         gnus-article-html.
7072         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7073         w3m.
7074
7075         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7076
7077 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7080         which doesn't exist.
7081
7082         * message.el (message-inhibit-ecomplete): New variable to allow some
7083         function to inhibit ecomplete address storage.
7084         (message-resend): Disable ecomplete message storage when resending
7085         messages.
7086
7087         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7088
7089 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7092         Save excursion while copying, moving, and deleting articles in order to
7093         prevent the cursor from jumping to unforeseen place.
7094
7095 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * lpath.el: No need to bind bookmark-current-buffer,
7098         bookmark-yank-point and bookmark-make-record-function.
7099
7100 2010-08-17  Glenn Morris  <rgm@gnu.org>
7101
7102         * gnus-sync.el: Require gnus components whose functions are used.
7103
7104         * gnus-art.el (bookmark-make-record-function):
7105         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7106         Declare for compiler.
7107
7108         * mm-url.el (mml-compute-boundary): Autoload.
7109
7110 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7113
7114 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7115
7116         Typo fix "hoo4a" -> "hook".
7117
7118         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7119
7120 2010-08-14  Glenn Morris  <rgm@gnu.org>
7121
7122         * gnus-sync.el (gnus-sync): Fix defgroup version.
7123
7124 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7127
7128         * gnus-sync.el: Fix docs.
7129         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7130         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7131
7132 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         Optimizations for gnus-sync.el.
7135
7136         * gnus-sync.el: Add docs about gnus-sync-backend
7137         possibilities.
7138         (gnus-sync-save): Remove unnecessary message.
7139         (gnus-sync-read): Optimize and show what groups were skipped.
7140
7141 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         Minor bug fixes for gnus-sync.el.
7144
7145         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7146         Don't read the sync on get-new-news.
7147
7148         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7149         quiet.
7150
7151         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7152         (fix typo).
7153
7154 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7155
7156         Make saving and restoring of hidden threads work with overlays.
7157         Patch applied by Ted Zlatanov.
7158
7159         * gnus-sum.el (gnus-hidden-threads-configuration)
7160         (gnus-restore-hidden-threads-configuration): Update to deal with text
7161         properties, rather than searching for a magic character.
7162
7163 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         New gnus-sync.el library for synchronization of marks.
7166
7167         * gnus-sync.el: New library for synchronization of marks.
7168
7169         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7170         renamed from `gnus-registry-grep-in-list'.
7171
7172         * gnus-registry.el (gnus-registry-follow-group-p):
7173         Use `gnus-grep-in-list'.
7174
7175         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7176
7177 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7180         determining charset of text fails.
7181
7182 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * nnmail.el (nnmail-get-new-mail-1): Revert.
7185
7186         * nnml.el (nnml-active-number): Make sure names of newly created groups
7187         in nnml-group-alist are encoded.
7188
7189 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7192         containing non-ASCII characters in active file for nnml back end.
7193
7194 2010-07-24  David Engster  <dengste@eml.cc>
7195
7196         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7197         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7198
7199 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7200
7201         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7202         tag (Bug#6654).
7203
7204 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7207         the article buffer, not the summary buffer.
7208
7209 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7212         Emacs 23 as well.
7213
7214 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7217         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7218
7219 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7220
7221         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7222         Patch applied by Karl Fogel.
7223
7224         * gnus-sum.el (gnus-summary-bookmark-make-record):
7225         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7226
7227 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7228
7229         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7230         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7231         C-w still not working correctly from Article buffers; Thierry's
7232         patch to fix that will be applied after this.
7233
7234         * gnus-art.el (bookmark-make-record-function): New local variable.
7235
7236         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7237         article buffer.
7238         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7239
7240 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7241
7242         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7243         on changes in bookmark.el.
7244
7245 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7248         `no-log' instead of message not to log prompt string.
7249
7250 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7251
7252         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7253         the *other* type of HTML form submission.
7254
7255 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7256
7257         * auth-source.el (auth-source-pick): If choice does not contain a
7258         questioned keyword, set the check to t.
7259
7260 2010-06-12  Romain Francoise  <romain@orebokech.com>
7261
7262         * gnus-util.el (gnus-date-get-time): Move up before first use.
7263
7264 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7267         (gnus-article-edit-part): Bind it to make last part that is substituted
7268         or deleted visible.
7269         (gnus-mime-display-single): Buttonize part of which id equals to
7270         gnus-mime-buttonized-part-id.
7271
7272 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7273
7274         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7275         (gnus-dd-mmm): Use gnus-date-get-time.
7276         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7277         simplify logic.
7278         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7279         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7280
7281 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7282
7283         * auth-source.el (top): Autoload `secrets-list-collections',
7284         `secrets-create-item', `secrets-delete-item'.
7285         (auth-sources): Fix tag string.
7286         (auth-get-source, auth-source-retrieve, auth-source-create)
7287         (auth-source-delete): New defuns.
7288         (auth-source-pick): Rewrite in order to avoid 2 passes.
7289         (auth-source-forget-user-or-password): New parameter USERNAME.
7290         (auth-source-user-or-password): New parameters CREATE-MISSING and
7291         DELETE-EXISTING.  Retrieve password interactively, if needed.
7292
7293 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7294
7295         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7296         deleting unused directories when gnus-expert-user is t.
7297
7298 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7301         for each temp file when gnus-article-browse-delete-temp is ask.
7302
7303 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7304
7305         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7306         Replace Lisp calls to delete-backward-char by calls to delete-char.
7307
7308 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7309
7310         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7311
7312 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7313
7314         * password-cache.el (password-cache-remove): Fix docstring.
7315
7316 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7319         article unless decoding article to be saved.
7320
7321 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7324         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7325         generated within the mm-with-unibyte-current-buffer macro.
7326
7327 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7330         to nil when we're in a mml-preview buffer and no group is selected.
7331
7332 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7333
7334         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7335         when catching the `C-g'.  Reported by "Leo".
7336
7337 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * message.el (message-forward-make-body-plain)
7340         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7341         multibyte-string-p.
7342
7343         * lpath.el: Revert.
7344
7345 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * message.el (message-forward-make-body-mml): Assume original message
7348         is multibyte string; error on unibyte.
7349         (message-forward-make-body-plain): Ditto; don't add excessive newline
7350         in body end.
7351
7352         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7353
7354 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7355
7356         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7357         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7358
7359 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * mm-extern.el (mm-extern-url): Don't use
7362         mm-with-unibyte-current-buffer.
7363         (mm-extern-cache-contents): Use with-current-buffer instead of
7364         save-excursion + set-buffer.
7365
7366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * mm-util.el (mm-emacs-mule): Remove.
7369
7370 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7371
7372         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7373         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7374         change.
7375
7376 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7379         bind the default value of enable-multibyte-characters to nil.
7380
7381 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * message.el (message-forward-make-body-plain)
7384         (message-forward-make-body-mml):
7385         Don't use mm-with-unibyte-current-buffer.
7386
7387 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7388
7389         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7390
7391 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7392
7393         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7394         (Bug#5592).
7395
7396 2010-05-07  Julien Danjou  <julien@danjou.info>
7397
7398         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7399         it to mm-pipe-part.
7400
7401         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7402         it is given.
7403
7404 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * binhex.el (binhex-decode-region-internal)
7407         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7408         (dns-query)
7409         * nnweb.el (nnweb-gmane-search)
7410         * pgg-parse.el (pgg-parse-armor)
7411         * pgg.el (pgg-verify-region)
7412         * sha1.el (sha1-string-external)
7413         * uudecode.el (uudecode-decode-region-internal)
7414         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7415         XEmacs.
7416
7417         * gnus-art.el (gnus-article-browse-html-parts)
7418         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7419         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7420         make-temp-file.
7421
7422         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7423         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7424         compiling.
7425
7426         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7427         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7428         XEmacs when compiling.
7429
7430         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7431         gnus-pick-mode-off-hook for XEmacs when compiling.
7432         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7433         gnus-binary-mode-off-hook for XEmacs when compiling.
7434
7435         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7436         Return nil if char-charset is not available.
7437
7438         * imap.el (imap-disable-multibyte)
7439         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7440         macros.
7441
7442         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7443         instead of encode-coding-string.
7444
7445         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7446         'xemacs) instead of mm-emacs-mule to switch function definitions.
7447         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7448
7449         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7450         bind temporary-file-directory for XEmacs;
7451         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7452         timer-set-function for XEmacs 21.4 and SXEmacs;
7453         bind timer-list for XEmacs 21.4 and SXEmacs;
7454         fbind char-charset and find-charset-region for non-Mule XEmacs;
7455         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7456         encode-coding-region and encode-coding-string for XEmacs having no
7457         file-coding feature.
7458
7459 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7460
7461         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7462
7463 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7466         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7467
7468 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7469
7470         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7471         alias `jka-compr-delete-temp-file' no longer exists.
7472
7473 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7474
7475         Use define-minor-mode in Gnus where applicable.
7476         * mml.el (mml-mode): Use define-minor-mode.
7477         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7478         (gnus-undo-mode): Use define-minor-mode.
7479         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7480         (gnus-dead-summary-mode): Use define-minor-mode.
7481         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7482         Initialize in declaration.
7483         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7484         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7485         (gnus-mailing-list-mode): Use define-minor-mode.
7486         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7487         (gnus-draft-mode): Use define-minor-mode.
7488         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7489         (gnus-dired-mode): Use define-minor-mode.
7490
7491 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7492
7493         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7494         handles on recursive mml-to-mime translation and check them for
7495         boundary delimiter collisions.  Reported by Greg Troxel.
7496
7497 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7500
7501 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7502
7503         * mm-util.el (mm-find-buffer-file-coding-system):
7504         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7505
7506 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7507
7508         * message.el (message-generate-headers): Record insertion of optional
7509         headers as well.  Otherwise the check to prevent repeated insertion of
7510         optional headers is a no-op.
7511
7512 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7513
7514         * smime.el: Don't mention CVS.
7515
7516         * nnrss.el (nnrss-fetch): Don't mention CVS.
7517
7518         * nnir.el: Don't mention CVS.
7519
7520 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7521
7522         * gnus-sum.el (gnus-summary-bookmark-make-record):
7523         Add `location' field.
7524
7525 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * lpath.el: Fbind bookmark-default-handler,
7528         bookmark-get-bookmark-record, bookmark-make-record-default,
7529         bookmark-prop-get for Emacs <23 and XEmacs.
7530
7531 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7532
7533         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7534         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7535         Use with-current-buffer to silence the byte-compiler.
7536         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7537         bother to require `gnus'.
7538         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7539
7540 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7541
7542         * gnus-sum.el (gnus-summary-bookmark-make-record)
7543         (gnus-summary-bookmark-jump): New functions.
7544         (gnus-summary-mode): Setup bookmark support.
7545
7546 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7547
7548         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7549         if set.
7550
7551 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7554         gnus-article-browse-html-save-cid-image; make it work recursively for
7555         forwarded messages as well.
7556         (gnus-article-browse-html-parts): Work when prefix arg is given.
7557         (gnus-article-browse-html-article): Doc fix.
7558
7559 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7560
7561         * message.el (message-default-mail-headers):
7562         (message-default-headers): Carry the value mail-default-headers over
7563         into message-default-mail-headers, rather than message-default-headers.
7564
7565 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7566
7567         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7568         charset.
7569
7570         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7571         charset into the <meta> tag when the article is encoded to utf-8.
7572
7573 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-art.el (gnus-article-browse-delete-temp-files):
7576         Delete directories as well.
7577         (gnus-article-browse-html-parts): Work for images that do not specify
7578         file names; delete temp directory when quitting; insert header at the
7579         right place; use file: scheme for image files.
7580
7581 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7582
7583         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7584         (gnus-article-browse-html-parts): Use it to make temporary cid image
7585         files in addition to html file so that browser may display them.
7586
7587 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7590
7591 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7594
7595 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * auth-source.el (auth-sources): Change default to be simpler.
7598         Explain about Secret Service API sources.  Improve Customize options.
7599         (auth-source-pick): Change to accept any number of search parameters.
7600         Implement fallbacks iteratively, not recursively.  Add scoring on the
7601         second pass and sort by score.  Call Secret Service API when needed.
7602         (auth-source-user-or-password): Use it.  Call Secret Service API
7603         directly when needed to get the user name and the password.
7604
7605 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7606
7607         * message.el (message-interactive): Doc fix.
7608         (message-qmail-inject-args): Reflow.
7609         (message-kill-to-signature): Fix typo in docstring.
7610
7611         * smiley.el (smiley-buffer): Fix typo in docstring.
7612
7613 2010-03-24  Glenn Morris  <rgm@gnu.org>
7614
7615         * mail-source.el (gnus-message): Declare.
7616         (mail-source-delete-old-incoming): Require gnus-util.
7617
7618 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7621
7622         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7623
7624         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7625         password-cache's default if it is not bound.
7626         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7627         password-cache-expiry's default if it is not bound.
7628
7629         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7630         available in Emacs 21.
7631
7632         * lpath.el: Suppress compiler warnings for:
7633         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7634         XEmacs;
7635         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7636         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7637         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7638
7639 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7640
7641         * auth-source.el (auth-sources): Fix up definition so extra parameters
7642         are always inline.
7643
7644 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7645
7646         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7647         wasn't updated after mismatch.  Clear cached mailbox info correctly
7648         when uidvalidity changes.
7649         (nnimap-group-prefixed-name): New function to avoid some code
7650         duplication.
7651         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7652         (nnimap-request-group): Use it.
7653         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7654         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7655         with many imap folders.  This is done by caching the group status from
7656         the imap server persistently in a group parameter `imap-status'.  (This
7657         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7658         but not persistently, so every Gnus startup was still very slow.)
7659
7660 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7663         delete the extra newline.  Otherwise editing of :string and :number
7664         types don't work.
7665
7666 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7669         secrets.el dependency.
7670         (auth-sources): Add optional user name.  Add secrets.el configuration
7671         choice (unused right now).
7672
7673 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7674
7675         * gnus-sum.el (gnus-summary-make-menu-bar):
7676         Let `gnus-registry-install-shortcuts' fill in the functions.
7677
7678         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7679         warnings.
7680         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7681         (gnus-registry-install-shortcuts): Populate and use it in a
7682         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7683
7684 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7685
7686         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7687         In-place substitutions for the group name encoding/decoding.
7688         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7689         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7690         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7691         (nnimap-update-unseen, nnimap-request-list)
7692         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7693         (nnimap-request-set-mark, nnimap-split-to-groups)
7694         (nnimap-split-articles, nnimap-request-newgroups)
7695         (nnimap-request-create-group, nnimap-request-accept-article)
7696         (nnimap-request-delete-group, nnimap-request-rename-group)
7697         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7698         `encoded-mbx' for consistency.
7699         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7700         variable `imap-current-mailbox'.
7701
7702         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7703         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7704
7705 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7706
7707         * pop3.el (pop3-display-message-size-flag): Display message size byte
7708         counts during POP3 download.
7709         (pop3-movemail): Use it.
7710         (pop3-list): Implement listing of available messages.
7711
7712 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7713
7714         * nnir.el (nnir-get-article-nov-override-function): New function to
7715         override the normal NOV retrieval.
7716         (nnir-retrieve-headers): Use it.
7717
7718 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7719
7720         * auth-source.el (netrc-machine-user-or-password): Autoload.
7721
7722 2010-03-19  Glenn Morris  <rgm@gnu.org>
7723
7724         Stop message.el from loading about 40 libraries it doesn't always need.
7725         The general approach is to autoload rather than require, and to
7726         require in the specific functions rather than the file.  (Bug#5642)
7727
7728         * gmm-utils.el: Don't require wid-edit.
7729         (widget-create-child-value, widget-convert, widget-default-get):
7730         Autoload.
7731
7732         * gnus-util.el: Don't require time-date, netrc.
7733         (message-fetch-field, gnus-group-name-decode): Declare rather than
7734         autoloading.
7735         (gnus-fetch-field): Require message.
7736         (gnus-decode-newsgroups): Require gnus-group.
7737
7738         * ietf-drums.el: Don't require time-date.
7739
7740         * message.el: Don't require hashcash, canlock, ecomplete.
7741         Do require mail-utils.  Require nnheader only when compiling.
7742         (smtpmail-default-smtp-server): Remove declaration.
7743         (message-send-mail-function): Check smtpmail-default-smtp-server
7744         is bound rather than requiring smtpmail.
7745         (message-auto-save-directory, message-insert-signature):
7746         Use expand-file-name rather than nnheader-concat.
7747         (nnheader-insert-file-contents): Autoload.
7748         (hashcash-wait-async): Declare.
7749         (message-send-mail): Only call gnus-setup-posting-charset if
7750         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7751         (message-send-mail-with-sendmail): Require sendmail.
7752         (canlock-password, canlock-password-for-verify): Declare.
7753         (message-canlock-password): Require canlock.
7754         (nnheader-get-report): Autoload.
7755         (gnus-setup-posting-charset): Declare.
7756         (message-send-news): Require gnus-msg.
7757         (message-make-references, message-make-in-reply-to): Use mail-header-id
7758         rather than the alias mail-header-message-id.
7759         (ecomplete-add-item, ecomplete-save): Declare.
7760         (message-put-addresses-in-ecomplete): Require ecomplete.
7761         (ecomplete-display-matches): Autoload.
7762
7763         * mm-decode.el: Don't require mailcap, gnus-util.
7764         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7765         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7766         Autoload.
7767         (mailcap-mime-extensions): Declare.
7768
7769         * mm-encode.el: Don't require mailcap.
7770         (mailcap-extension-to-mime): Autoload.
7771
7772         * mml-sec.el: Don't require password-cache.
7773
7774         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7775         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7776         (mml-minibuffer-read-type): Require mailcap.
7777         (mml-preview): Require gnus-msg.
7778
7779         * mml1991.el: Require password-cache.
7780         (password-cache-expiry): Remove declaration.
7781
7782         * mml2015.el: Require password-cache.
7783         (password-cache-expiry): Remove declaration.
7784
7785         * nneething.el (mailcap): Require mailcap.
7786
7787         * nnheader.el (declare-function): Add compatibility stub.
7788         (message-remove-header): Declare rather than autoload.
7789         (nnheader-replace-header): Require message.
7790
7791         * nnimap.el (declare-function): Add compatibility stub.
7792         (netrc-parse, netrc-machine-user-or-password): Declare.
7793         (nnimap-open-connection): Require netrc.
7794
7795         * nntp.el (declare-function): Add compatibility stub.
7796         (netrc-parse, netrc-machine, netrc-get): Declare.
7797         (nntp-send-authinfo): Require netrc.
7798
7799         * rfc2047.el: Don't require qp.
7800         (quoted-printable-encode-region, quoted-printable-decode-string):
7801         Autoload.
7802
7803         * sieve-mode.el: Don't require easymenu.
7804         (easy-menu-add-item): Autoload it.
7805
7806         * spam-stat.el (time-to-number-of-days): Autoload it.
7807
7808 2010-03-19  Glenn Morris  <rgm@gnu.org>
7809
7810         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7811
7812 2010-03-18  Glenn Morris  <rgm@gnu.org>
7813
7814         * hashcash.el (declare-function): Remove duplicate definition.
7815
7816 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7817
7818         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7819         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7820         value if any backslash escapes).
7821
7822 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7825         if it is available.  (bug#5647)
7826
7827         * lpath.el: Suppress compiler warning for coding-system-from-name for
7828         Emacs 21 and XEmacs.
7829
7830 2010-03-14  Juri Linkov  <juri@jurta.org>
7831
7832         * hmac-def.el:
7833         * hmac-md5.el:
7834         * netrc.el: Fix keywords.
7835
7836 2010-02-26  Glenn Morris  <rgm@gnu.org>
7837
7838         * message.el (message-send-mail-function): Change the default, so that
7839         it inherits from a customized send-mail-function.  (Bug#5643)
7840
7841 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7842
7843         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7844         shell-command-to-string signals an error (bug#5299).
7845
7846 2010-02-24  Glenn Morris  <rgm@gnu.org>
7847
7848         * message.el (message-smtpmail-send-it)
7849         (message-send-mail-with-mailclient): Doc fixes.
7850
7851 2010-02-16  Glenn Morris  <rgm@gnu.org>
7852
7853         * message.el (message-default-mail-headers): Change the default value
7854         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7855
7856 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7859         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7860
7861 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7862
7863         * time-date.el (date-to-time): Doc fix (Bug#5408).
7864
7865 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7866
7867         * message.el (message-mail): Just pass yank-action on to message-setup.
7868         (message-setup): Handle (FUN . ARGS) form of yank-action.
7869         (message-with-reply-buffer, message-widen-reply)
7870         (message-yank-original): Handle non-buffer values of
7871         message-reply-buffer (Bug#4080).
7872         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7873
7874 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7875
7876         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7877         Fix typo in docstring.
7878
7879 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7880
7881         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7882         response.
7883
7884 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7887
7888         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7889
7890         * message.el (message-check-news-header-syntax): Protect against a
7891         string that `rfc822-addresses' returns when parsing fails.
7892
7893 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7896         (gnus-previous-char-property-change): New functions.
7897
7898         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7899
7900 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7901
7902         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7903         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7904
7905 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7906
7907         * message.el (message-exchange-point-and-mark): Rework last change to
7908         avoid using optional arg of exchange-point-and-mark, for backward
7909         compatibility.
7910
7911 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7912
7913         * message.el (message-exchange-point-and-mark):
7914         Call exchange-point-and-mark with an argument rather than setting
7915         mark-active by hand (Bug#5175).
7916
7917 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * nntp.el (nntp-service-to-port): Work for service expressed with
7920         numeric string; replace [:digit:] with [0-9] for XEmacs.
7921
7922 2009-12-17  Glenn Morris  <rgm@gnu.org>
7923
7924         * gnus-group.el (gnus-bug-group-download-format-alist):
7925         Change emacs entry to debbugs.gnu.org.  Bump :version.
7926
7927 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7930
7931 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * message.el (message-info): Explain why we use `Info-goto-node'.
7934
7935 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7938
7939 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7940
7941         * message.el (message-completion-in-region): New compatibility function.
7942         (message-expand-group): Use it.
7943
7944 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7947         with no unread article should be listed if the 2nd arg `predicate' is
7948         given.
7949
7950 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7953
7954 2009-11-29  Juri Linkov  <juri@jurta.org>
7955
7956         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7957         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7958         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7959
7960 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7961
7962         * sha1.el (sha1-string-external): default-directory "/" in case
7963         otherwise non-existent.  process-connection-type pipe for touch of
7964         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7965
7966 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7967
7968         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7969         it's comms related and sgml-mode.el has "comm" on that basis too.
7970
7971 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7974         containing tspecial characters if they have been already quoted.
7975
7976 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7977
7978         * dns-mode.el (auto-mode-alist): Purecopy string.
7979
7980 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7981
7982         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7983
7984 2009-10-24  Glenn Morris  <rgm@gnu.org>
7985
7986         * gnus-art.el (help-xref-stack-item): Define for compiler.
7987
7988 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7989
7990         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7991
7992 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7995
7996 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7999         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8000
8001 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8004         (gnus-overlays-in): New alias to overlays-in.
8005
8006         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8007         gnus-overlay-get, and gnus-delete-overlay.
8008         (gnus-summary-show-thread): Make it work as well for systems in which
8009         next-single-char-property-change is not available.
8010         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8011
8012         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8013         (gnus-overlay-get): New alias to extent-property.
8014         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8015
8016         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8017         SXEmacs.
8018
8019         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8020         SXEmacs.
8021
8022 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8025
8026 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8027
8028         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8029         and XEmacs that don't have `remove-overlays'.
8030
8031 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8032
8033         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8034         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8035         selective display.  Use overlays instead.
8036
8037 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8038
8039         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8040
8041 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8042
8043         * spam-stat.el (spam-stat-load): Fix typo in message.
8044
8045 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8046
8047         * dig.el (dig-invoke): Fix typo in docstring.
8048         (query-dig): Reflow docstring.
8049
8050 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8051
8052         * gnus-art.el (gnus-article-encrypt-body):
8053         * message.el (message-check-recipients):
8054         * mm-util.el (mm-codepage-setup):
8055         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8056         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8057
8058 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8059
8060         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8061         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8062         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8063         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8064         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8065
8066 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8067
8068         * dig.el: Add "Keywords: comm", as per net-utils.el.
8069
8070 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         * dig.el (dig-mode): Use define-derived-mode.
8073
8074 2009-09-19  Glenn Morris  <rgm@gnu.org>
8075
8076         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8077
8078 2009-09-18  Glenn Morris  <rgm@gnu.org>
8079
8080         * gnus-diary.el (gnus-diary-check-message):
8081         * message.el (message-insert-formatted-citation-line):
8082         * nnbabyl.el (top-level):
8083         * nndiary.el (nndiary-schedule):
8084         Fix typos in condition-case handlers.
8085
8086 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8089         configuration that provides the sole article window in a frame;
8090         position point correctly after deleting a part.
8091
8092 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8093
8094         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8095         (spam-resolve-registrations-routine): Use it to unregister articles
8096         that change status.
8097
8098 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8101         with XEmacs.
8102         (parse-time-string-chars): Use it.
8103
8104 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8105
8106         * imap.el (imap-interactive-login): Better messages.
8107         (imap-open): Fix bug with renamed buffer on reconnect.
8108         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8109         for easier debugging and cleaner code.  On successful (guessed based on
8110         server capabilities) secondary authentication, set imap-state
8111         correctly.
8112         (imap-last-authenticator): Define imap-last-authenticator as a variable
8113         to avoid warnings.
8114
8115 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * nnrss.el (nnrss-request-article): Remove binding of
8118         default-enable-multibyte-characters that has gotten needless by
8119         the 2007-07-13 change in rfc2047-encode-message-header.
8120
8121         * mml.el (mml-insert-multipart): Error on the message header.
8122         (mml-insert-part): Error on the message header; position point at
8123         the end of a MIME tag.
8124
8125 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * time-date.el (autoload): Expand define-obsolete-function-alias into
8128         defalias and make-obsolete for old Emacsen that Gnus supports.
8129         (with-no-warnings): Define it for old Emacsen.
8130         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8131         is available.
8132         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8133         float-time is available; suppress compile warning for time-to-seconds.
8134
8135         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8136         (gnus-float-time): Alias to float-time if it exists.
8137
8138         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8139         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8140         float-time is available; suppress compile warning for time-to-seconds.
8141
8142         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8143         XEmacs.
8144
8145 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8146
8147         * imap.el (imap-message-map): Docstring fix.
8148
8149 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8152         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8153         Add the optional argument `encoding' that overrides the default.
8154
8155         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8156         mm-encode-buffer.
8157
8158 2009-09-04  Glenn Morris  <rgm@gnu.org>
8159
8160         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8161         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8162         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8163         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8164         * mm-util.el (mm-with-unibyte-current-buffer)
8165         (mm-find-buffer-file-coding-system):
8166         * yenc.el (yenc-decode-region): Use default-value rather than
8167         default-enable-multibyte-characters.
8168
8169 2009-09-03  Glenn Morris  <rgm@gnu.org>
8170
8171         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8172         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8173         than default-enable-multibyte-characters.
8174
8175 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8176
8177         * gnus-art.el (gnus-article-read-summary-keys):
8178         Fix gnus-buffer-configuration's value temporarily used.
8179
8180 2009-09-02  Glenn Morris  <rgm@gnu.org>
8181
8182         * gnus-util.el (gnus-float-time): New function.
8183         * gnus-delay.el (gnus-delay-article):
8184         * gnus-sum.el (gnus-thread-latest-date):
8185         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8186         * nnspool.el (nnspool-request-newgroups):
8187         Use gnus-float-time rather than time-to-seconds.
8188         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8189
8190         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8191         (gnus-header-subject-face, gnus-header-newsgroups-face)
8192         (gnus-header-name-face, gnus-header-content-face):
8193         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8194         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8195         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8196         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8197         (gnus-cite-face-11):
8198         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8199         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8200         (gnus-server-closed-face, gnus-server-denied-face)
8201         (gnus-server-offline-face):
8202         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8203         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8204         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8205         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8206         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8207         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8208         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8209         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8210         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8211         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8212         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8213         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8214         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8215         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8216         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8217         (gnus-summary-high-undownloaded-face)
8218         (gnus-summary-low-undownloaded-face)
8219         (gnus-summary-normal-undownloaded-face)
8220         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8221         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8222         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8223         (gnus-splash-face):
8224         * message.el (message-header-to-face, message-header-cc-face)
8225         (message-header-subject-face, message-header-newsgroups-face)
8226         (message-header-other-face, message-header-name-face)
8227         (message-header-xheader-face, message-separator-face)
8228         (message-cited-text-face, message-mml-face):
8229         * sieve-mode.el (sieve-control-commands-face)
8230         (sieve-action-commands-face, sieve-test-commands-face)
8231         (sieve-tagged-arguments-face):
8232         * spam.el (spam-face):
8233         Mark face aliases with "-face" in the name as obsolete.
8234
8235 2009-09-01  Glenn Morris  <rgm@gnu.org>
8236
8237         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8238         than goto-line.
8239
8240 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8243         Don't move point if the command is invoked inside the message header.
8244
8245 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8246
8247         * imap.el (imap-send-command): Simplify.
8248         (imap-wait-for-tag): point-max -> buffer-size.
8249
8250 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8251
8252         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8253         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8254         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8255         * nnir.el (nnir-swish-e-index-file):
8256         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8257         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8258         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8259         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8260         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8261         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8262
8263 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8266         Don't save excursion.
8267
8268 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8269
8270         * nnheader.el (nnheader-find-file-noselect):
8271         * mm-util.el (mm-insert-file-contents):
8272         Use (default-value 'major-mode) instead of default-major-mode.
8273
8274 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8275
8276         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8277
8278 2009-08-26  Glenn Morris  <rgm@gnu.org>
8279
8280         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8281         than placing in files.el.
8282
8283 2009-08-25  Glenn Morris  <rgm@gnu.org>
8284
8285         * nnir.el (top-level): Don't require cl at run-time.
8286         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8287         Replace cl-function substitute with gnus-replace-in-string.
8288         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8289         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8290         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8291         simplified expansions.
8292
8293 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8294
8295         * dig.el (dig): Add autoload cookie.
8296
8297 2009-08-22  Glenn Morris  <rgm@gnu.org>
8298
8299         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8300         goto-line.
8301
8302 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8303
8304         * parse-time.el (parse-time-string-chars): Save match data.
8305
8306 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8307
8308         * parse-time.el (parse-time-string-chars): Compute using character
8309         classes, to handle non-ascii characters (Bug#3190).
8310
8311 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8314
8315         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8316         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8317         (gnus-mm-display-part, gnus-mime-display-single)
8318         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8319         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8320
8321         * gnus-sum.el
8322         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8323         (gnus-summary-move-article): Add expirable mark to articles copied or
8324         moved to group that has auto-expire turned on if the option is non-nil.
8325
8326 2009-07-24  Glenn Morris  <rgm@gnu.org>
8327
8328         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8329         Fix typo.  (Bug#3903)
8330
8331 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8334         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8335         that should not be used for draft articles.
8336         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8337         that has no concern in minor mode keys.
8338         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8339         Abolish.
8340
8341 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8344         article without making inquiry to a user for unknown encoding.
8345
8346         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8347         (nnmaildir--scan): Assume i-node and device number that file-attributes
8348         returns might be cons-cell.
8349
8350         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8351
8352         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8353
8354 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8355
8356         * auth-source.el: Remove docs now in auth.texi.  Don't use
8357         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8358         `auth-source-hide-passwords' and use them.
8359
8360 2009-07-15  Glenn Morris  <rgm@gnu.org>
8361
8362         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8363
8364 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8367         excessive whitespace from the default values of title and description.
8368
8369 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8372         mail-fetch-field to fetch Content-Description header in order to
8373         exclude newlines.
8374
8375 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8376
8377         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8378         format used by GnuPG 2.0.11.
8379
8380 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8383         to deleted part.
8384
8385 2009-05-30  David Engster  <dengste@eml.cc>
8386
8387         * nnmairix.el: Remove old documentation in the commentary block.
8388         (nnmairix-request-group): Do not update active file for nnml back ends.
8389         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8390         end so that overview files are ignored.
8391         (nnmairix-update-groups): Make updating the groups more robust by using
8392         marks.
8393         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8394         with dollar characters in message-id.
8395
8396 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8399         2008-12-25 in dns.el.
8400
8401 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8402
8403         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8404         could happen if the text is only composed of spaces and/or tabs.
8405
8406 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8407
8408         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8409         when sending a queued message to avoid extra mml tags.
8410
8411 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8414
8415 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8418         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8419         rmail-toggle-header for XEmacs;
8420         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8421
8422 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-dired.el: Remove autoload for gnus-setup-message.
8425         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8426         displaying Gnus logo; always use compose-mail.
8427
8428 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8431
8432 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8435         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8436         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8437         available.
8438         (gnus-nocem-epg-verify): New function.
8439
8440 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8443
8444 2009-02-15  Glenn Morris  <rgm@gnu.org>
8445
8446         * gnus-util.el (rmail-insert-rmail-file-header)
8447         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8448         autoloads.
8449         (rmail-default-rmail-file): Remove unnecessary declaration.
8450         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8451
8452 2009-02-14  Glenn Morris  <rgm@gnu.org>
8453
8454         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8455         variable (only used in gnus-util, which declares it anyway).
8456         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8457         which was only needed by gnus-art (changed to not use it any more).
8458         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8459         only used in gnus-util, which autoloads it itself.
8460         (rmail-update-summary): Fix autoload.
8461
8462         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8463         rather than rmail-output-to-rmail-file.
8464
8465 2009-02-07  Glenn Morris  <rgm@gnu.org>
8466
8467         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8468         autoload of function that no longer exists.
8469         (rmail-toggle-header): Declare.
8470         (message-forward-rmail-make-body): Handle mbox Rmail.
8471
8472 2009-01-31  Glenn Morris  <rgm@gnu.org>
8473
8474         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8475         2009-01-09 change.
8476
8477 2009-01-31  Dave Love  <fx@gnu.org>
8478
8479         * imap.el (imap-fetch-safe): Bind debug-on-error.
8480         (imap-debug): Add imap-fetch-safe.
8481
8482 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8483
8484         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8485         (auth-source-forget-all-cached): New convenience function.
8486         (auth-source-user-or-password): Accept list of modes or a single mode.
8487
8488         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8489         auth-source modes.
8490
8491         * netrc.el (netrc-machine-user-or-password): Use list of
8492         auth-source modes.
8493
8494         * nnimap.el (nnimap-open-connection): Use list of
8495         auth-source modes.
8496
8497         * nntp.el (nntp-send-authinfo): Use list of
8498         auth-source modes.
8499
8500 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8503         now.
8504
8505 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8508         coding system in XEmacs; add a workaround for XEmacs.
8509
8510         * lpath.el: Fbind coding-system-aliasee.
8511
8512 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8515         of current-language-environment.
8516
8517 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8520         available at runtime.
8521
8522 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8525
8526 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8527
8528         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8529         the greatest positive fixnum value doesn't work under an XEmacs with
8530         bignum support; use the most-positive-fixnum constant instead,
8531         available since Emacs 21.1 with cl and XEmacs 21.1.
8532
8533 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8536         XEmacs gets not to work.
8537
8538 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * mm-util.el (mm-coding-system-priorities): Allow the value like
8541         "Japanese (UTF-8)" of current-language-environment.
8542
8543 2009-01-09  Glenn Morris  <rgm@gnu.org>
8544
8545         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8546         with last-command-event.
8547
8548 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8551         in the doc string.
8552
8553         * message.el (message-fix-before-sending): Amend comment.
8554
8555 2009-01-08  Dave Love  <fx@gnu.org>
8556
8557         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8558
8559 2009-01-07  David Engster  <dengste@eml.cc>
8560
8561         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8562         simplified server definitions by converting it via
8563         gnus-server-to-method.
8564
8565 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8568         parameter's operands.
8569
8570 2009-01-06  David Engster  <dengste@eml.cc>
8571
8572         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8573         primary select method (for gnus-group-mark-article-as-read).
8574
8575 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8576
8577         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8578         `(gnus)Face', not `(gnus)X-Face'.
8579
8580 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * mm-util.el (mm-ucs-to-char): New function.
8583
8584         * mm-url.el (mm-url-decode-entities): Use it.
8585
8586         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8587         unicode-to-char.
8588
8589 2009-01-05  Dave Love  <fx@gnu.org>
8590
8591         * time-date.el: Require cl for `declare'.
8592
8593 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8596         Dave Love.
8597
8598 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * message.el (message-fix-before-sending): Add `eight-bit' to
8601         illegible-text check.
8602
8603 2009-01-03  Michael Olson  <mwolson@gnu.org>
8604
8605         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8606         `headers' is nil.  This can occur if the IMAP server does not have
8607         permissions to read messages from a folder, but can write new messages
8608         to the folder.
8609         (nnimap-request-article-part): Do not insert `data' if it is nil.
8610
8611         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8612         characters which will confuse `read', so skip past them.
8613
8614 2009-01-01  Dave Love  <fx@gnu.org>
8615
8616         * imap.el (imap-string-to-integer): Fix typo.
8617         (imap-fetch-safe): New function.
8618         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8619
8620         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8621
8622         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8623         (imap-parse-greeting): Fix doc strings.
8624         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8625         (imap-parse-flag-list): Make messages unique.
8626         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8627
8628         * nnimap.el: Fix author email.
8629         (nnimap-split-rule): Add FIXME comment.
8630         (nnimap-debug): Fix doc string.
8631
8632 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8635
8636 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8639         nslookup if resolv.conf isn't available.
8640         (dns-query): Rename from query-dns.
8641         (dns-query-cached): Rename from query-dns-cached.
8642
8643 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8646         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8647         to check if those variables exist (first appeared in Emacs 18.50).
8648
8649 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * mm-util.el (mm-line-number-at-pos): New function.
8652
8653         * spam-report.el (spam-report-process-queue): Use it.
8654
8655 2008-12-24  David Engster  <dengste@eml.cc>
8656
8657         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8658         parameters that haven't existed as variables as buffer-local variables.
8659
8660 2008-12-23  Dave Love  <fx@gnu.org>
8661
8662         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8663         cadar.
8664
8665         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8666         imap-starttls-p.
8667         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8668
8669 2008-12-22  Dave Love  <fx@gnu.org>
8670
8671         * imap.el: Fix author email.  Doc fixes.
8672         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8673         reply.
8674
8675 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * spam-report.el (spam-report-gmane-max-requests): New constant.
8678         (spam-report-gmane-wait): New variable.
8679         (spam-report-gmane-ham, spam-report-gmane-spam)
8680         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8681         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8682         the server.
8683
8684         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8685         Add explanations.
8686
8687         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8688         nnheader-accept-process-output and nnheader-read-timeout if available.
8689         (pop3-movemail): Use it.
8690
8691         * message.el (message-check-news-body-syntax): Fix signature check if
8692         there's an attachment.
8693
8694 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * mm-util.el: Add comments to the mm- emulating functions.
8697
8698 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8701         Reported by Stephen Berman <stephen.berman@gmx.net>.
8702
8703 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * mm-util.el (mm-substring-no-properties): New function.
8706         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8707         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8708         (mm-string-to-multibyte): Doc fix.
8709
8710         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8711
8712 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * mml.el (mml-attach-file): Strip text properties from file name.
8715         (Bug#1574)
8716
8717 2008-12-16  Glenn Morris  <rgm@gnu.org>
8718
8719         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8720
8721 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8724         knows since the charset specified might be a bogus alias that
8725         mm-charset-synonym-alist provides.
8726
8727 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8730         "ISO_8859-1".
8731
8732         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8733
8734 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-util.el (mm-charset-eval-alist):
8737         Define it before mm-charset-to-coding-system.
8738         (mm-charset-to-coding-system): Add optional argument `silent';
8739         define it before mm-charset-override-alist.
8740         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8741         default value if it can be used in Emacs currently running;
8742         silence mm-charset-to-coding-system.
8743
8744 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8747         `allow-override' which says whether to use `mm-charset-override-alist'.
8748         (rfc2047-decode-encoded-words): Use it.
8749
8750         * mm-util.el (mm-charset-override-alist): Fix custom type;
8751         add `(gb2312 . gbk)' to choices.
8752
8753 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8756         fast.
8757
8758         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8759
8760         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8761
8762 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8763
8764         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8765         on links.
8766
8767         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8768
8769 2008-12-03  Lute Kamstra  <lute@gnu.org>
8770
8771         * sha1.el: Remove leading * from docstrings of defcustoms,
8772         deffaces, defconsts and defuns.
8773
8774 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8777         users' addresses that don't have domain parts.
8778         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8779         rather than message-narrow-to-head since there will be the message
8780         header separator.
8781
8782 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8783
8784         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8785         since the result is inserted in a unibyte buffer anyway.
8786         (nnimap-demule-use-string-to-multibyte): Remove.
8787         (nnimap-demule): Alias it to mm-string-to-multibyte.
8788
8789 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8792         variable for debugging bug#464 and bug#1174.
8793         (nnimap-demule): Use it.
8794
8795 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8798         score calculation correctly.
8799
8800 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8801
8802         * message.el (message-send-mail): Just set the buffer to unibyte
8803         rather than use mm-with-unibyte-current-buffer which does a lot more.
8804         (message-send-mail-partially): Don't bother with
8805         mm-with-unibyte-current-buffer since it's already been made unibyte by
8806         message-send-mail.
8807
8808 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8809
8810         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8811
8812 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8813
8814         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8815
8816 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8819         require itself and to remove `with-no-warnings'.
8820
8821 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8822
8823         * starttls.el (starttls-any-program-available): Get the name of the
8824         available TLS layer program.
8825         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8826         well as the host name in the "opening" message.
8827
8828         * auth-source.el (auth-source-cache, auth-source-do-cache)
8829         (auth-source-user-or-password): Cache passwords and logins by default,
8830         allow override with `auth-source-do-cache'.
8831         (auth-source-forget-user-or-password): Allow users to remove cache
8832         entries if needed.
8833
8834 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8835
8836         * md4.el (md4-buffer): Fix typo in docstring.
8837         (md4, md4-64): Doc fixes.
8838         (md4-pack-int32): Reflow docstring.
8839
8840 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8843         condition-case to only the forward-sexp call.
8844
8845 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8846
8847         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8848         quotes contained.  Make it more robust regardless by an extra
8849         condition-case wrapper.
8850
8851 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8854
8855 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * nnml.el (nnml-request-expire-articles): Check if the function set to
8858         `nnmail-expiry-target' returns the symbol `delete'.
8859
8860         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8861
8862         * nnmail.el (nnmail-expiry-target): Fix custom type.
8863
8864 2008-10-02  Glenn Morris  <rgm@gnu.org>
8865
8866         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8867         Silence compiler warning.
8868
8869 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8870
8871         * tls.el (open-tls-stream): Show the actual command being
8872         executed, instead of the format string.
8873
8874 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * lpath.el: Fbind codepage-setup for Emacs 23.
8877
8878 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8879
8880         * mml.el (mml-menu): Don't assume mml2015 is bound.
8881
8882 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8885         exists.
8886
8887 2008-09-27  Glenn Morris  <rgm@gnu.org>
8888
8889         * gnus-util.el (mail-header-remove-comments): Autoload it.
8890
8891 2008-09-27  Andreas Schwab  <schwab@suse.de>
8892
8893         * gnus-util.el (gnus-split-references): Strip comments.
8894         (gnus-parent-id): Likewise.
8895
8896 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * message.el (message-confirm-send): Fix version.
8899
8900 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * message.el (message-idna-to-ascii-rhs-1): Use
8903         mail-extract-address-components rather than mail-header-parse-addresses
8904         that is an alias by default to ietf-drums-parse-addresses that does not
8905         support non-ASCII names in headers' contents.
8906
8907 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8908
8909         * message.el (message-confirm-send): Fix variable documentation to
8910         avoid the "y/n" wording.
8911
8912 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8913
8914         * message.el (message-set-auto-save-file-name): Save to a different
8915         filename so multiple messages (especially drafts) can be recovered.
8916
8917 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8918
8919         * message.el (message-confirm-send): Add appropriate version.
8920
8921 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8922
8923         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8924         defvar.
8925
8926 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8927
8928         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8929         (mm-pkcs7-enveloped-magic): Ditto.
8930
8931 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8932
8933         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8934         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8935
8936 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8937
8938         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8939         default, it's better.
8940
8941 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8944         summary line gnus-number property and ignore them (with a warning
8945         message).
8946
8947 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8950         macro caddr in the interactive form since it won't be expanded.
8951
8952 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8955         `charset'; fix name of function called recursively.
8956         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8957
8958 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8961         (gnus-mime-set-charset-parameters): New function.
8962         (gnus-mime-view-part-as-charset): Use it to correctly display part
8963         specifying wrong charset.
8964
8965 2008-09-08  David Engster  <dengste@eml.cc>
8966
8967         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8968         in completing-read for back end server.
8969
8970 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8971
8972         * message.el (message-confirm-send): New variable to confirm sending a
8973         message.
8974         (message-send): Use it.
8975
8976 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8977
8978         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8979
8980 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8983
8984 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8985
8986         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8987         prevent tracking too many groups.
8988         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8989         Use it.
8990
8991 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8992
8993         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8994         moving point to the bottom of the window in order to avoid recentering.
8995
8996 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8999
9000         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9001         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9002         (gnus-article-beginning-of-window): Fix calculation.
9003
9004 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-msg.el (gnus-summary-supersede-article)
9007         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9008         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9009         message header.
9010
9011 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9012
9013         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9014         pending output coming after the status change.
9015
9016 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9017
9018         * message.el:
9019         * gnus-start.el:
9020         * gnus-registry.el: Remove VMS support.
9021
9022 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9025         macro.
9026         (rfc2104-hash): Use it.
9027
9028 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9031         (gnus-summary-sort-by-most-recent-date): New commands.
9032         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9033         and menu entries.
9034
9035 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9038         don't redisplay article for raw contents; remove plural articles stuff.
9039
9040         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9041         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9042         on gnus-summary-save-article; display results properly.
9043
9044 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * lpath.el: No need to fbind ns-focus-frame.
9047
9048 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9051
9052 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-art.el (gnus-summary-save-in-pipe):
9055         Consider gnus-save-all-headers.
9056
9057 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9058
9059         * gnus-util.el (ns-focus-frame): Remove declaration.
9060         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9061         like x.
9062
9063 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9064
9065         * rfc2104.el (rfc2104-zero): Delete defconst.
9066         (rfc2104-hex-alist): Likewise.
9067         (rfc2104-hex-to-int): Delete func.
9068         (rfc2104-hexstring-to-bitstring): Likewise.
9069         (rfc2104-nybbles): New defconst.
9070         (rfc2104-hash): Rewrite for speed.
9071
9072 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * tls.el (open-tls-stream): Make it work with the 2nd argument
9075         BUFFER that is a string but does not exist as a buffer object, as
9076         mentioned in the doc-string.
9077
9078 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9081         SXEmacs.
9082
9083 2008-07-16  Glenn Morris  <rgm@gnu.org>
9084
9085         * gnus-util.el (ns-focus-frame): Declare for compiler.
9086
9087 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9090         set as a group parameter.
9091         (gnus-summary-save-in-pipe): Work when it is called independently.
9092         (gnus-summary-pipe-to-muttprint): Don't modify
9093         gnus-summary-pipe-output-default-command.
9094
9095 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9096
9097         * message.el (message-send-mail-with-sendmail):
9098         Display the error message.
9099
9100 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-art.el (gnus-default-article-saver):
9103         Add gnus-summary-save-in-pipe to choices.
9104         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9105         gnus-summary-pipe-output-default-command as the default command.
9106         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9107         instead of gnus-last-shell-command.
9108
9109         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9110         New user option.
9111         (gnus-summary-muttprint-program): Mention the value will be changed.
9112         (gnus-summary-save-article): Force showing of all headers.
9113         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9114
9115 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9116
9117         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9118
9119 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9120
9121         * nnimap.el (nnimap-id):
9122         * sieve-manage.el (sieve-manage-open): Doc fixes.
9123
9124 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9125
9126         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9127         if available.
9128
9129 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9130
9131         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9132
9133         * nnkiboze.el (nnkiboze-generate-group):
9134         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9135
9136         * nnmairix.el: Require CL.
9137
9138 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * dgnushack.el: Autoload get-display-table and put-display-table for
9141         XEmacs 21.5.
9142
9143         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9144         21.4 and SXEmacs.
9145
9146 2008-06-15  David Engster  <dengste@eml.cc>
9147
9148         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9149
9150 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9151
9152         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9153         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9154         runtime choice under XEmacs.
9155
9156         * gnus-sum.el (gnus-summary-set-display-table):
9157         Use `gnus-put-display-table', `gnus-get-display-table',
9158         `gnus-set-display-table' for the display table, instead of `aset'.
9159
9160         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9161         Use `gnus-put-display-table', `gnus-get-display-table',
9162         `gnus-set-display-table' for the display table.
9163
9164 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * nnmairix.el: Add autoloads.
9167
9168 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * nnmairix.el (nnmairix-delete-recreate-group)
9171         (nnmairix-update-and-clear-marks): Fix error messages.
9172
9173 2008-06-14  David Engster  <dengste@eml.cc>
9174
9175         * nnmairix.el: Upgrade to version 0.6.
9176         (nnmairix-group-toggle-propmarks-this-group)
9177         (nnmairix-group-toggle-readmarks-this-group)
9178         (nnmairix-group-delete-recreate-this-group)
9179         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9180         (nnmairix-remove-tick-mark-original-article): New commands.
9181         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9182         (nnmairix-propagate-marks-to-nnmairix-groups)
9183         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9184         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9185         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9186         functions needed for marks propagation and manipulation of read marks.
9187         (nnmairix-update-groups): New function.
9188         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9189         (nnmairix-determine-original-group-from-registry)
9190         (nnmairix-determine-original-group-from-path)
9191         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9192         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9193         New helper functions.
9194         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9195         keystrokes for new commands.
9196         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9197         (nnmairix-request-group): Check allow-fast group parameter.
9198         (nnmairix-request-create-group): Set allow-fast group parameter if
9199         nnmairix-allowfast-default is set.
9200         (nnmairix-close-group): Propagate marks upon closing if needed.
9201         (nnmairix-group-toggle-threads-this-group): Use new.
9202         nnmairix-group-toggle-parameter helper function.
9203         (nnmairix-search): Better check for empty search result.
9204         (nnmairix-goto-original-article): Use new helper functions for
9205         determining original article.
9206         (nnmairix-show-original-article): Make sure message-id is in brackets.
9207         (nnmairix-call-mairix-binary): Change variable name.
9208         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9209         helper function.
9210         (nnmairix-widget-toggle-activate): Fix doc string.
9211
9212 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * nnir.el: Require edmacro when compiling with XEmacs.
9215         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9216         available in Emacs 21.
9217
9218 2008-06-11  Glenn Morris  <rgm@gnu.org>
9219
9220         * gnus-util.el (x-focus-frame):
9221         * gnus.el (image-size):
9222         * mm-decode.el (image-size): Declare.
9223
9224         * gnus-picon.el (declare-function): Add compat definition.
9225         (image-size): Declare.
9226
9227         * gnus-group.el (tool-bar-map):
9228         * gnus-sum.el (tool-bar-map): Define for compiler.
9229
9230         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9231
9232         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9233
9234         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9235         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9236         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9237         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9238         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9239         * sieve-manage.el, spam-report.el, spam.el:
9240         Remove unnecessary eval-and-compile of autoloads.
9241
9242 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9243
9244         * auth-source.el: Precise Tramp doc.
9245
9246 2008-06-07  Glenn Morris  <rgm@gnu.org>
9247
9248         * nnmairix.el: Remove unnecessary eval-when-compile.
9249
9250 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * lpath.el: Fbind propertize for XEmacs 21.4.
9253
9254 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * nnir.el: Move here from ../contrib.
9257
9258 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9259
9260         * gnus-util.el (gnus-read-shell-command): New function.
9261         * mm-decode.el (mm-pipe-part):
9262         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9263
9264 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9267
9268 2008-06-03  Glenn Morris  <rgm@gnu.org>
9269
9270         * pop3.el (nnheader-accept-process-output): Autoload it.
9271
9272 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9275         are not 2-digit hexadecimal characters that follow `%'s.
9276
9277 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * message.el (message-bogus-recipient-p): Fix type in doc string.
9280         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9281         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9282         Improve custom options.
9283         (message-bogus-recipient-p): Adjust accordingly.
9284
9285 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9286
9287         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9288         long-form month and day names.
9289
9290 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * dgnushack.el: Autoload debug, eudc-expand-inline and
9293         pgg-snarf-keys-region for XEmacs.
9294
9295         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9296
9297         * nnmairix.el: Require edmacro when compiling with XEmacs.
9298
9299 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9302         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9303
9304 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9305
9306         * auth-source.el: Add more docs.
9307
9308         * netrc.el (netrc-machine): Always match if the port is not given.
9309
9310 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9313         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9314         retrieval faster in some cases, but might make CPU usage larger.
9315         If this has any bad side effects, we might revert this change.
9316
9317         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9318         seems to make mail retrieval much, much faster.
9319         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9320         unconditionally.
9321
9322         * gnus-draft.el (gnus-group-send-queue):
9323         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9324
9325 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9328
9329         * message.el (message-bogus-address-regexp): Fix and improve custom
9330         type.
9331         (message-setup-hook): Add message-check-recipients as custom option.
9332
9333 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-cite-function): Remove bogus autoload which crept
9336         in during merge from v5-10.
9337
9338 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9341
9342         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9343
9344         * auth-source.el: Preliminary Tramp docs.
9345         (auth-sources): Change the default auth-sources to use
9346         EPA .gpg files.
9347
9348 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9349
9350         * nntp.el: Autoload `auth-source-user-or-password'.
9351         (nntp-send-authinfo): Use it.
9352
9353         * nnimap.el: Autoload `auth-source-user-or-password'.
9354         (nnimap-open-connection): Use it.
9355
9356         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9357         for the gnus-message function.
9358         (auth-source-user-or-password): Use it.
9359
9360 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9361
9362         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9363         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9364         (rfc2104-hash): Use it.
9365
9366 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9367
9368         * gnus-art.el (gnus-article-toggle-truncate-lines):
9369         Don't use `iff' in docstring.
9370
9371 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9372
9373         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9374
9375         * gnus-util.el (gnus-extract-address-component-name)
9376         (gnus-extract-address-component-email): Convenience functions around
9377         `gnus-extract-address-components'.
9378
9379         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9380         Use `gnus-extract-address-component-email' to fix bug of comparing full
9381         sender name to `user-mail-address'.
9382
9383 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9384
9385         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9386         catch/throw to optimize.
9387         (gnus-registry-find-keywords): Just use member to find a keyword.
9388
9389 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9390
9391         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9392         is current before calling gnus-server-prepare.
9393         (gnus-server-setup-buffer, gnus-server-update-server)
9394         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9395
9396 2008-05-04  Juri Linkov  <juri@jurta.org>
9397
9398         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9399         (mailcap-file-default-commands): Use mailcap-replace-in-string
9400         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9401         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9402
9403 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9404
9405         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9406
9407 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9408
9409         * gnus.el: Bump version to 0.11.
9410
9411 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9412
9413         * gnus.el: No Gnus v0.10 is released.
9414
9415 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9418         hooks.
9419         (gnus-update-read-articles): Speed up non-marks-using users.
9420         (gnus-use-marks): Define gnus-use-marks.
9421         (gnus-propagate-marks): Rename variable to something more sensible.
9422
9423 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9424
9425         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9426         (gmm-image-load-path-for-library): Fix typos in docstrings.
9427         (gmm-message): Reflow docstring.
9428
9429 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9430
9431         * mail-source.el (mail-source-set-1, mail-source-bind):
9432         Move auth-source code out of the macro to clean it up and fix bugs.
9433
9434 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9435
9436         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9437         by sender if it's equal to user-mail-address, it's likely to be
9438         useless.
9439
9440         * mail-source.el (mail-source-bind): Don't use user or password if they
9441         are not bound.  Unintern them if they are nil.  Don't use server unless
9442         it's bound, and default it to empty string otherwise.
9443
9444 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * mail-source.el: Load auth-source.el.
9447         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9448         get user name or password, if auth-sources is set up.
9449
9450         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9451         strategy of splitting with parent.
9452         (gnus-registry-split-fancy-with-parent)
9453         (gnus-registry-post-process-groups): Use it and fix prior
9454         bug (returning a list as the split result).
9455
9456         * auth-source.el (auth-sources): Remove server parameter.
9457         (auth-source-pick, auth-source-user-or-password)
9458         (auth-source-user-or-password-imap)
9459         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9460         (auth-source-user-or-password-sftp)
9461         (auth-source-user-or-password-smtp): Remove server parameter.
9462
9463 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9464
9465         * smime.el (smime-sign-region, smime-encrypt-region)
9466         (smime-decrypt-region):
9467         Remove redundant calls to `generate-new-buffer-name'.
9468
9469 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9470
9471         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9472         Don't use QP for message/rfc822.
9473         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9474
9475 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9476
9477         * sieve-manage.el (sieve-string-bytes): Remove.
9478         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9479         correct byte-length only if the process's coding-system is the same as
9480         the one used internally by Emacs to represent strings.
9481
9482 2008-04-22  Juri Linkov  <juri@jurta.org>
9483
9484         * mailcap.el (mailcap-file-default-commands): New function.
9485
9486 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * message.el (message-signature-separator, message-cite-function):
9489         Change custom version.
9490
9491 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9492
9493         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9494         commands.
9495         (tls-checktrust): Ditto.
9496
9497 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * mm-decode.el (mm-display-external): Make temp file read-only.
9500
9501 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9504         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9505         `C-c C-f d'.
9506
9507 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9508
9509         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9510
9511 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * gnus.el: Bump version to 0.9.
9514
9515 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus.el: No Gnus v0.8 is released.
9518
9519 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9520
9521         * mail-source.el (mail-source-value):
9522         Prefer fboundp to functionp so it works with macros as well.
9523
9524 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9525
9526         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9527         Fix last change in case the element is not even a symbol.
9528
9529 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9530
9531         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9532         Prefer fboundp to functionp so it works with macros as well.
9533
9534 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9535
9536         * auth-source.el: Add docs.
9537         (auth-sources): Modify format to support server.
9538         (auth-source-pick, auth-source-user-or-password)
9539         (auth-source-user-or-password-imap)
9540         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9541         (auth-source-user-or-password-sftp)
9542         (auth-source-user-or-password-smtp): Add server parameter.
9543
9544 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * gnus-registry.el: Initialize the registry when gnus-registry-install
9547         is t.
9548
9549 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * compface.el (uncompface): Make buffer unibyte.
9552
9553 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9554
9555         * mail-source.el (mail-source-value):
9556         Prefer fboundp to functionp so it works with macros as well.
9557
9558 2008-04-05  Glenn Morris  <rgm@gnu.org>
9559
9560         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9561
9562 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9563
9564         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9565         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9566
9567         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9568         multibyteness after rather than before erasing it.
9569
9570         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9571         mm-with-multibyte.
9572         (gnus-request-article-this-buffer): Make sure the proper decoding is
9573         used if gnus-original-article-buffer happens to be unibyte.
9574
9575         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9576         default-enable-multibyte-characters.
9577
9578         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9579         default-enable-multibyte-characters.
9580
9581         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9582
9583         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9584
9585 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9586
9587         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9588         Fix last change in case the element is not even a symbol.
9589
9590 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9591
9592         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9593         (imap-message-copyuid-1): Use it.
9594         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9595         J. Williams in
9596         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9597
9598         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9599         imap-enable-exchange-bug-workaround.
9600         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9601
9602 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9603
9604         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9605         a 100 byte status-checks into a 2-3MB transfer for each group.
9606         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9607         to enable bug workaround or not.
9608         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9609
9610 2008-03-31  Glenn Morris  <rgm@gnu.org>
9611
9612         * message.el (mml2015-use): Declare for compiler.
9613         (message-info): Require mml2015 when appropriate.
9614
9615 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9618         whitespace.
9619
9620 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9621
9622         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9623         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9624         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9625         (nntp-service-to-port): New function.
9626         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9627         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9628         (nntp-open-netcat-stream): New function.
9629         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9630
9631 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9632
9633         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9634
9635 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9636
9637         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9638
9639 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9640
9641         * dns.el (dns-write): Use set-buffer-multibyte.
9642
9643 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9644
9645         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9646
9647 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el (message-signature-separator): Change default.
9650         Improve custom type.
9651         (message-cite-function): Change default to
9652         message-cite-original-without-signature.
9653
9654         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9655         toggle.
9656
9657         * message.el (message-check-news-body-syntax): Fix signature check.
9658         (message-setup-1): Mark buffer as unmodified _after_ running
9659         message-setup-hook and handling message-alternative-emails.
9660         (message-shorten-references): Be more strict when building list of
9661         valid references to comply with GNKSA.
9662
9663         * gnus-group.el (gnus-read-ephemeral-bug-group)
9664         (gnus-read-ephemeral-debian-bug-group)
9665         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9666
9667         * message.el (message-info): Don't use booleanp which isn't supported
9668         in Emacs 21 and XEmacs.
9669
9670 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9673         gnus-group-gmane-group-download-format.
9674         (gnus-group-read-ephemeral-gmane-group): Rename from
9675         gnus-group-read-ephemeral-gmane-group.
9676         (gnus-read-ephemeral-gmane-group-url): Rename from
9677         gnus-group-read-ephemeral-gmane-group-url.
9678         (gnus-bug-group-download-format-alist): New variable.
9679         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9680         (gnus-read-ephemeral-emacs-bug-group): New commands.
9681
9682 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9685         (gnus-visible-headers): Improve custom type.
9686
9687 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * mml.el (mml-menu): Add workarounds for XEmacs.
9690
9691         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9692         X-Boundary header.
9693
9694         * message.el (message-simplify-recipients): Fix previous commit.
9695
9696 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9697
9698         * mm-util.el (mm-set-buffer-multibyte): New function.
9699         * mm-decode.el (mm-copy-to-buffer): Use it.
9700
9701         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9702         Prefer fboundp to functionp so it works with macros as well.
9703
9704 2008-03-19  Glenn Morris  <rgm@gnu.org>
9705
9706         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9707         Accidentally removed in the sync process with Emacs.
9708
9709 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * message.el (message-alter-recipients-discard-bogus-full-name):
9712         New function.
9713         (message-alter-recipients-function): New variable.
9714         (message-get-reply-headers): Use it.
9715         (message-replace-header): New helper function.
9716         (message-recipients-without-full-name): New variable.
9717         (message-simplify-recipients): New command.
9718
9719         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9720
9721         * message.el (message-info): Handle EasyPG manual.
9722
9723         * mml.el (mml-menu): Add entry for EasyPG.
9724
9725 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9726
9727         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9728         parameter.
9729
9730         * message.el (message-disassociate-draft): Specify drafts group name
9731         fully.
9732
9733 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9734
9735         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9736         Eliminate unnecessary duplicates from the match list.
9737
9738 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9741
9742         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9743
9744         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9745         args of `how-many' of which the XEmacs version doesn't take; declare
9746         Info-index-next as function.
9747
9748 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-score.el (gnus-score-headers): Fix handling of
9751         gnus-inhibit-slow-scoring.
9752
9753         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9754         string.
9755         (gnus-button-url-regexp): Improve handling of parenthesis.
9756         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9757         (gnus-button-handle-info-keystrokes): Handle index entries.
9758
9759 2008-03-15  Glenn Morris  <rgm@gnu.org>
9760
9761         * parse-time.el (parse-time-string): Simplify.
9762
9763 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9766         Incoming* files.
9767
9768 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9769
9770         * auth-source.el (auth-sources): Rename from auth-source-choices.
9771         (auth-source-pick): Use it.
9772
9773 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9774
9775         * binhex.el (binhex-decode-region-internal):
9776         * uudecode.el (uudecode-decode-region-internal):
9777         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9778         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9779         setting default-enable-multibyte-characters.
9780
9781 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9782
9783         * auth-source.el (auth-source-protocols)
9784         (auth-source-protocols-customize, auth-source-choices): Add and
9785         modified variable customizations and defaults.
9786         (auth-source-pick, auth-source-user-or-password)
9787         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9788         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9789         (auth-source-user-or-password-sftp)
9790         (auth-source-user-or-password-smtp): Use new variables and provide an
9791         interface to netrc.el.
9792
9793 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9796         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9797         Make sure the nntp port to specify is a string.
9798
9799 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9800
9801         * nntp.el: Use with-current-buffer.
9802         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9803         dubious mm-with-unibyte-current-buffer.
9804         (nntp-with-open-group-function): New function extracted from
9805         nntp-with-open-group macro.
9806         (nntp-with-open-group): Use the function, so it's easier to debug.
9807         Add indentation and debugging info.
9808         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9809         Recommend the use of the netcat alternatives.
9810
9811         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9812         Avoid mm-string-as-multibyte as well.
9813
9814         * nnweb.el (nnweb-insert-html):
9815         Remove use of nnheader-string-as-multibyte.
9816
9817         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9818         (nnheader-string-as-multibyte): Remove.
9819
9820         * mm-view.el: Use inhibit-read-only.
9821         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9822         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9823         or unibyte-string.
9824
9825         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9826         (mm-uu-yenc-extract): Use with-current-buffer.
9827
9828         * gnus-soup.el (gnus-soup-send-packet): Don't use
9829         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9830
9831         * nnmh.el: Use with-current-buffer.
9832         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9833         mm-string-as-multibyte on the output of mm-encode-coding-string.
9834
9835         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9836         (nnimap-request-move-article): Use with-current-buffer.
9837
9838         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9839         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9840         conversion uses string-make-unibyte rather than string-as-unibyte.
9841
9842         * gnus-msg.el: Use with-current-buffer.
9843
9844         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9845
9846 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9847
9848         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9849         string for caching if it is 'PIN.
9850
9851 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * lpath.el: Consider the case without Emacs/W3.
9854
9855 2008-03-08  Glenn Morris  <rgm@gnu.org>
9856
9857         * time-date.el (date-to-time, time-subtract, time-add)
9858         (safe-date-to-time): Doc fixes.
9859
9860 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * mail-source.el (mail-source-delete-old-incoming-confirm):
9863         Change default to nil.
9864         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9865
9866 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * lpath.el: Rearrange.
9869
9870         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9871         (gnus-article-goto-prev-page): Work for articles having ^L's.
9872
9873         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9874
9875         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9876
9877 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9878
9879         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9880         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9881         (gnus-bookmark-jump): Adjust some variable names.
9882
9883 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9884
9885         * auth-source.el: New package.
9886         (auth-source-choices): Add customization entry point variable.
9887
9888         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9889         bug.
9890
9891 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9892
9893         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9894         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9895         (gnus-registry-install-shortcuts): Rename from
9896         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9897         the `gnus-registry-mark-map' keymap dynamically from
9898         `gnus-registry-marks'.  The generated functions update the summary line
9899         when a registry mark is added or deleted, and will call
9900         `gnus-registry-install-p' (see the comments in the code).
9901         (gnus-registry-user-format-function-M): Use concat intelligently.
9902
9903         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9904         the registry mark functions.
9905
9906 2008-03-05  Glenn Morris  <rgm@gnu.org>
9907
9908         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9909         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9910         gnus-art.
9911         (top-level): No need to load own source when compiling.
9912
9913 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9916         Suggested by <chris.anderton@zetnet.co.uk>.
9917
9918 2008-03-04  Glenn Morris  <rgm@gnu.org>
9919
9920         * gnus-sum.el (top-level): No need to require gnus when compiling,
9921         since unconditionally required near start of file.
9922         (gnus-summary-display-while-building): Move definition before use.
9923
9924 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9925
9926         * gnus-registry.el (gnus-registry-user-format-function-M):
9927         Add formatting function.
9928
9929 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9932         with plists.
9933         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9934         Use new format.
9935
9936 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9939         `where-is-internal' that returns a range of key sequences.
9940
9941 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9942
9943         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9944
9945         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9946         (gnus-summary-jump-to-group): Consider windows on other displayed
9947         frames as well.  Similar changes might be needed elsewhere, but that's
9948         the one I've bumped into during my use.
9949
9950         * nndoc.el (nndoc-oe-dbx-type-p):
9951         * gnus-msg.el (gnus-debug):
9952         * gnus-group.el (gnus-update-group-mark-positions):
9953         Use mm-string-to-multibyte.
9954
9955 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9958         doesn't handle NotDashEscaped.
9959
9960         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9961         (mml-dnd-attach-options): Fix typo in custom choice.
9962
9963         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9964         Change nndoc-article-type to mbox.
9965         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9966
9967         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9968         to nil, instead of html2text.
9969
9970         * imap.el (imap-debug): Add `imap-ping-server'.
9971
9972         * gnus-bookmark.el: Add FIXMEs.
9973
9974         * message.el (message-form-letter-separator)
9975         (message-send-form-letter-delay): New variables.
9976         (message-send-form-letter): Use them.  New command to send form
9977         letters.  Requested by Uwe Siart.
9978         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9979
9980 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9981
9982         * Update copyright years.
9983
9984 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         Sync from EMACS_22_BASE.
9987
9988         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9989
9990 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9991
9992         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9993         empty author.
9994
9995 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9996
9997         * gnus-registry.el (gnus-registry-marks): Add variable for
9998         customization of marks and their appearance.
9999         (gnus-registry-read-mark): Use it.
10000         (gnus-registry-do-marks): Add utility function to loop through
10001         `gnus-registry-marks'.
10002         (gnus-registry-install-shortcuts-and-menus): Add function to install
10003         shortcuts and menus.
10004         (gnus-registry-initialize): Use it.
10005         (gnus-registry-default-mark): Clarify documentation.
10006
10007 2008-02-29  Glenn Morris  <rgm@gnu.org>
10008
10009         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10010         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10011         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10012         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10013         Change defcustom :version from 23.0 to 23.1.
10014
10015 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10016
10017         * gnus-registry.el (gnus-registry-follow-group-p)
10018         (gnus-registry-post-process-groups): Add functions to aid registry
10019         splitting and improve logging.  Clarify behavior in function
10020         documentation.
10021         (gnus-registry-split-fancy-with-parent): Use them.
10022
10023 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10024
10025         * gnus-art.el: Use with-current-buffer.
10026
10027 2008-02-27  David Engster  <dengste@eml.cc>
10028
10029         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10030         Express real group name in the response.
10031
10032 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10035         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10036         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10037         autoload gnus-registry-fetch-group when compiling.
10038         (nnmairix-request-group-with-article-number-correction):
10039         Remove unreferenced argument passed to nnmairix-call-backend.
10040
10041 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10044         (mm-uu-extract): Improve face for low color ttys.
10045         Reported by Sascha Wilde.
10046
10047 2008-02-27  Glenn Morris  <rgm@gnu.org>
10048
10049         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10050         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10051         variables to defconsts.  Convert comments to doc-strings.
10052         (nnmairix-last-server, nnmairix-current-server): Convert from free
10053         variables to defvars.  Convert comments to doc-strings.
10054         (gnus-registry-fetch-group): Autoload.
10055         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10056         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10057         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10058         caddr.
10059         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10060         nnmairix-request-group-with-article-number-correction call.
10061         (nnmairix-fast, nnmairix-group): New, less general names, for free
10062         variables passed from nnmairix-request-group to
10063         nnmairix-request-group-with-article-number-correction.  Declare.
10064         (nnmairix-request-group-with-article-number-correction):
10065         Use nnmairix-fast, nnmairix-group rather than fast, group.
10066
10067 2008-02-26  David Engster  <dengste@eml.cc>
10068
10069         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10070         version 0.5.
10071
10072 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10073
10074         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10075         instead of making an extra function call.  Don't add the current group
10076         to articles only when they have the group.  Use
10077         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10078         Reported by David <de_bb@arcor.de>.
10079
10080 2008-02-24  Miles Bader  <miles@gnu.org>
10081
10082         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10083         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10084         (mm-find-mime-charset-region):
10085         * mm-bodies.el (mm-encode-body):
10086         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10087
10088 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10091         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10092
10093 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * mail-source.el (mail-source-delete-incoming): Change default.
10096         Supplement doc string.
10097
10098         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10099
10100 2008-02-14  Glenn Morris  <rgm@gnu.org>
10101
10102         * time-date.el (format-seconds): New function.
10103
10104 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * nnmail.el (nnmail-message-id-cache-file): Derive from
10107         `gnus-home-directory'.
10108
10109 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10112         Document negative prefix.
10113
10114         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10115
10116 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10117
10118         * message.el (message-unsent-separator): Add the Exim bounce
10119         separator.
10120
10121 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10122
10123         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10124         list.
10125         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10126         recipient/signer list.
10127
10128 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * Makefile.in (datarootdir): Define.
10131         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10132         name that might contain whitespace.
10133
10134 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10137         fbound (Emacs 23 unicode), signal an error.
10138
10139 2008-02-08  Glenn Morris  <rgm@gnu.org>
10140
10141         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10142
10143 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10144
10145         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10146         ports to the calls to `netrc-machine-user-or-password' in addition to
10147         "imap" and "imaps".
10148
10149 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10150
10151         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10152
10153         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10154
10155 2008-02-01  Kenichi Handa  <handa@m17n.org>
10156
10157         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10158         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10159         (rfc2104-hash): Convert the result of concat to unibyte string.
10160
10161 2008-02-01  Dave Love  <fx@gnu.org>
10162
10163         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10164         coding-system-for-read.
10165         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10166
10167 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10170         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10171         <hanche@math.ntnu.no>.
10172
10173 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10176
10177         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10178
10179 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10180
10181         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10182         * message.el (message-beginning-of-line): Use featurep instead of bound
10183         tests in order to resolve conditionals at compile time.
10184
10185 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10186
10187         * mail-source.el (mail-sources): Add `group' choice.
10188
10189         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10190         parameter `in-group' to control into which group the articles go.
10191         Add treatment of `group' mail-source.
10192
10193 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10196
10197         * mm-decode.el (mm-dissect-buffer): Decode description.
10198
10199         * mml.el (mml-to-mime): Encode message header first.
10200
10201 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10204         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10205
10206         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10207         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10208
10209 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10210
10211         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10212
10213 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10216         prefix keys.
10217         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10218         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10219         gnus-xmas.el.
10220
10221         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10222         (gnus-xmas-article-describe-bindings): New function.
10223         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10224         gnus-xmas-article-describe-bindings.
10225
10226         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10227
10228 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10229
10230         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10231         Add new variables for article mark management.
10232         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10233         list of extra data entries which, when present, will indicate that the
10234         article ID should not be trimmed from the registry.
10235         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10236         functions.
10237         (gnus-registry-read-mark): New function to read a mark name from the
10238         user.
10239         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10240         (gnus-registry-set-article-mark-internal): New functions to add and
10241         remove marks.
10242         (gnus-registry-get-article-marks): New function to show the marks for
10243         an article, or retrieve them for further use.
10244
10245 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10248         keys when no argument is given.
10249
10250 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * imap.el (imap-ping-server): New variable.
10253         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10254         (imap-ping-server): Minor doc string fixes.
10255
10256 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10257
10258         * imap.el (imap-ping-server): New function.
10259         (imap-opened): Call imap-ping-server.
10260
10261 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-sum.el (gnus-article-sort-by-random)
10264         (gnus-thread-sort-by-random): Fix doc strings.
10265         Reported by jidanni@jidanni.org.
10266
10267 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-art.el (gnus-article-describe-bindings): New function.
10270         (gnus-article-read-summary-keys): Use it.
10271         (gnus-article-mode-map): Bind `C-h b' to it.
10272
10273 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10276         XEmacs.
10277         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10278         Protect against non-character events.
10279
10280         * lpath.el: Fbind map-keymap for Emacs 21.
10281
10282 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10285         New command.
10286         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10287         instead of END.  Change name of the temp file.
10288         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10289         customizable.
10290
10291 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10294         bind `S W' to gnus-article-wide-reply-with-original; set default
10295         binding to gnus-article-read-summary-send-keys.
10296         (gnus-article-read-summary-keys): Fix the order of keys; display
10297         continuation keys correctly in the echo area; describe bindings
10298         correctly when keys end with `C-h'.
10299         (gnus-article-read-summary-send-keys): New function.
10300         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10301         Work for gnus-article-read-summary-send-keys; display continuation keys
10302         correctly in the echo area.
10303         (gnus-article-reply-with-original): Ignore prefix argument.
10304         (gnus-article-wide-reply-with-original): New function.
10305
10306         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10307         Emacs 21.
10308
10309 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10312         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10313
10314 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10317         (gnus-group-read-ephemeral-gmane-group): New command.
10318
10319 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10320
10321         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10322
10323 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * message.el (message-send-mail-function): Increase custom version.
10326
10327         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10328         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10329
10330 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10333         for the cases where imap-authenticate is called with a nil buffer
10334         parameter.
10335
10336 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10339         html parts correctly; support forwarded messages.
10340         (gnus-article-browse-html-article): Remove work buffers.
10341
10342         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10343         compiling.
10344         (netrc-bound-and-true-p): New macro.
10345         (netrc-parse): Use it instead of bound-and-true-p that is not available
10346         in XEmacs 21.4.
10347
10348 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10349
10350         * gnus-registry.el (gnus-registry-mark-article)
10351         (gnus-registry-article-marks): Add functionality to mark articles
10352         through the Gnus registry.
10353
10354         * encrypt.el: Clarify documentation for the new pgg method.
10355         (encrypt-file-alist): Add PGG option.
10356         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10357         functionality.  Abstract password key and messaging to external
10358         functions.
10359         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10360         (encrypt-message-method-and-cipher): Add new convenience external
10361         functions.
10362         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10363         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10364
10365         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10366         (netrc-parse): Use encrypt-file-alist to determine if
10367         encrypt-find-model or encrypt-insert-file-contents should be used.
10368
10369         * encrypt.el: Clarify documentation.  Load password-cache or
10370         password, whichever one is found first, instead of autoloading.
10371
10372 2007-12-19  Glenn Morris  <rgm@gnu.org>
10373
10374         * mml.el (message-options-set, message-narrow-to-head)
10375         (message-in-body-p, message-mail-p, message-encode-message-body):
10376         Autoload.
10377         (message-remove-header, message-narrow-to-headers-or-head)
10378         (message-subscribed-p, message-make-mail-followup-to)
10379         (message-position-on-field, message-news-p)
10380         (message-options-set-recipient, message-generate-headers)
10381         (message-sort-headers): Declare as functions.
10382
10383 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10386         convention in doc string.
10387
10388 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10391         title to html parts.
10392         (gnus-article-browse-html-article): Pass message header to it.
10393
10394         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10395
10396 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10399         or password compatible with XEmacs.
10400
10401 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10404         format document.
10405         (gnus-mime-delete-part): Don't write description line if empty.
10406         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10407
10408 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10409
10410         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10411         (gnus-summary-mark-read-and-unread-as-read)
10412         (gnus-summary-mark-current-read-and-unread-as-read)
10413         (gnus-summary-mark-unread-as-ticked): Doc fix.
10414         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10415
10416 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10419         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10420
10421 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10424         yes-or-no-p.
10425
10426 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * mm-decode.el (mm-add-meta-html-tag): New function.
10429         (mm-save-part-to-file, mm-pipe-part): Use it.
10430
10431         * gnus-art.el (gnus-article-browse-delete-temp-files):
10432         Use gnus-y-or-n-p instead of y-or-n-p.
10433         (gnus-article-browse-html-parts): Work with message/external-body; use
10434         mm-add-meta-html-tag.
10435
10436 2007-12-11  Glenn Morris  <rgm@gnu.org>
10437
10438         * gnus-cache.el: Require gnus-sum not just when compiling.
10439
10440         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10441
10442         * gnus-int.el (gnus-server-opened, gnus-status-message):
10443         Move definitions before use.
10444
10445         * mm-decode.el: Require gnus-util.
10446         (mm-remove-part): Only call delete-annotation on XEmacs.
10447
10448         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10449
10450         * nnmail.el: Require gnus-int.
10451
10452         * spam.el: Move `require's before `eval-when-compile's.
10453
10454         * gnus-ems.el (gnus-alive-p):
10455         * gnus-fun.el (message-goto-eoh):
10456         * gnus-util.el (gnus-group-name-decode):
10457         * mail-source.el (gnus-compress-sequence):
10458         * message.el (Info-goto-node, format-spec):
10459         * mm-bodies.el (message-options-get):
10460         * mm-decode.el (mm-view-pkcs7):
10461         * mm-util.el (gmm-write-region):
10462         * mml-smime.el (mml-compute-boundary)
10463         (gnus-completing-read-with-default):
10464         * mml.el (widget-button-press, gnus-make-hashtable):
10465         * mml1991.el (mm-decode-content-transfer-encoding)
10466         (mm-encode-content-transfer-encoding)
10467         (message-options-get, message-options-set):
10468         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10469         * nnfolder.el (gnus-request-group):
10470         * nnheader.el (ietf-drums-unfold-fws):
10471         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10472         * smime.el (gnus-run-mode-hooks):
10473         * spam-stat.el (gnus-message): Autoload.
10474
10475         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10476         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10477         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10478         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10479         Add declare-function compatibility definition.
10480
10481         * gnus-cache.el (nnvirtual-find-group-art):
10482         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10483         (gnus-add-image, gnus-add-wash-type):
10484         * gnus-group.el (nnkiboze-score-file):
10485         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10486         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10487         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10488         (message-tokenize-header, gnus-get-buffer-create)
10489         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10490         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10491         * gnus.el (gnus-group-decoded-name):
10492         * mail-source.el (imap-capability):
10493         * mm-bodies.el (message-options-set):
10494         * mm-decode.el (gnus-configure-windows):
10495         * mm-extern.el (message-goto-body):
10496         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10497         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10498         (epg-sub-key-validity, message-options-set):
10499         * mml.el (widget-event-point, gnus-configure-windows):
10500         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10501         * mml2015.el (epg-check-configuration, epg-configuration)
10502         (message-options-set):
10503         * nndb.el (nndb-request-article):
10504         * nnfolder.el (gnus-request-create-group):
10505         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10506         * nnmaildir.el (gnus-group-mark-article-read):
10507         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10508         * rfc1843.el (message-fetch-field):
10509         * spam.el (gnus-extract-address-components):
10510         Declare as functions.
10511
10512 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10515
10516         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10517
10518         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10519         bind show-trailing-whitespace for XEmacs.
10520
10521 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10524         new no-op macro for backward compatibility.
10525
10526         * imap.el (imap-string-to-integer): New function.
10527
10528 2007-12-09  Glenn Morris  <rgm@gnu.org>
10529
10530         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10531
10532         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10533         * message.el, mm-view.el, sieve-manage.el, smime.el:
10534         Add declare-function compatibility definition.
10535
10536         * gnus-art.el (w3-region, w3m-region, Info-menu):
10537         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10538         * gnus-sum.el (gnus-get-predicate):
10539         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10540         * message.el (mail-abbrev-in-expansion-header-p):
10541         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10542         (w3m-detect-meta-charset, w3m-region):
10543         * sieve-manage.el (password-read, password-cache-add)
10544         (password-cache-remove):
10545         * smime.el (password-read-and-add): Declare as functions.
10546
10547 2007-12-08  David Kastrup  <dak@gnu.org>
10548
10549         * gnus-sum.el (gnus-summary-simplify-subject-query):
10550         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10551         `message'.
10552
10553 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10556         it to bind idna-program, installation-directory, defined-colors, and
10557         face-attribute for XEmacs of the version that compiles defcustom forms.
10558
10559 2007-12-07  Glenn Morris  <rgm@gnu.org>
10560
10561         * gnus-art.el (article-make-date-line): Revert previous change.
10562
10563 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10566
10567 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10568
10569         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10570         Call gnus-add-to-range ranges only once with a prepared article-list.
10571
10572 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10573
10574         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10575         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10576         group names with backslashes.
10577         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10578
10579 2007-12-06  Deepak Goel  <deego3@gmail.com>
10580
10581         * gnus-art.el (article-make-date-line):
10582         * gnus-start.el (gnus-load):
10583         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10584
10585 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-art.el (gnus-use-idna)
10588         * gnus-start.el (gnus-site-init-file)
10589         * message.el (message-use-idna)
10590         * mm-uu.el (mm-uu-hide-markers)
10591         * smiley.el (smiley-style): Revert changes that suppress warnings.
10592
10593 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10596         specify charset to html source.
10597         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10598
10599 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10602         idna-program in order to suppress byte compile warning issued by XEmacs
10603         that came to byte compile the default value section of defcustom forms
10604         recently.
10605
10606         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10607         value of installation-directory.
10608
10609         * message.el (message-use-idna): Don't directly refer to the value of
10610         idna-program.
10611
10612         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10613
10614         * smiley.el (smiley-style): Don't directly call face-attribute.
10615
10616 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10619
10620         * gnus-dired.el: Reduce Gnus dependencies.
10621         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10622         Don't require.  Use autoloads instead.
10623         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10624         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10625         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10626         (gnus-dired-mode): Adjust doc string.
10627         (gnus-dired-mail-mode): New variable.
10628         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10629         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10630         (gnus-dired-mail-buffers): New function.  Return mail or message
10631         composition buffers.
10632         (gnus-dired-attach): Use it.
10633         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10634         NO-DECODE.
10635         (gnus-dired-print): Use `gnus-print-buffer' depending on
10636         `gnus-dired-mail-mode'.
10637
10638 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * rfc2047.el (rfc2047-encoded-word-regexp)
10641         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10642         explaining what regexp patterns are for.
10643
10644 2007-12-04  Glenn Morris  <rgm@gnu.org>
10645
10646         * password.el: Move to password-cache.el.
10647
10648         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10649         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10650         * mml-smime.el (password-read, password-cache-add)
10651         (password-cache-remove):
10652         No need to autoload, since mml-sec requires password.
10653
10654         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10655         * message.el (gnus-extract-address-components):
10656         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10657
10658         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10659         password.
10660
10661 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * mailcap.el: Reduce dependencies.
10664         (mail-header-parse-content-type): Autoload.
10665         (mailcap-delete-duplicates): New alias.
10666         (mailcap-mime-info): Add optional argument NO-DECODE.
10667         (mailcap-mime-types): Use mailcap-delete-duplicates.
10668
10669         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10670
10671 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10672
10673         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10674         (imap-parse-status): Upcase status-att for servers that sends them
10675         lower-case (e.g., MS Exchange 2007).
10676
10677 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678
10679         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10680         function.
10681
10682         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10683         (gnus-uu-yenc-article): New function.
10684
10685         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10686
10687         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10688
10689 2007-12-02  Glenn Morris  <rgm@gnu.org>
10690
10691         * binhex.el (binhex): New custom group.
10692         (binhex-decoder-program, binhex-decoder-switches)
10693         (binhex-use-external): Move to the binhex custom group.
10694
10695         * uudecode.el (uudecode): New custom group.
10696         (uudecode-decoder-program, uudecode-decoder-switches)
10697         (uudecode-use-external): Move to the uudecode custom group.
10698
10699         * netrc.el (top-level): Don't load `encrypt' features.
10700         (netrc-parse): Don't use encrypt.
10701         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10702
10703         * encrypt.el: Remove file.
10704
10705 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10708         matches on patches.
10709
10710         * gnus-art.el (gnus-article-browse-html-article):
10711         Mention `mm-text-html-renderer' in the doc string.
10712
10713         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10714         string.  Add comments.
10715
10716         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10717         if rhs is ASCII.
10718
10719 2007-12-01  Glenn Morris  <rgm@gnu.org>
10720
10721         * mail-source.el (top-level): Require format-spec before
10722         eval-when-compile.
10723
10724 2007-11-30  Glenn Morris  <rgm@gnu.org>
10725
10726         * encrypt.el: Require password, rather than autoloading password-read.
10727
10728 2007-11-29  Glenn Morris  <rgm@gnu.org>
10729
10730         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10731         (sasl-make-client, sasl-next-step, sasl-step-data)
10732         (sasl-step-set-data): Declare as functions.
10733
10734 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10737
10738 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10739
10740         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10741         certs should be verified and what is to be done in the event of a
10742         verification failure.
10743
10744         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10745         caller can indicate whether the cache should be disregarded for this
10746         call.  This way the result of the call is reproducible at all times and
10747         can be considered a canonical server name for the supplied method.
10748         (gnus-agent-method-p): Canonicalize server names by pushing their
10749         method through `gnus-method-to-server' using the no-cache argument.
10750
10751         * gnus-srvr.el (gnus-server-insert-server-line):
10752         Call `gnus-method-to-server' with `no-cache' argument.
10753
10754         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10755         gnus-agent-possibly-synchronize-flags as this should be called when the
10756         server is actually being opened.
10757         (gnus-agent-possibly-synchronize-flags)
10758         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10759         flags file of an agentized server to the latter function.
10760
10761         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10762         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10763         after a connection has been established successfully.
10764
10765 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-art.el (article-display-face): Force to display face if called
10768         interactively; check if gnus-article-x-face-too-ugly matches author.
10769         (article-display-x-face): Display face even if From header is missing
10770         as article-display-face does.
10771
10772 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10773
10774         * hashcash.el (message-narrow-to-headers-or-head)
10775         (message-fetch-field, message-goto-eoh)
10776         (message-narrow-to-headers): Declare as functions.
10777
10778 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * mail-source.el (mail-sources): Default to fetch from file for
10781         compatibility with default of nnmail-spool-file.
10782
10783 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10786         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10787         to look for encoded word that should be encoded again.
10788         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10789         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10790         encoding pattern.
10791         (rfc2047-decode-region): Switch strict regexp and loose one according
10792         to rfc2047-allow-irregular-q-encoded-words.
10793
10794 2007-11-25  Romain Francoise  <romain@orebokech.com>
10795
10796         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10797
10798 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * tls.el (tls-program): Provide more custom choices from
10801         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10802         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10803
10804 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10807         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10808
10809         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10810         `nnmail-spool-file'.
10811
10812         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10813         `nnmail-spool-file'.
10814
10815         * gnus-move.el (gnus-change-server): Ditto.
10816
10817         * gnus-kill.el (gnus-batch-score): Ditto.
10818
10819         * gnus-cache.el (gnus-jog-cache): Ditto.
10820
10821         * gnus-msg.el (gnus-summary-reply):
10822         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10823
10824 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10827         version.  Minor improvement to doc strings.
10828         (tls-program): Add comment.
10829
10830 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10831
10832         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10833         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10834         mismatch between the hostname provided in the certificate and the name
10835         of the host connnecting to.
10836         (open-tls-stream): Use them.  Check certificates against trusted root
10837         certificates.
10838
10839 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-cache.el (gnus-cache-generate-nov-databases):
10842         Use nnml-generate-nov-databases-directory instead of
10843         nnml-generate-nov-databases-1.
10844
10845 2007-11-24  Glenn Morris  <rgm@gnu.org>
10846
10847         * message.el (message-tool-bar-retro): Update for rename
10848         mail_send.xpm->mail-send.xpm.
10849
10850 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10853         `smime-ldap-search' for Emacs 22 and up.
10854
10855 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10856
10857         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10858
10859         * message.el (message-send-mail-function): Fix error convention.
10860         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10861         (message-widen-reply, message-send-mail, message-talkative-question)
10862         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10863         (message-clone-locals, message-send-news): Use with-current-buffer.
10864         (message-insert-or-toggle-importance): Remove unused var `valid'.
10865         (message-make-references): Remove unused var `new-references'.
10866         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10867
10868 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10869
10870         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10871         (spam-split-symbolic-return-positive): Reflow docstring.
10872         (spam-backends, spam-summary-exit-behavior)
10873         (spam-mark-ham-unread-before-move-from-spam-group)
10874         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10875         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10876         (spam-clear-cache, spam-backend-check, spam-install-backend)
10877         (spam-install-statistical-backend, spam-list-of-processors)
10878         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10879         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10880         (spam-check-crm114, spam-initialize, spam-unload-hook):
10881         Fix typos in docstrings.
10882
10883 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10886         been checked if they have never been read and those group levels are
10887         higher than the one that a user specified.
10888
10889 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10892         foreign groups unless a group level is specified by a user.
10893         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10894
10895 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * message.el (message-send-mail-function): Require sendmail.
10898
10899 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * message.el (message-send-mail-function): Check for smtpmail too.
10902
10903         * utf7.el (utf7-encode, utf7-decode): Use coding system
10904         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10905
10906         * message.el (message-send-mail-function): New function.
10907         (message-send-mail-function): Set default using
10908         message-send-mail-function.  Adjust doc string.
10909         (message-send-mail-with-mailclient): New function.
10910
10911 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10912
10913         * smime.el (from):
10914         * rfc2047.el (message-posting-charset):
10915         * qp.el (mm-use-ultra-safe-encoding):
10916         * pop3.el (parse-time-months):
10917         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10918         * nnml.el (files):
10919         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10920         (jka-compr-compression-info-list, ange-ftp-path-format)
10921         (efs-path-regexp):
10922         * nndiary.el (files):
10923         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10924         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10925         (epg-digest-algorithm-alist, inhibit-redisplay)
10926         (password-cache-expiry):
10927         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10928         (pgg-output-buffer, password-cache-expiry):
10929         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10930         (efs-path-regexp):
10931         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10932         (inhibit-redisplay):
10933         * mm-uu.el (file-name, start-point, end-point, entry)
10934         (gnus-newsgroup-name, gnus-newsgroup-charset):
10935         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10936         (latin-unity-ucs-list):
10937         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10938         (mm-uu-binhex-decode-function):
10939         * message.el (gnus-message-group-art, gnus-list-identifiers)
10940         (rmail-enable-mime-composing, gnus-local-organization)
10941         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10942         (gnus-read-active-file, facemenu-add-face-function)
10943         (facemenu-remove-face-function, gnus-article-decoded-p)
10944         (tool-bar-mode):
10945         * mail-source.el (display-time-mail-function):
10946         * gnus-util.el (nnmail-pathname-coding-system)
10947         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10948         (gnus-original-article-buffer, gnus-user-agent)
10949         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10950         (xemacs-codename, sxemacs-codename, emacs-program-version):
10951         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10952         * gnus-start.el (gnus-agent-covered-methods)
10953         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10954         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10955         (gnus-newsgroup-headers, gnus-group-list-mode)
10956         (gnus-group-mark-positions, gnus-newsgroup-data)
10957         (gnus-newsgroup-unreads, nnoo-state-alist)
10958         (gnus-current-select-method, mail-sources)
10959         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10960         (nnmail-spool-file, gnus-cache-active-hashtb):
10961         * gnus-mh.el (mh-lib-progs):
10962         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10963         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10964         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10965         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10966         (gnus-group-buffer):
10967         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10968         (font-lock-set-defaults):
10969         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10970         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10971         (gnus-summary-post-menu, total-parts, type, condition, length):
10972         * gnus-agent.el (gnus-agent-read-agentview):
10973         * flow-fill.el (show-trailing-whitespace):
10974         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10975         eval-and-compile wrappers for byte compiler pacifiers.
10976
10977         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10978         (mm-display-inline-fontify): Check for featurep 'xemacs not
10979         extent-list.
10980
10981         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10982         itimer-list.
10983         (mm-create-image-xemacs): Only do something for XEmacs.
10984         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10985
10986         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10987
10988         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10989         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10990
10991 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10992
10993         * nnimap.el (nnimap-split-download-body):
10994         * gnus-demon.el (gnus-demon):
10995         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10996
10997 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11000         New macros.
11001         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11002         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11003         copy data from unibyte buffer to multibyte current buffer.
11004         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11005         to copy data from unibyte current buffer to multibyte buffer.
11006         (nntp-make-process-buffer): Make process buffer unibyte.
11007
11008         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11009
11010 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11011
11012         * pop3.el (pop3-open-server): Accept and process data more robustly at
11013         connexion start to avoid spurious "POP SSL connexion failed" errors.
11014
11015 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11018         read group names.
11019
11020 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11023
11024 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11027         (nnmail-save-active): Use a unibyte buffer when saving active file,
11028         which may contain non-ASCII group names.
11029
11030         * nnml.el (nnml-request-group): Decode group names in messages.
11031
11032 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * message.el (message-citation-line-function)
11035         (message-insert-formatted-citation-line): Fix spelling of
11036         `message-insert-formated-citation-line'.
11037
11038 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11041
11042 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11045         nnmail-pathname-coding-system.
11046
11047         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11048         that a user enters; decode group names in messages.
11049
11050         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11051
11052 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11055
11056         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11057
11058         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11059         risky local variable.
11060
11061         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11062
11063 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11064
11065         * encrypt.el: Improve documentation to fix function name typo.
11066         Reported by Daiki Ueno <ueno@unixuser.org>.
11067
11068 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11071         even if the point is not in the last page of an article.
11072         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11073         back to the previous page.
11074
11075 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11078
11079 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11082
11083 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11084
11085         * message.el (message-check-news-body-syntax):
11086         Avoid mm-string-as-multibyte.
11087         (message-hide-headers): Don't assume (point-min)==1.
11088
11089 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * message.el (message-remove-blank-cited-lines): Fix if remove is
11092         given.
11093         (message-bogus-address-regexp): New variable.
11094         (message-bogus-recipient-p): New function.
11095         (message-check-recipients): New command.
11096         (message-syntax-checks): Add `bogus-recipient'.
11097         (message-fix-before-sending): Add `bogus-recipient'.
11098
11099         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11100         (gnus-treat-body-boundary): Don't test window-system.
11101
11102 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11103
11104         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11105
11106 2007-10-28  Miles Bader  <miles@gnu.org>
11107
11108         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11109         at compile-time too.
11110
11111 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gnus-msg.el (gnus-message-setup-hook):
11114         Add `message-remove-blank-cited-lines' to options.
11115
11116 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * message.el (message-remove-blank-cited-lines): New function.
11119         Suggested by Karl Plästerer.
11120
11121 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11124         mapc.
11125
11126         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11127         (top-level): Use mapc to set functions to be traced for debugging.
11128
11129         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11130         called for effect with while loop.
11131
11132         * message.el (message-talkative-question): Replace mapcar called for
11133         effect with mapc.
11134
11135         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11136         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11137         called for effect with dolist.
11138
11139         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11140
11141         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11142         gnus-extra-headers and nnmail-extra-headers.
11143
11144         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11145         called for effect with dolist.
11146         (top-level): Use mapc to set functions to be traced for debugging.
11147
11148         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11149         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11150         dolist.
11151
11152         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11153         Replace mapcar called for effect with mapc.
11154         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11155         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11156         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11157         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11158
11159         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11160         remove-if that's a cl function.
11161
11162         * webmail.el (webmail-debug): Replace mapcar called for effect with
11163         dolist.
11164
11165         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11166         with mapc.
11167
11168 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11171         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11172         with while loop.
11173
11174         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11175         functions from article-* functions.
11176         (gnus-multi-decode-header): Replace mapcar called for effect with
11177         dolist.
11178
11179         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11180         (gnus-bookmark-show-details): Replace mapcar called for effect with
11181         while loop.
11182
11183         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11184         called for effect with while loop.
11185
11186         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11187         with dolist.
11188
11189         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11190         Replace mapcar called for effect with dolist.
11191
11192         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11193
11194         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11195         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11196         Replace mapcar called for effect with dolist.
11197         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11198         mapc.
11199
11200         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11201         Replace mapcar called for effect with dolist.
11202         (gnus-topic-list): Replace mapcar called for effect with mapc.
11203
11204         * gnus.el: Use mapc instead of mapcar to add autoloads.
11205
11206 2007-10-23  Richard Stallman  <rms@gnu.org>
11207
11208         * gnus-group.el (gnus-group-highlight): Mark as risky.
11209
11210 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus.el (gnus-server-to-method): Return method found first in
11213         gnus-newsrc-alist.
11214
11215         * gnus-art.el (gnus-article-highlight-signature)
11216         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11217         button overlay without the front stickiness.
11218
11219 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11220
11221         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11222         overview buffer needed a catch to receive its throw.
11223         (gnus-agent-flush-cache): Declare as interactive to make this function
11224         easier to use.
11225
11226 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11229         `next-line'.
11230
11231 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11234         exclude address matching message-dont-reply-to-names.
11235
11236 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-util.el (gnus-string<): New function.
11239
11240         * gnus-sum.el (gnus-article-sort-by-author)
11241         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11242
11243 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11246         the frame-focus tag is set in gnus-buffer-configuration.
11247
11248 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11251         the front stickiness.
11252
11253 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11256         url pattern; remove duplicate one.
11257         (gnus-article-extend-url-button): New function.
11258         (gnus-article-add-buttons): Use it.
11259         (gnus-button-push): Use concatenated url that it makes.
11260
11261 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11262
11263         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11264
11265 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11266
11267         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11268         Don't hardcode point-min==1.
11269
11270 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11273         Fix comment about "iso8859-1".
11274
11275 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11276
11277         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11278         ones returned from the verify-function.
11279
11280         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11281         Call mml2015-extract-cleartext-signature if extraction failed.
11282
11283 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11284
11285         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11286         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11287         failed.
11288
11289 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11292
11293 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11296         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11297         recommends to use EasyPG instead of PGG.
11298
11299         * pgg.el: Revert to revision 6.23.2.16.
11300
11301         * pgg-def.el: Revert to revision 6.6.2.14.
11302
11303         * pgg-gpg.el: Revert to revision 6.23.2.34.
11304
11305 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11306
11307         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11308         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11309         thread for both the null and zero (kill/expire thread) universal prefix
11310         cases.
11311         (gnus-summary-expire-thread): Add new function to expire a thread,
11312         using gnus-summary-kill-thread.
11313         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11314         shortcuts for gnus-summary-expire-thread.
11315         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11316         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11317
11318 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11319
11320         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11321         extras value, so an extras entry can be deleted.
11322         (gnus-registry-delete-extra-entry): Use it.
11323         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11324         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11325         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11326         storage through the gnus-registry, and provide an appropriate API for
11327         it.
11328
11329 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11332         Suggested by Leo <sdl.web@gmail.com>.
11333
11334         * gnus.el: Do.
11335
11336 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11339         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11340
11341         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11342
11343         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11344         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11345
11346 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11349         newline.
11350         (nnmbox-request-accept-article): Don't change article in source buffer;
11351         narrow to header to use message-fetch-field rather than
11352         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11353         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11354         as delimiters; make sure article ends with newline.
11355         (nnmbox-delete-mail): Correct last position of article to be deleted;
11356         ignore X-Gnus-Newsgroup header in article body.
11357         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11358         positions; make sure article ends with newline.
11359
11360         * message.el (message-display-abbrev): Don't infloop when a user
11361         inserts SPC in the beginning of header.
11362
11363         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11364         coding-system-for-read and coding-system-for-write for XEmacs having no
11365         file-coding feature.
11366
11367         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11368
11369 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11370
11371         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11372         list of groups not followed by default.  Fix type to be regexp.
11373         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11374
11375 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11376
11377         * hmac-def.el (define-hmac-function): Switch from old-style to
11378         new-style backquotes.
11379
11380         * md4.el (md4-make-step): Likewise.
11381
11382 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11385         raw-text coding system when saving .newsrc file, which may contain
11386         non-ASCII group names.
11387
11388 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-cus.el (gnus-score-extra): New widget.
11391         (gnus-score-extra-convert): New function.
11392         (gnus-score-customize): Use it for Extra.
11393
11394 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11395
11396         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11397         (mml2015-mailcrypt-clear-verify): Use it.
11398         (mml2015-gpg-clear-verify): Use it.
11399         (mml2015-pgg-clear-verify): Use it.
11400         (mml2015-epg-clear-verify): Replace the current part with the output
11401         from GnuPG; don't extract the plaintext by itself.
11402
11403         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11404         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11405         mml2015-clear-verify-function; don't touch the armor headers or
11406         dash-escaped text here.
11407
11408 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11411         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11412         parts, or application/octet-stream as a last resort.
11413         (gnus-mime-view-part-as-type): Don't toggle display.
11414         (gnus-mime-view-part-as-charset): Don't turn off display before
11415         querying charset.
11416
11417         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11418         stuff to undisplayer function in Emacs.
11419         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11420
11421         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11422         text/calendar parts.
11423
11424 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11427         decoding text/calendar parts.
11428
11429         * message.el (message-forward-make-body-mime): Always mark body as
11430         having no illegible text; remove signed-or-encrypted argument.
11431         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11432
11433         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11434         (mml-generate-mime-1): Don't encode body if it is specified to be in
11435         raw form; don't make buffer be unibyte when inserting multibyte string.
11436
11437 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11438
11439         * sha1.el: Fix up comment style.
11440         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11441         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11442
11443         * hex-util.el: Fix up comment style.
11444         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11445
11446         * gnus-salt.el: Use with-current-buffer.
11447         (gnus-pick-setup-message): Fix long-standing typo.
11448
11449 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * imap.el (imap-logout-timeout): New variable.
11452         (imap-logout, imap-logout-wait): New functions.
11453         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11454
11455         * nnimap.el (nnimap-logout-timeout): New server variable.
11456         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11457         nnimap-logout-timeout.
11458
11459         * gnus-art.el (gnus-article-summary-command-nosave)
11460         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11461
11462 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus.el (gnus-maximum-newsgroup): New variable.
11465
11466         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11467         according to gnus-maximum-newsgroup.
11468
11469         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11470         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11471         Limit the range of articles according to gnus-maximum-newsgroup.
11472
11473 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11474
11475         * gnus-art.el (gnus-sticky-article): Fix problems described in
11476         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11477         Don't perform gnus-configure-windows here; reuse existing sticky
11478         article buffer.
11479
11480         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11481         it doesn't exist in gnus-article-mode.
11482
11483 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11486         (gnus-agent-decoded-group-name): New function.
11487         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11488         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11489
11490 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11491
11492         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11493         Add binding for gnus-sticky-article.
11494         (gnus-summary-exit): Don't kill sticky article buffers.
11495
11496         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11497         article buffer.
11498         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11499         (gnus-kill-sticky-article-buffers): New commands.
11500
11501 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * nntp.el (nntp-xref-number-is-evil): New server variable.
11504         (nntp-find-group-and-number): If it is non-nil, don't trust article
11505         numbers in the Xref header.
11506
11507 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-agent.el (gnus-agent-read-group): New function.
11510         (gnus-agent-flush-group, gnus-agent-expire-group)
11511         (gnus-agent-regenerate-group): Use it.
11512         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11513         nnmail-pathname-coding-system.
11514
11515 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11518
11519         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11520         that are unread as unread, and also as selected so that information of
11521         marks having been changed by a user may be updated when exiting group.
11522
11523 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11526
11527 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11530         calculated ignoring signature parts to gnus-treat-article.
11531
11532 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11535         a point here in order to keep the window start.
11536         (gnus-insert-mime-security-button): Make a button overlay without the
11537         front stickiness.
11538         (gnus-mime-display-security): Goto the end of a button.
11539
11540         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11541
11542 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11545         group-name-at-point.
11546         (gnus-group-completing-read): New function that offers decoded
11547         non-ASCII group names for completion.
11548         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11549         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11550         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11551         (gnus-group-fetch-control): Use it.
11552         (gnus-fetch-group): Use group-name-at-point for the initial value
11553         rather than the default value; use gnus-alive-p.
11554
11555         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11556         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11557         (gnus-summary-post-news): Use gnus-group-completing-read.
11558
11559         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11560         (gnus-read-move-group-name): Decode group name for completion.
11561
11562 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11563
11564         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11565         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11566         Yamaoka slightly modified the code).
11567
11568 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11571         (nnmail-split-incoming): Bind it.
11572
11573         * nnml.el (nnml-group-name-charset): New function.
11574         (nnml-decoded-group-name): Use it; don't decode group name if
11575         nnmail-group-names-not-encoded-p is non-nil.
11576         (nnml-encoded-group-name): New function.
11577         (nnml-group-pathname): Inline nnml-decoded-group-name.
11578         (nnml-request-expire-articles): Decode group name in message.
11579         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11580         nnmail-pathname-coding-system.
11581         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11582         not decoded ones according to nnmail-group-names-not-encoded-p.
11583         (nnml-generate-active-info): Use nnml-encoded-group-name.
11584
11585 2007-08-08  Glenn Morris  <rgm@gnu.org>
11586
11587         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11588         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11589         doc-strings and comments.
11590
11591 2007-07-25  Glenn Morris  <rgm@gnu.org>
11592
11593         * Relicense all FSF files to GPLv3 or later.
11594
11595 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-sum.el (gnus-summary-move-article):
11598         Make gnus-summary-respool-article work.
11599
11600 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11603         string.
11604
11605 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11606
11607         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11608         that should be ignored when comparing distant RSS articles with local
11609         ones.
11610         (nnrss-make-hash-index): New function.  Create a hash index according
11611         to the ignored fields.
11612         (nnrss-check-group): Use it.
11613
11614 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11617
11618         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11619
11620         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11621         the new optional argument ENCODED is non-nil.
11622         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11623         coding system for encoding group name.
11624         (gnus-group-make-rss-group): Pass un-encoded group name to
11625         gnus-group-make-group.
11626         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11627         encoded.
11628
11629         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11630         Encode group name to which articles are moved or copied.
11631         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11632         coding system for encoding Newsgroup, Followup-To and Xref headers.
11633
11634         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11635         marks; use nnheader-file-coding-system to write a file.
11636         (nnagent-retrieve-headers): Bind file-name-coding-system to
11637         nnmail-pathname-coding-system.
11638
11639         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11640
11641         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11642         (nnml-request-article, nnml-request-create-group)
11643         (nnml-request-rename-group, nnml-find-id)
11644         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11645         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11646         (nnml-save-marks): Use nnml-group-pathname instead of
11647         nnmail-group-pathname.
11648
11649         (nnml-request-create-group, nnml-request-expire-articles)
11650         (nnml-request-move-article, nnml-request-delete-group)
11651         (nnml-deletable-article-p, nnml-possibly-create-directory)
11652         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11653         (nnml-open-marks): Bind file-name-coding-system to
11654         nnmail-pathname-coding-system.
11655
11656         (nnml-request-article): Pass server argument to nnml-find-group-number.
11657         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11658         Pass server argument to nnml-possibly-create-directory.
11659         (nnml-request-accept-article): Pass server argument to
11660         nnml-active-number and nnml-save-mail.
11661         (nnml-find-group-number): Pass server argument to nnml-find-id.
11662         (nnml-request-update-info): Pass server argument to
11663         nnml-marks-changed-p.
11664
11665         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11666         (nnml-save-mail, nnml-active-number): Add server argument.
11667
11668         (nnml-request-delete-group): Warn if group is missing.
11669         (nnml-get-nov-buffer): Decode group name.
11670         (nnml-generate-active-info): Encode group name.
11671         (nnml-open-marks): Decode group name in messages.
11672
11673 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11676         if it is not specified.
11677         (gnus-article-pipe-part, gnus-article-save-part)
11678         (gnus-article-interactively-view-part, gnus-article-copy-part)
11679         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11680         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11681         (gnus-article-replace-part, gnus-article-delete-part)
11682         (gnus-article-view-part-as-type): Pass raw prefix argument to
11683         gnus-article-part-wrapper.
11684
11685 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-agent.el (gnus-agent-save-active):
11688         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11689
11690         * gnus-cache.el (gnus-cache-save-buffers)
11691         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11692         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11693         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11694         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11695         (gnus-cache-generate-active, gnus-cache-rename-group)
11696         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11697         (gnus-cache-update-overview-total-fetched-for):
11698         Bind file-name-coding-system to nnmail-pathname-coding-system.
11699         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11700         New variables.
11701         (gnus-cache-decoded-group-name): New function.
11702         (gnus-cache-file-name): Use it.
11703         (gnus-cache-generate-active): Use non-decoded group name for active.
11704
11705         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11706         right place.
11707         (gnus-write-active-file): Don't break non-ASCII group names.
11708
11709         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11710         nnmail-pathname-coding-system.
11711
11712         * lpath.el: Bind default-file-name-coding-system,
11713         file-name-coding-system and language-info-alist for XEmacs.
11714
11715         * gnus-uu.el (gnus-uu-decode-save): Typo.
11716
11717 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11720
11721 2007-07-14  David Kastrup  <dak@gnu.org>
11722
11723         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11724         finishing actions if we did not edit the article.
11725
11726 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11729         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11730         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11731         (gnus-agent-flush-group, gnus-agent-flush-cache)
11732         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11733         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11734         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11735         (gnus-agent-regenerate-group)
11736         (gnus-agent-update-files-total-fetched-for)
11737         (gnus-agent-update-view-total-fetched-for):
11738         Bind file-name-coding-system to nnmail-pathname-coding-system.
11739         (gnus-agent-group-pathname): Don't encode file names by
11740         nnmail-pathname-coding-system.
11741         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11742         coding-system-for-write instead of buffer-file-coding-system to
11743         gnus-agent-file-coding-system.
11744
11745         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11746         Decode group name.
11747
11748         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11749
11750         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11751         (gnus-read-newsrc-el-file): Make group names unibyte.
11752
11753         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11754         nnmail-pathname-coding-system.
11755
11756         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11757         (nnrss-request-delete-group): Bind file-name-coding-system to
11758         nnmail-pathname-coding-system.
11759         (nnrss-read-server-data, nnrss-read-group-data):
11760         Bind file-name-coding-system correctly.
11761         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11762
11763         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11764         (nntp-server-to-method-cache): New variable.
11765         (nntp-group-pathname): New function that decodes non-ASCII group names.
11766         (nntp-possibly-create-directory, nntp-marks-changed-p)
11767         (nntp-save-marks, nntp-open-marks): Use it.
11768         (nntp-possibly-create-directory, nntp-open-marks):
11769         Bind file-name-coding-system to nnmail-pathname-coding-system.
11770         (nntp-open-marks): Decode group names when bootstrapping marks.
11771
11772         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11773         Newsgroups and Folowup-To headers.
11774
11775 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11778         (gnus-server-closed-face, gnus-server-denied-face)
11779         (gnus-server-offline-face): Remove variable.
11780         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11781
11782         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11783         of modifying message-stack directly for XEmacs.
11784
11785         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11786         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11787         if the coding-system argument is nil for XEmacs.
11788
11789         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11790         mm-charset-override-alist.
11791
11792         * rfc2047.el: Don't require base64; require rfc2045 for the function
11793         rfc2045-encode-string.
11794         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11795         to quote the parameter value.
11796
11797 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11800         form in gnus-group-name-charset-method-alist.
11801
11802         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11803         overrides the default layout edit-form.
11804
11805         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11806
11807         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11808
11809 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11812         as unfetched articles.
11813
11814 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11817
11818 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11821         original back end that keeps marks in the local system.
11822
11823 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11826         arg of pop-to-buffer for XEmacs.
11827         (gnus-article-read-summary-keys): Ditto; don't restore window
11828         configuration if summary command ends up with neither article buffer
11829         nor summary buffer; describe bindings if summary keys end with C-h.
11830
11831 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * message.el (message-fix-before-sending): Skip raw message part to be
11834         forwarded while checking illegible text.
11835         (message-forward-make-body-mime, message-forward-make-body):
11836         Mark signed or encrypted raw message as having no illegible text.
11837
11838 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11841         (gnus-message-with-timestamp-1): New macro.
11842         (gnus-message-with-timestamp): New function.
11843         (gnus-message): Use them.
11844
11845         * nnheader.el (nnheader-message): Use them.
11846
11847 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11850         .newsrc.eld file.
11851
11852 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-agent.el (gnus-agent-fetch-headers)
11855         (gnus-agent-retrieve-headers):
11856         Bind gnus-decode-encoded-address-function to identity.
11857
11858         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11859         available also when the server returns simply a dot.
11860
11861         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11862
11863 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11866
11867 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * gnus-ems.el (gnus-x-splash): Make it work.
11870
11871         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11872         from being used.
11873
11874         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11875
11876 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11879         4th and the 5th arguments.
11880
11881         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11882         the front stickiness.
11883         (gnus-article-summary-command-nosave): Correct the order of the
11884         arguments passed to pop-to-buffer.
11885         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11886         summary command ends up with the article buffer.
11887
11888         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11889         the same faces.
11890
11891 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11892
11893         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11894
11895 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11896
11897         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11898         * gnus-sum.el (gnus-summary-highlight):
11899         * pgg.el (pgg-sign-region, pgg-sign):
11900         * mail-source.el (mail-source-delete-old-incoming-confirm):
11901         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11902
11903 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-art.el (gnus-mime-view-part-externally)
11906         (gnus-mime-view-part-internally): Fix predicate function passed to
11907         completing-read.
11908
11909         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11910
11911         * gnus.el (gnus-update-message-archive-method): Add :version.
11912
11913 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus.el (gnus-update-message-archive-method): New variable.
11916
11917         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11918         according to gnus-message-archive-method if
11919         gnus-update-message-archive-method is non-nil.
11920
11921 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11924         Suggested by Loic Dachary <loic@dachary.org>.
11925         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11926
11927 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * message.el (message-pop-to-buffer): Add switch-function argument.
11930         (message-mail): Pass switch-function argument to it.
11931
11932 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11935         Improve doc string.
11936
11937 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11940         (gnus-header-content)
11941         * gnus-cite.el (gnus-cite-10)
11942         * gnus-srvr.el (gnus-server-closed)
11943         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11944         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11945         (gnus-group-mail-3-empty, gnus-group-mail-low)
11946         (gnus-group-mail-low-empty, gnus-splash)
11947         * message.el (message-header-to, message-header-cc)
11948         (message-header-subject, message-header-other, message-header-name)
11949         (message-header-xheader, message-separator, message-cited-text)
11950         (message-mml): Lighten colors of faces used for dark background.
11951
11952 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11953
11954         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11955         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11956
11957 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * message.el (message-narrow-to-headers-or-head):
11960         Ignore mail-header-separator in the body.
11961
11962 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11965         same as window size.
11966
11967 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11968
11969         * message.el (message-font-lock-keywords): Use message-header-xheader
11970         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11971         ahead of the anything pattern, to get it recognised.
11972
11973 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11976         spam.el loads uses it in the compiled defadvice form.
11977
11978 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11979
11980         * gnus-sum.el (gnus-articles-to-read)
11981         (gnus-summary-insert-old-articles): Don't truncate group name for
11982         `read-string'.
11983
11984         * gnus-util.el (gnus-limit-string): Delete this function.
11985
11986         * gnus-sum.el (gnus-simplify-subject-fully):
11987         Use `truncate-string-to-width' instead.
11988
11989 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11990
11991         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11992         Tell if, on summary exit, the next group has to be selected.
11993         (gnus-summary-exit): Use it.
11994
11995 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11998         non-break space.
11999
12000 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12003         Check if group is not a directory.
12004         (nnfolder-request-expire-articles): Don't delete articles if the target
12005         group is not available.
12006
12007         * nnml.el (nnml-request-create-group): Properly check if group is not a
12008         file.
12009         (nnml-request-expire-articles): Don't delete articles if the target
12010         group is not available.
12011
12012         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12013         Don't quote characters that are within parentheses.
12014
12015 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12018         (gnus-handle-ephemeral-exit): Select article according to it.
12019
12020 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * message.el (message-insert-formated-citation-line): Remove newline.
12023         (message-citation-line-format): Add final \n here so that the user can
12024         avoid a blank line.
12025
12026 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12027
12028         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12029         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12030         Update lanl/arXiv support.
12031
12032 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus.el: Bump version number.
12035
12036 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037
12038         * gnus.el (gnus-version-number): Bump version.
12039
12040 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12041
12042         * gnus.el: No Gnus v0.6 is released.
12043
12044 2007-04-27  Didier Verna  <didier@xemacs.org>
12045
12046         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12047         * gmm-utils.el (gmm-regexp-concat): ... here.
12048         * message.el: Don't require 'gnus-util.
12049         (message-dont-reply-to-names): Handle name change above.
12050         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12051
12052 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12055         since the initial value varies according to the system.
12056
12057 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12060
12061 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12062
12063         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12064
12065 2007-04-24  Didier Verna  <didier@xemacs.org>
12066
12067         Improve the type of gnus-ignored-from-addresses.
12068         * gnus-util.el (gnus-orify-regexp): New function.
12069         * message.el (gnus-util): Require it.
12070         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12071         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12072         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12073
12074 2007-04-24  Didier Verna  <didier@xemacs.org>
12075
12076         * gnus-sum.el:
12077         * gnus-utils.el: Fix some trailing whitespaces.
12078
12079 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12082         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12083         article's Message-ID; refer parent article in summary buffer.
12084
12085         * message.el (message-bounce): Call mime-to-mml.
12086
12087         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12088         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12089         optimize and/or forms properly.
12090
12091 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12094         URL.
12095
12096 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12099
12100 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12103         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12104         displayed of multipart/alternative part if it is invoked from summary
12105         buffer.
12106
12107         * mm-view.el (mm-inline-text-html-render-with-w3m)
12108         (mm-inline-text-html-render-with-w3m-standalone)
12109         (mm-inline-render-with-function): Use mail-parse-charset by default.
12110
12111 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12112
12113         * parse-time.el (parse-time-string-chars): Check if CHAR
12114         is less than the length of parse-time-syntax.
12115
12116 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12119         from gnus-newsgroup-processable.
12120
12121 2007-04-16  Didier Verna  <didier@xemacs.org>
12122
12123         * gnus-msg.el (gnus-configure-posting-styles):
12124         Handle message-signature-directory properly with :file syntax.
12125         Reported by "Leo".
12126
12127 2007-04-11  Didier Verna  <didier@xemacs.org>
12128
12129         New user option: message-signature-directory.
12130         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12131         * message.el (message-insert-signature): Ditto.
12132         * message.el (message-signature-file): Doc update.
12133         * message.el (message-signature-directory): New.
12134
12135 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-msg.el (gnus-inews-yank-articles):
12138         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12139
12140 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * message.el (message-yank-original): Make sure cited text ends with
12143         newline; don't exchange point and mark.
12144
12145 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12146
12147         * tls.el (open-tls-stream): Properly handle case where there
12148         is no associated buffer.
12149
12150 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12151
12152         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12153         message-yank-original, make sure (< mark TEXT point).
12154
12155 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * message.el (message-fill-column): New variable.
12158         (message-mode): Use it.  Add comment on a possible new hook.
12159
12160         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12161         (nnmail-get-new-mail): Reformat.
12162
12163         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12164
12165         * gmm-utils.el: Fix Commentary.
12166         (gmm-tool-bar-from-list): Fix typo in doc string.
12167
12168 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12169
12170         * message.el (message-yank-original): Don't switch point and mark
12171         unnecessarily to put point and mark as documented.
12172
12173 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12174
12175         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12176         from the message heads.
12177
12178 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12179
12180         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12181         article buffer does not have a window.  This may not be the best
12182         solution but is certainly better than setting the start of the null,
12183         that is the current, window.
12184
12185 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12188         (gnus-draft-setup): Run it.
12189
12190         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12191         gnus-score-fast-scoring.  Allow regexp.
12192         (gnus-score-headers): Use it.
12193
12194         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12195         XEmacs.
12196
12197         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12198         string.
12199         (gnus-button-alist): Also catch `<f1> k ...'.
12200         (gnus-treat-display-x-face): Fix doc string.
12201
12202 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12203
12204         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12205         evaluation of gnus-extended-version to ensure correct generation of the
12206         User-Agent header when message-generate-headers-first is used.
12207
12208 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12209
12210         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12211         hashcash-path is nil.  Don't call callback with incorrect number of
12212         parameters if val is 0.
12213
12214 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12215
12216         * message.el (message-required-news-headers):
12217         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12218
12219 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12220
12221         * tls.el (open-tls-stream): In handshake-waiting loop,
12222         don't wait more if there is output available to process.
12223
12224 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12225
12226         * tls.el (tls-program): Doc fix.
12227
12228 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * message.el (message-generate-new-buffers): Change the meaning of the
12231         nil value; add `standard' to the choices; treat t as `unique'; improve
12232         doc string.
12233         (gnus-select-frame-set-input-focus): Autoload.
12234         (message-buffer-name): Search for the existing message buffer if
12235         message-generate-new-buffers is nil or `standard'; treat the value t of
12236         message-generate-new-buffers as `unique'.
12237         (message-pop-to-buffer): Raise the frame already displaying the message
12238         buffer; clear the echo area after querying.
12239         (message-setup): Pass the `continue' argument to compose-mail.
12240         (message-mail): Prefer `switch-function' if it is given; search for the
12241         existing message buffer if the `continue' argument is non-nil; pass
12242         continue and switch-function arguments to compose-mail by way of
12243         message-setup.
12244         (message-mail-other-window): Adjust argument of message-setup.
12245         (message-mail-other-frame): Ditto.
12246
12247 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12250         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12251         to turn font-lock on when turning gnus-message-citation-mode on.
12252
12253 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12254
12255         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12256         (mml-smime-function-alist): New variable; add epg as the backend.
12257         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12258         mml-smime- functions instead.
12259         * mm-view.el: Require smime.
12260
12261 2007-03-05  Didier Verna  <didier@xemacs.org>
12262
12263         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12264         instead of just inheritance for posting styles.
12265         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12266
12267 2007-02-24  Chris Moore  <dooglus@gmail.com>
12268
12269         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12270         * pgg-pgp.el (pgg-pgp-encrypt-region):
12271         * pgg-gpg.el (pgg-gpg-encrypt-region):
12272         Check pgg-encrypt-for-me if no other recipients.
12273
12274 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12275
12276         * tls.el (tls-certtool-program): Fix custom type.
12277
12278 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12281         and point-at-eol instead of line-(beginning|end)-position.
12282
12283         * assistant.el (assistant-parse-buffer): Ditto.
12284
12285         * netrc.el (netrc-parse-services): Ditto.
12286
12287 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12288
12289         * mml2015.el (mml2015-epg-find-usable-key): New function.
12290         (mml2015-epg-sign): Use it.
12291         (mml2015-epg-encrypt): Use it.
12292
12293 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * message.el (message-make-in-reply-to): Quote name containing
12296         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12297         if there are special characters.  Reported by NAKAJI Hiroyuki
12298         <nakaji@jp.freebsd.org>.
12299
12300 2007-02-27  Didier Verna  <didier@xemacs.org>
12301
12302         Include the group parameters as well as the topic ones in the
12303         inheritance filter process.
12304         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12305         argument GROUP-PARAMS-LIST.
12306         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12307
12308 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * nntp.el (nntp-never-echoes-commands)
12311         (nntp-open-connection-functions-never-echo-commands): New variables.
12312         (nntp-send-command): Use them.
12313
12314 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12315
12316         * mml2015.el (mml2015-epg-verify): Simplify.
12317
12318 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mml.el (mml-content-disposition-alist): New user option.
12321         (mml-content-disposition): New function.
12322         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12323         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12324
12325 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12326
12327         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12328         verification.
12329
12330 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12331
12332         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12333         articles posted in the last 24 hours.
12334
12335 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12336
12337         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12338
12339 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12340
12341         * nntp.el (nntp-send-command): Don't wait for echoes when
12342         nntp-open-ssl-stream is used.
12343
12344 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12347         (gnus-message-add-citation-keywords)
12348         (gnus-message-remove-citation-keywords): Remove.
12349         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12350         directly, make the variables in font-lock-defaults buffer-local, add
12351         gnus-message-citation-keywords to them and then update the value of
12352         font-lock-keywords.
12353
12354 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * message.el (message-cite-original-1): Don't call
12357         gnus-article-highlight-citation.
12358
12359         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12360         citations; fix line count.
12361
12362 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12365         (gnus-message-add-citation-keywords)
12366         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12367         versions of font-lock-add-keywords and font-lock-remove-keywords to
12368         work with XEmacs correctly.
12369
12370 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-cite.el (gnus-cite-face-list): Set the values of
12373         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12374         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12375         (gnus-message-cite-prefix-regexp): New variable.
12376         (gnus-message-search-citation-line): Use it; protect against long
12377         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12378         the 0th match data for Emacs.
12379         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12380         (gnus-message-add-citation-keywords): Append keywords rather than
12381         prepending; emulate font-lock-add-keywords if it is not available.
12382         (gnus-message-remove-citation-keywords):
12383         Emulate font-lock-remove-keywords if it is not available.
12384
12385         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12386
12387         * message.el (message-cite-prefix-regexp): Set the value of
12388         gnus-message-cite-prefix-regexp.
12389
12390 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12391
12392         * nnweb.el (nnweb-google-parse-1): Update parser.
12393
12394 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12395
12396         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12397
12398 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12399
12400         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12401         regexp.
12402
12403 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12406         string-to-multibyte.
12407         (uudecode-decode-region-internal): Use it.
12408
12409         * lpath.el: Fbind string-as-multibyte for XEmacs.
12410
12411 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12414         Fix custom choice.
12415
12416         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12417
12418 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12419
12420         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12421
12422         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12423         `write-region' to respect `mm-inhibit-file-name-handlers'.
12424
12425 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12428         Use gnus-home-directory instead of "~/" or "$HOME".
12429
12430 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12431
12432         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12433         to mention filename.
12434         Add comments at beginning regarding usage.
12435         (encrypt-write-file-contents): Change interactive so a string is
12436         acceptable.  If the file has no associated model, show an error instead
12437         of a nonsense prompt.
12438
12439 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12440
12441         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12442         Thanks to Yoshihiko Yamada for kind notification of this typo.
12443
12444 2007-01-12  Kenichi Handa  <handa@m17n.org>
12445
12446         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12447         multibyte buffer.
12448
12449 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * gnus-score.el (gnus-score-fast-scoring): New variable.
12452         (gnus-score-headers): Use it.
12453
12454         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12455
12456         * message.el (message-cite-original-1):
12457         Call gnus-article-highlight-citation if requested.
12458         (message-make-from): Allow name and address as optional arguments.
12459
12460         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12461
12462         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12463         bugs to doc string.
12464         (gnus-button-alist): Add mid\\|message-id.
12465         (gnus-button-fetch-group): Extend for use in
12466         `browse-url-browser-function'.
12467         (gnus-button-url-regexp): Try to catch paired parentheses like in
12468         Wikipedia URLs.
12469
12470         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12471         Suggested by Simon Krahnke <overlord@gmx.li>.
12472
12473 2007-01-13  Romain Francoise  <romain@orebokech.com>
12474
12475         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12476         Update copyright.
12477
12478 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12479
12480         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12481
12482 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12483
12484         * gnus-registry.el (gnus-registry-unfollowed-groups)
12485         (gnus-registry-split-fancy-with-parent): Fix documentation.
12486
12487 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12488
12489         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12490         from nnweb groups.
12491
12492 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12493
12494         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12495         Xref urls.  Erase buffer before requesting head.
12496
12497         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12498
12499 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12502         customizable.
12503
12504 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12505
12506         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12507         no signing key is found.
12508         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12509         no encrypting and/or signing key is found.
12510
12511 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12514
12515 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12516
12517         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12518         headers read from disk with the ones newly found in the current search.
12519         This should no longer cause problems, because the article numbers in
12520         Gmane's `nov.php' output are ignored since the previous change.
12521
12522 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12523
12524         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12525
12526 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12529         replace-regexp-in-string; bind url-version; fbind display-images-p and
12530         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12531         find-face and set-itimer-function for Emacs; bind itimer-list for
12532         Emacs.
12533
12534         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12535
12536 2007-01-01  Romain Francoise  <romain@orebokech.com>
12537
12538         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12539
12540 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12541
12542         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12543         `define-minor-mode' macro definition expanded properly.
12544         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12545         exclude it there.
12546
12547         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12548         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12549         `fboundp' test.
12550         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12551         This is OK to autoload in (S)XEmacs now.
12552
12553 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12556         keystroke.
12557         (gnus-summary-limit-to-singletons): Fix typo.
12558
12559         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12560         else fails.
12561
12562 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12563
12564         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12565         docstring.
12566
12567         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12568         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12569         (gnus-summary-insert-dormant-articles): Fix typo in message.
12570
12571 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12574         nil for XEmacs.
12575         (gnus-message-citation-mode): Don't autoload in XEmacs.
12576
12577         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12578
12579 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12580
12581         * nnimap.el (nnimap-expunge-search-string):
12582         Mention nnimap-search-uids-not-since-is-evil in docstring.
12583
12584 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * spam.el: Revert to make-obsolete-variable because
12587         define-obsolete-variable-alias is not supported in Emacs 21.
12588
12589         * spam.el (spam-ifile-path, spam-ifile-database-path)
12590         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12591         make-obsolete-variable.
12592         (spam-bsfilter-path, spam-bsfilter-program)
12593         (spam-spamassassin-path, spam-spamassassin-program)
12594         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12595         Don't use "path" inappropriately.
12596         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12597         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12598         variable names.
12599
12600 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12601
12602         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12603         summary buffer.
12604
12605         * password.el (password-cache-remove): Use clear-string to burn
12606         password, if available.
12607
12608 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12611
12612         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12613
12614         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12615         (gnus-message-highlight-citation): Move defcustom here from
12616         gnus-cite.el.
12617         (gnus-message-citation-mode): Autoload.
12618
12619         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12620         checks to make it compile with XEmacs.
12621         (gnus-message-citation-mode): New minor mode.
12622         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12623         (gnus-message-highlight-citation): New variables.
12624         (gnus-message-search-citation-line)
12625         (gnus-message-add-citation-keywords)
12626         (gnus-message-remove-citation-keywords)
12627         (turn-on-gnus-message-citation-mode)
12628         (turn-off-gnus-message-citation-mode): New functions.
12629
12630 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12631
12632         * gnus-cite.el: Enable highlighting of different citation levels in
12633         message-mode.
12634
12635 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * message.el (message-make-fqdn): Fix comment.
12638         (message-bogus-system-names): Add ".local".
12639
12640         * spam.el (spam-ifile-path, spam-ifile-program)
12641         (spam-ifile-database-path, spam-ifile-database)
12642         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12643         Don't use "path" inappropriately.
12644         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12645         strings.
12646         (spam-check-ifile, spam-ifile-register-with-ifile)
12647         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12648         Use new variable names.
12649
12650         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12651         (gnus-treat-display-smileys): Simplify using
12652         gnus-image-type-available-p.
12653
12654         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12655         available.
12656
12657         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12658         Use `display-images-p' if available.
12659
12660 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12663         one after turning on the buffer's multibyteness instead of decoding
12664         them directly in the unibyte buffer that causes unexpected conversion
12665         in Emacs 23 (unicode).
12666
12667 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12668
12669         * message.el (message-generate-hashcash): Fix custom type.
12670
12671 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12674
12675 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12678         disconnect icons.  Add help text.
12679
12680 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12681
12682         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12683         negated to be consistent with the others we handle.
12684
12685 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12688         version of gnus-summary-buffer to something, so that we can use two
12689         article buffers at the same time.
12690
12691 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12692
12693         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12694         trigger all the extra headers.
12695         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12696         sorting.
12697
12698 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12699
12700         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12701         solid groups.
12702
12703 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12704
12705         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12706
12707 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * legacy-gnus-agent.el: Add Copyright notice.
12710
12711 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12712
12713         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12714
12715 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12718
12719         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12720         to make it work reliably in CVS Emacs.
12721         (gnus-summary-limit-strange-charsets-predicate)
12722         (gnus-summary-limit-to-predicate): New functions.
12723
12724 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12725
12726         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12727         specifying array size.
12728         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12729         array if it is too small.
12730         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12731         (gnus-sort-threads-loop): New function.
12732
12733 2006-12-06  Chris Moore  <dooglus@gmail.com>
12734
12735         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12736         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12737
12738 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12739
12740         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12741         options.
12742
12743 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12746         DOS-ing the recipient.
12747
12748         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12749         the headers when creating the mapping to avoid mismappings.
12750         (nnweb-gmane-create-mapping): Always nix out old mapping.
12751
12752 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12755         and mm-verify-option to never.
12756
12757 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * message.el (message-signed-or-encrypted-p): New function.
12760         (message-forward-make-body): Use it.
12761
12762         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12763         Replace encode-coding-string with mm-encode-coding-string.
12764
12765 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * nneething.el (nneething-decode-file-name):
12768         Replace decode-coding-string with mm-decode-coding-string.
12769
12770         * gnus-int.el (gnus-open-server): Say failed server's name.
12771
12772 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12773
12774         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12775         strings to a single string.  Quote `errors-file-name'.
12776         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12777         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12778         Adjust calls.  Use `shell-quote-argument'.
12779
12780 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12781
12782         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12783         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12784
12785         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12786         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12787         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12788         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12789         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12790         (gnus-subscribe-newsgroup, gnus-1):
12791         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12792         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12793         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12794         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12795
12796 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12797
12798         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12799         keystroke.
12800         (gnus-summary-limit-to-bodies): Implement headersp.
12801
12802 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12803
12804         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12805
12806 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12809
12810 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12811
12812         * message.el (message-generate-hashcash): Expand range of values to
12813         include `opportunistic'.
12814         (message-send-mail): Use it.
12815
12816 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12817
12818         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12819         and comment it.
12820
12821         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12822
12823 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus-util.el (gnus-extract-address-components): Improve comment.
12826
12827 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-util.el (gnus-extract-address-components): Work with address in
12830         which the name portion contains @.
12831
12832         * lpath.el: Fbind custom-autoload.
12833
12834 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus.el (gnus-start): Move custom group up.
12837         (gnus-select-method): Don't autoload, but make it available for
12838         `customize-variable'.
12839         (gnus-getenv-nntpserver): Don't autoload.
12840
12841 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12842
12843         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12844
12845 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * message.el (message-sendmail-extra-arguments): New variable.
12848         (message-send-mail-with-sendmail): Use it.
12849
12850 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12853         mm-with-unibyte-current-buffer to make string unibyte.
12854
12855         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12856         mm-string-as-multibyte.
12857
12858 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12859
12860         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12861         Reported by Werner Koch <wk@gnupg.org>.
12862
12863 2006-11-14  Daiki Ueno  <ueno@p360>
12864
12865         * mml2015.el: Autoload epa-select-keys when compiling.
12866
12867 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12868
12869         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12870         message-options.
12871         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12872
12873 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12874
12875         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12876         EasyPG (< 0.0.6).
12877         (mml2015-always-trust): New user option.
12878         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12879         prompt.
12880
12881 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * nntp.el (nntp-authinfo-force): New variable.
12884         (nntp-send-authinfo): Use it.
12885
12886 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12889         decode encoded words.  Improve prompt.  Add comment about forwarding.
12890         (message-replacement-char): Move up.
12891
12892 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12893
12894         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12895         instead of gnus-intersection because arguments of gnus-sorted-nunion
12896         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12897
12898 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12901         (message-simplify-subject-functions):
12902         Enable message-strip-subject-encoded-words by default.
12903
12904 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * message.el (message-strip-subject-encoded-words): New function.
12907         (message-simplify-subject-functions): New variable.
12908         (message-simplify-subject): Use it.  Fix typo in doc string.
12909         Support message-strip-subject-encoded-words.
12910
12911 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12912
12913         * gnus-diary.el (gnus-diary-delay-format-function):
12914         * nndiary.el (nndiary-reminders):
12915         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12916
12917 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-art.el (article-hide-boring-headers): Fetch date from
12920         gnus-original-article-buffer to avoid problems with localized date
12921         strings.
12922
12923 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12926
12927 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12930         New variables.
12931         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12932         (mm-charset-synonym-alist): Move some entries to
12933         mm-codepage-iso-8859-list.
12934         (mm-charset-synonym-alist, mm-charset-override-alist):
12935         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12936
12937 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12940
12941 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12944         with Emacs 21 and XEmacs.
12945
12946 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * spam.el (spam-parse-address): New function for better parsing,
12949         catching errors, etc.
12950         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12951
12952 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * mm-view.el: Add interactive arg to html2text autoload.
12955
12956 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12959
12960 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12963         New variables.
12964         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12965         (mm-charset-synonym-alist): Move some entries to
12966         mm-codepage-iso-8859-list.
12967
12968         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12969
12970 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * message.el (message-citation-line-format)
12973         (message-insert-formated-citation-line): Fix implementation of %E, %N
12974         and %n according to the doc string.
12975
12976 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12979         Use car-safe to avoid bad parses.
12980
12981 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12984         names.
12985
12986         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12987
12988 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12991         header.
12992
12993         * message.el (message-draft-headers): Add Date.
12994         (message-headers-to-generate): Fix typo in docstring.
12995
12996         * nndraft.el (nndraft-required-headers): New variable.
12997         (nndraft-generate-headers): Use it.
12998
12999         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13000
13001 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13002
13003         * gnus-registry.el (gnus-registry-wash-for-keywords)
13004         (gnus-registry-find-keywords): New functions to allow easy searching of
13005         articles that are in the registry.
13006
13007 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13010         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13011         Reported by Damien Elmes <damien@repose.cx>.
13012
13013 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * gnus.el (gnus-mime): Remove unused custom group.
13016
13017 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13018
13019         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13020         "blank line" when searching for end of armor headers.
13021
13022 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gmm-utils.el (gmm-write-region): Fix variable name.
13025
13026 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * gmm-utils.el (gmm-write-region): New function based on compatibility
13029         code from `mm-make-temp-file'.
13030
13031         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13032
13033         * nnmaildir.el (nnmaildir--update-nov)
13034         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13035         Use `gmm-write-region'.
13036
13037 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13040         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13041
13042         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13043
13044         * message.el (message-replacement-char): New variable.
13045         (message-fix-before-sending): Use it.
13046         (message-simplify-subject): New function to remove duplicate code.
13047         (message-reply, message-followup): Use it.
13048
13049         * gnus-sum.el (gnus-summary-make-menu-bar):
13050         Clarify gnus-summary-limit-to-articles.
13051
13052 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * gnus-util.el (gnus-with-local-quit): New macro.
13055
13056         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13057
13058 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13059
13060         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13061         ignore non-string data.
13062
13063 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13064
13065         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13066         non-string data (needs to be done in the registry too).
13067
13068 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13069
13070         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13071         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13072         (gnus-registry-split-fancy-with-parent)
13073         (gnus-registry-fetch-simplified-message-subject-fast)
13074         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13075         Remove text properties on ingress into the registry and when it's saved.
13076         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13077         registry from entries with no groups.
13078
13079 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13080
13081         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13082         function to remove string properties.
13083
13084 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gmm-utils.el (gmm): Adjust custom version.
13087
13088         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13089         Adjust custom version.
13090
13091         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13092
13093 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-art.el (gnus-insert-prev-page-button)
13096         (gnus-insert-next-page-button): Simplify.  Reformat.
13097
13098 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13099
13100         * gnus-art.el (gnus-insert-prev-page-button)
13101         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13102
13103 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13104
13105         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13106
13107 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13108
13109         * gnus-art.el (gnus-insert-mime-button)
13110         (gnus-insert-mime-security-button):
13111         Apply gnus-article-button-face to MIME and security buttons.
13112
13113 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13114
13115         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13116         readable.
13117
13118 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13121
13122 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13123
13124         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13125         `browse-url-of-file' instead of `browse-url'.
13126
13127 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13128
13129         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13130         regexp.  Articles containing quotation were cut prematurely.
13131
13132 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * message.el (message-cite-original-1): Use nobody by default for the
13135         value of From header.
13136         (message-reply): Ditto.
13137
13138 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13139
13140         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13141         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13142         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13143
13144 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13147         mails in the doc string.  Add some URLs in comment.
13148         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13149
13150 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13153         backslashes handling and the way to find boundaries of quoted strings.
13154
13155 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13156
13157         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13158         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13159         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13160         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13161
13162 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13165         doc string.
13166         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13167
13168 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * lpath.el: Fbind epg-check-configuration.
13171
13172 2006-09-06  Simon Josefsson  <jas@extundo.com>
13173
13174         * mml2015.el (mml2015-use): Doc fix, mention epg.
13175
13176 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13177
13178         * mml2015.el (mml2015-use): Default to epg, if available.
13179
13180 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13181
13182         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13183         message-sender.
13184         (mml1991-epg-encrypt): Ditto.
13185         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13186         message-sender.
13187         (mml2015-epg-encrypt): Ditto.
13188
13189 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13190
13191         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13192         several common directories.
13193
13194 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13195
13196         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13197         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13198
13199 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (article-decode-encoded-words): Make it fast.
13202
13203 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13206
13207         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13208         in quoted string into `\'.
13209
13210 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13213         Use standard-syntax-table.
13214
13215 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-art.el (gnus-decode-address-function): New variable.
13218         (article-decode-encoded-words): Use it to decode headers which are
13219         assumed to contain addresses.
13220         (gnus-mime-delete-part): Remove useless `or'.
13221
13222         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13223         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13224         (gnus-nov-parse-line): Use it to decode From header.
13225         (gnus-get-newsgroup-headers): Ditto.
13226         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13227
13228         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13229         (mail-decode-encoded-address-string): New alias.
13230
13231         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13232         New function.
13233         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13234         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13235         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13236         (rfc2047-decode-string): Ditto.
13237         (rfc2047-decode-address-region): New function.
13238         (rfc2047-decode-address-string): New function.
13239
13240 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * message.el (message-caesar-buffer-body): Allow rotating headers.
13243
13244         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13245
13246         * message.el (message-insert-formated-citation-line): Fix %f.
13247         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13248
13249 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13252         (gnus-bookmark-mouse-available-p): New macro.
13253         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13254         (gnus-bookmark-bmenu-show-infos): Use it.
13255         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13256         (gnus-bookmark-bmenu-hide-infos): Ditto.
13257         (gnus-bookmark-remove-properties): New function.
13258         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13259         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13260         (gnus-bookmark-write-file): Bind coding-system-for-write.
13261         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13262         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13263         group before selecting it.
13264         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13265         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13266         quit-window if it is not available; use gnus-mouse-2 and bind it to
13267         gnus-bookmark-bmenu-select-by-mouse.
13268         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13269         (gnus-bookmark-bmenu-select-by-mouse): New function.
13270
13271 2006-08-13  Romain Francoise  <romain@orebokech.com>
13272
13273         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13274         space.
13275
13276 2006-08-10  Romain Francoise  <romain@orebokech.com>
13277
13278         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13279         (dns-mode-soa-auto-increment-serial): New user option.
13280         (dns-mode-soa-maybe-increment-serial): New function.
13281         (dns-mode): Add the latter to `write-contents-functions'.
13282
13283 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * compface.el (uncompface): Use binary rather than raw-text-unix.
13286
13287 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * compface.el (uncompface): Make sure the eol conversion doesn't take
13290         place when communicating with the external programs.
13291         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13292
13293 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13296
13297 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13298
13299         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13300         Make it more robust by parsing author and date independently.
13301
13302 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13305
13306 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13307
13308         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13309         first matching secret key.
13310         (mml2015-epg-encrypt): Ditto.
13311
13312         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13313         first matching secret key.
13314         (mml1991-epg-encrypt): Ditto.
13315
13316         * mml2015.el (mml2015-encrypt-to-self): New user option.
13317         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13318         mml2015-epg-encrypt-to-self is set.
13319
13320         * mml1991.el (mml1991-encrypt-to-self): New variable.
13321         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13322         mml1991-epg-encrypt-to-self is set.
13323
13324         * mml2015.el (mml2015-signers): New user option.
13325         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13326         (mml2015-epg-encrypt): Allow to select signing keys.
13327
13328         * mml1991.el (mml1991-signers): New variable.
13329         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13330         (mml1991-epg-encrypt): Allow to select signing keys.
13331
13332 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * nnheader.el (nnheader-insert-head): Make it work even if the file
13335         uses CRLF for the line-break code.
13336
13337 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13338
13339         * mml2015.el: Require mml-sec instead of password.
13340         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13341         (mml2015-cache-passphrase): Inherit the default value from
13342         mml-secure-cache-passphrase.
13343         (mml2015-passphrase-cache-expiry): Inherit the default value from
13344         mml-secure-passphrase-cache-expiry.
13345
13346         * mml1991.el: Require mml-sec instead of password.
13347         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13348         (mml1991-cache-passphrase): Inherit the default value from
13349         mml-secure-cache-passphrase.
13350         (mml1991-passphrase-cache-expiry): Inherit the default value from
13351         mml-secure-passphrase-cache-expiry.
13352
13353         * mml-sec.el: Require password.
13354         (mml-secure-verbose): New user option.
13355         (mml-secure-cache-passphrase): New user option.
13356         (mml-secure-passphrase-cache-expiry): New user option.
13357
13358 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13359
13360         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13361         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13362         andreas@altroot.de (Andreas Vögele).
13363
13364         FIXME: Use `tiny change'?
13365
13366 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13367
13368         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13369         workaround for the url package included with Emacs.
13370
13371         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13372
13373 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13376         correctly.  This fixes a bug caused by the 2006-05-12 change.
13377
13378 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13379
13380         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13381         some information about the error when saying that the `bogus' mail
13382         group will be used.
13383
13384 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13387         string.
13388
13389 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13390
13391         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13392
13393 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13394
13395         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13396
13397 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13398
13399         * mml1991.el (mml1991-function-alist): Add epg.
13400         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13401         (mml1991-epg-encrypt): New functions.
13402
13403 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13404
13405         * mml2015.el (mml2015-verbose): New variable.
13406         (mml2015-cache-passphrase): Ditto.
13407         (mml2015-passphrase-cache-expiry): Ditto.
13408         (mml2015-function-alist): Add epg.
13409         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13410         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13411         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13412         New functions.
13413
13414 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13415
13416         * message.el (message-cite-original-1): Preserve region when removing
13417         quoted text due to X-No-Archive in order to avoid bogus attribution
13418         when citing multiple messages.
13419
13420 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13421
13422         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13423         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13424
13425 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-diary.el (gnus-user-format-function-d)
13428         (gnus-user-format-function-D): Autoload.
13429
13430         * imap.el (Commentary): Fix typo.
13431
13432         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13433         2006-04-22 contribution.
13434
13435 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13436
13437         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13438         It didn't really fix the bogosity I'm seeing with solid web groups.
13439
13440 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13441
13442         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13443         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13444         created using server names.  If we use the feature without declaring
13445         it, Gnus does not properly manage server and group state.
13446
13447         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13448         bound.
13449
13450 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13451
13452         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13453         looking up the method using GROUP's prefix before inventing a new one.
13454         It is used on killed/unknown groups in various places where returning
13455         an all-new method isn't expected by the caller.
13456
13457         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13458         and match semantics of gnus-group-real-prefix.
13459
13460 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * nnmail.el (nnmail-broken-references-mailers): New variable.
13463         (nnmail-ignore-broken-references): New function generalizing
13464         nnmail-fix-eudora-headers.
13465         (nnmail-fix-eudora-headers): Now obsolete.
13466
13467         * gnus-art.el (gnus-button-handle-custom):
13468         Support `customize-apropos*'.
13469
13470 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13471
13472         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13473
13474         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13475         articles.
13476
13477 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * message.el (message-cite-reply-above): New variable.
13480         (message-yank-original): Use it.
13481
13482 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13485
13486 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13489         as read.
13490
13491         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13492
13493 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13496         (gnus-bookmark-default-file): Use gnus-directory.
13497         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13498         Remove "*" in doc string.
13499         (gnus-bookmark-write-file): Simplify.
13500         (gnus-bookmark-maybe-sort-alist): Use `when'.
13501         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13502         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13503         Add FIXME about Emacs 21 and XEmacs compatibility.
13504         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13505         compatibility.
13506         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13507         compatibility.
13508         (gnus-bookmark-menu-heading): Fix version.
13509
13510 2006-06-19  Bastien Guerry  <bzg@altern.org>
13511
13512         * gnus-bookmark.el: New file.
13513
13514 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * message.el (message-syntax-checks): Doc fix.
13517
13518 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13519
13520         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13521         unsubscribed groups as if they were killed ones.  It causes duplicate
13522         entries in gnus-newsrc-alist.
13523
13524 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * message.el (message-syntax-checks): Doc fix.
13527         (message-send-mail): Add check for continuation headers.
13528         (message-check-news-header-syntax): Fix regexp used to check for
13529         continuation headers.
13530
13531 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13534
13535 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13538
13539 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13542         default-truncate-lines.
13543
13544 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13547         to fill the utf-8 entry.
13548
13549         * lpath.el: Fbind unicode-precedence-list.
13550
13551 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13552
13553         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13554
13555 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13556
13557         * gnus-agent.el (directory-files-and-attributes): Move all the way
13558         forward (the third and final move).
13559         (gnus-agent-read-agentview): Trap reconstruction errors due to
13560         nonexistent directory.  Handle by returning nil.
13561
13562 2006-05-30  Didier Verna  <didier@xemacs.org>
13563
13564         * message.el (message-dont-reply-to-names): Update the custom type.
13565         * message.el (message-dont-reply-to-names): New defsubst: potentially
13566         convert a list of regexps into a single one.
13567         * message.el (message-get-reply-headers): Use it.
13568         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13569
13570 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * gnus-agent.el (directory-files-and-attributes): Move forward.
13573
13574 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-ml.el (gnus-mailing-list-subscribe)
13577         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13578         (gnus-mailing-list-message): Fix doc strings.
13579
13580 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13581
13582         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13583         of doing it manually.
13584
13585 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13588         comment.
13589
13590 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13591
13592         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13593         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13594         (gnus-agent-read-local): All symbols allocated in my-obarray.
13595         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13596         (gnus-agent-regenerate-group): Check numeric names to see if they are
13597         messages or groups.
13598         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13599         better way of do this...)
13600
13601         * gnus-cache.el (gnus-agent-total-fetched-for):
13602         Ignore 'dummy.group' (there should be a better way of do this...)
13603
13604 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13607         (gnus-saved-headers): Ditto.
13608         (gnus-default-article-saver): Mention functions may have properties.
13609         (gnus-article-save): Override gnus-save-all-headers and
13610         gnus-saved-headers by :headers property which saver function may have.
13611         (gnus-summary-save-in-file): Add :headers property.
13612         (gnus-summary-write-to-file): Ditto.
13613
13614         * gnus-sum.el (gnus-summary-save-article): Bind
13615         gnus-prompt-before-saving to t when saving many articles in a file;
13616         always show all headers.
13617
13618         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13619
13620 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13623         marks.
13624
13625         * message.el (message-indent-citation): Add optional arguments to allow
13626         using it outside of message buffers.
13627
13628         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13629         (gnus-article-treat-unfold-headers): Use it.
13630         (gnus-article-truncate-lines): New variable.
13631         (gnus-article-mode): Use it.
13632         (gnus-article-toggle-truncate-lines): New function.
13633
13634         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13635         Add gnus-article-toggle-truncate-lines.
13636
13637         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13638         coding system in XEmacs, use binary.
13639
13640 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13643         after-load-alist.
13644
13645         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13646         this function should save decoded articles.
13647         (gnus-summary-write-to-file): Use property to specify this function
13648         should save decoded articles and specify gnus-summary-save-in-file
13649         should be used to save articles other than the first one when saving
13650         many articles.
13651         (gnus-summary-save-body-in-file): Use property to specify this
13652         function should save decoded articles.
13653         (gnus-summary-write-body-to-file): Use property to specify this
13654         function should save decoded articles and specify
13655         gnus-summary-save-body-in-file should be used to save articles other
13656         than the first one when saving many articles.
13657
13658         * gnus-sum.el (gnus-summary-save-article): Simplify.
13659
13660 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-art.el (gnus-default-article-saver):
13663         Add gnus-summary-write-body-to-file.
13664         (gnus-article-save-coding-system): Don't use coding system object
13665         in XEmacs.
13666         (gnus-read-save-file-name): Add optional `dir-var' argument which
13667         specifies directory in which files are saved; work even if optional
13668         `variable' argument is not specified.
13669         (gnus-summary-write-to-file): Read file name.
13670         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13671         (gnus-summary-write-body-to-file): New function.
13672
13673         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13674         (gnus-summary-local-variables): Add it.
13675         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13676         (gnus-summary-save-article): Remove optional `decode' argument;
13677         determine whether to decode articles by the value of
13678         gnus-default-article-saver; when saving many files using
13679         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13680         it first and use gnus-summary-save-in-file or
13681         gnus-summary-save-body-in-file thereafter unless
13682         gnus-prompt-before-saving is always; move point to article which
13683         will be saved.
13684         (gnus-summary-save-article-file): Revert.
13685         (gnus-summary-write-article-file): Revert.
13686         (gnus-summary-save-article-body-file): Revert.
13687         (gnus-summary-write-article-body-file): New function.
13688
13689 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-art.el (gnus-default-article-saver): Doc fix.
13692         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13693         from gnus-summary-save-article-coding-system, and default to a
13694         certain coding system.
13695         (gnus-output-to-file): Add coding cookie and encode text according
13696         to gnus-article-save-coding-system; don't use mm-append-to-file.
13697
13698         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13699         gnus-art.el and rename to gnus-article-save-coding-system.
13700         (gnus-summary-save-article): Require gnus-art; don't show all
13701         headers if it decodes articles; don't add coding cookie here;
13702         don't bind mm-text-coding-system-for-write.
13703         (gnus-summary-save-article-file): Save decoded articles.
13704         (gnus-summary-write-article-file): When saving many files, use
13705         gnus-summary-write-to-file first and gnus-summary-save-in-file
13706         thereafter unless gnus-prompt-before-saving is always.
13707         (gnus-summary-save-article-body-file): Save decoded articles.
13708
13709         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13710
13711 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13712
13713         * nnrss.el (nnrss-check-group): Bind hash-index.
13714
13715 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13716
13717         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13718         its hash index.  Store this hash in `nnrss-group-data'.
13719         (nnrss-read-group-data): Update accordingly.
13720
13721 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13724         entry.
13725
13726         * gnus-sum.el (gnus-summary-make-menu-bar):
13727         Add gnus-article-browse-html-article.
13728
13729 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13730
13731         * gnus-sum.el (gnus-summary-mime-map):
13732         Add gnus-article-browse-html-article.
13733
13734         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13735
13736 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13739         suitable coding systems in customize.
13740
13741 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * mail-source.el (mail-sources): Fix custom type.
13744
13745 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13748         (gnus-summary-expire-articles-now): Shorten prompt.
13749
13750         * gmm-utils.el (wid-edit): Require.
13751         (defun-gmm): Rename from `gmm-defun-compat'.
13752         (gmm-image-search-load-path): Use it.
13753         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13754
13755 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-sum.el (gnus-summary-save-article-coding-system):
13758         New variable.
13759         (gnus-summary-save-article): Add optional `decode' argument.
13760         If it is set and gnus-summary-save-article-coding-system is non-nil,
13761         save decoded article.
13762         (gnus-summary-write-article-file): Save decoded article if
13763         gnus-summary-save-article-coding-system is non-nil.
13764
13765         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13766         type.
13767
13768 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13771
13772 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13775         first to test gnus-single-article-buffer which may be buffer-local.
13776
13777         * gnus-sum.el (gnus-summary-setup-buffer):
13778         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13779         group; make gnus-article-buffer, gnus-article-current, and
13780         gnus-original-article-buffer always buffer-local.
13781         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13782         group.
13783         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13784
13785 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * nnml.el (nnml-request-compact-group): Compressed files might not
13788         have .gz extension.
13789
13790 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13791
13792         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13793         (mm-copy-to-buffer): Use with-current-buffer.
13794         (mm-display-part): Simplify.
13795         (mm-inlinable-p): Add optional arg `type'.
13796
13797 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13798
13799         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13800         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13801         Try harder to show the attachment internally or externally using
13802         gnus-mime-view-part-as-type.
13803
13804 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * message.el (message-from-style, message-signature-separator)
13807         (message-user-organization-file, message-send-mail-function)
13808         (message-citation-line-function, message-yank-prefix)
13809         (message-indent-citation-function, message-signature)
13810         (message-signature-file, message-signature-insert-empty-line):
13811         Remove autoloads.
13812
13813         * gnus-art.el (gnus-buttonized-mime-types):
13814         Remove "multipart/signed".  Revert 2006-04-26 change.
13815
13816 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13817
13818         * gnus.el (gnus-version-number): Bump version.
13819
13820 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13821
13822         * gnus.el: No Gnus v0.5 is released.
13823
13824 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13825
13826         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13827         fetching articles by message-id.
13828
13829 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13830
13831         * message.el (hashcash): Require hashcash as normal.
13832
13833         * ecomplete.el (ecomplete-highlight-match-line):
13834         Use point-at-eol.
13835         (ecomplete-highlight-match-line): Use `highlight', because that
13836         face exists in both Emacs and XEmacs.
13837
13838         * message.el (message-display-abbrev): Use point-at-bol.
13839
13840         * mail-source.el: Don't require timer/timer-funcs.
13841
13842         * gnus-async.el: Ditto.
13843
13844         * password.el: Ditto.
13845
13846         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13847
13848         * mm-url.el: Ditto.
13849
13850         * gnus-xmas.el: Don't require timer-funcs.
13851
13852         * mm-util.el: Require timer/timer-funcs.
13853
13854 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13855
13856         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13857         Close.
13858
13859 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13862         unibyte after clear-decrypt function runs.
13863
13864         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13865         returns as a unibyte string.
13866
13867 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * lpath.el: Revert.
13870
13871         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13872         (pgg-gpg-process-sentinel): Revert.
13873
13874         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13875         (pgg-pgp-lookup-key): Revert.
13876
13877         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13878         (pgg-pgp5-lookup-key): Revert.
13879
13880         * pgg.el (pgg-fetch-key): Revert.
13881
13882 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * lpath.el: Fbind string-as-multibyte for XEmacs.
13885
13886         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13887         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13888         (mml1991-pgg-encrypt): Ditto.
13889
13890         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13891         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13892         a multibyte buffer.
13893
13894         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13895         (pgg-pgp-lookup-key): Ditto.
13896
13897         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13898         (pgg-pgp5-lookup-key): Ditto.
13899
13900         * pgg.el (pgg-fetch-key): Ditto.
13901
13902 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * message.el (message-user-organization-file): Check several
13905         locations of the organization file.
13906
13907         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13908         Add gnus-article-view-part-as-type.
13909
13910         * gnus-art.el (gnus-article-view-part-as-type): New function.
13911
13912         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13913         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13914
13915         * mml.el: Simplify autoload.
13916         (mml-mode): defvar dnd-protocol-alist instead of using
13917         symbol-value.
13918         (mml-default-directory): New variable.
13919         (mml-minibuffer-read-file): Use it.
13920         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13921
13922         * message.el (message-citation-line-format): New variable.
13923         (message-insert-formated-citation-line): New function.
13924         (message-citation-line-function):
13925         Add `message-insert-formated-citation-line' to custom type.
13926
13927         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13928         to doc string.
13929
13930         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13931         depending on mm-verify-option.
13932
13933 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13936         binding pgg-* variables; reimplement the section which prevents
13937         MIME header from being signed.
13938         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13939         pgg-text-mode; remove a blank line at the top of body.
13940
13941         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13942         lines at the top of body; use gnus-newsgroup-charset if there's no
13943         Charset header.
13944
13945 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * message.el (message-self-insert-commands): Doc fix.
13948
13949         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13950         (mm-uu-pgp-encrypted-test): Ditto.
13951         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13952         between header and body; return application/pgp-encrypted handle
13953         if decryption failed; decode decrypted body by charset.
13954
13955         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13956         element match to application/pgp-*.
13957
13958 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13959
13960         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13961         HTML.
13962
13963 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13964
13965         * mail-source.el (mail-source-call-script): Message the error
13966         string.
13967
13968 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13969
13970         * gnus-util.el (gnus-byte-compile): Use it.
13971
13972 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13973
13974         * gnus-util.el (kill-empty-logs): New function.
13975
13976 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13977
13978         * message.el (message-mail-alias-type): Doc fix.
13979         (message-mail-alias-type-p): New function.
13980         (message-send): Use it.
13981         (message-mode): Ditto.
13982         (message-strip-forbidden-properties): Ditto.
13983
13984         * ecomplete.el (ecomplete-database-file-coding-system):
13985         New variable.
13986         (ecomplete-save): Use it.
13987         (ecomplete-setup): Use it.
13988
13989 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * message.el (message-self-insert-commands): New variable.
13992         (message-strip-forbidden-properties): Use it.
13993
13994 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13995
13996         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13997         that doesn't make XEmacs choke.
13998
13999 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * gnus-util.el (gnus-replace-in-string):
14002         Prefer replace-regexp-in-string over of replace-in-string.
14003
14004 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-util.el (gnus-select-frame-set-input-focus):
14007         Use select-frame-set-input-focus if it is available in XEmacs; use
14008         definition defined in Emacs 22 for old Emacsen.
14009
14010         * dgnushack.el: Autoload unmorse-region for XEmacs.
14011
14012         * lpath.el: Bind cursor-in-non-selected-windows and
14013         select-frame-set-input-focus for XEmacs.
14014
14015 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14018
14019 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14020
14021         * gnus-registry.el (gnus-registry-cache-save): Remove text
14022         properties when saving via the temp buffer.
14023
14024 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * message.el (message-generate-hashcash): Honor custom type.
14027
14028 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14029
14030         * message.el (message-generate-hashcash): Default to non-nil when
14031         hashcash is found.
14032
14033         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14034         (gnus-refer-thread-limit): Increase default to 500.
14035
14036         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14037
14038         * flow-fill.el (fill-flowed): Allow delete-space.
14039
14040 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14043         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14044         Remove autoloads.
14045
14046 2006-04-18  Simon Josefsson  <jas@extundo.com>
14047
14048         * message.el (message-generate-hashcash): Default to.
14049
14050 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14053         concatenating segments rather than before concatenating them.
14054
14055 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14058
14059 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14062
14063         * message.el (message-forward-make-body-plain):
14064         Allow message-forward-ignored-headers to be a list.
14065         (message-remove-ignored-headers): Factor out into function.
14066         (message-forward-make-body-mml): Use it.
14067
14068         * imap.el (imap-quote-specials): New function.
14069         (imap-login-auth): Quote specials.
14070
14071         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14072         (rfc2231-parse-string): Allow concatanation of parameters that
14073         aren't contiguous.  The test case is
14074           (mail-header-parse-content-type "message/external-body;
14075             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14076             access-type=LOCAL-FILE;
14077             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14078
14079 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14080
14081         * nntp.el (nntp-accept-process-output): Return the value of
14082         `nnheader-accept-process-output'.
14083
14084 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085
14086         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14087         (gnus-button-alist): Recognize more diff formats.
14088         (gnus-button-patch): Strip directory.
14089
14090 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14093         Emacs 22 when setting focus.
14094
14095 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14096
14097         * gnus-art.el (gnus-article-treat-types): Do treatment of
14098         text/x-verbatim parts.
14099         (gnus-button-patch): New command.
14100
14101         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14102         addresses that contain invalid characters.
14103
14104 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14105
14106         * message.el (message-put-addresses-in-ecomplete):
14107         Use gnus-replace-in-string.
14108         (message-is-yours-p): Use the more correct
14109         mail-header-parse-address instead of
14110         mail-extract-address-components.
14111         (message-put-addresses-in-ecomplete): Fix typo.
14112
14113         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14114         keystroke.
14115
14116         * gnus-art.el (gnus-treatment-function-alist): Change order of
14117         newsgroups/generic header folding to avoid double-folding.
14118
14119         * message.el (message-hidden-headers): Add X-Draft-From.
14120
14121         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14122         New command.
14123         (gnus-summary-repeat-search-article-backward): New command.
14124
14125         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14126         groups in the parent topic.
14127
14128 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14129
14130         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14131         (spam-extra-header-to-number): Return the CRM114 number as a
14132         number instead of a string.
14133
14134 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14135
14136         * gnus-art.el (gnus-face-properties-alist): Move here from
14137         gnus-fun.
14138
14139         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14140
14141 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * message.el (message-strip-forbidden-properties): Only display on
14144         self-insert-command.
14145
14146         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14147         reindent.
14148         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14149
14150 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14151
14152         * smiley.el (smiley-style): Fix typo.
14153
14154 2006-03-23  Kenichi Handa  <handa@m17n.org>
14155
14156         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14157         instead of set-buffer-multibyte.
14158
14159 2006-03-23  Kenichi Handa  <handa@m17n.org>
14160
14161         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14162         buffer and then decode the buffer text if necessary.
14163         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14164         first, and after mm-encode-body, change the buffer to unibyte.
14165
14166 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14167
14168         * hashcash.el (hashcash-insert-payment-async-2):
14169         Use message-goto-eoh instead of doing it manually.
14170         (mail-add-payment): Use message-narrow-to-header instead of trying
14171         to do the same itself.
14172
14173         * message.el (message-hidden-headers): Add Face.
14174
14175         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14176         reparenting code.
14177         (gnus-summary-reparent-children): Refactored out code.
14178         (gnus-summary-thread-map): New keystroke.
14179         (gnus-summary-reparent-children): Make into command.
14180
14181         * smiley.el (smiley-style): Default to `medium' if using a large
14182         font.
14183
14184         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14185         does it itself.
14186
14187         * message.el (message-point-in-header-p): Simplify definition.
14188
14189 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190
14191         * nnagent.el (nnagent-request-set-mark): Silence log file
14192         writing.
14193         (nnagent-request-set-mark): Use write-region instead of
14194         append-to-file.
14195
14196         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14197         strange select method.
14198
14199         * ecomplete.el (ecomplete-display-matches): Get highlightling
14200         right.
14201         (ecomplete-display-matches): Use literals.
14202         (ecomplete-display-matches): Disable message logging.
14203
14204         * message.el (message-display-abbrev): Small optimization.
14205
14206         * ecomplete.el (ecomplete-display-matches): Allow automatic
14207         display.
14208
14209         * message.el (message-strip-forbidden-properties):
14210         Display abbrevs.
14211         (message-display-abbrev): Get automatic display right.
14212
14213         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14214         keystrokes.
14215
14216 2006-04-13  Romain Francoise  <romain@orebokech.com>
14217
14218         TODO: Backport to v5-10!
14219
14220         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14221         Move here (and rename) from gnus-registry.el.
14222
14223         * gnus-registry.el: Require gnus-util.
14224         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14225
14226 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14227
14228         * gnus-group.el (gnus-group-catchup-current):
14229         Change if-then-else-if-then-else into cond.
14230         (gnus-group-catchup): Indent.
14231         (group-name-at-point): New function.
14232         (gnus-fetch-group): Provide default from thing at point.
14233
14234 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14235
14236         * message.el (message-display-abbrev): Fix regexp.
14237
14238         * ecomplete.el (ecomplete-highlight-match-line):
14239         Reimplement choosing.
14240         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14241         dead variables.
14242
14243         * message.el (message-newline-and-indent): Remove debugging.
14244         (message-display-abbrev): Use new implementation.
14245
14246 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-art.el (gnus-article-mode):
14249         Set cursor-in-non-selected-windows to nil.
14250
14251         * smiley.el: Revert previous change.
14252         (smiley-data-directory): defvar it before using it in the
14253         defcustom of `smiley-style'.
14254
14255 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14256
14257         * message.el (message-newline-and-indent): New function.
14258
14259         * ecomplete.el: Implement more bits.
14260
14261         * message.el (message-put-addresses-in-ecomplete): Clean up the
14262         string.
14263
14264         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14265
14266         * gnus-sum.el (gnus-summary-save-parts):
14267         Bind gnus-summary-save-parts-counter and use it to make unique file
14268         names.
14269
14270         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14271
14272         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14273         parameter to say whether to actually parse the individual
14274         addresses.
14275
14276         * message.el (message-put-addresses-in-ecomplete): New function.
14277         (ecomplete): Require.
14278         (message-mail-alias-type): Add ecomplete as an option.
14279
14280 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14281
14282         * flow-fill.el (fill-flowed): Remove trailing space from blank
14283         quoted lines.
14284
14285 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14286
14287         * smiley.el (smiley-style): Move definition later to avoid a
14288         compilation warning.
14289
14290 2006-04-12  Kenichi Handa  <handa@m17n.org>
14291
14292         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14293         buffer and then decode the buffer text if necessary.
14294         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14295         first, and after mm-encode-body, change the buffer to unibyte.
14296         Use mm-disable-multibyte instead of set-buffer-multibyte.
14297
14298 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14301         Content-Type header instead of Content-Disposition header.
14302         (gnus-mime-inline-part): Ditto.
14303         (gnus-mime-view-part-as-charset): Ignore charset that the part
14304         specifies.
14305
14306         * mm-decode.el (mm-display-part): Work with external parts and
14307         usual parts similarly.
14308
14309         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14310         instead of gnus-display-mime.
14311
14312         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14313         instead of with-temp-buffer.
14314
14315         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14316         tag to summarized topics part in order to encode non-ASCII text.
14317
14318 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * smiley.el (smiley-style): New variable.
14321         (smiley-directory): New function.
14322         (smiley-data-directory): Derive from `smiley-style' using
14323         `smiley-directory'.
14324         (smiley-regexp-alist): Add new entries.
14325
14326         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14327         (gnus-article-browse-delete-temp): Add :version.
14328
14329 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14330
14331         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14332         the sieve region.
14333
14334 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14335
14336         * gnus.el (gnus-version-number): Bump version.
14337
14338 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * gnus.el: No Gnus v0.4 is released.
14341
14342 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14343
14344         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14345         layout.
14346
14347         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14348         unknown charset.
14349
14350         * message.el (message-header-synonyms): Add Original-To to the
14351         default.
14352
14353         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14354         optional parameter.
14355
14356 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * gnus-fun.el (gnus): Require it for gnus-directory.
14359
14360 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14363
14364 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14365
14366         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14367
14368 2006-04-05  Simon Josefsson  <jas@extundo.com>
14369
14370         * password.el (password-reset): New function.
14371
14372 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14373
14374         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14375         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14376
14377 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14378
14379         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14380         Some whitespace was matched into the url, which broke browsing hits
14381         > 100 when mm-url-use-external was nil.
14382
14383 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14386         Check gnus-extra-headers for 'Newsgroups.
14387
14388         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14389         bound.
14390
14391 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14392
14393         * pgg-gpg.el: Clean up process buffers every time gpg processes
14394         complete.
14395
14396 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14399         doc string.
14400
14401 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14402
14403         * pgg-gpg.el (pgg-gpg-process-filter)
14404         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14405
14406         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14407         lines, temporary fix.
14408
14409 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14412
14413 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14414
14415         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14416         default-enable-multibyte-characters.  This reverts the change from
14417         revision 6.17 which is no longer necessary because the passphrase
14418         is sent separately now.  GnuPG messages are unreadable under
14419         multibyte locales with default-enable-multibyte-characters set to
14420         nil.
14421
14422 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * message.el (message-tool-bar-gnome): Move "spell".
14425
14426 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14429         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14430         instead.
14431
14432 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14433
14434         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14435         Improve newsgroups handling for NNTP overviews which don't include
14436         Newsgroups.
14437
14438 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14439
14440         * message.el (message-resend): Bind message-generate-hashcash to nil.
14441
14442 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14443
14444         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14445         when searching for already-paid recipients.
14446
14447 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14448
14449         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14450         passphrases when it is not needed.
14451         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14452         passphrase stuff from gpg, should only be necessary when you use
14453         gpg with a smartcard.
14454
14455 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * mml.el (mml-insert-mime): Ignore cached contents of
14458         message/external-body part.
14459
14460         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14461         (mm-insert-part): Ditto.
14462
14463 2006-03-23  Simon Josefsson  <jas@extundo.com>
14464
14465         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14466         Reiner.
14467         (pgg-gpg-use-agent-p): Use it again.
14468
14469 2006-03-23  Simon Josefsson  <jas@extundo.com>
14470
14471         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14472         older emacsen.
14473         (pgg-gpg-use-agent-p): Don't use it.
14474
14475 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14478         if we can.
14479
14480 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14481
14482         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14483         (pgg-gpg-update-agent): New function.
14484         (pgg-gpg-use-agent-p): New function.
14485         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14486         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14487         (pgg-gpg-sign-region): Use it.
14488
14489 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14492         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14493
14494 2006-03-21  Simon Josefsson  <jas@extundo.com>
14495
14496         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14497         <wilde@sha-bang.de>.
14498         (pgg-gpg-use-agent): New variable.
14499         (pgg-gpg-process-region): Use it.
14500         (pgg-gpg-encrypt-region): Likewise.
14501         (pgg-gpg-encrypt-symmetric-region): Likewise.
14502         (pgg-gpg-decrypt-region): Likewise.
14503         (pgg-gpg-sign-region): Likewise.
14504         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14505
14506 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14509
14510         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14511         Add comment on version.
14512
14513 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * smiley.el: Add missing test smiley.
14516
14517 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * mm-decode.el (mm-with-part): New macro.
14520         (mm-get-part): Use it; work with message/external-body as well.
14521         (mm-save-part): Treat name and filename equally.
14522
14523         * mm-extern.el (mm-extern-cache-contents): New function.
14524         (mm-inline-external-body): Use it; force the part to be displayed;
14525         move undisplayer added to the cached handle to the parent.
14526
14527         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14528         (gnus-mime-view-part-as-type): Work with message/external-body.
14529
14530         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14531
14532 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14535         images in image-load-path.  [Sync with image.el, revision 1.60, in
14536         Emacs.]
14537
14538 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14541         path rather than symbol.  Always return list of directories.
14542         Guarantee that image directory comes first.  [Sync with image.el,
14543         revision 1.59, in Emacs.]
14544
14545         * message.el (message-make-tool-bar): Adjust to new API of
14546         `gmm-image-load-path-for-library'.
14547
14548         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14549
14550         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14551
14552 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14553
14554         * gnus-art.el (gnus-article-only-boring-p):
14555         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14556         intangible text.
14557         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14558
14559 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14562         Use `defun' instead of `gmm-defun-compat'.
14563
14564 2006-03-14  Simon Josefsson  <jas@extundo.com>
14565
14566         * message.el (message-unique-id): Don't use message-number-base36
14567         if (user-uid) is a float.
14568         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14569
14570 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14573
14574         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14575         empty line between a part and a message part.
14576
14577 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * smiley.el: Add more test smileys.
14580         (smiley-data-directory, smiley-regexp-alist)
14581         (gnus-smiley-file-types): Fix doc strings.
14582         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14583         adding new elements.
14584         (smiley-mouse-map): Unused code.  Make it a comment.
14585
14586 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14589         scan latest NoCeM messages instead of old ones.
14590         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14591         delimiters that are recently used.
14592         (gnus-nocem-load-cache): Add autoload cookie.
14593
14594         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14595
14596         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14597         level which is larger than gnus-use-nocem is specified.
14598
14599         * gnus-group.el (gnus-group-get-new-news): Ditto.
14600
14601 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * gnus-util.el (gnus-tool-bar-update): New function.
14604
14605         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14606         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14607
14608         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14609
14610         * gnus-group.el (gnus-group-redraw-when-idle)
14611         (gnus-group-redraw-check): Remove.
14612         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14613
14614 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14617         if optional last element is specified in splits (FIELD VALUE...).
14618
14619 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14622         to gmm-image-load-path-for-library.  Call with no-error argument.
14623         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14624
14625         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14626
14627         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14628
14629         * gmm-utils.el (gmm-image-load-path): Remove alias.
14630
14631 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * gmm-utils.el (gmm-image-load-path): Add alias.
14634
14635         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14636         nnml-generate-nov-databases-1.
14637         (nnml-generate-nov-databases): Use it.
14638         (nnml-generate-nov-databases-directory): Document no-active
14639         argument.
14640
14641         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14642         directory if path is t.  Add no-error.
14643
14644         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14645         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14646
14647         * gnus-art.el (gnus-article-browse-delete-temp-files):
14648         Simplify resetting gnus-article-browse-html-temp-list.
14649
14650         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14651         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14652         Add example to docstring.  Rename local variables.  Move error
14653         checks to default case in cond and simplify.
14654
14655 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14658         handle is multipart when calling it recursively.
14659         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14660
14661 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14662
14663         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14664         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14665
14666 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14669         is loaded.
14670
14671         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14672         loaded.
14673
14674 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14677         to "Emacs 23 (unicode)" in doc string.
14678
14679         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14680         "Emacs 23 (unicode)" in comment.
14681
14682 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14685
14686         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14687         characters 160 through 255 in Emacs 23.
14688
14689 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14692         gnus-article-browse-html-temp.
14693         (gnus-article-browse-delete-temp): Make it customizable.
14694         Add `file'.  Adjust doc string.
14695         (gnus-article-browse-delete-temp-files): Add argument.
14696         Allow query for each file.  Adjust doc string.
14697         (gnus-article-browse-html-parts):
14698         Add `gnus-article-browse-delete-temp-files' to
14699         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14700
14701 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14702
14703         * gnus-art.el (gnus-article-browse-html-temp)
14704         (gnus-article-browse-delete-temp): New variables.
14705         (gnus-article-browse-delete-temp-files): New function.
14706         (gnus-article-browse-html-parts): Use it.
14707
14708 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14711
14712         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14713         string.
14714
14715         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14716         gnus-summary-insert-new-articles when unplugged.
14717         Remove gnus-summary-search-article-forward.
14718
14719         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14720         display-visual-class instead of display-color-cells.
14721
14722 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * dgnushack.el: Autoload customize-group for XEmacs.
14725
14726         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14727         message/* containing non-ASCII text properly.
14728
14729 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * message.el: Require gmm-utils, remove autoloads.
14732         (message-tool-bar): Set default based on
14733         gmm-tool-bar-style.
14734         (message-tool-bar-gnome): Add gmm-customize-mode.
14735
14736         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14737         gmm-tool-bar-style.
14738         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14739
14740         * gnus-group.el (gnus-group-tool-bar): Set default based on
14741         gmm-tool-bar-style.
14742         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14743
14744         * gmm-utils.el (gmm-image-directory): Rename variable from
14745         gmm-image-load-path.
14746         (gmm-image-load-path): Use gmm-image-directory.
14747         (gmm-customize-mode): New function.
14748         (gmm-tool-bar-style): New variable.
14749
14750         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14751         gnus-group-redraw-line-number.
14752         (gnus-group-redraw-check): Simplify.
14753         (gnus-group-tool-bar-update): Remove redraw check.
14754         (gnus-group-make-tool-bar): Add redraw check.
14755
14756 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14757
14758         * gnus-art.el (gnus-button): Add missing parentheses.
14759
14760 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * lpath.el: Fbind line-number-at-pos.
14763
14764 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14767
14768 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-art.el (gnus-button): New face.
14771         (gnus-article-button-face): Use it.
14772
14773         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14774         Add gnus-summary-next-page.  Re-order.
14775
14776         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14777         next-node are now included.
14778         (gnus-group-redraw-line-number): New internal variable.
14779         (gnus-group-redraw-check): Helper function for updating the tool
14780         bar.
14781         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14782
14783         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14784
14785         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14786         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14787         Use it to match format of Spamassassin 3.0 and later.
14788         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14789         (spam-check-bogofilter)
14790         (spam-bogofilter-register-with-bogofilter): Fix args of
14791         `gnus-error' calls.
14792
14793 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14796         unnecessary interaction when sending queued mails.
14797         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14798
14799 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14802         first or last are nil.
14803
14804 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14805
14806         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14807
14808 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14809
14810         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14811
14812 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14813
14814         * dns.el (query-dns): Protect more against buggy tcp output.
14815
14816 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14819         nov.php.
14820
14821 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14822
14823         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14824         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14825         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14826         output on the server side.
14827         (nnweb-google-create-mapping): Update regexps and add some
14828         progress indication.
14829
14830 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-group.el (gnus-group-tool-bar-gnome):
14833         Fix gnus-agent-toggle-plugged.  Re-order icons.
14834         (gnus-group-tool-bar-gnome):
14835         Add gnus-group-{prev,next}-unread-group.
14836         (gnus-group-tool-bar-gnome): Re-order icons.
14837
14838         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14839         Move gnus-summary-insert-new-articles.
14840
14841         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14842         Fix comments.
14843
14844         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14845         also available in Emacs 21.3.
14846
14847         * message.el (message-fix-before-sending): Change "Emacs 22" to
14848         "Emacs 23 (unicode)" in comment.
14849
14850         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14851         "Emacs 23 (unicode)" in comment.
14852
14853         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14854         comment.
14855         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14856
14857         * mm-view.el (mm-fill-flowed): Add :version.
14858
14859 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14862         and load-path.
14863
14864 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * message.el: Autoload gmm-image-load-path.
14867         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14868         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14869         consitency.
14870
14871         * gmm-utils.el (gmm-image-load-path): Also search in
14872         "../etc/images".  Don't set gmm-image-load-path if we don't find
14873         the image.
14874
14875 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gmm-utils.el (gmm-image-load-path): Don't make
14878         `gmm-image-load-path' include subdirectories which the second arg
14879         `image' might specify.
14880
14881         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14882         subdirectory to icon file names.
14883
14884         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14885
14886 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14889         gmm-image-load-path calls.
14890
14891         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14892
14893         * message.el (message-make-tool-bar): Ditto.
14894
14895         * mml.el (mml-preview): Add comment concerning tool bar icons.
14896
14897         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14898         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14899
14900         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14901         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14902
14903         * message.el (message-tool-bar-gnome): Use new icon names.
14904         (message-make-tool-bar): Use `gmm-image-load-path'.
14905
14906         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14907         New functions from MH-E.
14908         (gmm-image-load-path): New variable from MH-E.
14909         (gmm-image-load-path): New function from MH-E.  Add arguments
14910         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14911         *-image-load-path-called-flag.
14912
14913 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14914
14915         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14916
14917 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14918
14919         * nnimap.el (nnimap-request-move-article): Change folder back to
14920         source group before deleting.
14921
14922 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14925
14926         * gnus-art.el (mm-url-insert-file-contents-external):
14927         Autoload mm-url.
14928
14929         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14930
14931 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14934         coding system which mm-charset-to-coding-system returns for a
14935         given charset is valid.
14936
14937 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14938
14939         * html2text.el (html2text-remove-tag-list):
14940         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14941
14942 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14943
14944         * gnus-cus.el: Revert 2005-10-17 change.
14945
14946 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-art.el (article-strip-banner):
14949         Call article-really-strip-banner only when the regexp match is made.
14950
14951 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-art.el (article-strip-banner):
14954         Use gnus-extract-address-components instead of
14955         mail-header-parse-addresses to make it work with non-ASCII text;
14956         remove mail-encode-encoded-word-string.
14957
14958         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14959         values which are surrounded with \"...\"; make it never cause a
14960         Lisp error; give up parsing of parameters if it failed in
14961         extracting type.
14962
14963 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14964
14965         * smime.el (smime-cert-by-ldap-1): Fix bug where
14966         `smime-ldap-search' returns results without userCertificates.
14967
14968 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14971
14972 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * spam.el (spam-check-spamassassin-headers): Adapt format for
14975         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14976         <ari@mbf.ocn.ne.jp>.
14977         (spam-list-of-processors): Add spam-use-gmane.
14978
14979 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14982         make-temp-file; make it work with XEmacs as well.
14983
14984         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14985         mm-make-temp-file.
14986
14987         * mm-decode.el (mm-display-external): Use the 3rd arg of
14988         mm-make-temp-file.
14989         (mm-create-image-xemacs): Ditto.
14990
14991 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14994         with message-narrow-to-headers.
14995         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14996         (gnus-draft-check-draft-articles): New function.
14997         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14998
14999 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * gnus-art.el (gnus-article-browse-html-parts):
15002         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15003         Don't use suffix argument for mm-make-temp-file for Emacs 21
15004         compatibility.  Remove useless `format'.
15005
15006 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15007
15008         * nnweb.el (nnweb-google-wash-article): Update regexps.
15009         (nnweb-group-alist): Use defvoo instead of defvar.
15010
15011 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15014         re-loading nn* modules.
15015
15016 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15019         for `tool-bar-mode' and don't check it's default-value.
15020
15021         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15022
15023         * message.el (message-make-tool-bar): Ditto.
15024
15025         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15026         `substring'.  Shorten tmp-file name.
15027
15028         * gnus.el: Remove bogus comment.
15029
15030 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15031
15032         * gnus-art.el (gnus-article-browse-html-parts): New function.
15033         (gnus-article-browse-html-article): New function for viewing html
15034         articles with a browser.
15035
15036 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15037
15038         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15039         in elisp.
15040         (pgg-gpg-encrypt-symmetric-region): Ditto.
15041         (pgg-gpg-sign-region): Ditto.
15042
15043         * pgg-def.el (pgg-text-mode): New variable.
15044
15045         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15046         (mml2015-pgg-encrypt): Ditto.
15047
15048         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15049         (mml1991-pgg-encrypt): Ditto.
15050
15051 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * nnfolder.el (nnfolder-insert-newsgroup-line):
15054         Use message-make-date instead of current-time-string.
15055
15056         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15057         to gnus-decoded which mm-uu might set.
15058
15059 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15062         don't decode quoted parameters; remove misimported Emacs code.
15063         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15064         (rfc2231-decode-encoded-string): Don't use split-string which
15065         behaves differently according to Emacs version; use
15066         mm-decode-coding-region to convert charset to coding-system.
15067         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15068         (rfc2231-encode-string): Remove misimported Emacs code.
15069
15070 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15073         when calling mail-header-parse-content-type.
15074         (article-de-quoted-unreadable): Ditto.
15075         (article-de-base64-unreadable): Ditto.
15076         (article-wash-html): Ditto.
15077
15078         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15079         calling mail-header-parse-content-type and
15080         mail-header-parse-content-disposition.
15081         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15082         mail-header-parse-content-type.
15083
15084         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15085         insert charset and format parameters; encode description after
15086         inserting it to buffer.
15087         (mml-insert-parameter): Fold lines properly even if a parameter is
15088         segmented into two or more lines; change the max column to 76.
15089
15090         * rfc1843.el (rfc1843-decode-article-body): Don't use
15091         ignore-errors when calling mail-header-parse-content-type.
15092
15093         * rfc2231.el (rfc2231-parse-string): Return at least type if
15094         possible; don't cause an error even if it fails in parsing of
15095         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15096         (rfc2231-encode-string): Don't break lines at the beginning, leave
15097         it to mml-insert-parameter.
15098
15099         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15100         calling mail-header-parse-content-type.
15101
15102 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * spam-report.el (spam-report-gmane-use-article-number):
15105         Improve doc string.
15106         (spam-report-gmane-internal): Check if a suitable header was found
15107         in the article.
15108
15109 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15112         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15113
15114 2006-02-05  Romain Francoise  <romain@orebokech.com>
15115
15116         Update copyright notices of all files in the gnus directory.
15117
15118 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15119
15120         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15121
15122 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15125         segmented lines of parameter value to cope with Thunderbird 1.5
15126         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15127         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15128         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15129
15130 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15131
15132         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15133         parts.
15134
15135 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15136
15137         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15138         there's only one active file for all servers.
15139         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15140         solid groups.  Gnus might have used a FAST request to select the group.
15141         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15142         and nnweb-search redundantly in the active file.
15143         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15144         (nnweb-request-create-group): Don't use ARGS.
15145         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15146         initialisations.  Let nnoo do the work.
15147
15148 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15151         Say the part has been decoded.
15152
15153         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15154
15155 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15156
15157         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15158         mailcap-viewer-test-cache when there's no 'test clause, since that
15159         will invert the meaning of a "nil" test previously determined by
15160         mailcap-mailcap-entry-passes-test.
15161
15162 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15165         compiling.
15166
15167         * gnus-sum.el: Ditto.
15168
15169         * message.el: Don't bind tool-bar-map when compiling.
15170
15171 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15174
15175 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15176
15177         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15178         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15179         current Google Groups.
15180
15181 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15184         and tool-bar-mode.
15185
15186         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15187         and tool-bar-mode.
15188
15189         * message.el (message-tool-bar-update): Simplify.
15190         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15191
15192         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15193         gnus-summary-buffer.
15194         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15195         gnus-summary-reply.
15196
15197         * gmm-utils.el (gmm): Add :version.
15198
15199 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * Makefile.in (clean): New rule.
15202         (distclean): Use it.
15203
15204 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15205
15206         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15207         Don't autoload.
15208
15209 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gmm-utils.el (gmm-verbose): Add :group.
15212
15213 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * message.el: Change some comments WRT tool-bars.
15216
15217         * gnus-sum.el (gnus-summary-tool-bar)
15218         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15219         (gnus-summary-tool-bar-zap-list): New variables.
15220         (gnus-summary-make-tool-bar): Complete rewrite using
15221         `gmm-tool-bar-from-list'.
15222
15223         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15224         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15225         New variables.
15226         (gnus-group-make-tool-bar): Complete rewrite using
15227         `gmm-tool-bar-from-list'.
15228         (gnus-group-tool-bar-update): New function.
15229
15230         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15231
15232 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15235         is dissected into a single part of which the type is the same as
15236         the given one; decode charset.
15237
15238 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15239
15240         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15241         into alists as symbol not string, since that's what
15242         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15243         look for.
15244
15245 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15248         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15249
15250         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15251
15252 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15255         (gnus-xmas-mime-security-button-menu): New function.
15256
15257         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15258         (gnus-mime-security-button-menu): New definition.
15259         (gnus-mime-security-button-map): Use them.
15260         (gnus-mime-security-button-menu): New function.
15261         (gnus-insert-mime-security-button): Addition to help echo.
15262         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15263         (gnus-mime-security-pipe-part): New functions.
15264
15265         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15266         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15267
15268         * mm-decode.el (mm-handle-set-disposition): Remove.
15269         (mm-handle-set-description): Remove.
15270
15271 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15274         (mm-w3m-standalone-supports-m17n-p): New function.
15275         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15276         w3m usage.
15277
15278         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15279         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15280
15281 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * message.el (message-tool-bar-zap-list):
15284         Use gmm-tool-bar-zap-list as custom type.
15285         (message-tool-bar-update): New function.
15286         (message-tool-bar, message-tool-bar-gnome)
15287         (message-tool-bar-retro): Add message-tool-bar-update.
15288         (message-tool-bar-gnome): Add flyspell-buffer.
15289
15290         * gnus-util.el (gnus-error): Describe `args'.
15291
15292         * gmm-utils.el (gmm-error): Describe `args'.
15293         (gmm-tool-bar-zap-list): New widget.
15294         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15295
15296 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15299         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15300         the number of recursive calls.
15301
15302         * mm-decode.el (mm-handle-set-disposition): New macro.
15303         (mm-handle-set-description): New macro.
15304
15305 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15308         encoding.
15309
15310 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * message.el (message-tool-bar-zap-list, message-tool-bar)
15313         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15314         (message-tool-bar-local-item-from-menu): Remove.
15315         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15316         (message-make-tool-bar): New function.
15317         (message-mode): Use `message-make-tool-bar'.
15318
15319         * gmm-utils.el: New file.
15320         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15321         (gmm-lazy): New widget copied from `nnmail.el'.
15322         (gmm-tool-bar-from-list): New function for creating customizable
15323         tool bars.
15324         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15325         output.
15326         (gmm): Add :prefix to defgroup.
15327
15328 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15329
15330         * gmm-utils.el (gmm-widget-p): New function.
15331
15332 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * mml.el (mml-attach-file): Describe `description' in doc string.
15335         (mml-menu): Add Emacs MIME manual and PGG manual.
15336
15337 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15338
15339         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15340
15341 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15342
15343         * nntp.el (nntp-end-of-line): Doc fix.
15344
15345 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15346
15347         * imap.el (imap-open): Handle case where buffer is a buffer
15348         object.
15349
15350 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15351
15352         * gnus-delay.el (gnus-delay): Don't autoload.
15353         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15354         to be re-loaded when customizing the `gnus-delay' group.
15355
15356 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15357
15358         * message.el (message-insert-citation-line): Use newlines.
15359
15360 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15361
15362         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15363         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15364         these routines, so the passphrase can be managed externally and
15365         passed in to the system.
15366         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15367         pgg-add-passphrase-to-cache function.
15368
15369         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15370         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15371         these routines, so the passphrase can be managed externally and
15372         passed in to the system.
15373         (pgg-pgp5-sign-region): Use new name of
15374         pgg-add-passphrase-to-cache function.
15375
15376 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15377
15378         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15379         part of the decoded armor to find the key-identifier.
15380         (pgg-gpg-lookup-key-owner): New function to return the
15381         human-readable identifier of a key owner.
15382         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15383         itself.
15384         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15385         the key value) if we have a key and can match it against a secret
15386         key.  Also, added a note pointing out fact that the prompt only
15387         indicates the first matching key.
15388
15389         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15390         pgg-decrypt-region.
15391         (pgg-add-passphrase-to-cache): Rename from
15392         `pgg-add-passphrase-cache' to reduce confusion (all callers
15393         changed).
15394         (pgg-remove-passphrase-from-cache): Rename from
15395         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15396         changed).
15397         (pgg-read-passphrase, pgg-add-passphrase-cache)
15398         (pgg-remove-passphrase-cache): Add informative docstrings.
15399         (pgg-decrypt): Convey provided passphrase in subordinate call to
15400         pgg-decrypt-region.
15401
15402 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15403
15404         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15405         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15406         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15407         'passphrase' argument, so the passphrase can be managed externally
15408         and then passed in to the system.
15409
15410         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15411         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15412         so the passphrase cache can be used reliably with identifiers
15413         besides a pgp packet's key id.
15414
15415         * pgg-gpg.el (pgg-gpg-encrypt-region)
15416         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15417         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15418         these routines, so the passphrase can be managed externally and
15419         passed in to the system.
15420
15421         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15422         'notruncate' argument, so the passphrase cache can be used
15423         reliably with identifiers besides a pgp packet's key id.
15424
15425 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15426
15427         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15428         symmetric encryption.
15429         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15430         encrypted session key.
15431         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15432         message ask for the passphrase in a proper way.
15433
15434         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15435         New user commands for symmetric encryption.
15436
15437 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15440
15441         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15442
15443 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15444
15445         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15446
15447 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * mm-decode.el (mm-inlined-types): Add application/pgp.
15450         (mm-automatic-display): Ditto.
15451
15452         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15453         part as text.
15454
15455 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * nnrss.el: Update copyright.
15458         (nnrss-opml-import): Query whether to subscribe to each entry.
15459
15460         * gnus-art.el:
15461         * gnus-sum.el:
15462         * gnus-xmas.el:
15463         * messagexmas.el:
15464         * mm-uu.el:
15465         * mm-view.el: Update copyright.
15466
15467 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15468
15469         * message.el (message-info): New function.
15470         (message-mode-menu): Add it.
15471         Update copyright.
15472
15473         * ChangeLog: Fix and update copyright.
15474
15475 2006-01-13  Romain Francoise  <romain@orebokech.com>
15476
15477         * message.el (message-forward-subject-name-subject): Prefer the
15478         address to 'nowhere' if the sender has no name.
15479         Fix typo.  Update copyright year.
15480
15481 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-art.el (article-wash-html):
15484         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15485         (gnus-article-wash-html-with-w3m-standalone): New function.
15486
15487         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15488         mm-inline-text-html-render-with-w3m-standalone.
15489         (mm-text-html-washer-alist): Map w3m-standalone to
15490         gnus-article-wash-html-with-w3m-standalone.
15491         (mm-inline-text-html-render-with-w3m-standalone): New function.
15492
15493 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15494
15495         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15496         Improve LaTeX.
15497
15498 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15501         (nnrss-request-article): Render text/plain parts as HTML.
15502
15503         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15504         the buffer.
15505
15506 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15509         custom definition of `gnus-posting-styles'.
15510
15511         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15512         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15513
15514 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15517         Use nntp for bug archive.
15518
15519 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15522         parts.
15523         (nnrss-normalize-date): New function converts ISO 8601 date into
15524         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15525         (nnrss-check-group): Use it.
15526
15527 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15530
15531         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15532         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15533         (nnrss-insert-w3): Ditto.
15534
15535 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15538         the articles to be forwarded including the case where neither a
15539         number of articles nor a region is specified.
15540
15541 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * nnrss.el (nnrss-request-article): Fix last change; fill
15544         text/plain parts.
15545
15546 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15549         in text/plain part.
15550         (nnrss-check-group): Don't add excessive newline to dc:subject.
15551
15552 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15553
15554         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15555         article.
15556
15557 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15560         (nnml-use-compressed-files, nnml-save-mail): Support other
15561         comression programs such as bzip2.
15562
15563 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * dns.el (query-dns): Make sure we check the buffer size before
15566         removing tcp headers.
15567
15568 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15571         remove MIME buttons associated with multipart/alternative parts.
15572         (gnus-mime-display-alternative): Tag buttons using `article-type'
15573         text property.
15574
15575         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15576         associated with multipart/alternative parts.
15577
15578         * gnus-art.el (gnus-signature-separator): Fix custom type.
15579
15580         * mm-decode.el (mm-inlined-types): Fix custom type.
15581         (mm-keep-viewer-alive-types): Ditto.
15582         (mm-automatic-display): Ditto.
15583         (mm-attachment-override-types): Ditto.
15584         (mm-inline-override-types): Ditto.
15585         (mm-automatic-external-display): Ditto.
15586
15587 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * spam-report.el (spam-report-user-mail-address)
15590         (spam-report-user-agent): New variables.
15591         (spam-report-url-ping-plain): Use spam-report-user-agent.
15592
15593 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15594
15595         * gnus-art.el (gnus-button-handle-custom): Do not just use
15596         `customize-apropos' for any "M-x customize-*" button but the
15597         function called for.  Accept both the function name and its
15598         argument in order to achieve this.
15599         (gnus-button-alist): Remove support for "custom:" URL's.
15600         Pass function name to `gnus-button-handle-custom' in case of "M-x
15601         customize-*" buttons.
15602
15603 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15606         multipart/alternative and add xref to mm-discouraged-alternatives
15607         in doc string.
15608
15609         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15610         gnus-buttonized-mime-types in doc string.
15611
15612 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15615         Suggest image/.* in the doc string.
15616
15617 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15620         message-marks (Debian bug #342521).
15621
15622 2005-12-12  Simon Josefsson  <jas@extundo.com>
15623
15624         * password.el (password-read-from-cache): Add.
15625         (password-read): Use it.
15626
15627 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * rfc2047.el (rfc2047-charset-to-coding-system):
15630         Recognize us-ascii as a MIME charset.
15631
15632         * mm-bodies.el (mm-decode-content-transfer-encoding):
15633         Protect against the case where the 2nd arg TYPE is nil.
15634
15635 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * pop3.el (pop3-stream-type): Fix custom version.
15638
15639         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15640
15641 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15642
15643         * mm-decode.el (mm-display-external): Add missing cdr.
15644
15645 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15648         RFC1524) if it is in mailcap or add a suffix according to
15649         mailcap-mime-extensions when generating a temp filename; postpone
15650         deleting a temp file for 2 seconds for some wrappers, shell
15651         scripts, and so on, which might exit right after having started a
15652         viewer command as a background job.
15653
15654 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * nntp.el (nntp-marks-directory): Fix custom group.
15657
15658         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15659         steps when < 10.
15660
15661         * gnus-start.el (gnus-no-server-1):
15662         Mention `gnus-level-default-subscribed' in doc string.
15663
15664 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15665
15666         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15667         parens.
15668
15669 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * gnus-xmas.el (gnus-use-toolbar): Revert.
15672         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15673         gnus-use-toolbar is default.
15674
15675         * messagexmas.el (message-use-toolbar): Revert.
15676         (message-setup-toolbar): Use global default-toolbar if
15677         message-use-toolbar is default.
15678
15679 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15682         according to default-toolbar-visible-p.
15683
15684         * messagexmas.el (message-use-toolbar): Ditto.
15685
15686 2005-11-26  Dave Love  <fx@gnu.org>
15687
15688         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15689         (tls-program, tls-success): Provide openssl alternative.
15690
15691         * starttls.el: Doc fixes.
15692         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15693         SERVICE to PORT.
15694
15695         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15696         port null or service name.
15697         (starttls-negotiate): Autoload.
15698
15699 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * message.el (message-kill-to-signature): Fix interactive spec.
15702
15703 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * pop3.el (pop3-open-server): Recognize a string as a service name.
15706
15707 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15708
15709         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15710
15711 2005-11-23  Dave Love  <fx@gnu.org>
15712
15713         Add pop3s, pop3/starttls.
15714
15715         * pop3.el (pop3-authentication-scheme): Clarify doc.
15716         (open-tls-stream, starttls-open-stream): Autoload.
15717         (pop3-stream-type): New.
15718         (pop3-open-server): Use it.
15719
15720         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15721         for POP.
15722         (mail-source-keyword-map): Add :stream for POP.
15723         (mail-source-fetch-pop): Use pop3-stream-type.
15724
15725 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15728         of current-time-string.
15729
15730 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15731
15732         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15733         date header.
15734
15735 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15736
15737         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15738         it can seriously impact performance as it bypasses the agent's
15739         local caches.
15740
15741 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15742
15743         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15744         must be explicitly online rather than "not explicitly offline" for
15745         its flags to be synchronized.
15746
15747         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15748         that gnus-uu-unmark-thread will function correctly.
15749
15750         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15751         1024K is instead displayed as 1M.
15752
15753 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15754
15755         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15756
15757 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15758
15759         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15760
15761 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15762
15763         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15764         error message to display actual error condition.
15765         (gnus-agent-save-local): Avoid saving symbols that are bound to
15766         nil as they simply result in a warning message in
15767         gnus-agent-read-local.
15768
15769 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15772         rather than make-variable-buffer-local for file-precious-flag.
15773
15774 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15775
15776         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15777         for duplicates which are removed.  The invalid sort check then
15778         triggers a rescan after the sort as sorting may have moved
15779         duplicate entries such that they can be cheaply detected.
15780
15781 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15784
15785 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15786
15787         * gnus-agent.el (gnus-agent-article-alist-save-format):
15788         Change internal variable to a custom variable.  Change default value
15789         from compressed(2) to uncompressed(1).
15790         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15791         support for uncompressed agentview files.  Taken together, reading
15792         the agentview file should now be 6-7 times faster.
15793
15794 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15795
15796         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15797         as a buffer-local variable.  This avoids creating truncated
15798         dribble files as a result of a hang up, eg.
15799
15800 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15801
15802         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15803         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15804         XEmacs.
15805
15806 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * gnus-start.el (gnus-start-draft-setup):
15809         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15810
15811         * gnus.el (gnus-splash): Change custom group.
15812         (gnus-group-get-parameter, gnus-group-parameter-value):
15813         Describe allow-list argument.
15814
15815         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15816         string.
15817
15818 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-art.el (gnus-default-article-saver): Add user-defined
15821         `function' to custom type.
15822
15823 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15824
15825         * imap.el (imap-open): Handle case where buffer is a buffer
15826         object.
15827
15828 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15831         long lines.
15832         (gnus-cache-delete-group): Wrap doc strings.
15833
15834         * gnus-agent.el (gnus-agent-rename-group)
15835         (gnus-agent-delete-group): Wrap doc strings.
15836
15837 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * messagexmas.el (message-use-toolbar): Change the valid values
15840         into default, top, bottom, left, and right.
15841         (message-toolbar-thickness): New variable.
15842         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15843         well.
15844         (message-setup-toolbar): Make it work.
15845
15846         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15847         (gnus-use-toolbar): Change the valid values into default, top,
15848         bottom, left, and right.
15849         (gnus-toolbar-thickness): New variable.
15850         (gnus-xmas-setup-toolbar): New function.
15851         (gnus-xmas-setup-group-toolbar): Use it.
15852         (gnus-xmas-setup-summary-toolbar): Use it.
15853
15854 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15855
15856         * gnus-start.el (gnus-1): Add "native" to
15857         gnus-predefined-server-alist.
15858
15859         * gnus.el (gnus-method-to-server): Don't add "native" to the
15860         lists here, because that leads to problems when
15861         gnus-select-method is bound.
15862
15863 2005-11-09  Simon Josefsson  <jas@extundo.com>
15864
15865         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15866         use (not sort-by-date) instead.
15867
15868 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15869
15870         * gnus-delay.el (gnus-delay-group): Don't autoload.
15871         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15872         to be re-loaded when customizing the `gnus-delay' group.
15873
15874 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15875
15876         * message.el: Revert last changes.
15877         (message-insert-citation-line): Use newlines.
15878
15879 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15880
15881         * message.el (message-courtesy-message)
15882         (message-mark-insert-begin, message-mark-insert-end)
15883         (message-elide-ellipsis, message-cancel-message)
15884         (message-add-header, message-change-subject)
15885         (message-cross-post-followup-to-header)
15886         (message-cross-post-insert-note, message-reduce-to-to-cc)
15887         (message-widen-reply, message-delete-not-region)
15888         (message-kill-to-signature, message-insert-signature)
15889         (message-insert-importance-high, message-insert-importance-low)
15890         (message-insert-or-toggle-importance)
15891         (message-insert-disposition-notification-to)
15892         (message-indent-citation, message-yank-original)
15893         (message-cite-original-without-signature, message-cite-original)
15894         (message-insert-citation-line, message-position-on-field)
15895         (message-fix-before-sending, message-send-mail-partially)
15896         (message-send-mail, message-send-mail-with-sendmail)
15897         (message-send-mail-with-qmail, message-send-news)
15898         (message-check-news-header-syntax, message-generate-headers)
15899         (message-insert-courtesy-copy, message-fill-address)
15900         (message-fill-header, message-shorten-references)
15901         (message-setup-1, message-cancel-news)
15902         (message-forward-make-body-plain, message-forward-make-body-mime)
15903         (message-forward-make-body-mml, message-encode-message-body)
15904         (message-forward-make-body-digest-plain)
15905         (message-forward-make-body-digest-mime)
15906         (message-use-alternative-email-as-from): Insert `hard-newline'
15907         instead of ordinary newlines.
15908
15909 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * message.el (message-generate-headers): Downcase the argument
15912         given to message-check-element.
15913
15914 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15915
15916         * nntp.el (nntp-authinfo-rejected): New error condition.
15917         (nntp-wait-for): Use new error condition to signal authentication
15918         error.
15919         (nntp-retrieve-data): Rethrow new error condition to break out of
15920         recursive call to nntp-send-authinfo.
15921
15922 2005-11-08  Romain Francoise  <romain@orebokech.com>
15923
15924         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15925         (gnus-summary-exit-map): Bind to `Z p'.
15926         (gnus-summary-make-menu-bar): Add menu item.
15927
15928 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15931         (gnus-treat-*): Add `first' in all doc strings.
15932
15933         * gnus-group.el (gnus-group-compact-group): Fix typo.
15934
15935 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus.el (gnus-parameters-case-fold-search): New variable.
15938         (gnus-parameters-get-parameter): Use it.
15939
15940         * gnus-score.el (gnus-home-score-file): Doc fix.
15941
15942 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15943
15944         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15945
15946 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * mm-util.el (mm-special-display-p): New function.
15949
15950         * mml.el (mml-preview): Use it; doc fix.
15951
15952 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15953
15954         * imap.el (imap-open): Handle case where buffer is a buffer object.
15955
15956 2005-10-29  Romain Francoise  <romain@orebokech.com>
15957
15958         * message.el (message-fix-before-sending): Fix comment.
15959
15960 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15961
15962         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15963
15964 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15965
15966         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15967         Used in gnus-score.el.
15968
15969 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15972
15973 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15976         whitespace removed in revision 7.8.  Use concatenated string to
15977         protect trailing whitespace.
15978
15979 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15980
15981         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15982         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15983         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15984         Courier IMAP ("some version from 2004").  Mostly based on similar
15985         code in the same function.
15986
15987 2005-10-26  Didier Verna  <didier@xemacs.org>
15988
15989         * gnus-group.el (gnus-group-compact-group): Invalidate original
15990         article buffer.
15991         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15992         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15993         NOV database and in article itself.
15994         Invalidate article backlog.
15995
15996 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15999
16000 2005-10-26  Simon Josefsson  <jas@extundo.com>
16001
16002         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16003         part of 2004-07-25 change.
16004
16005 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * message.el (message-display-completion-list): New function.
16008         (message-expand-group): Use it; make sure the Completions buffer
16009         is modifiable.
16010 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16011
16012         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16013         user-mail-name is an empty string.
16014
16015 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16018         depending on gnus-score-decay-constant.
16019
16020         * encrypt.el (encrypt-insert-file-contents)
16021         (encrypt-write-file-contents): Don't use `gnus-message'.
16022
16023         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16024         arguments.
16025         (mm-uu-type-alist): Add message-marks and insert-marks.
16026         Pass arguments to mm-uu-verbatim-marks-extract.
16027         (mm-uu-hide-markers): New variable.
16028         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16029
16030         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16031         (gnus-convert-image-to-face-command): Use "convert" by default to
16032         allow other input image formats.
16033         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16034         accordingly.
16035
16036 2005-10-23  Simon Josefsson  <jas@extundo.com>
16037
16038         * imap.el (imap-gssapi-program): Align command line parameters
16039         with latest GNU SASL.
16040         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16041
16042 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043
16044         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16045         HTML.
16046         (nnslashdot-request-article): Ditto.
16047
16048         * lpath.el (featurep): Add nobreak-char-display.
16049
16050 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16051
16052         * mail-source.el (mail-source-fetch-pop): Require pop3.
16053         (mail-source-check-pop): Ditto.
16054
16055 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16058         errors.
16059
16060 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16063         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16064
16065         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16066
16067         * mm-bodies.el (mm-decode-string):
16068         Call `mm-charset-to-coding-system' with allow-override argument.
16069
16070 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16073         (rfc2047-charset-to-coding-system): New function.
16074         (rfc2047-decode-encoded-words): New function.
16075         (rfc2047-decode-region): Use them.
16076         (rfc2047-decode-cte): Remove.
16077         (rfc2047-parse-and-decode): Remove.
16078         (rfc2047-decode): Remove.
16079
16080 2005-10-15  Kenichi Handa  <handa@m17n.org>
16081
16082         * rfc2047.el (rfc2047-decode-cte): New function.
16083         (rfc2047-decode-region): Change the way to decode successive
16084         encoded-words: decode B- or Q-encoding in each encoded-word,
16085         concatenate them, and decode it as charset.
16086
16087 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * lpath.el: Fbind codepage-setup for XEmacs.
16090
16091 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16092
16093         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16094         widget-move-and-invoke.
16095         (gnus-custom-mode): Use gnus-custom-map.
16096
16097 2005-10-15  Bill Wohler  <wohler@newt.com>
16098
16099         * message.el (message-tool-bar-map): Rename image file from
16100         mail_send to mail/send.
16101
16102 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16103
16104         * message.el (message-expand-group): Pass the common
16105         prefix substring of completion to `display-completion-list'.
16106
16107 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16108
16109         * mml-sec.el (mml-secure-method): New internal variable.
16110         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16111         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16112         New functions using mml-secure-method.
16113
16114         * mml.el (mml-mode-map): Add key bindings for those functions.
16115         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16116         Harder <harder@myrealbox.com>.
16117         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16118         Goto end of message if point is the headers of the message.
16119
16120         * message.el (message-in-body-p): New function.
16121
16122         * assistant.el: Autoload gnus-util and netrc.
16123
16124         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16125         Use `mm-charset-override-alist' only when decoding.
16126
16127         * mm-bodies.el (mm-decode-body):
16128         Call `mm-charset-to-coding-system' with allow-override argument.
16129
16130         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16131         `filename' from Content-Disposition if Content-Type doesn't
16132         provide `name'.
16133         (gnus-mime-view-part-as-type): Set default instead of
16134         initial-input.
16135
16136 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16137
16138         * format-spec.el (format-spec): Propagate text properties of % spec.
16139
16140 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-art.el (gnus-treat-predicate): Add `first'.
16143
16144 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16145
16146         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16147         (mm-charset-override-alist): New variable.
16148         (mm-charset-to-coding-system): Use it.
16149         (mm-codepage-setup): New helper function.
16150         (mm-charset-eval-alist): New variable.
16151         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16152         Warn about unknown charsets.
16153
16154         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16155
16156 2005-10-04  David Hansen  <david.hansen@gmx.net>
16157
16158         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16159         (nnrss-check-group): Ditto.
16160
16161 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16162
16163         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16164         Rename x-gnus-verbatim to x-verbatim.
16165         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16166
16167         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16168         x-verbatim.
16169
16170         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16171
16172         * gnus-util.el (gnus-remove-duplicates): Remove.
16173
16174         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16175         instead of gnus-remove-duplicates.
16176
16177         * message.el (message-remove-duplicates): Remove.
16178         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16179         message-remove-duplicates.
16180
16181         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16182         available, else use implementation from `delete-dups'.
16183
16184         * message.el (message-insert-expires): New function.
16185         (message-mode-map): Add key binding.
16186         (message-mode-field-menu): Add menu entry.
16187         (message-mode): Document it.
16188         (message-make-expires-date): Use `message-make-date'.
16189
16190 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16191
16192         * message.el (message-make-expires-date): New function.
16193
16194 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * Makefile.in (list-installed-shadows): New entry.
16197         (install): Use it.
16198         (remove-installed-shadows): New entry.
16199
16200         * dgnushack.el (dgnushack-default-load-path): New variable.
16201         (dgnushack-find-lisp-shadows): New function.
16202         (dgnushack-remove-lisp-shadows): New function.
16203
16204 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * Makefile.in (install-el-elc): New entry.
16207         (install): Use it so that .el files are necessarily installed.
16208
16209 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16212
16213 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16214
16215         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16216         function rather than the diff-mode.el package.
16217         (mm-display-external): Use with-current-buffer.
16218         (mm-viewer-completion-map, mm-viewer-completion-map):
16219         Move initialization inside declaration.
16220
16221 2005-09-29  Simon Josefsson  <jas@extundo.com>
16222
16223         * spam.el: Load hashcash when compiling, to avoid warnings.
16224         Don't autoload mail-check-payment.
16225         (spam-check-hashcash): Define unconditionally, since hashcash.el
16226         is part of Gnus now.  Ignore errors from payment checking.
16227
16228 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16229
16230         * message.el (message-bold-region, message-unbold-region):
16231         Rename from `bold-region' and `unbold-region'.
16232
16233         * message.el: Remove useless autoloads.
16234
16235 2005-09-28  Simon Josefsson  <jas@extundo.com>
16236
16237         * message.el (message-use-idna): Default to t.
16238         (message-use-idna): Test whether encoding works too.  Doc fix.
16239
16240 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * nntp.el (nntp-warn-about-losing-connection): Remove.
16243
16244 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16247         customizable.  Change default value.
16248         (mm-uu-diff-groups-regexp): Change default value.
16249         (mm-uu-type-alist): Add doc string.
16250         (mm-uu-configure): Add doc string.  Make it interactive.
16251         (mm-uu-tex-groups-regexp): New variable.
16252         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16253         (mm-uu-type-alist): Add LaTeX documents.
16254         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16255         of "text/verbatim".
16256         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16257
16258         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16259         instead of "text/verbatim".
16260
16261         * message.el (message-mark-inserted-region)
16262         (message-mark-insert-file): Use slrn style marks when called with
16263         prefix argument.
16264
16265 2005-09-27  Simon Josefsson  <jas@extundo.com>
16266
16267         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16268
16269 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16270
16271         * message.el (message-remove-duplicates): New function.
16272         Implementation borrowed from `gnus-remove-duplicates'.
16273         (message-idna-to-ascii-rhs): Also encode idna addresses in
16274         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16275         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16276         only ask about the same idna domain once per header and also tell
16277         in what header to replace the idna domain.
16278
16279         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16280         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16281         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16282         a header is decoded and not just the last one.
16283
16284 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16287         has been decoded.
16288
16289         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16290         (mm-insert-part): Don't modify text if it has been decoded.
16291
16292         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16293         decoded.
16294
16295         * mm-view.el (mm-inline-text): Don't strip text props unless
16296         decoding enriched or richtext parts.
16297
16298 2005-09-25  Romain Francoise  <romain@orebokech.com>
16299
16300         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16301         * gnus-start.el (gnus-subscribe-interactively):
16302         * gnus-uu.el (gnus-uu-grab-articles):
16303         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16304         space.
16305
16306 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16307
16308         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16309         * mm-view.el (mm-view-pkcs7-decrypt):
16310         * gnus-sum.el (gnus-summary-limit-to-extra)
16311         (gnus-summary-respool-article, gnus-read-move-group-name):
16312         * gnus-score.el (gnus-summary-increase-score):
16313         * gnus-util.el (gnus-completing-read-with-default):
16314         * gnus-art.el (gnus-read-save-file-name)
16315         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16316         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16317         * message.el (message-check-news-header-syntax):
16318         Follow convention for reading with the minibuffer.
16319
16320 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * spam-report.el (spam-report-url-ping-plain):
16323         Use gnus-extended-version as User-Agent.
16324
16325         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16326         default value is nil.
16327
16328         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16329         (mm-uu-verbatim-marks-extract): New function.
16330         (mm-uu-extract): New face.
16331         (mm-uu-copy-to-buffer): Use it.
16332
16333         * spam-report.el (spam-report-gmane-ham): Rename from
16334         `spam-report-gmane-unspam'.
16335         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16336         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16337
16338         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16339         Autoload.
16340         (spam-report-gmane-unregister-routine):
16341         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16342
16343 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16344
16345         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16346         (spam-report-gmane-unregister-routine): Add support for gmane
16347         unregistration.
16348
16349         * spam-report.el (spam-report-gmane-unspam)
16350         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16351         (spam-report-gmane): Change to take a single article and do unspam
16352         registration.
16353
16354 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * mm-url.el (mm-url-decode-entities): Fix regexp.
16357
16358 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16361         default to nil, to be able to use Gnus at all.  If the default
16362         switches to something else, then the function should be fixed not
16363         be exceedingly slow.
16364
16365 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16366
16367         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16368         fail hard.
16369
16370         * spam-report.el: Add better Keywords line.
16371
16372         * spam.el: Add Maintainer and better Keywords line.
16373
16374 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * gnus-art.el (gnus-article-replace-part)
16377         (gnus-mime-replace-part): New functions.
16378         (gnus-mime-action-alist, gnus-mime-button-commands)
16379         (gnus-mime-save-part-and-strip): Add file argument.
16380         (gnus-article-part-wrapper): Add interactive argument.
16381
16382         * gnus-sum.el (gnus-summary-mime-map):
16383         Add `gnus-article-replace-part'.
16384
16385 2005-09-19  Didier Verna  <didier@xemacs.org>
16386
16387         The nnml compaction feature:
16388         * nnml.el (nnml-request-compact-group): New function.
16389         * nnml.el (nnml-request-compact): New function.
16390         * gnus-int.el (gnus-request-compact-group): New function.
16391         * gnus-int.el (gnus-request-compact): New function.
16392         * gnus-group.el (gnus-group-compact-group): New function.
16393         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16394         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16395         * gnus-srvr.el (gnus-server-compact-server): New function.
16396         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16397         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16398
16399 2005-09-18  Deepak Goel  <deego@gnufans.org>
16400
16401         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16402         format spec.
16403
16404 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16407
16408 2005-09-15  Romain Francoise  <romain@orebokech.com>
16409
16410         * message.el (message-fill-paragraph): Clarify docstring.
16411
16412 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-art.el (gnus-mime-display-part): Protect against broken
16415         MIME messages.
16416
16417 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16420         before parsing header.
16421
16422 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16423
16424         * html2text.el (html2text-replace-list): Add new entities.
16425
16426 2005-09-11  Romain Francoise  <romain@orebokech.com>
16427
16428         * message.el (message-alternative-emails): Improve docstring.
16429         (message-setup-1): Call `message-use-alternative-email-as-from'
16430         after `message-setup-hook' to give it precedence over posting
16431         styles, etc.
16432         (message-use-alternative-email-as-from): Add docstring.
16433         Remove the original From header if present.
16434
16435         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16436         (nnml-save-mail): Use it.
16437
16438         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16439         articles.  Add new argument `silent'.
16440         (gnus-uu-mark-all): Report the total number of marked articles.
16441
16442 2005-09-10  Romain Francoise  <romain@orebokech.com>
16443
16444         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16445         (gnus-uu-mark-series): Likewise.
16446
16447 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * spam-report.el (spam-report-gmane): Fix generation of spam
16450         report URL.
16451
16452 2005-09-10  Simon Josefsson  <jas@extundo.com>
16453
16454         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16455         t, based on discussion on the ding list with Robert Epprecht
16456         <epprecht@solnet.ch>.
16457
16458 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16459
16460         * spam-report.el (spam-report-gmane): Make it work without
16461         X-Report-Spam header.  Gmane now only provides Archived-At.
16462         This is only used if `spam-report-gmane-use-article-number' is nil.
16463         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16464
16465         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16466         make `gnus-summary-sort-by-recipient' work with threading.
16467
16468         * nnweb.el (nnweb-google-wash-article): Print a message if article
16469         is not available.
16470
16471 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16472
16473         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16474         change.  Decode text/* parts content before displaying.
16475
16476 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16477
16478         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16479
16480 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16483
16484         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16485         url-package-name, url-package-version,
16486         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16487         w3m-display-inline-images, and w3m-minor-mode-map.
16488
16489 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * message.el (message-tab-body-function): Fix mismatched custom type.
16492
16493         * gnus.el (gnus-group-change-level-function): Ditto.
16494
16495         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16496
16497         * gnus-art.el (gnus-signature-limit)
16498         (gnus-article-mime-part-function): Ditto.
16499
16500 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * mml.el (mml-mode): Silence the byte compiler.
16503
16504         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16505         using `(sit-for 0)' before moving the point to the specified part;
16506         skip unbuttonized parts.
16507         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16508         return to the summary window if gnus-auto-select-part is non-nil.
16509
16510 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16513         New variables.
16514         (mml-dnd-attach-file, mml-mode): Use them.
16515
16516         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16517         Make fetching article by MID work again for Google Groups.
16518         Add FIXME concerning gnus-group-make-web-group.
16519
16520         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16521         Don't depend on Gnus by using mail-extract-address-components if
16522         gnus-extract-address-components is not bound.
16523
16524 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * gnus-art.el (gnus-mime-display-security): Don't display the
16527         signature, but only the signed part.
16528
16529 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16532
16533         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16534         list, not listp.
16535
16536 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16537
16538         * mm-encode.el (mm-encode-content-transfer-encoding):
16539         Likewise when encoding.
16540
16541         * mm-bodies.el (mm-decode-content-transfer-encoding):
16542         De-canonicalize CRLF for all text content types, not just
16543         text/plain.
16544
16545 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16548         valid article; point arrow and cursor at the MIME button.
16549
16550 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16553         Suggested by Dan Christensen <jdc@uwo.ca>.
16554
16555         * mm-decode.el (mm-save-part): Enable change of prompt.
16556
16557 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16558
16559         * gnus-msg.el (gnus-inews-add-send-actions):
16560         Make `message-post-method' lambda parameter ARG `&optional'.
16561
16562 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * gnus-sum.el (gnus-summary-mime-map):
16565         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16566         gnus-article-jump-to-part.
16567
16568         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16569         (gnus-article-edit-part): Use it.
16570         (gnus-article-part-wrapper): Add no-handle argument.
16571         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16572         New functions.
16573
16574 2005-08-29  Romain Francoise  <romain@orebokech.com>
16575
16576         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16577         docstring.
16578         (gnus-face-from-file): Likewise.
16579
16580 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16583         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16584         non-nil.
16585         (gnus-auto-select-part): New variable.
16586         (gnus-article-jump-to-part): New function.
16587         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16588         (gnus-mime-delete-part): Allow selecting specified part after
16589         deleting or stripping parts.
16590         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16591         part if argument is bogus.
16592
16593 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16594
16595         * gnus-art.el (w3m-minor-mode-map):
16596         * gnus-spec.el (gnus-newsrc-file-version):
16597         * gnus-util.el (nnmail-active-file-coding-system)
16598         (gnus-original-article-buffer, gnus-user-agent):
16599         * gnus.el (gnus-ham-process-destinations)
16600         (gnus-parameter-ham-marks-alist)
16601         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16602         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16603         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16604         * mm-decode.el (gnus-current-window-configuration):
16605         * mm-extern.el (gnus-article-mime-handles):
16606         * mm-url.el (url-current-object, url-package-name)
16607         (url-package-version):
16608         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16609         (smime-keys, w3m-cid-retrieve-function-alist)
16610         (w3m-current-buffer, w3m-display-inline-images)
16611         (w3m-minor-mode-map):
16612         * mml-smime.el (gnus-extract-address-components):
16613         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16614         (gnus-newsrc-hashtb, message-default-charset)
16615         (message-deletable-headers, message-options)
16616         (message-posting-charset, message-required-mail-headers)
16617         (message-required-news-headers):
16618         * mml1991.el (mc-pgp-always-sign):
16619         * mml2015.el (mc-pgp-always-sign):
16620         * nnheader.el (nnmail-extra-headers):
16621         * rfc1843.el (gnus-decode-encoded-word-function)
16622         (gnus-decode-header-function, gnus-newsgroup-name):
16623         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16624
16625 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16626
16627         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16628         the end of the date treatments.
16629
16630 2005-08-15  Simon Josefsson  <jas@extundo.com>
16631
16632         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16633         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16634         Capello and Romain Francoise.
16635         (pgg-fetch-key-function): Remove, not used?
16636         (pgg-insert-url-with-w3): Require url, to get
16637         url-insert-file-contents regardless of where it is defined.
16638
16639 2005-08-13  Romain Francoise  <romain@orebokech.com>
16640
16641         * message.el (message-cite-original-1): New function.
16642         (message-cite-original): Use it.
16643         (message-cite-original-without-signature): Ditto.
16644
16645 2005-08-08  Romain Francoise  <romain@orebokech.com>
16646
16647         * message.el (message-yank-empty-prefix): New variable.
16648         (message-indent-citation): Use it.
16649         (message-cite-original-without-signature): Respect X-No-Archive.
16650
16651 2005-08-08  Simon Josefsson  <jas@extundo.com>
16652
16653         * pgg.el: Autoload url-insert-file-contents instead of loading
16654         w3/url.
16655         (pgg-insert-url-with-w3): Don't load url here.
16656
16657 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16658
16659         * message.el (message-kill-to-signature): Don't insert newline at
16660         bol.
16661         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16662
16663 2005-08-06  Romain Francoise  <romain@orebokech.com>
16664
16665         * message.el (message-user-fqdn): Fix typo in docstring.
16666
16667 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16668
16669         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16670
16671         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16672
16673 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * mm-bodies.el (mm-encode-body): Use coding system rather than
16676         charset to encode text.
16677
16678         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16679         number of charsets if utf-8 is available (XEmacs).
16680
16681 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16684         taken from `gnus-button-mid-or-mail-regexp'.
16685         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16686         (gnus-button-alist): Improve regexp for domain part of the MIDs
16687         for news:localpart@domain buttons.
16688         (gnus-button-ctan-directory-regexp): Update.
16689
16690 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * sieve-manage.el (sieve-manage-interactive-login):
16693         Use make-local-variable rather than make-variable-buffer-local.
16694         (sieve-manage-open): Ditto.
16695         (sieve-manage-authenticate): Ditto.
16696
16697         * mml.el (mml-generate-mime-1): Make the content type default to
16698         text/plain if the filename is not specified.
16699
16700 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16703         instead of insert-buffer.
16704
16705         * message.el (message-yank-original): Ditto; set the mark at the
16706         end of the yanked message.
16707
16708 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16711         lines to scroll rather than to stop it.
16712
16713         * mml.el (mml-generate-default-type): Add doc string.
16714         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16715         default to application/octet-stream when determining the content
16716         type if it is not specified for the part or the mml contents; add
16717         a comment about mml-generate-default-type.
16718
16719 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16722         make it default to application/octet-stream when determining the
16723         content type if it is not specified for the external contents.
16724
16725 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16728         segmented parameter but also other parameters might be there.
16729
16730 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * mm-decode.el (mm-display-external): Delete temp file, directory
16733         and buffer immediately if the external process is exited.
16734
16735 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16738         fewer lines than that of scroll-margin.
16739         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16740
16741 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-art.el (gnus-article-next-page): Revert.
16744         (gnus-article-beginning-of-window): New macro.
16745         (gnus-article-next-page-1): Use it.
16746         (gnus-article-prev-page): Ditto.
16747         (gnus-article-edit-part): Use insert-buffer-substring instead of
16748         insert-buffer.
16749         (gnus-article-edit-exit): Ditto.
16750
16751         * gnus-util.el (gnus-beginning-of-window): Remove.
16752         (gnus-end-of-window): Remove.
16753
16754         * lpath.el: Don't bind header-line-format and scroll-margin.
16755
16756 2005-07-25  Simon Josefsson  <jas@extundo.com>
16757
16758         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16759         to have the url package without w3.  Reported by Daiki Ueno
16760         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16761
16762 2005-07-20  Didier Verna  <didier@xemacs.org>
16763
16764         * gnus-diary.el: Remove the description comment (nndiary is now
16765         properly documented in the Gnus manual).
16766         Fix the spelling of "Back End".
16767         * nndiary.el: Ditto.
16768         Fix the copyright notice.
16769
16770 2005-07-18  Romain Francoise  <romain@orebokech.com>
16771
16772         * gnus-sum.el (gnus-summary-to-prefix)
16773         (gnus-summary-newsgroup-prefix): New variables.
16774         (gnus-summary-from-or-to-or-newsgroups): Use them.
16775
16776 2005-07-17  Romain Francoise  <romain@orebokech.com>
16777
16778         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16779         space as it's generally not especially interesting to the user.
16780
16781 2005-07-16  Romain Francoise  <romain@orebokech.com>
16782
16783         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16784         nil to avoid prompting and file modification if one of the
16785         messages at the top of the nnfolder file contains a copyright
16786         notice.
16787         Update copyright notice.
16788
16789         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16790         instead of `current-time-string' as the latter creates a time
16791         string that is not RFC 2822 compliant (it lacks the zone).
16792         Update copyright notice.
16793
16794 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16795
16796         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16797         for text/rtf.  Display default in prompt.  Pass default for M-n.
16798
16799         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16800
16801 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16802
16803         * gnus-msg.el (gnus-button-mailto):
16804         Remove save-selected-window-window hackery because it relies on
16805         save-selected-window internals.
16806
16807 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16810         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16811         (gnus-article-prev-page): Ditto.
16812
16813         * gnus-util.el (gnus-beginning-of-window): New function.
16814         (gnus-end-of-window): New function.
16815
16816         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16817
16818 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16819
16820         * gnus-score.el (gnus-score-edit-all-score):
16821         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16822         gnus-message.
16823
16824 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16825
16826         * gnus-msg.el (gnus-button-mailto):
16827         Remove save-selected-window-window hackery because it relies on
16828         save-selected-window internals.
16829
16830 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16833         add-minor-mode.
16834         (gnus-binary-mode): Ditto.
16835
16836         * gnus-topic.el (gnus-topic-mode): Ditto.
16837
16838 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16839
16840         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16841         (gnus-article-prev-page): Take scroll-margin into consideration.
16842
16843 2005-07-04  Lute Kamstra  <lute@gnu.org>
16844
16845         Update FSF's address in GPL notices.
16846
16847 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16848
16849         * gnus.el (gnus-exit):
16850         * gnus-group.el (gnus-group-icons):
16851         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16852
16853         * gnus-nocem.el (gnus-nocem):
16854         * message.el (message-various, message-buffers, message-sending)
16855         (message-interface, message-forwarding, message-insertion)
16856         (message-headers, message-news, message-mail):
16857         * pgg-gpg.el (pgg-gpg):
16858         * pgg-parse.el (pgg-parse):
16859         * pgg-pgp.el (pgg-pgp):
16860         * pgg-pgp5.el (pgg-pgp5):
16861         * pop3.el (pop3): Finish `defgroup' description with period.
16862
16863 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-art.el (article-display-face): Improve the efficiency.
16866         (article-display-x-face): Ditto; remove grey x-face stuff.
16867
16868 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-art.el (article-display-face): Correct the position in
16871         which Faces are inserted.
16872
16873 2005-06-29  Didier Verna  <didier@xemacs.org>
16874
16875         * gnus-art.el (article-display-face): Display faces in correct
16876         order.
16877
16878 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16881         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16882         (gnus-nocem-check-article): Fetch the Type header.
16883         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16884         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16885         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16886         make sure gnus-nocem-hashtb is initialized.
16887         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16888         (gnus-nocem-unwanted-article-p): Ditto.
16889
16890         * pgg.el (pgg-verify): Return the verification result.
16891
16892 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16893
16894         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16895         is ascii.
16896
16897 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16898
16899         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16900         `show-nonbreak-escape'.
16901
16902 2005-06-23  Lute Kamstra  <lute@gnu.org>
16903
16904         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16905
16906         * dig.el (dig-mode):
16907         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16908
16909 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16910
16911         * nnimap.el (nnimap-split-download-body): Fix spellings.
16912
16913 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16914
16915         * gnus-art.el (gnus-article-encrypt-body):
16916         * gnus-cus.el (gnus-score-customize):
16917         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16918         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16919
16920 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16921
16922         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16923         header by looking for magic "MII" at the beginnig.
16924
16925 2005-06-16  Miles Bader  <miles@gnu.org>
16926
16927         * gnus-xmas.el (gnus-xmas-group-startup-message):
16928         Use renamed gnus-splash face.
16929
16930         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16931         (assistant-field-face): New backward-compatibility alias for renamed
16932         face.
16933         (assistant-render-text): Use renamed assistant-field face.
16934
16935         * spam.el (spam): Remove "-face" suffix from face name.
16936         (spam-face): New backward-compatibility alias for renamed face.
16937         (spam-face, spam-initialize): Use renamed spam face.
16938
16939         * message.el (message-header-to, message-header-cc)
16940         (message-header-subject, message-header-newsgroups)
16941         (message-header-other, message-header-name)
16942         (message-header-xheader, message-separator, message-cited-text)
16943         (message-mml): Remove "-face" suffix from face names.
16944         (message-header-to-face, message-header-cc-face)
16945         (message-header-subject-face, message-header-newsgroups-face)
16946         (message-header-other-face, message-header-name-face)
16947         (message-header-xheader-face, message-separator-face)
16948         (message-cited-text-face, message-mml-face):
16949         New backward-compatibility aliases for renamed faces.
16950         (message-font-lock-keywords): Use renamed message faces.
16951
16952         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16953         (sieve-test-commands, sieve-tagged-arguments):
16954         Remove "-face" suffix from face names.
16955         (sieve-control-commands-face, sieve-action-commands-face)
16956         (sieve-test-commands-face, sieve-tagged-arguments-face):
16957         New backward-compatibility aliases for renamed faces.
16958         (sieve-control-commands-face, sieve-action-commands-face)
16959         (sieve-test-commands-face, sieve-tagged-arguments-face):
16960         Use renamed sieve faces.
16961
16962         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16963         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16964         (gnus-group-news-3-empty, gnus-group-news-4)
16965         (gnus-group-news-4-empty, gnus-group-news-5)
16966         (gnus-group-news-5-empty, gnus-group-news-6)
16967         (gnus-group-news-6-empty, gnus-group-news-low)
16968         (gnus-group-news-low-empty, gnus-group-mail-1)
16969         (gnus-group-mail-1-empty, gnus-group-mail-2)
16970         (gnus-group-mail-2-empty, gnus-group-mail-3)
16971         (gnus-group-mail-3-empty, gnus-group-mail-low)
16972         (gnus-group-mail-low-empty, gnus-summary-selected)
16973         (gnus-summary-cancelled, gnus-summary-high-ticked)
16974         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16975         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16976         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16977         (gnus-summary-low-undownloaded)
16978         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16979         (gnus-summary-low-unread, gnus-summary-normal-unread)
16980         (gnus-summary-high-read, gnus-summary-low-read)
16981         (gnus-summary-normal-read, gnus-splash):
16982         Remove "-face" suffix from face names.
16983         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16984         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16985         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16986         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16987         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16988         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16989         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16990         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16991         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16992         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16993         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16994         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16995         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16996         (gnus-summary-normal-ticked-face)
16997         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16998         (gnus-summary-normal-ancient-face)
16999         (gnus-summary-high-undownloaded-face)
17000         (gnus-summary-low-undownloaded-face)
17001         (gnus-summary-normal-undownloaded-face)
17002         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17003         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17004         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17005         (gnus-splash-face):
17006         New backward-compatibility aliases for renamed faces.
17007         (gnus-group-startup-message): Use renamed gnus faces.
17008
17009         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17010         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17011         (gnus-server-agent): Remove "-face" suffix from face names.
17012         (gnus-server-agent-face, gnus-server-opened-face)
17013         (gnus-server-closed-face, gnus-server-denied-face)
17014         (gnus-server-offline-face):
17015         New backward-compatibility aliases for renamed faces.
17016         (gnus-server-agent-face, gnus-server-opened-face)
17017         (gnus-server-closed-face, gnus-server-denied-face)
17018         (gnus-server-offline-face): Use renamed gnus faces.
17019
17020         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17021         Remove "-face" suffix from face names.
17022         (gnus-picon-xbm-face, gnus-picon-face):
17023         New backward-compatibility aliases for renamed faces.
17024
17025         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17026         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17027         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17028         (gnus-cite-11): Remove "-face" suffix from face names.
17029         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17030         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17031         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17032         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17033         New backward-compatibility aliases for renamed faces.
17034         (gnus-cite-attribution-face, gnus-cite-face-list)
17035         (gnus-article-boring-faces): Use renamed gnus faces.
17036
17037         * gnus-art.el (gnus-signature, gnus-header-from)
17038         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17039         (gnus-header-content): Remove "-face" suffix from face names.
17040         (gnus-signature-face, gnus-header-from-face)
17041         (gnus-header-subject-face, gnus-header-newsgroups-face)
17042         (gnus-header-name-face, gnus-header-content-face):
17043         New backward-compatibility aliases for renamed faces.
17044         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17045
17046         * gnus-sum.el (gnus-summary-selected-face)
17047         (gnus-summary-highlight): Use renamed gnus faces.
17048         * gnus-group.el (gnus-group-highlight): Likewise.
17049
17050 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17051
17052         * gnus-sieve.el (gnus-sieve-article-add-rule):
17053         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17054         * spam-stat.el (spam-stat-buffer-change-to-spam)
17055         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17056
17057         * message.el (message-is-yours-p):
17058         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17059
17060 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * mm-view.el (mm-inline-text): Withdraw the last change.
17063
17064 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17067         executing enriched-decode.
17068
17069 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17072         charset of tar files.
17073
17074 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17075
17076         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17077
17078 2005-06-04  Lute Kamstra  <lute@gnu.org>
17079
17080         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17081         information is never recorded.
17082
17083 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17084
17085         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17086
17087 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * pop3.el (pop3-apop): Run md5 in the binary mode.
17090
17091         * starttls.el (starttls-set-process-query-on-exit-flag):
17092         Use eval-and-compile.
17093
17094 2005-05-31  Simon Josefsson  <jas@extundo.com>
17095
17096         * smime.el (smime-replace-in-string): Define.
17097         (smime-cert-by-ldap-1): Use it.
17098
17099 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-art.el (article-display-x-face): Replace
17102         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17103
17104         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17105         set-process-query-on-exit-flag or process-kill-without-query.
17106
17107         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17108         loop instead of replace-regexp.
17109
17110         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17111         instead of process-kill-without-query if it is available.
17112
17113         * lpath.el: Fbind ldap-search-entries.
17114
17115         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17116         instead of find-file-hooks if it is available.
17117
17118         * mml1991.el: Bind pgg-default-user-id when compiling.
17119
17120         * mml2015.el: Bind pgg-default-user-id when compiling.
17121
17122         * nndraft.el (nndraft-request-associate-buffer):
17123         Use write-contents-functions instead of write-contents-hooks if it is
17124         available.
17125
17126         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17127         instead of find-file-hooks if it is available.
17128
17129         * nntp.el (nntp-open-connection): Replace
17130         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17131         (nntp-open-ssl-stream): Ditto.
17132         (nntp-open-tls-stream): Ditto.
17133
17134         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17135         set-process-query-on-exit-flag or process-kill-without-query.
17136         (starttls-open-stream-gnutls): Use it instead of
17137         process-kill-without-query.
17138         (starttls-open-stream): Ditto.
17139
17140 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17141
17142         * smime.el (smime-cert-by-ldap-1): Don't use
17143         replace-regexp-in-string.
17144
17145 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17146
17147         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17148
17149         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17150         in PEM format.  Adjust to the XEmacs compatibility.
17151
17152 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17155         by `string-to-number'.
17156         * gnus-agent.el (gnus-agent-regenerate-group)
17157         (gnus-agent-fetch-articles): Ditto.
17158         * gnus-art.el (gnus-button-fetch-group): Ditto.
17159         * gnus-cache.el (gnus-cache-generate-active)
17160         (gnus-cache-articles-in-group): Ditto.
17161         * gnus-group.el (gnus-group-set-current-level)
17162         (gnus-group-insert-group-line): Ditto.
17163         * gnus-score.el (gnus-score-set-expunge-below)
17164         (gnus-score-set-mark-below, gnus-summary-score-effect)
17165         (gnus-summary-score-entry): Ditto.
17166         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17167         (gnus-soup-pack): Ditto.
17168         * gnus-spec.el (gnus-xmas-format): Ditto.
17169         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17170         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17171         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17172         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17173         * nndb.el (nndb-get-remote-expire-response): Ditto.
17174         * nndiary.el (nndiary-parse-schedule-value)
17175         (nndiary-string-to-number, nndiary-request-replace-article)
17176         (nndiary-request-article): Ditto.
17177         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17178         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17179         * nneething.el (nneething-make-head): Ditto.
17180         * nnfolder.el (nnfolder-request-article)
17181         (nnfolder-retrieve-headers): Ditto.
17182         * nnheader.el (nnheader-file-to-number): Ditto.
17183         * nnkiboze.el (nnkiboze-request-article): Ditto.
17184         * nnmail.el (nnmail-process-unix-mail-format)
17185         (nnmail-process-babyl-mail-format): Ditto.
17186         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17187         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17188         (nnmh-request-create-group, nnmh-request-list-1)
17189         (nnmh-request-group, nnmh-request-article): Ditto.
17190         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17191         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17192         * nnsoup.el (nnsoup-make-active): Ditto.
17193         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17194         * nntp.el (nntp-find-group-and-number)
17195         (nntp-retrieve-headers-with-xover): Ditto.
17196         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17197         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17198         (pgg-format-key-identifier): Ditto.
17199         * pop3.el (pop3-last, pop3-stat): Ditto.
17200         * qp.el (quoted-printable-decode-region): Ditto.
17201
17202         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17203         of concat.
17204
17205 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17208
17209         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17210
17211         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17212
17213         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17214
17215         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17216
17217         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17218
17219         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17220         (gnus-carpal-mode): Ditto.
17221
17222         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17223         (gnus-browse-mode): Ditto.
17224
17225         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17226
17227         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17228
17229 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17230
17231         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17232
17233 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * gnus-util.el (gnus-run-mode-hooks): New function.
17236
17237         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17238
17239         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17240         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17241
17242 2005-05-27  Lute Kamstra  <lute@gnu.org>
17243
17244         * dns-mode.el (dns-mode): Specify customization group.
17245
17246 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17247
17248         * gnus-agent.el (gnus-agent-make-mode-line-string):
17249         Use mode-line-highlight as mouse-face.
17250
17251 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * canlock.el (canlock): Change the parent group to news.
17254
17255         * deuglify.el (gnus-outlook-deuglify): Add :group.
17256
17257         * dig.el (dig): Add :group.
17258
17259         * dns-mode.el (dns-mode): Add :group.
17260
17261         * encrypt.el (encrypt): Add :group.
17262
17263         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17264         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17265         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17266         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17267         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17268
17269         * gnus-diary.el (gnus-diary): Add :group.
17270
17271         * gnus.el (gnus-group-news-1-face): Add :group.
17272         (gnus-group-news-1-empty-face): Ditto.
17273         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17274         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17275         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17276         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17277         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17278         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17279         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17280         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17281         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17282         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17283         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17284         (gnus-summary-high-ticked-face): Ditto.
17285         (gnus-summary-low-ticked-face): Ditto.
17286         (gnus-summary-normal-ticked-face): Ditto.
17287         (gnus-summary-high-ancient-face): Ditto.
17288         (gnus-summary-low-ancient-face): Ditto.
17289         (gnus-summary-normal-ancient-face): Ditto.
17290         (gnus-summary-high-undownloaded-face): Ditto.
17291         (gnus-summary-low-undownloaded-face): Ditto.
17292         (gnus-summary-normal-undownloaded-face): Ditto.
17293         (gnus-summary-high-unread-face): Ditto.
17294         (gnus-summary-low-unread-face): Ditto.
17295         (gnus-summary-normal-unread-face): Ditto.
17296         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17297         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17298
17299         * hashcash.el (hashcash): New custom group.
17300         (hashcash-default-payment): Add :group.
17301         (hashcash-payment-alist): Ditto.
17302         (hashcash-default-accept-payment): Ditto.
17303         (hashcash-accept-resources): Ditto.
17304         (hashcash-path): Ditto.
17305         (hashcash-extra-generate-parameters): Ditto.
17306         (hashcash-double-spend-database): Ditto.
17307         (hashcash-in-news): Ditto.
17308
17309         * message.el (message-minibuffer-local-map): Add :group.
17310
17311         * netrc.el (netrc): Add :group.
17312
17313         * sieve-manage.el (sieve-manage-log): Add :group.
17314         (sieve-manage-default-user): Diito.
17315         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17316         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17317         (sieve-manage-authenticators): Ditto.
17318         (sieve-manage-authenticator-alist): Ditto.
17319         (sieve-manage-default-port): Ditto.
17320
17321         * sieve-mode.el (sieve-control-commands-face): Add :group.
17322         (sieve-action-commands-face): Ditto.
17323         (sieve-test-commands-face): Ditto.
17324         (sieve-tagged-arguments-face): Ditto.
17325
17326         * smime.el (smime): Add :group.
17327
17328         * spam-report.el (spam-report): Add :group.
17329
17330         * spam.el (spam, spam-face): Add :group.
17331
17332 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17333
17334         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17335         return \n.\n.\n at the end of articles.  Protect against that.
17336         (nntp-with-open-group): Allow debugging.
17337
17338         * nnheader.el (mail-header-set-extra): Make into a function
17339         because I just could't understand how to quote the list properly.
17340
17341         * dns.el (query-dns-cached): New function.
17342
17343 2005-05-26  Lute Kamstra  <lute@gnu.org>
17344
17345         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17346
17347 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17350
17351         * gnus-art.el: Don't autoload mail-extract-address-components.
17352
17353         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17354         eval-and-compile to evaluate it.
17355
17356         * hashcash.el: Don't autoload executable-find.
17357
17358         * nndb.el: Don't declare the nndb back end two or more times; don't
17359         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17360
17361         * nntp.el: Autoload format-spec instead of format; use
17362         eval-and-compile to evaluate autoload forms.
17363
17364 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17365
17366         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17367
17368 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17369
17370         * gnus.el (gnus-version-number): Bump version.
17371
17372 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17373
17374         * gnus.el: No Gnus v0.3 is released.
17375
17376 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17377
17378         * lpath.el (featurep): Bind show-nonbreak-escape.
17379
17380 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-art.el (gnus-article-edit-part): Disable undo.
17383
17384 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17387         gnus-article-date-lapsed-new-header is t if date timer is active;
17388         skip headers in which the original date value is empty.
17389         (gnus-article-save-original-date): Redefine it as a macro.
17390         (gnus-display-mime): Use it.
17391
17392 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-art.el (article-date-ut): Support converting date in
17395         forwarded parts as well.
17396         (gnus-article-save-original-date): New function.
17397         (gnus-display-mime): Use it.
17398
17399 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17400
17401         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17402         enclosure element of <item>.
17403
17404 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17405
17406         * message.el (message-kill-buffer-query): Rename from
17407         `message-kill-buffer-query-if-modified'.  Add :version.
17408
17409 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17412         window layout.
17413
17414 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * mml.el: Autoload dnd when compiling.
17417
17418 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17421         x-dnd-*.
17422
17423 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * qp.el (quoted-printable-encode-region): Save excursion.
17426
17427 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17428
17429         * message.el (message-kill-buffer-query-if-modified): Add new variable
17430         so the user can kill a modified message buffer quickly.
17431         (message-kill-buffer): Use it.
17432
17433 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * lpath.el: Fbind display-time-event-handler; don't fbind
17436         string-to-multibyte.
17437
17438         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17439
17440 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17443         contained in text because xml.el decodes entities) with LFs.
17444
17445 2005-04-11  Lute Kamstra  <lute@gnu.org>
17446
17447         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17448         differently.
17449
17450 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17451
17452         * mm-util.el (mm-detect-coding-region): Typo.
17453
17454 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17457
17458 2005-04-06  Deepak Goel  <deego@gnufans.org>
17459
17460         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17461         user-function allow user modifications of the scores.
17462         (spam-stat-score-buffer-user): New function, to allow
17463         user-computed modifications to the score.
17464         (spam-stat-score-buffer-user-functions): List of additional
17465         scoring functions.
17466         (spam-stat-error-holder): Global temporary error holder.
17467         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17468         variable.
17469
17470 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17471
17472         * gnus-registry.el (gnus-registry-clean-empty-function)
17473         (gnus-registry-trim, gnus-registry-fetch-groups)
17474         (gnus-registry-delete-group): Groups that match
17475         `gnus-registry-ignored-groups' are removed from the registry
17476         entries, not just ignored for splitting.  This helps clean up the
17477         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17478         to get all the groups a message ID is in.
17479
17480         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17481         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17482         (spam-stat-score-buffer-user-functions): Add :number custom type.
17483
17484 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17487         argument in XEmacs.
17488
17489         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17490         (nnrss-request-group): Decode group name first.
17491         (nnrss-request-article): Make a text/plain article if mml-to-mime
17492         failed.
17493         (nnrss-get-encoding): Return a compatible encoding according to
17494         nnrss-compatible-encoding-alist.
17495         (nnrss-find-el): Use consp instead of listp.
17496         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17497
17498 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17501         which Emacs 20 doesn't support.
17502         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17503
17504 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17507         silence the byte compiler inside the defun.
17508
17509         * gnus-demon.el (parse-time-string): Add autoload.
17510
17511         * gnus-delay.el (parse-time-string): Add autoload.
17512
17513         * gnus-art.el (parse-time-string): Add autoload.
17514
17515         * nnultimate.el (parse-time): Require for `parse-time-string'.
17516
17517 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17520
17521         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17522
17523         * smime.el (smime-ldap-host-list): Add :version.
17524
17525 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17528         pass it to `gnus-browse-read-group'.
17529         (gnus-browse-read-group): Add NUMBER argument and pass it to
17530         `gnus-group-read-ephemeral-group'.
17531
17532         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17533         argument and pass it to `gnus-group-read-group'.
17534
17535 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17536
17537         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17538         mm-xemacs-find-mime-charset-1 if we have the mule feature
17539         available at runtime.
17540
17541 2005-03-25  Werner Lemberg  <wl@gnu.org>
17542
17543         * nnmaildir.el: Replace `illegal' with `invalid'.
17544
17545 2005-03-23  Lute Kamstra  <lute@gnu.org>
17546
17547         * time-date.el: Add comment on time value formats.
17548         Don't require parse-time.
17549         (with-decoded-time-value): New macro.
17550         (encode-time-value): New function.
17551         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17552         (days-to-time): Return a valid time value when arg is huge.
17553         (time-since): Use time-subtract.
17554         (time-to-number-of-days): Use time-to-seconds.
17555
17556 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17557
17558         * gnus-start.el (gnus-display-time-event-handler):
17559         Check display-time-timer at runtime rather than only at load time
17560         in case display-time-mode is turned off in the mean time.
17561
17562 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17565         used.
17566
17567         * nneething.el (nneething-map-file-directory): Derive from
17568         `gnus-directory'.
17569
17570         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17571         the To/Cc button.
17572
17573 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * nnmaildir.el (nnmaildir-request-accept-article):
17576         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17577
17578 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17579
17580         * gnus-async.el: Require timer-funcs at compile time when in
17581         XEmacs for `run-with-idle-timer'.
17582
17583 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17584
17585         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17586         autoloaded function.
17587
17588 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17589
17590         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17591
17592 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17593
17594         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17595
17596 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17597
17598         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17599         Add gnus-expert-user to default.
17600
17601 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17602
17603         * nnimap.el (nnimap-open-server): Ditto.
17604
17605         * imap.el (imap-authenticate): Fix typo.
17606
17607 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17608
17609         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17610         buffer (since IMAP server might return FETCH response out of
17611         order, and the nntp buffer must be sorted).
17612
17613 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17614
17615         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17616         comparison on string.
17617
17618         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17619         (gnus-agent-score): Rename category keywords to match gnus-cus.
17620         (gnus-agent-summary-fetch-series): Modify to protect against
17621         gnus-agent-summary-fetch-group clearing processable flags.
17622         (gnus-agent-synchronize-group-flags): Update live group buffer as
17623         synchronization may occur due to the user toggle the plugged
17624         status.
17625         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17626         successfully downloaded.
17627         (gnus-agent-expire-group-1): Avoid using markers when the overview
17628         is in ascending order; greatly improves performance.
17629         (gnus-agent-regenerate-group):
17630         Use gnus-agent-synchronize-group-flags to reset read status in both
17631         gnus and server.
17632         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17633
17634 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * message.el: Don't autoload former message-utils variables.
17637         (message-strip-subject-trailing-was): Change doc string.
17638
17639         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17640         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17641         (nnweb-google-search): Add "hl=en" here.
17642         (nnweb-google-parse-1, nnweb-google-create-mapping):
17643         Don't hardcode URL.
17644
17645 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17646
17647         * message.el (message-get-reply-headers, message-followup):
17648         Mention related variables `message-use-followup-to' and
17649         `message-use-mail-followup-to', in the information buffer.
17650
17651         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17652         of broken groups(-beta).google.com.
17653
17654 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17657         parameter to invoked gnus-request-move-article; remove the
17658         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17659         all at once instead of once per article.
17660         (gnus-summary-remove-process-mark): Accept a list of articles as
17661         well as a single article for processing.
17662
17663         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17664         parameter.
17665
17666         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17667
17668         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17669
17670         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17671         parameter.
17672
17673         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17674         parameter.
17675
17676         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17677         parameter and remove the gnus-sum-hint-move-is-internal variable.
17678
17679         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17680         parameter.
17681
17682         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17683         parameter.
17684
17685         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17686         parameter.
17687
17688         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17689
17690         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17691         parameter.
17692
17693         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17694         parameter.
17695
17696 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17697
17698         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17699         a more conservative way.
17700
17701 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17702
17703         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17704         buffer, so it moves the window's cursor.
17705
17706 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17707
17708         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17709         `mm-dissect-multipart' and receive the from field as an (optional)
17710         argument from `mm-dissect-multipart'.
17711         (mm-dissect-multipart): Receive the from field as an argument and
17712         pass it on when we call `mm-dissect-buffer' on MIME parts.
17713         Fixes verification/decryption of signed/encrypted MIME parts.
17714
17715 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17716
17717         * gnus-sum.el (gnus-summary-move-article):
17718         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17719         whatever it calls (right now, only nnimap-request-move article
17720         respects it).
17721
17722         * nnimap.el (nnimap-request-move-article):
17723         When gnus-sum-hint-move-is-internal is set, don't do the extra
17724         nnimap-request-article.
17725
17726 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17729
17730         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17731         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17732
17733         * gnus-sum.el (gnus-summary-caesar-message):
17734         Apply `gnus-treat-article' after rotation.
17735
17736         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17737         doc string.
17738
17739 2005-02-22  Simon Josefsson  <jas@extundo.com>
17740
17741         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17742         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17743         <arne@arnested.dk>.
17744         (encrypt): Add password-cache and password-cache-expiry as group
17745         members.
17746
17747 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17748
17749         * smime.el (smime-ldap-host-list): Doc fix.
17750         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17751         cache) password.
17752         (smime-sign-region): Use it.
17753         (smime-decrypt-region): Use it.
17754         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17755         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17756         fails.
17757         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17758         certificate from DER to PEM format rather than calling openssl.
17759
17760         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17761
17762         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17763         for signing/encryption.
17764
17765         * mml.el (mml-parse-1): Use them.
17766
17767 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17768
17769         * nnrss.el (nnrss-verbose): Remove.
17770         (nnrss-request-group): Use `nnheader-message' instead.
17771
17772 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17773
17774         * nnrss.el (nnrss-verbose): New variable.
17775         (nnrss-request-group): Make it say nnrss is requesting a group.
17776
17777 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17780         Handle news URL with given port correctly.
17781
17782 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17785         containing special characters.
17786
17787         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17788
17789         * mml.el (mime-to-mml): Ditto.
17790
17791         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17792         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17793         (rfc2047-decode-region): Quote decoded words containing special
17794         characters when rfc2047-quote-decoded-words-containing-tspecials
17795         is non-nil.
17796
17797 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17800
17801         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17802
17803 2005-02-15  Simon Josefsson  <jas@extundo.com>
17804
17805         * nnimap.el (nnimap-debug): Doc fix.
17806
17807         * imap.el (imap-debug): Doc fix.
17808
17809 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17812
17813 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17814
17815         * gnus.el (spam-contents): Improve docs for spam-contents
17816         parameter in its variable incarnation.
17817
17818 2005-02-14  Simon Josefsson  <jas@extundo.com>
17819
17820         * smime-ldap.el: Use require instead of load-library for ldap.
17821         (smime-ldap-search): Indent.
17822         (smime-ldap-search-internal): Shorten line.
17823
17824         * smime.el (smime-cert-by-dns): Add doc-string.
17825         (smime-cert-by-ldap-1): Indent.
17826
17827         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17828         mml-smime-get-dns-ldap.
17829         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17830
17831 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17832
17833         * smime.el: Require smime-ldap.
17834         (smime-ldap-host-list): New variable.
17835         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17836
17837         * mml-smime.el (mml-smime-encrypt-query): New function.
17838         (mml-smime-encrypt-query): Use it.
17839
17840         * smime-ldap.el: New file.
17841
17842 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17845
17846 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17849         argument in doc string.  Make query for type more clear.
17850
17851 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17852
17853         * gnus.el (gnus-group-startup-message): Search for gnus images in
17854         etc/images/gnus.
17855         * mm-util.el (mm-image-load-path): Likewise.
17856         * smiley.el (smiley-data-directory): Search for smilies in
17857         etc/images/smilies.
17858
17859 2005-02-09  Kim F. Storm  <storm@cua.dk>
17860
17861         Change Emacs release version from 21.4 to 22.1 throughout.
17862         Change Emacs development version from 21.3.50 to 22.0.50.
17863
17864 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17867
17868         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17869         non-Mule XEmacs as well.
17870         (mm-decompress-buffer): Signal an error intentionally if it does
17871         not decompress compressed data because auto-compression-mode is
17872         disabled.
17873
17874 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17875
17876         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17877         an ID in the registry even if it has no groups.
17878
17879 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17882         merge it into mm-decompress-buffer.
17883         (gnus-mime-copy-part): Use the MIME part charset, the value which
17884         a user specified or gnus-newsgroup-charset for decoding, like
17885         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17886         save-buffer what was used.  Suggested by Kevin Ryde
17887         <user42@zip.com.au>.
17888         (gnus-mime-inline-part): Allow the name parameter as well as the
17889         filename parameter; force decompressing of compressed data; always
17890         display contents being not decoded as unibyte.
17891
17892         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17893         as well as the filename parameter.
17894
17895         * mm-util.el (mm-decompress-buffer):
17896         Merge gnus-mime-jka-compr-maybe-uncompress.
17897         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17898         of compressed data.
17899
17900 2005-02-08  Simon Josefsson  <jas@extundo.com>
17901
17902         * imap.el (imap-log): Doc fix.
17903
17904 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17907         the coding cookies; decompress compressed parts.
17908
17909         * mml.el (mml-generate-mime-1): Add the charset parameter according
17910         to the value which a user specified manually or the coding cookie.
17911
17912         * mm-util.el (mm-string-to-multibyte): New function.
17913         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17914         (mm-coding-system-to-mime-charset): New function.
17915         (mm-decompress-buffer): New function.
17916         (mm-find-buffer-file-coding-system): New function.
17917
17918         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17919         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17920         parts.
17921
17922 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17923
17924         * mm-view.el (mm-display-inline-fontify): Decode a part according
17925         to the charset parameter.
17926
17927 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17930         prefix arg is neither nil nor a number, as info specifies.
17931
17932 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17935         timestamps.
17936
17937 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17938
17939         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17940         groups error checking and notify user.
17941
17942 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17943
17944         * message.el (message-send-mail-function): Check existence of
17945         sendmail-program first before using default value
17946         `message-send-mail-with-sendmail'.  Otherwise use more generic
17947         `smtpmail-send-it'.
17948
17949 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * nntp.el (nntp-request-update-info): Always return nil.
17952
17953 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17954
17955         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17956
17957 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17958
17959         * message.el (message-beginning-of-line): Change the behavior when
17960         invoked between BOL and : so that it first moves backward.
17961
17962 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17965         article buffer when editing of the article is discarded.
17966         (gnus-article-prepare): Revert.
17967
17968 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-art.el (gnus-article-prepare):
17971         Remove message-strip-forbidden-properties from the local hook.
17972
17973 2005-01-27  Simon Josefsson  <jas@extundo.com>
17974
17975         * password.el (password-cache-add): Only start one timer per key.
17976         Reported by Derek Atkins <warlord@MIT.EDU>.
17977
17978 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17979
17980         * run-at-time.el: Remove.  It is no longer needed as
17981         timer-funcs.el in the xemacs-base package has a working version of
17982         `run-at-time'.
17983
17984         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17985
17986         * password.el: Require timer-funcs instead of run-at-time in
17987         XEmacs.
17988         Remove `password-run-at-time' macro.
17989         (password-cache-add): Use `run-at-time' instead of
17990         `password-run-at-time'.
17991
17992         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17993         Remove `nnheader-cancel-function-timers' alias,
17994         `cancel-function-timers' exists in XEmacs in timer-funcs.
17995
17996         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17997         for `run-with-idle-timer'.
17998
17999         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18000         for `run-at-time'.
18001
18002         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18003         for `with-timeout'.
18004
18005         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18006         the same as for XEmacs 21.4.
18007         No need to ignore `run-with-idle-timer', this function exists in
18008         XEmacs now in timer-funcs.el in the xemacs-base package.
18009         (dgnushack-compile): No need to delete
18010         run-at-time.el from the list of files to compile because it
18011         doesn't exist anymore.
18012
18013 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18016         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18017
18018 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18019
18020         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18021         sensitively.
18022
18023 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18024
18025         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18026
18027 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18030         which will be inserted according to the multibyteness of a buffer
18031         rather than the type of contents.  Suggested by ARISAWA Akihiro
18032         <ari@mbf.ocn.ne.jp>.
18033
18034         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18035         of string which old xml.el may return rather than a string.
18036
18037 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18040
18041 2005-01-16  Simon Josefsson  <jas@extundo.com>
18042
18043         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18044         idn/idna.el isn't available.
18045         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18046         <michael@waxrat.com>.
18047
18048         * hashcash.el: Remove non-FSF copyright header.
18049
18050         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18051         (hashcash-generate-payment): Use it.
18052         (hashcash-generate-payment-async): Use it.
18053
18054 2005-01-15  Simon Josefsson  <jas@extundo.com>
18055
18056         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18057         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18058
18059         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18060         gnus-summary-idna-message.
18061         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18062         (gnus-summary-idna-message): New function.
18063
18064 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18065
18066         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18067         gnus-novice-user.
18068
18069 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * nnrss.el (nnrss-request-delete-group): Delete entries in
18072         nnrss-group-alist as well.
18073         (nnrss-save-server-data): Insert newline.
18074
18075 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * gnus.el (gnus-user-agent): Use list of symbols instead of
18078         symbols.  Display full version number for (S)XEmacs.
18079         Optionally display (S)XEmacs codename.
18080
18081         * gnus-util.el (gnus-emacs-version): Update for new
18082         `gnus-user-agent'.
18083
18084         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18085         Gnus version.
18086
18087 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18088
18089         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18090         which is unreadable in some setups.
18091
18092 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-spec.el (gnus-update-format-specifications): Flush the
18095         group format spec cache if it doesn't support decoded group names.
18096
18097 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18098
18099         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18100         Allow to apply decay on score files matching a regexp.
18101
18102 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18105         compatibility in %g and %c.
18106
18107 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18110         name for only %g and %c.
18111         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18112         of gnus-tmp-group to decoded group name.
18113         (gnus-group-make-rss-group): Exclude `/'s from group names.
18114
18115 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * nnrss.el (nnrss-get-encoding): Fix regexp.
18118
18119 2004-12-27  Simon Josefsson  <jas@extundo.com>
18120
18121         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18122         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18123         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18124
18125 2004-12-17  Kim F. Storm  <storm@cua.dk>
18126
18127         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18128
18129         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18130
18131 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18132
18133         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18134
18135 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * nnrss.el: Require rfc2047 and mml.
18138         (nnrss-file-coding-system): New variable.
18139         (nnrss-format-string): Redefine it as an inline function.
18140         (nnrss-decode-group-name): New function.
18141         (nnrss-string-as-multibyte): Remove.
18142         (nnrss-retrieve-headers): Decode group name; don't use
18143         nnrss-format-string.
18144         (nnrss-request-group): Decode group name.
18145         (nnrss-request-article): Decode group name; allow a Message-ID as
18146         well as an article number; don't use nnrss-format-string; encode a
18147         Message-ID string which may contain non-ASCII characters; use
18148         mml-to-mime to compose a MIME article.
18149         (nnrss-request-expire-articles): Decode group name.
18150         (nnrss-request-delete-group): Decode group name.
18151         (nnrss-fetch): Clarify error message.
18152         (nnrss-read-server-data): Use insert-file-contents instead of load;
18153         bind file-name-coding-system; use multibyte buffer.
18154         (nnrss-save-server-data): Bind coding-system-for-write to the
18155         value of nnrss-file-coding-system; bind file-name-coding-system;
18156         add coding cookie.
18157         (nnrss-read-group-data): Use insert-file-contents instead of load;
18158         bind file-name-coding-system; use multibyte buffer.
18159         (nnrss-save-group-data): Bind coding-system-for-write to the
18160         value of nnrss-file-coding-system; bind file-name-coding-system.
18161         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18162         make it work with non-ASCII text.
18163         (nnrss-find-el): Make it work with old xml.el as well.
18164
18165 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18166
18167         * nnrss.el (nnrss-get-encoding): New function.
18168         (nnrss-fetch): Use unibyte buffer initially; bind
18169         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18170         decode contents according to the encoding attribute.
18171         (nnrss-save-group-data): Add coding cookie.
18172         (nnrss-mime-encode-string): New function.
18173         (nnrss-check-group): Use it to encode subject and author.
18174
18175 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18176
18177         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18178         imaginary variable.
18179
18180 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18183         correctly even if there are wide characters.
18184
18185 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18186
18187         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18188         downcased symbol names; make a new cache instead of reusing
18189         bbdb-hashtable.
18190
18191 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18194         concatenating segments rather than before concatenating them.
18195         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18196
18197         * message.el (message-get-reply-headers): Bind `extra'.
18198
18199 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18200
18201         * message.el (message-extra-wide-headers): New variable.
18202         (message-get-reply-headers): Use it.
18203
18204 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18207         (gnus-agent-group-pathname): Ditto.
18208
18209         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18210
18211         * gnus-group.el (gnus-group-make-group): Decode group name.
18212         (gnus-group-make-rss-group): Register the group data after opening
18213         the nnrss group.
18214
18215 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18216
18217         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18218         by expiry now get marked as read.
18219
18220 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18223
18224 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18225
18226         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18227         unify Latin characters in XEmacs.
18228         (mm-find-mime-charset-region): Use it.
18229
18230 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * gnus-util.el (gnus-delete-directory): New function.
18233
18234         * gnus-agent.el (gnus-agent-delete-group): Use it.
18235
18236         * gnus-cache.el (gnus-cache-delete-group): Use it.
18237
18238 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18241         names.
18242
18243 2004-12-16  Simon Josefsson  <jas@extundo.com>
18244
18245         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18246
18247 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18250
18251         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18252         (gnus-group-set-current-level): Decode group name.
18253
18254 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18255
18256         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18257         failed.
18258
18259 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * gnus-group.el (gnus-group-delete-group): Decode group name.
18262         (gnus-group-make-rss-group): Encode group name.
18263         (gnus-group-catchup-current): Decode group name.
18264         (gnus-group-kill-group): Decode group name.
18265
18266 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18267
18268         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18269
18270 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * gnus-group.el (gnus-group-make-rss-group):
18273         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18274
18275         * gnus-start.el (gnus-setup-news): Honor user's setting to
18276         gnus-message-archive-method.  Suggested by Lute Kamstra
18277         <lute@gnu.org>.
18278
18279 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18280
18281         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18282         global counterparts of the buffer-local variables.
18283
18284 2004-11-16  Romain Francoise  <romain@orebokech.com>
18285
18286         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18287         counterparts of the buffer-local variables.
18288
18289 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * message.el (message-forbidden-properties): Fix typo in doc
18292         string.
18293
18294 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18295
18296         * gnus-util.el (gnus-replace-in-string): Add doc string.
18297
18298         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18299         to avoid problems when splitting mails with many recipients.
18300
18301 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18302
18303         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18304         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18305
18306 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18307
18308         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18309         if there is no hashtable in memory or file modification time is
18310         newer than cached timestamp.
18311
18312 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * gnus-sum.el (gnus-summary-limit-to-recipient):
18315         Implement not-matching option.
18316
18317 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18320         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18321         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18322         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18323         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18324         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18325
18326 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * message.el (message-forward-make-body-mml): Remove headers
18329         according to message-forward-ignored-headers if a message is decoded.
18330
18331 2004-12-02  Romain Francoise  <romain@orebokech.com>
18332
18333         * message.el (message-forward-make-body-plain): Always remove
18334         headers according to message-forward-ignored-headers.
18335
18336 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18337
18338         * spam.el (spam-summary-prepare-exit): Remove the
18339         gnus-summary-limit pop for now, it has problems with ham marks for
18340         me.
18341
18342 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18343
18344         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18345         correctly.
18346
18347 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18348
18349         * format-spec.el (format-spec): Message the char.
18350
18351 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * gnus-art.el (gnus-split-methods): Reformat comments.
18354
18355         * spam.el (spam-summary-prepare-exit): Remove article limits
18356         before exiting the summary buffer.
18357
18358 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18361         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18362
18363         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18364         order to silence the byte compiler.
18365
18366         * spam.el: Fix the way to silence the byte compiler, which
18367         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18368         bbdb-search-simple, spam-BBDB-register-routine,
18369         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18370         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18371         spam-stat-buffer-is-spam, spam-stat-load,
18372         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18373         spam-stat-save and spam-stat-split-fancy.
18374
18375 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18378         which may confuse users.
18379         (canlock-password-for-verify): Ditto.
18380
18381         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18382
18383         * gnus-art.el (gnus-emphasis-alist): Ditto.
18384
18385         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18386
18387         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18388
18389         * gnus-start.el (gnus-save-killed-list): Ditto.
18390
18391         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18392         (gnus-sum-thread-tree-root): Ditto.
18393         (gnus-sum-thread-tree-false-root): Ditto.
18394         (gnus-sum-thread-tree-single-indent): Ditto.
18395
18396         * message.el (message-courtesy-message): Ditto.
18397         (message-archive-note): Ditto.
18398         (message-subscribed-address-file): Ditto.
18399         (message-user-fqdn): Ditto.
18400
18401         * spam-report.el (spam-report-gmane-regex): Ditto.
18402
18403         * spam.el (spam-blackhole-good-server-regex): Ditto.
18404
18405 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * mml.el (mml-preview): Widen the message buffer before copying
18408         the contents to the preview buffer; sort headers before previewing.
18409
18410         * message.el (message-hidden-headers): Fix the way to avoid a bug
18411         in the `repeat' widget in Emacs 21.3 or earlier.
18412
18413 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * message.el (message-hidden-headers): Default to "^References:".
18416         Improve customization type.  Suggested by Reiner Steib
18417         <Reiner.Steib@gmx.de>.
18418
18419 2004-11-25  Romain Francoise  <romain@orebokech.com>
18420
18421         * message.el (message-strip-forbidden-properties): Remove check for
18422         obsolete `message-hidden' text property, hidden headers are not
18423         accessible in the buffer anymore.
18424
18425 2004-11-22  Romain Francoise  <romain@orebokech.com>
18426
18427         * message.el (message-header-format-alist): Add `From' in list
18428         so that it can be sorted.
18429         (message-fix-before-sending): Widen and sort headers before
18430         sending.
18431         (message-hide-headers): Use narrowing to hide headers by moving
18432         them to the top of the buffer and narrowing to the region
18433         underneath.
18434
18435 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18436
18437         * message.el (message-strip-forbidden-properties):
18438         Bind buffer-read-only (etc) to nil.
18439
18440 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18443         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18444
18445 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18446
18447         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18448
18449 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18450
18451         * dns.el (query-dns): Use sit-for to time instead of
18452         accept-process-output, since that doesn't seem to work on udp
18453         sockets.
18454
18455 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18458
18459 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18462         doc string.  Improve doc string.
18463
18464 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * nntp.el (nntp-request-update-info): Return nil if
18467         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18468         may not call gnus-activate-group which uselessly issues the GROUP
18469         commands for all nntp groups and wastes time.  Reported by Romain
18470         Francoise <romain@orebokech.com>.
18471
18472         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18473
18474 2004-11-15  Simon Josefsson  <jas@extundo.com>
18475
18476         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18477         headers separately.
18478         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18479         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18480
18481 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18482
18483         * gnus-start.el (gnus-convert-old-newsrc):
18484         Assign legacy-gnus-agent to 5.10.7.
18485
18486 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18487
18488         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18489         start of the lines.
18490
18491 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18492
18493         * hashcash.el (hashcash-default-payment): Change default to 20.
18494         (hashcash-default-accept-payment): Change default to 20.
18495         (hashcash-process-alist): New variable.
18496         (hashcash-generate-payment-async): Add.
18497         (hashcash-already-paid-p): Add.
18498         (hashcash-insert-payment): Don't generate payments twice.
18499         (hashcash-insert-payment-async): Add.
18500         (hashcash-insert-payment-async-2): Add.
18501         (hashcash-cancel-async): Add.
18502         (hashcash-wait-async): Add.
18503         (hashcash-processes-running-p): Add.
18504         (hashcash-wait-or-cancel): Add.
18505         (mail-add-payment): New optional argument.  Conditionally start
18506         asynchronous calculation.
18507         (mail-add-payment-async): Add.
18508
18509         * message.el (message-send-mail): Wait for asynchronous hashcash
18510         results.  Don't clobber existing X-Hashcash headers.
18511         (message-setup-1): Call mail-add-payment-async when
18512         message-generate-hashcash is non-nil.
18513
18514 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18515
18516         * message.el (message-use-alternative-email-as-from): Examine the
18517         From header as well; use message-make-from in order to include a
18518         user's full name.
18519
18520 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18523         default; improve customization type.
18524         (gnus-emphasis-custom-with-format): New macro.
18525         (gnus-emphasis-custom-value-to-external): New function.
18526         (gnus-emphasis-custom-value-to-internal): New function.
18527
18528 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18529
18530         * dns.el (query-dns): Resolve reverse addresses.
18531
18532 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18533
18534         * gnus-group.el (gnus-group-get-new-news): Use it.
18535
18536         * gnus-start.el (gnus-check-reasonable-setup): New function.
18537
18538 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18541         "Args out of range" error.  Reported by Arnaud Giersch
18542         <arnaud.giersch@free.fr>.
18543
18544 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18545
18546         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18547
18548 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18549
18550         * spam.el (spam group): Add :version.
18551
18552         * pgg-def.el (pgg group): Add :version.
18553
18554 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus-art.el (gnus-article-edit-article): Don't associate the
18557         article buffer with a draft file.  This is a temporary measure
18558         against the 2004-08-22 change to gnus-article-edit-mode.
18559
18560 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18563         (html2text-format-tags): Remove unused variable `attr'.
18564
18565 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18566
18567         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18568
18569         * tls.el (tls-process-connection-type, tls-success)
18570         (tls-certtool-program): Add :version.
18571
18572         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18573         (starttls-extra-arguments, starttls-process-connection-type)
18574         (starttls-connect, starttls-failure, starttls-success): Add :version.
18575
18576         * spam-stat.el (spam-stat): Add :version.
18577
18578         * sieve.el (sieve): Add :version.
18579
18580         * sha1.el (sha1): Add :version.
18581         (sha1-use-external): Remove redundant version.
18582
18583         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18584         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18585         (nnmail-split-fancy-match-partial-words)
18586         (nnmail-split-lowercase-expanded): Add :version.
18587
18588         * nndiary.el (nndiary): Add :version.
18589
18590         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18591
18592         * mml-sec.el (mml-default-sign-method)
18593         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18594         Add :version.
18595
18596         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18597
18598         * mm-url.el (mm-url-use-external, mm-url-program)
18599         (mm-url-arguments): Add :version.
18600
18601         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18602         (mm-attachment-file-modes, mm-decrypt-option)
18603         (mm-w3m-safe-url-regexp): Add :version.
18604
18605         * message.el (message-cite-prefix-regexp)
18606         (message-sendmail-envelope-from, message-minibuffer-local-map)
18607         (message-user-fqdn, message-completion-alist): Add :version.
18608
18609         * gnus-win.el (gnus-configure-windows-hook)
18610         (gnus-use-frames-on-any-display): Add :version.
18611
18612         * gnus-art.el (gnus-article-address-banner-alist)
18613         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18614         (gnus-treat-from-picon, gnus-treat-mail-picon)
18615         (gnus-treat-x-pgp-sig): Add :version.
18616
18617         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18618         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18619         (gnus-summary-article-delete-hook)
18620         (gnus-summary-display-while-building): Add :version.
18621
18622         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18623         (gnus-get-top-new-news-hook): Add :version.
18624
18625         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18626         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18627
18628         * gnus-registry.el (gnus-registry): Add :version.
18629
18630         * gnus-spec.el (gnus-use-correct-string-widths)
18631         (gnus-make-format-preserve-properties): Add :version.
18632
18633         * gnus.el (gnus-group-charter-alist)
18634         (gnus-group-fetch-control-use-browse-url)
18635         (gnus-install-group-spam-parameters): Add :version.
18636
18637         * gnus-diary.el (gnus-diary): Add :version.
18638
18639         * gnus-delay.el (gnus-delay): Add :version.
18640
18641         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18642         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18643         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18644         Add :version.
18645
18646         * gnus-agent.el (gnus-agent-max-fetch-size)
18647         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18648         (gnus-agent-prompt-send-queue): Add :version.
18649
18650         * deuglify.el (gnus-outlook-deuglify): Add :version.
18651
18652         * html2text.el: Beautify code.  Improve doc strings.
18653         Some checkdoc cleanup.
18654         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18655
18656 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18657
18658         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18659
18660 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18663         when package is loaded.
18664
18665         * spam.el (spam-summary-score-preferred-header): Add global preference
18666         for people who want to override the default SpamAssassin over
18667         Bogofilter preference (when both are set).
18668         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18669         (spam-user-format-function-S):
18670         Check spam-summary-score-preferred-header.
18671         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18672         (spam-user-format-function-S): Format the score correctly.
18673
18674 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18677         signature file.  Suggested by Manoj Srivastava
18678         <srivasta@golden-gryphon.com>.
18679
18680         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18681         iso-2022-jp even in the Japanese language environment.
18682         Suggested by Jason Rumney <jasonr@gnu.org>.
18683
18684 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18687         use the same characters as the dummy marks; make it free from
18688         getting affected by the language environment.
18689         (gnus-summary-read-group-1): Update mark positions only when the
18690         format spec is updated.
18691
18692         * gnus-spec.el (gnus-update-format-specifications): Return a list
18693         of updated types.
18694
18695 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18698         of boundp to check if display-warning is available.
18699
18700 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18703
18704 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * nnspool.el (nnspool-spool-directory): Use news-path if the
18707         news-directory variable is not bound.
18708
18709         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18710         function instead of display-warning if it is not available.
18711
18712 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18713
18714         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18715         v5-10: Use `point-at-bol'.
18716
18717 2004-10-26  Simon Josefsson  <jas@extundo.com>
18718
18719         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18720         <chenggao@gmail.com>.
18721
18722 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18723
18724         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18725         instead.
18726
18727 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18728
18729         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18730         to remove a server from the nnimap-server-buffer-alist.
18731         (nnimap-open-connection, nnimap-close-server): Use it.
18732
18733         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18734
18735 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18738         running the major-mode function.
18739
18740 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18743         dummy marks in the right way.
18744
18745 2004-10-18  David Edmondson  <dme@dme.org>
18746
18747         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18748         excessively.
18749
18750 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18751
18752         * gnus-util.el (gnus-split-references): Accept a nil references
18753         string and go on blissfully.
18754
18755         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18756         cases where the references string is non-nil but has no references.
18757
18758         * encrypt.el: Add autoload tags.
18759
18760         * spam.el (spam-resolve-registrations-routine): Remove article
18761         from unregistration list too.  Reported by David Hanak
18762         <dhanak@isis.vanderbilt.edu>
18763
18764 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18767         nil.  Change custom type.
18768
18769 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18772
18773         * gnus-sum.el (gnus-summary-move-article): Use it.
18774
18775 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18776
18777         * encrypt.el: Add autoload cookies.
18778
18779         * spam.el (spam-backend-article-list-property)
18780         (spam-backend-get-article-todo-list)
18781         (spam-backend-put-article-todo-list)
18782         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18783         Resolve registrations separately.
18784         (spam-register-routine): Format comments.
18785         (spam-unregister-routine, spam-register-routine): Always call with
18786         specific-articles, no default list.
18787         (spam-summary-prepare-exit): Use the spam-classifications function.
18788
18789         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18790         gnus-encrypt.el.
18791
18792         * encrypt.el: Copied from gnus-encrypt.el.
18793
18794         * gnus-encrypt.el: Commented that it's obsolete.
18795
18796 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18799         (gnus-score-save): Use it.
18800
18801         * message.el (message-bury): Use `window-dedicated-p'.
18802
18803 2004-10-15  Simon Josefsson  <jas@extundo.com>
18804
18805         * pop3.el (top-level): Don't require nnheader.
18806         (pop3-read-timeout): Add.
18807         (pop3-accept-process-output): Add.
18808         (pop3-read-response, pop3-retr): Use it.
18809
18810 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18811
18812         * spam.el (spam-register-routine): Move comment.
18813         (spam-verify-bogofilter): Use 'unknown for the initial
18814         spam-bogofilter-valid state, not 'never.
18815
18816         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18817         for netrc-machine.
18818
18819         * nnimap.el (nnimap-open-connection):
18820         Use netrc-machine-user-or-password.
18821
18822 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18823
18824         * gnus-registry.el (gnus-registry-unload-hook):
18825         Set as a variable with add-hook.
18826
18827         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18828         of news-path.
18829
18830         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18831
18832         * spam.el: Delete duplicate `provide'.
18833         (spam-unload-hook): Set as a variable with add-hook.
18834
18835 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18836
18837         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18838         in the doc string.
18839
18840         * message.el (message-ignored-news-headers)
18841         (message-ignored-supersedes-headers)
18842         (message-ignored-resent-headers)
18843         (message-forward-ignored-headers): Improve custom type.
18844
18845 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * message.el (message-tokenize-header): Fix 2004-09-06 change
18848         which used point-min in the wrong place.
18849
18850 2004-10-12  Simon Josefsson  <jas@extundo.com>
18851
18852         * tls.el (tls-certtool-program): New variable.
18853         (tls-certificate-information): New function, based on
18854         ssl-certificate-information.
18855
18856 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * compface.el: Move the version of ELisp-based uncompface program
18859         to the contrib directory because of the copyright problem.
18860
18861 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18862
18863         * message.el (message-kill-buffer): Raise the current frame.
18864
18865 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18868
18869         * gnus.el (message-y-or-n-p): Autoload.
18870
18871         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18872         (pop3-password-required, pop3-authentication-scheme)
18873         (pop3-leave-mail-on-server): Make customizable.
18874         (pop3): New custom group.
18875         (pop3-retr): Remove `sleep-for' statements.
18876         Suggested by Dave Love <fx@gnu.org>.
18877
18878         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18879         Windows/DOS.
18880
18881         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18882         (imap-parse-body): Fix incorrect use of `assert'.
18883         Suggested by Dave Love <fx@gnu.org>.
18884
18885         * mml.el (mml-minibuffer-read-disposition): Require match.
18886         Suggested by Dave Love <fx@gnu.org>.
18887
18888 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18889
18890         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18891         doc string.
18892
18893 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18896
18897 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18898
18899         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18900         instead of calling `mm-insert-inline', to decode text/* parts
18901         before displaying them.
18902
18903 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * mm-uu.el (mm-uu-text-plain-type): New variable.
18906         (mm-uu-pgp-signed-extract-1): Use it.
18907         (mm-uu-pgp-encrypted-extract-1): Use it.
18908         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18909         bind mm-uu-text-plain-type with that value.
18910         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18911         mm-uu-dissect.
18912
18913 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * gnus-group.el (gnus-update-group-mark-positions):
18916         * gnus-sum.el (gnus-update-summary-mark-positions):
18917         * message.el (message-check-news-body-syntax):
18918         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18919         of string-as-multibyte.
18920
18921 2004-10-05  Juri Linkov  <juri@jurta.org>
18922
18923         * gnus-group.el (gnus-update-group-mark-positions):
18924         * gnus-sum.el (gnus-update-summary-mark-positions):
18925         * message.el (message-check-news-body-syntax):
18926         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18927         8-bit unibyte values to a multibyte string for search functions.
18928
18929 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18932         (mm-uu-dissect-text-parts): New function.
18933
18934         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18935         dissect text parts.
18936
18937         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18938         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18939
18940         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18941
18942         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18943         Use gnus-current-topics instead of gnus-current-topic.
18944
18945 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18946
18947         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18948
18949 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18950
18951         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18952         where approriate.
18953
18954         * nnml.el (nnml-generate-active-info): do.
18955
18956         * nndiary.el (nndiary-generate-active-info): do.
18957
18958         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18959         (gnus-topic-move): do.
18960
18961         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18962         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18963
18964         * gnus-srvr.el (gnus-server-prepare)
18965         (gnus-server-open-all-servers): do.
18966
18967         * gnus-msg.el (gnus-summary-cancel-article)
18968         (gnus-summary-resend-message)
18969         (gnus-summary-mail-crosspost-complaint): do.
18970
18971         * gnus-move.el (gnus-change-server): do.
18972
18973         * gnus-group.el (gnus-group-unmark-all-groups)
18974         (gnus-group-set-current-level): do.
18975
18976 2004-10-04  Simon Josefsson  <jas@extundo.com>
18977
18978         * message.el (message-generate-hashcash): Doc fix.
18979
18980 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18981
18982         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18983         avoid infinite recursion via gnus-get-function.
18984
18985 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18986
18987         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18988
18989         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18990
18991         * nnmail.el (nnmail-split-history): do.
18992
18993         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18994         (nnml-request-delete-group): do.
18995
18996         * nnslashdot.el (nnslashdot-read-groups): do.
18997
18998         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18999         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19000
19001         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19002         (nnspool-sift-nov-with-sed): Use last.
19003         (nnspool-retrieve-headers-with-nov): Use mapc.
19004         (nnspool-request-newgroups): Use dolist.
19005         (nnspool-request-group): Use last.
19006
19007         * nntp.el (nntp-read-server-type): Use dolist.
19008
19009         * nnvirtual.el (nnvirtual-create-mapping)
19010         (nnvirtual-update-read-and-marked): Use dolist.
19011         (nnvirtual-convert-headers): Simplify.
19012
19013 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19014
19015         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19016         Add support for sync'ing tick marks.
19017
19018 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19021         there's no visible header.
19022
19023 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19024
19025         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19026         When necessary, pass full group name to gnus-request-set-marks.
19027
19028 2004-10-01  Simon Josefsson  <jas@extundo.com>
19029
19030         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19031         acroread.
19032
19033 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19034
19035         * spam-report.el (spam-report-gmane): Fix interactive.
19036
19037         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19038
19039         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19040         when writing file.
19041         (gnus-agent-synchronize-flags): Don't default to being
19042         interactive.
19043
19044 2004-09-30  Simon Josefsson  <jas@extundo.com>
19045
19046         * message.el (message-generate-hashcash): Add.
19047         (message-send-mail): Use it, call mail-add-payment.
19048
19049 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19050
19051         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19052
19053 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19054
19055         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19056         gnus-requst-update-info with explicit code to sync the in-memory
19057         info read flags with the marks being sync'd to the backend.
19058
19059         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19060
19061 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19062
19063         * spam.el (spam-verify-bogofilter): Add new function.
19064         (spam-check-bogofilter)
19065         (spam-bogofilter-register-with-bogofilter): Use it.
19066         (spam-verify-bogofilter): Add small fixes.
19067
19068 2004-09-28  Simon Josefsson  <jas@extundo.com>
19069
19070         * hashcash.el (hashcash-generate-payment): Revert.
19071
19072 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19073
19074         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19075         Use gnus-extract-references instead of gnus-split-references.
19076
19077         * gnus-util.el (gnus-extract-references): Add new function, analogous
19078         to gnus-split-references but extracts only the message-ID without
19079         anything extra.
19080
19081         * hashcash.el (hashcash-generate-payment)
19082         (hashcash-check-payment): Do the right thing if hashcash-path is
19083         nil (because the hashcash program could not be found).
19084
19085         * spam.el (spam-use-hashcash): Remove comment.
19086
19087 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19088
19089         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19090         (gnus-cache-enter-article, gnus-cache-remove-article)
19091         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19092
19093         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19094
19095         * gnus-art.el (article-hide-boring-headers)
19096         (article-translate-strings, article-display-face)
19097         (gnus-article-mime-match-handle-first)
19098         (gnus-article-highlight-headers)
19099         (gnus-article-add-buttons-to-head): do.
19100
19101 2004-09-27  Simon Josefsson  <jas@extundo.com>
19102
19103         * hashcash.el: New version, from
19104         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19105         ../contrib/.
19106
19107 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19108
19109         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19110
19111 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19112
19113         * gnus-dup.el (gnus-dup-open): Use mapc.
19114         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19115
19116         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19117         Reported by Stefan Wiens <s.wi@gmx.net>.
19118
19119         * gnus.el (gnus-shutdown): Use dolist.
19120
19121         * gnus-undo.el (gnus-undo): Use mapc.
19122
19123         * nnrss.el (nnrss-generate-active): do.
19124
19125         * message.el (message-cite-original-without-signature)
19126         (message-cite-original): Use mapc.
19127         (message-do-actions, message-make-forward-subject): Use dolist.
19128
19129 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19130
19131         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19132         deletion to remove entire duplicate line.  Fixes merged article
19133         number bug.
19134
19135 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19136
19137         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19138         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19139         first ask if you want to open a server and then, even when you
19140         responded with no, asking if you want to synchronize the server's
19141         flags.
19142         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19143         multi-line expressions.
19144         (gnus-agent-synchronize-group-flags): New internal function.
19145         Updates marks in memory (in the info structure) AND in the
19146         backend.
19147
19148         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19149
19150         * nnagent.el (nnagent-request-set-mark):
19151         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19152         method, to ensure that synchronization updates marks in the
19153         backend and in the info (in memory) structure.
19154
19155 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19158         convention fully; don't miss the root article of a thread; make
19159         the X-Draft-From header with correct article numbers.
19160
19161 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19162
19163         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19164         unless plugged.  Disable the agent so that an open failure causes
19165         an error.
19166
19167         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19168         Revert 2004-09-21 change.  The backend must be opened while
19169         synchronizing flags even when the backend stores the flags
19170         locally.
19171
19172 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19173
19174         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19175         in `header' match.  Reported by Svend Tollak Munkejord.
19176
19177         * message.el (message-cite-original): Fix use of
19178         `message-cite-articles-with-x-no-archive'.
19179
19180 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19183         (gnus-window-to-buffer): Ditto.
19184
19185         * mml.el (mml-preview-buffer): New variable.
19186         (mml-preview): Manage window layout with gnus-buffer-configuration.
19187
19188         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19189         X-Draft-From header even if those articles aren't quoted.
19190
19191 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19192
19193         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19194         (gnus-request-set-mark, gnus-request-update-mark): Use new
19195         g-s-t-u-l-m to decide to use backend even when unplugged.
19196
19197 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19200         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19201
19202 2004-09-20  Simon Josefsson  <jas@extundo.com>
19203
19204         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19205         "utf-16-le".
19206
19207 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19208
19209         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19210
19211 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19212
19213         * uudecode.el (uudecode-use-external): Add :version.
19214
19215         * smime.el (smime-CA-file, smime-encrypt-cipher)
19216         (smime-dns-server): Add :version.
19217
19218         * smiley.el (gnus-smiley-file-types): Add :version.
19219
19220         * sha1.el (sha1-use-external): Add :version.
19221
19222         * pgg-def.el (pgg-query-keyserver): Add :version.
19223
19224         * nnmail.el (nnmail-fancy-expiry-targets)
19225         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19226         Add :version.
19227
19228         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19229         (nnimap-retrieve-groups-asynchronous): Add :version.
19230         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19231
19232         * mml.el (mml-content-disposition-parameters)
19233         (mml-insert-mime-headers-always): Add :version.
19234
19235         * mm-util.el (mm-coding-system-priorities): Add :version.
19236
19237         * mm-decode.el (mm-inline-text-html-with-images)
19238         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19239         (mm-verify-option): Add :version.
19240         (mm-text-html-renderer): Change :version.
19241
19242         * message.el (message-fcc-externalize-attachments)
19243         (message-required-headers, message-draft-headers)
19244         (message-subject-trailing-was-query)
19245         (message-subject-trailing-was-ask-regexp)
19246         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19247         (message-mark-insert-end, message-archive-header)
19248         (message-archive-note, message-cross-post-default)
19249         (message-cross-post-note, message-followup-to-note)
19250         (message-cross-post-note-function, message-use-mail-followup-to)
19251         (message-subscribed-address-functions)
19252         (message-subscribed-address-file, message-subscribed-addresses)
19253         (message-subscribed-regexps, message-allow-no-recipients)
19254         (message-yank-cited-prefix, message-signature-insert-empty-line)
19255         (message-hidden-headers, message-hierarchical-addresses)
19256         (message-mail-user-agent, message-use-idna)
19257         (message-valid-fqdn-regexp)
19258         (message-strip-special-text-properties, message-header-synonyms)
19259         (message-beginning-of-line, message-tab-body-function): Add :version.
19260         (message-insert-canlock, message-wide-reply-confirm-recipients):
19261         Change :version.
19262
19263         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19264         and :version.
19265         (mail-source-delete-old-incoming-confirm)
19266         (mail-source-movemail-program): Add :version.
19267
19268         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19269         (gnus-agent-cache, gnus-agent): Change :version.
19270
19271         * gnus-util.el (gnus-use-byte-compile): Change :version.
19272
19273         * gnus-sum.el (gnus-summary-make-false-root-always)
19274         (gnus-summary-default-high-score)
19275         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19276         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19277         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19278         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19279         (gnus-sum-thread-tree-single-indent)
19280         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19281         (gnus-sum-thread-tree-leaf-with-other)
19282         (gnus-sum-thread-tree-single-leaf): Add :version.
19283         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19284         (gnus-article-loose-mime): Change :version.
19285
19286         * gnus-start.el (gnus-backup-startup-file)
19287         (gnus-save-startup-file-via-temp-buffer): Add :version.
19288
19289         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19290         (gnus-server-offline-face): Add :version.
19291
19292         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19293
19294         * gnus-msg.el (gnus-gcc-externalize-attachments)
19295         (gnus-debug-files, gnus-debug-exclude-variables)
19296         (gnus-discouraged-post-methods): Change :version.
19297         (gnus-confirm-mail-reply-to-news)
19298         (gnus-confirm-treat-mail-like-news): Add :version.
19299
19300         * gnus-int.el (gnus-server-unopen-status): Add :version.
19301
19302         * gnus-group.el (gnus-group-jump-to-group-prompt)
19303         (gnus-large-ephemeral-newsgroup)
19304         (gnus-fetch-old-ephemeral-headers): Add :version.
19305
19306         * gnus-fun.el (gnus-x-face-directory)
19307         (gnus-convert-pbm-to-x-face-command)
19308         (gnus-convert-image-to-x-face-command)
19309         (gnus-convert-image-to-face-command): Add :version.
19310
19311         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19312
19313         * gnus-cite.el (gnus-cite-blank-line-after-header)
19314         (gnus-article-boring-faces): Add :version.
19315
19316         * gnus-art.el (gnus-buttonized-mime-types)
19317         (gnus-inhibit-mime-unbuttonizing)
19318         (gnus-treat-display-face)
19319         (gnus-treat-body-boundary): Change :version.
19320         (gnus-body-boundary-delimiter, gnus-picon-databases)
19321         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19322         (gnus-treat-date-english, gnus-treat-fold-headers)
19323         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19324         (gnus-treat-mail-picon, gnus-treat-wash-html)
19325         (gnus-article-encrypt-protocol)
19326         (gnus-use-idna, gnus-article-over-scroll)
19327         (gnus-mime-display-multipart-alternative-as-mixed)
19328         (gnus-mime-display-multipart-related-as-mixed)
19329         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19330         (gnus-ctan-url, gnus-button-ctan-handler)
19331         (gnus-button-handle-ctan-bogus-regexp)
19332         (gnus-button-ctan-directory-regexp)
19333         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19334         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19335         (gnus-button-man-level, gnus-button-emacs-level)
19336         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19337
19338         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19339         (gnus-agent-go-online): Change :version.
19340         (gnus-agent-expire-unagentized-dirs)
19341         (gnus-agent-auto-agentize-methods): Add :version.
19342
19343         * flow-fill.el (fill-flowed-display-column)
19344         (fill-flowed-encode-column): Add :version.
19345
19346         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19347         (gnus-outlook-deuglify-unwrap-max)
19348         (gnus-outlook-deuglify-cite-marks)
19349         (gnus-outlook-deuglify-unwrap-stop-chars)
19350         (gnus-outlook-deuglify-no-wrap-chars)
19351         (gnus-outlook-deuglify-attrib-cut-regexp)
19352         (gnus-outlook-deuglify-attrib-verb-regexp)
19353         (gnus-outlook-deuglify-attrib-end-regexp)
19354         (gnus-outlook-display-hook): Add :version.
19355
19356         * binhex.el (binhex-use-external): Add :version.
19357
19358 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19359
19360         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19361         and `invisible'.
19362
19363 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19364
19365         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19366         in gnus-registry-trim.
19367
19368 2004-09-13  Simon Josefsson  <jas@extundo.com>
19369
19370         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19371
19372         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19373
19374         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19375         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19376         <yamaoka@jpl.org>.
19377         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19378         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19379         <yamaoka@jpl.org>.
19380
19381         * sieve.el (sieve-manage-mode): Ditto.
19382
19383 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19384
19385         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19386
19387 2004-09-11  Simon Josefsson  <jas@extundo.com>
19388
19389         * dns-mode.el: Add.
19390
19391         * mm-view.el (mm-display-dns-inline): Add.
19392
19393         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19394         (mm-automatic-display): Ditto.
19395
19396         * mailcap.el (mailcap-mime-data): Add text/dns.
19397         (mailcap-mime-extensions): Map .soa to text/dns.
19398
19399 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19400
19401         * gnus-art.el (article-decode-mime-words, article-babel)
19402         (gnus-article-highlight-signature, gnus-article-add-buttons)
19403         (gnus-signature-toggle): Remove unnecessary bindings of
19404         `inhibit-read-only' inherited from v5.10 merge.
19405
19406 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * nntp.el (nntp): New customization group.
19409         (nntp-authinfo-file): Add customization group.
19410
19411         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19412
19413         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19414
19415         * gnus.el (to-address, to-list, subscribed)
19416         (large-newsgroup-initial): Ditto.
19417
19418         * flow-fill.el (fill-flowed-display-column)
19419         (fill-flowed-encode-column): Ditto.
19420
19421 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19422
19423         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19424         Use point-min rather than 1.
19425         (message-send-mail): Use buffer-size rather than point-max.
19426
19427         * gnus-sum.el (gnus-summary-search-article-forward):
19428         Signal a specific `search-failed' rather than a generic `error'.
19429
19430         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19431         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19432         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19433
19434 2004-09-10  Simon Josefsson  <jas@extundo.com>
19435
19436         * nndb.el (require): Remove tcp and duplicate cl.
19437
19438 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * gnus-agent.el (directory-files-and-attributes): Move forward.
19441
19442 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19443
19444         * gnus-agent.el (directory-files-and-attributes):
19445         Optionally defined to support XEmacs.
19446
19447 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19448
19449         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19450         to avoid run-time CL dependencies.
19451         (gnus-agent-unfetch-articles): New function.
19452         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19453         article numbers even when local .overview file is missing.
19454         (gnus-agent-read-article-number): New function.  Only accepts
19455         27-bit article numbers.
19456         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19457         Use gnus-agent-read-article-number.
19458         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19459         from backend while recognizing that article numbers in .overview
19460         must be valid.
19461         (gnus-agent-update-files-total-fetched-for):
19462         Use directory-files-and-attributes to improve performance.
19463         * gnus-int.el (gnus-request-move-article):
19464         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19465         improve performance.
19466
19467         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19468         some users confused by references to .newsrc when they only have a
19469         .newsrc.eld file.
19470         (gnus-convert-mark-converter-prompt)
19471         (gnus-convert-converter-needs-prompt): Fix use of property list.
19472         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19473         New function.  Used internally to only display 'gnus converting
19474         files' message when actually necessary.
19475
19476         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19477         methods now autoloaded.
19478
19479 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19482         identifiers.
19483
19484 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19485
19486         * gnus-picon.el: Fix indentation and closing parenthesis.
19487
19488 2004-09-01  Simon Josefsson  <jas@extundo.com>
19489
19490         * message.el (message-canlock-generate): Require sha1, not
19491         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19492         to require within a function.  Sadly, if sha1.el isn't loaded, the
19493         let binding in m-c-g will hide the defcustom definition, which is
19494         bad.)
19495
19496         * canlock.el: Require sha1, not sha1-el.
19497
19498         * message.el: Don't autoload sha1 (there is a autoload cookie in
19499         sha1.el).
19500
19501         * sha1-el.el: Rename to sha1.el.
19502
19503 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19504
19505         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19506
19507 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19508
19509         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19510
19511 2004-08-30  Kim F. Storm  <storm@cua.dk>
19512
19513         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19514
19515         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19516         Add :group 'nnimap.
19517
19518 2004-08-30  Andreas Schwab  <schwab@suse.de>
19519
19520         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19521         ?* and ?\;.
19522
19523         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19524         and ?\' to symbol instead of whitespace.
19525
19526 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19529
19530         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19531         instead of re-search-forward.
19532
19533         * gnus-uu.el (gnus-uu-save-article): Ditto.
19534         (gnus-uu-post-encode-uuencode): Ditto.
19535
19536         * html2text.el (html2text-clean-list-items): Ditto.
19537         (html2text-clean-dtdd): Ditto.
19538         (html2text-format-tags): Ditto.
19539
19540         * message.el (message-send-mail-with-sendmail): Fix regexp.
19541         (message-fill-field-general): Use search-forward instead of
19542         re-search-forward.
19543         (unbold-region): Ditto.
19544
19545         * nnrss.el (nnrss-request-article): Ditto.
19546
19547         * nnslashdot.el (nnslashdot-request-article): Ditto.
19548
19549         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19550
19551         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19552         "Unrecognized menu descriptor" error in XEmacs.
19553
19554 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19555
19556         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19557         parent article of a sparse article in the thread hashtb.
19558
19559 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19560
19561         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19562         (nnmail-expand-newtext): Lowercase expanded entries if
19563         nnmail-split-lowercase-expanded is non-nil.
19564
19565 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19568
19569         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19570         of gnus-tmp-news-method into string under XEmacs.  It will be
19571         passed to gnus-correct-length which takes only a string argument.
19572
19573 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * gnus-util.el (gnus-bind-print-variables): New macro.
19576         (gnus-prin1): Use it.
19577         (gnus-prin1-to-string): Use it.
19578         (gnus-pp): New function.
19579         (gnus-pp-to-string): New function.
19580
19581         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19582         Replace pp-to-string with gnus-pp-to-string.
19583         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19584         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19585         * gnus-msg.el (gnus-debug): Ditto.
19586         * gnus-score.el (gnus-score-save): Ditto.
19587         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19588         gnus-pp-to-string.
19589         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19590         with gnus-pp.
19591         * score-mode.el (gnus-score-pretty-print): Ditto.
19592         * webmail.el (webmail-debug): Ditto.
19593
19594 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * gnus-art.el (article-display-face, article-display-x-face):
19597         Use buffer-read-only.
19598
19599 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * gnus-art.el (article-hide-list-identifiers):
19602         Bind inhibit-read-only as t.
19603
19604 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19605
19606         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19607
19608 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19609
19610         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19611         (gnus-narrow-to-page): Don't assume point-min == 1.
19612         (gnus-article-edit-mode): Derive from message-mode.
19613
19614         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19615         point-min == 1.
19616
19617         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19618         Disable incorrect use of `assert'.
19619
19620         * message.el (message-mode): Set comment-start-skip.
19621
19622
19623 2004-08-22  Sam Steingold  <sds@gnu.org>
19624
19625         * pop3.el (pop3-leave-mail-on-server): New user variable.
19626         (pop3-movemail): Delete mail only when it is nil.
19627
19628 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19629
19630         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19631
19632         * mml.el (mml-preview): Use `pop-to-buffer'.
19633
19634         * message.el (message-goto-mail-followup-to): Insert after "To".
19635         (message-carefully-insert-headers): Add comment.
19636
19637         * gnus.el: Remove unused variable `gnus-article-check-size'.
19638
19639         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19640
19641         * gnus-art.el (gnus-button-alist):
19642         Improve `gnus-button-handle-library' entry.
19643
19644 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19645
19646         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19647         Use downcase, since XEmacs capitalizes error messages differently.
19648
19649 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19650
19651         * nntp.el: Add (require 'gnus) due to reference to
19652         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19653
19654 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19655
19656         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19657         Bind `mm-fill-flowed'.
19658
19659         * mm-decode.el (mm-dissect-singlepart): Check it.
19660
19661 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19662
19663         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19664         'imap' for netrc parsing.
19665
19666 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19667
19668         * mailcap.el (mailcap-mime-data): Mark as risky.
19669
19670 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19673         may be included in the encoded word.
19674         (rfc2047-encode): Don't append a space if the encoded word
19675         includes close parenthesis.
19676
19677 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19680         of text within parentheses.
19681
19682 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19683
19684         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19685         (gnus-encrypt-write-file-contents): Make the password key the file
19686         name PLUS the cipher, not just the cipher.  Also remove failed
19687         passwords from the cache.
19688
19689 2004-08-06  Simon Josefsson  <jas@extundo.com>
19690
19691         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19692         Doc fix.
19693
19694 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19697         LWSP.
19698
19699 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19700
19701         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19702         Try to append in-reply-to: data to the references: header.
19703
19704         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19705         (netrc-parse): Use gnus-encrypt.el functions.
19706
19707         * gnus-encrypt.el: Add new file for encryption support; currently
19708         does only a few GPG ciphers and an internal XOR cipher.
19709
19710         * password.el: Add comments on using password-read-and-add.
19711         (password-read-and-add): Add function to read and add the
19712         password to the cache at once.
19713
19714 2004-07-28  Simon Josefsson  <jas@extundo.com>
19715
19716         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19717         parameter (but don't use it, for now).
19718
19719         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19720         instead of hard coding to nil.
19721
19722 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19725         as mm-inline-image-xemacs does.
19726
19727 2004-07-26  Simon Josefsson  <jas@extundo.com>
19728
19729         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19730         Revert part of 2004-07-17 change below.
19731
19732 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19735         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19736
19737 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19738
19739         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19740         quotes that actually start with ">" at the beginning of the
19741         lines.
19742
19743 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * rfc2047.el (rfc2047-encode-region): Fix last change.
19746         (rfc2047-encode-parameter): Remove useless concat.
19747
19748 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19751         encode special characters; fix some kind of misconfigured headers;
19752         signal a real error if debug-on-quit or debug-on-error is non-nil.
19753         (rfc2047-encode-max-chars): New variable.
19754         (rfc2047-encode-1): Use it.
19755         (rfc2047-encode-parameter): New function.
19756
19757         * mml.el (mml-insert-parameter): Remove an excessive space.
19758
19759 2004-07-17  Simon Josefsson  <jas@extundo.com>
19760
19761         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19762         Kai Grossjohann <kai@emptydomain.de>.
19763         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19764         (gnus-group-make-menu-bar): Ditto.
19765
19766         * gnus-util.el (gnus-group-server): Add.
19767
19768 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19769
19770         * message.el (message-clone-locals): Clone sendmail and smtp
19771         variables.
19772
19773 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * rfc2047.el (rfc2047-encode-region): Fix last change.
19776
19777 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19780         characters as non-special.
19781
19782 2004-07-09  Simon Josefsson  <jas@extundo.com>
19783
19784         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19785         Users will lose all flag changes made while unplugged with
19786         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19787         good default.  See numerous reports on ding mailing list.
19788
19789 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19790
19791         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19792         add generate-head-function and generate-article-function to the
19793         rfc822-forward entry.
19794         (nndoc-rfc822-forward-generate-article): New function.
19795         (nndoc-rfc822-forward-generate-head): New function.
19796
19797         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19798
19799 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19800
19801         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19802         respect display group parameter and gnus-summary-expunge-below.
19803         (gnus-articles-to-read): Remove unused reference to display group
19804         parameter.
19805
19806 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19807
19808         * nnheader.el (nnheader-uniquify-message-id): New experimental
19809         variable.
19810         (nnheader-nov-read-message-id): Use it.
19811
19812         * spam-report.el (spam-report-gmane): Add interactive.
19813
19814 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19815
19816         * mm-encode.el (mm-content-transfer-encoding-defaults):
19817         Use qp-or-base64 for the application/* types.
19818
19819 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19820
19821         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19822
19823 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19824
19825         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19826         trim value.
19827
19828 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19829
19830         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19831         New macro and function.
19832         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19833
19834 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19837         after-load-alist.
19838
19839 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840
19841         * gnus-group.el (gnus-group-get-new-news-this-group):
19842         Don't update info that isn't there.
19843
19844 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19845
19846         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19847         entry.
19848
19849 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * mm-view.el (mm-inline-render-with-function): Use multibyte
19852         buffer; decode html source by charset.
19853
19854         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19855
19856         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19857         Mule-UCS is loaded under XEmacs.
19858         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19859
19860 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19861
19862         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19863
19864 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19865
19866         * mm-util.el (mm-coding-system-p): Return a coding-system.
19867         (mm-mime-mule-charset-alist): Use shift_jis instead of
19868         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19869         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19870         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19871         instead of japanese-shift-jis and iso-latin-1 respectively in
19872         order to share the default value with both Emacs and XEmacs-mule.
19873         (mm-mule-charset-to-mime-charset):
19874         Make mm-coding-system-priorities effective.
19875         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19876         while predicating of candidates upon the priorities.
19877
19878 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19879
19880         * gnus-sum.el (gnus-summary-make-menu-bar):
19881         Add gnus-uu-invert-processable.
19882
19883         * gnus.el: Autoload gnus-uu-invert-processable.
19884
19885 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * mm-util.el (mm-with-multibyte-buffer): New macro.
19888
19889         * rfc2047.el (rfc2047-encode-string): Use it.
19890         (rfc2047-encode-region): Move point to the end of the region after
19891         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19892
19893 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19896         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19897
19898 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19901         (gnus-cite-parse): Ignore quoted envelope From_.
19902         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19903
19904 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19905
19906         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19907         invalid addresses.
19908
19909 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19910
19911         * spam.el: Change section markers, revise TODO list.
19912         (spam-backends): Make new master list of all installed backends.
19913         (spam-summary-exit-behavior): Add new variable to determine how
19914         messages moves are done at summary exit.
19915         (spam-move-spam-nonspam-groups-only)
19916         (spam-process-ham-in-nonham-groups)
19917         (spam-process-ham-in-spam-groups): Remove variables, the
19918         spam-summary-exit-behavior variable should be used to manage this
19919         behavior.
19920         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19921         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19922         and spam-old-spam-articles.
19923         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19924         Add empty variables, placeholders for the backends they represent.
19925         (spam-set-difference): Move, unchanged.
19926         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19927         unless the user has a processor variable.
19928         (spam-classifications, spam-classification-valid-p)
19929         (spam-backend-properties, spam-backend-property-valid-p)
19930         (spam-backend-function-type-valid-p)
19931         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19932         (spam-report-articles-gmane, spam-report-articles-resend):
19933         Remove functions, they are not needed.
19934         (spam-install-backend-super, spam-backend-list)
19935         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19936         (spam-backend-function, spam-backend-ham-registration-function)
19937         (spam-backend-spam-registration-function)
19938         (spam-backend-ham-unregistration-function)
19939         (spam-backend-spam-unregistration-function)
19940         (spam-backend-statistical-p, spam-backend-mover-p)
19941         (spam-install-backend-alias, spam-install-checkonly-backend)
19942         (spam-install-mover-backend, spam-install-nocheck-backend)
19943         (spam-install-backend, spam-install-statistical-backend)
19944         (spam-install-statistical-checkonly-backend): Add backend installation
19945         support.
19946         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19947         (spam-group-processor-p): Use the new backend code and respect the
19948         summary exit behavior.
19949         (spam-mark-spam-as-expired-and-move-routine): Remove.
19950         (spam-summary-prepare): Change to use the new spam-old-articles
19951         variable.
19952         (spam-copy-or-move-routine, spam-copy-spam-routine)
19953         (spam-move-spam-routine, spam-copy-ham-routine)
19954         (spam-move-ham-routine): Add code to copy/move ham or spam.
19955         (spam-fetch-field-fast): Improve doc and code, plus allow the
19956         'number request.
19957         (spam-list-of-checks, spam-list-of-statistical-checks):
19958         Remove variables.
19959         (spam-split, spam-find-spam): Use the new backend code.
19960         (spam-registration-functions): Remove variable.
19961         (spam-unregister-routine): Add convenience wrapper.
19962         (spam-log-undo-registration, spam-register-routine)
19963         (spam-log-processing-to-registry)
19964         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19965         where possible.
19966         (spam-check-gmane-xref, spam-check-regex-headers)
19967         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19968         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19969         (spam-check-bogofilter-headers, spam-check-spamoracle)
19970         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19971         (spam-check-crm114-headers): Use the spam-split-group that
19972         spam-split prepares, no need to determine it every time.
19973
19974         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19975         to the nnheader-parse-naked-head call.
19976
19977         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19978
19979         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19980         the nnheader-nov-read-message-id call.
19981
19982 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19985         gnus-activate-group twice.  Suggested by Markus Peter
19986         <warp@spin.de>.
19987
19988 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * gnus-art.el (gnus-article-time-format): Exchange the order of
19991         day and month in the default value; fix customization type.
19992         (article-date-ut): Use add-text-properties.
19993         (article-make-date-line): Use message-make-date instead of
19994         current-time-string.
19995
19996         * message.el (message-fetch-field): Don't use set-text-properties.
19997         (message-make-date): Simplify.
19998
19999         * messagexmas.el (message-xmas-make-date): New function.
20000         (message-xmas-redefine): Defalias message-make-date to it.
20001
20002 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20003
20004         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20005         (rfc2047-encode-region): Treat text within parentheses as special;
20006         show the original text when error has occurred.
20007
20008         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20009         already-computed method to gnus-activate-group.
20010
20011         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20012         same select-methods identical Lisp objects.
20013
20014         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20015         object when modifying the info.
20016
20017 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20020         gnus-opened-servers since it has never been opened with the new
20021         configuration yet.
20022
20023 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20026         arg to nnheader-generate-fake-message-id.
20027
20028 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20029
20030         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20031         number and build a fake message ID localized to a group and
20032         article number (so it's repeatable from that point on).
20033         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20034         ID format.
20035
20036         * gnus-sum.el (gnus-get-newsgroup-headers):
20037         Call nnheader-generate-fake-message-id with the article number.
20038
20039 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20040
20041         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20042         end-of-buffer.
20043
20044 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20045
20046         * message.el (message-ignored-supersedes-headers): Add Approved.
20047
20048 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20051         goto-char.
20052         (rfc2047-encode): Fold the line before encoding.
20053
20054 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20055
20056         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20057         folding -- not all headers can be folded, and this should be done
20058         by the message composition mode.  Probably.  I think.
20059
20060 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20063         fast.
20064
20065         * gnus-ems.el (gnus-remove-image): Don't use
20066         message-text-with-property; remove only the image found first.
20067
20068         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20069         found first.
20070
20071 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20072
20073         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20074
20075 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * message.el (message-text-with-property): Make it fast and accept
20078         optional arguments.
20079         (message-strip-forbidden-properties): Use it.
20080         (message-fix-before-sending): Follow the m-t-w-p change.
20081
20082         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20083
20084 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * gnus-art.el (article-hide-headers): Don't change the buffer
20087         mistakenly when performing mml-preview even if
20088         gnus-single-article-buffer is nil.
20089
20090 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20091
20092         * message.el (message-expand-name-databases): New user option.
20093         (message-expand-name): Use it.
20094
20095 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20096
20097         * spam.el (spam-report-articles-resend)
20098         (spam-report-resend-register-routine): Allow ham reporting.
20099         (spam-report-resend-register-ham-routine): Add wrapper.
20100         (spam-registration-functions): Add ham resending functions.
20101         (spam-list-of-processors): Add ham resend processor.
20102
20103         * gnus.el (ham-resend-to): Add new group parameter.
20104         (spam-process): Add ham resend option.
20105
20106         * spam-report.el (spam-report-resend): Allow reporting ham.
20107         (spam-report-resend-ham): Add wrapper.
20108
20109 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20110
20111         * message.el (message-cite-articles-with-x-no-archive):
20112         New variable.
20113         (message-cite-original): Use it.
20114
20115 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20116
20117         * message.el (message-cite-original): Respect X-No-Archive.
20118
20119 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * gnus-art.el (article-hide-headers): Refer to the values for
20122         gnus-ignored-headers and gnus-visible-headers in the summary
20123         buffer since a user may have set them as group parameters.
20124
20125 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20126
20127         * assistant.el (assistant-node-name): Add convenience function.
20128         (assistant-render-text, assistant-render-node): Add error handling,
20129         plus handle multiple next nodes.
20130         (assistant-find-next-node): Comment out for now.
20131         (assistant-find-next-nodes): Add function, returns list of next
20132         nodes.
20133
20134 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20135
20136         * mail-source.el (mail-source-directory): Fix doc-string.
20137
20138 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20139
20140         * assistant.el (assistant-render-text, assistant-eval): Add :set
20141         widget type, which is different because it takes and returns a
20142         list.  Much hilarity ensues.
20143
20144 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20145
20146         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20147
20148         * gnus-group.el (gnus-group-get-new-news-this-group):
20149         Add doc-string.
20150
20151         * gnus-start.el (gnus-activate-group): Add doc-string.
20152
20153 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20154
20155         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20156
20157 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20158
20159         * assistant.el (assistant-render-text): Try to add a :set
20160         widget, more to come.
20161
20162         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20163         strings.
20164         (spam-report-articles-resend)
20165         (spam-register-routine): Do registration iff any articles warrant
20166         it.
20167         (spam-summary-prepare-exit): Change log message for nil group
20168         destinations.
20169
20170 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20171
20172         * spam.el (spam-report-resend-register-routine):
20173         Allow spam-report-resend-to to be a group parameter or a global value.
20174
20175 2004-05-26  Simon Josefsson  <jas@extundo.com>
20176
20177         * starttls.el: Merge with my GNUTLS based starttls.el.
20178         (starttls-gnutls-program, starttls-use-gnutls)
20179         (starttls-extra-arguments, starttls-process-connection-type)
20180         (starttls-connect, starttls-failure, starttls-success):
20181         New variables.
20182         (starttls-program, starttls-extra-args): Doc fix.
20183         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20184         New functions.
20185         (starttls-negotiate, starttls-open-stream):
20186         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20187         function if it is set.
20188
20189 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20190
20191         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20192         structured fields.
20193
20194 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20195
20196         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20197
20198 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20199
20200         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20201         Add variable.
20202         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20203         assigning the spam-mark to new messages.
20204
20205 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20206
20207         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20208
20209 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20212
20213         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20214         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20215         default.
20216
20217 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20218
20219         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20220         correct data.
20221
20222 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20223
20224         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20225         (spam-group-processor-p): Fix function.
20226         (spam-group-processor-multiple-p)
20227         (spam-group-spam-processor-report-gmane-p)
20228         (spam-group-spam-processor-report-resend-p)
20229         (spam-group-spam-processor-bogofilter-p)
20230         (spam-group-spam-processor-blacklist-p)
20231         (spam-group-spam-processor-ifile-p)
20232         (spam-group-ham-processor-ifile-p)
20233         (spam-group-spam-processor-spamoracle-p)
20234         (spam-group-spam-processor-crm114-p)
20235         (spam-group-ham-processor-bogofilter-p)
20236         (spam-group-spam-processor-stat-p)
20237         (spam-group-ham-processor-stat-p)
20238         (spam-group-ham-processor-whitelist-p)
20239         (spam-group-ham-processor-BBDB-p)
20240         (spam-group-ham-processor-spamoracle-p)
20241         (spam-group-ham-processor-copy-p): Remove functions with some
20242         prejudice against unneeded code.
20243         (spam-report-articles-resend)
20244         (spam-report-resend-register-routine): Allow the group/topic
20245         spam-resend-to value to override spam-report-resend-to.
20246         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20247         properly now.
20248
20249         * gnus.el (spam-resend-to): Add group/topic parameter.
20250         (spam-process): Move the OBSOLETE processors to the end of the
20251         choices.
20252
20253 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20254
20255         * spam-report.el (spam-report-resend-to, spam-report-resend):
20256         Start with resend-to set to nil, and then ask the user if necessary.
20257         (spam-report-resend): spam-report-resend takes a list of articles, not
20258         separate article numbers.
20259
20260 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20263         addition to emacs-w3m.
20264
20265 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20266
20267         * assistant.el (assistant-authinfo-data): New function.
20268         (assistant-eval): Eval for entire assistant.
20269
20270         * netrc.el (netrc-services-file): New variable.
20271         (netrc-parse-services): New function.
20272         (netrc-find-service-name): New function.
20273         (netrc-find-service-number): New function.
20274         (netrc-port-equal): New function.
20275         (netrc-machine): Use it.
20276
20277         * nnimap.el (nnimap-open-connection): Use netrc.
20278
20279         * gnus-util.el (gnus-netrc-get): Remove aliases.
20280
20281         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20282
20283         * assistant.el (wid-edit): Fix compilation.
20284
20285         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20286
20287 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20288
20289         * gnus-util.el (gnus-set-file-modes): New function.  (small
20290         patch).
20291
20292 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20293
20294         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20295
20296         * assistant.el (assistant-render-node): Fix up rendering and
20297         read-only text.
20298         (assistant-render-node): Reset.
20299         (assistant-make-read-only): Not sticky.
20300
20301 2004-05-20  Danny Siu  <dsiu@adobe.com>
20302
20303         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20304         centered even when gnus-auto-center-summary is t.
20305
20306 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20307
20308         * dns.el (dns-get-txt-answer): New function.
20309         (dns-read-txt): Ditto.
20310         (query-dns): Use it.
20311
20312 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20313
20314         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20315         active for foreign groups even if the group level is higher than
20316         the specified value.
20317
20318 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20319
20320         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20321         non-active groups.
20322
20323         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20324
20325 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20326
20327         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20328
20329 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20330
20331         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20332         (spam-crm114-header, spam-crm114-spam-switch)
20333         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20334         (spam-crm114-positive-spam-header)
20335         (spam-crm114-database-directory, spam-list-of-processors)
20336         (spam-group-spam-processor-crm114-p)
20337         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20338         (spam-generic-score, spam-list-of-checks)
20339         (spam-list-of-statistical-checks, spam-registration-functions)
20340         (spam-check-crm114-headers, spam-crm114-score)
20341         (spam-check-crm114, spam-crm114-register-with-crm114)
20342         (spam-crm114-register-spam-routine)
20343         (spam-crm114-unregister-spam-routine)
20344         (spam-crm114-register-ham-routine)
20345         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20346         From asjo@koldfront.dk (Adam Sjøgren).
20347
20348         * gnus.el: Add spam-use-crm114.
20349
20350         * spam.el (spam-list-of-processors, spam-registration-functions):
20351         Add spam-use-resend.
20352         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20353         (spam-report-articles-gmane): Add doc fix.
20354         (spam-report-articles-resend, spam-report-resend-register-routine):
20355         Add wrappers around spam-report-resend-to.
20356
20357         * spam-report.el (spam-report-resend-to, spam-report-resend):
20358         Add support for resending spam.
20359         (spam-report-gmane): Fix line length >80.
20360
20361         * gnus.el (spam-process): Add spam-use-resend.
20362
20363 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20364
20365         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20366         number of processed spam messages.
20367         (spam-ham-copy-or-move-routine): Return the number of processed
20368         ham messages.
20369         (spam-summary-prepare-exit): Use the above values to decide
20370         whether status messages shouled be displayed.
20371
20372 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20375         `rfc2047-encoding-function-alist' in order to avoid conflicting
20376         with the old version.
20377         (rfc2047-encode-region): Concatenate words containing non-ASCII
20378         characters in structured fields; don't encode space-delimited
20379         ASCII words even in unstructured fields; don't break words at
20380         char-category boundaries.
20381         (rfc2047-encode-1): New function.
20382         (rfc2047-encode): Use it; encode text so that it occupies the
20383         maximum width within 76-column; work correctly on Q encoding for
20384         iso-2022-* charsets.
20385         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20386         sure not to break a line just after the header name.
20387         (rfc2047-b-encode-region): Remove.
20388         (rfc2047-b-encode-string): New function.
20389         (rfc2047-q-encode-region): Remove.
20390         (rfc2047-q-encode-string): New function.
20391
20392         * mm-util.el (mm-replace-in-string): New function.
20393
20394 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20395
20396         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20397         Really get it right.
20398         (gnus-inews-make-draft): Really.
20399
20400 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20401
20402         * nnmh.el (nnmh-request-list-1): Don't check the link count
20403         before descending.  (small patch)
20404
20405 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20406
20407         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20408         stuff.
20409
20410         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20411         Match on real group name.
20412
20413         * gnus-art.el (gnus-signature-limit): Doc fix.
20414
20415         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20416
20417         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20418
20419 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20420
20421         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20422         isn't a string.
20423
20424 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20425
20426         * gnus-draft.el (gnus-draft-send):
20427         Bind rfc2047-encode-encoded-words.
20428
20429         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20430         (rfc2047-encodable-p): Say that =? needs encoding.
20431         (rfc2047-encode-encoded-words): New variable.
20432
20433         * gnus-group.el (gnus-group-select-group): Doc fix.
20434
20435         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20436
20437         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20438         to nil.
20439
20440         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20441
20442         * nnheader.el (nnheader-get-lines-and-char): New function.
20443
20444 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20445
20446         * gnus-msg.el (gnus-summary-followup-with-original):
20447         Document yanking of region when active.
20448
20449 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20452         groups if the group level is higher than the specified value.
20453
20454 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20455
20456         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20457         (gnus-group-jump-to-group): Add prefix argument using
20458         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20459         non-active group.
20460
20461         * compface.el (uncompface): Be verbose when changing
20462         `uncompface-use-external'.
20463
20464         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20465         handle manual section.
20466
20467 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20468
20469         * gnus-art.el (gnus-button-alist): Revert previous change.
20470
20471 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20472
20473         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20474
20475 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20476
20477         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20478         whether backend can accept message.
20479
20480         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20481
20482 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20483
20484         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20485         Avoid creating directory when nntp-marks-is-evil is true.
20486         Reported by Reiner Steib.
20487
20488 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20489
20490         * gnus-picon.el (gnus-picon-style): New variable.
20491         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20492         (gnus-picon-transform-address): Support `gnus-picon-style'.
20493         From Jesper Harder <harder@ifa.au.dk>.
20494
20495 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20496
20497         * message.el (message-fill-field): Return point.
20498         (message-generate-headers): Go to end of field.
20499
20500         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20501         stuff for non-living groups.
20502
20503 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20504
20505         * gnus-art.el (gnus-article-followup-with-original)
20506         (gnus-article-reply-with-original): gnus-mark-active-p ->
20507         gnus-region-active-p.
20508
20509 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20510
20511         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20512         only when there is spam or ham to be processed.
20513
20514 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20515
20516         * mail-source.el (mail-source-delete-crash-box): Refactor.
20517         (mail-source-fetch): Use it.
20518         (mail-source-fetch-file): Ditto.
20519         (mail-source-fetch-directory): Run postscript in loop.
20520         (mail-source-fetch-pop): Delete.
20521         (mail-source-fetch-maildir): Ditto.
20522         (mail-source-fetch-imap): Ditto.
20523
20524         * imap.el (imap-authenticators): Comment out sasl.
20525
20526         * message.el (message-skip-to-next-address): New function.
20527         (message-fill-header-address): Refactor.
20528         (message-fill-address): Use it.
20529         (message-delete-address): Use it.
20530         (message-fill-header-general): Refactor.
20531         (message-fill-field-address): Rename.
20532         (message-narrow-to-field): Find the start of the header.
20533         (message-header-format-alist): Don't pre-fill.
20534         (message-fill-header): Remove.
20535         (message-insert-header): New function.
20536         (message-shorten-references): Use it.
20537
20538         * rfc2047.el (rfc2047-field-value): Strip props.
20539
20540         * mail-parse.el (mail-header-make-address): New alias.
20541
20542         * ietf-drums.el (ietf-drums-make-address): New function.
20543
20544         * imap.el: Add compiler directives.
20545
20546         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20547
20548         * gnus-art.el (article-decode-idna-rhs): Don't use
20549         message-idna-inside-rhs-p.
20550
20551 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20552
20553         * message.el (message-idna-inside-rhs-p): Remove.
20554         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20555
20556         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20557         false positives.
20558
20559 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20560
20561         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20562
20563 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20564
20565         * nneething.el (nneething-file-name): Don't create spurious
20566         files.
20567
20568         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20569         (gnus-inews-do-gcc): Remove sleep.
20570
20571         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20572         part under point.
20573
20574         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20575         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20576
20577 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20578
20579         * spam.el (spam-summary-prepare-exit): Fix (length).
20580
20581 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20582
20583         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20584         as expired without moving it" message when there are spam
20585         messages left.
20586
20587 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20588
20589         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20590         header is not nil.
20591
20592 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20593
20594         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20595         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20596         (nntp-marks-changed-p): New arg SERVER.
20597         (nntp-request-update-info): Adjust caller.
20598
20599 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20600
20601         * nntp.el (nntp-save-marks): Pass missing arg.
20602
20603 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20604
20605         * nntp.el: Support marks.
20606         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20607         (nntp-marks-modtime, nntp-marks-directory): New variables.
20608         (nntp-request-set-mark, nntp-request-update-info)
20609         (nntp-possibly-create-directory, nntp-marks-changed-p)
20610         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20611         New functions.
20612
20613 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20614
20615         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20616         (gnus-xmas-redefine): Rename.
20617
20618         * gnus-score.el (gnus-score-insert-help):
20619         Use gnus-select-lowest-window.
20620
20621         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20622         appt-select-lowest-window and rename to gnus-select-lowest-window.
20623
20624         * gnus.el: do.
20625
20626 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20627
20628         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20629         encodings of MIME-encoded words, in order to improve
20630         interoperability with several broken MUAs.
20631
20632 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20633
20634         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20635         tags, only when charsets are not specified in headers.
20636         (mm-inline-text-html-render-with-w3m): Ditto.
20637
20638         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20639         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20640
20641 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20642
20643         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20644         instead of MIME-decoded from fields when checking
20645         `gnus-article-address-banner-alist'.
20646
20647 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20648
20649         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20650         description rather than subject.
20651
20652 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20653
20654         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20655
20656 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20657
20658         * gnus.el (gnus-version-number): Bump.
20659
20660 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20661
20662         * gnus.el: No Gnus v0.2 is released.
20663
20664 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20665
20666         * gnus-agent.el (gnus-agent-read-agentview):
20667         Inline gnus-uncompress-range.
20668
20669 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20670
20671         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20672         `exec-installed-p'.
20673
20674 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20675
20676         * gnus.el (spam-process, spam-autodetect-methods):
20677         Add bsfilter and bsfilter-headers.
20678
20679         * spam.el (spam-bsfilter): New customize group.
20680         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20681         (spam-bsfilter-header, spam-bsfilter-probability-header)
20682         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20683         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20684         (spam-bsfilter-database-directory): New options.
20685         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20686         (spam-list-of-statistical-checks, spam-registration-functions):
20687         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20688         (spam-bsfilter-score): New command.
20689         (spam-check-bsfilter-headers, spam-check-bsfilter)
20690         (spam-bsfilter-register-with-bsfilter)
20691         (spam-bsfilter-register-spam-routine)
20692         (spam-bsfilter-unregister-spam-routine)
20693         (spam-bsfilter-register-ham-routine)
20694         (spam-bsfilter-unregister-ham-routine): New functions.
20695         (spam-generic-score): Support bsfilter; Accept an optional argument
20696         to recalcurate spam score even if scoring header has already been
20697         added.
20698         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20699         optional argument to recalcurate spam score even if scoring header
20700         has already been added.
20701
20702 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20703
20704         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20705         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20706         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20707         link is missing.
20708
20709 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20710
20711         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20712         (html2text-get-attr): Rewrite.
20713
20714         * message.el (message-setup-1): Remove redundant put-text-property
20715         on mail-header-separator.
20716
20717 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20718
20719         * gnus-registry.el (gnus-registry-cache-whitespace)
20720         (gnus-registry-action, gnus-registry-spool-action)
20721         (gnus-registry-split-fancy-with-parent): Change message levels
20722         from 5 to 3 or 7, as needed.
20723
20724         * spam.el (spam-summary-prepare-exit)
20725         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20726         (spam-split, spam-find-spam, spam-log-undo-registration)
20727         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20728         level from 5 to 6.
20729
20730 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20733         2004-03-04 change).
20734
20735 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20736
20737         * sieve-manage.el (sieve-manage-open):
20738         * nnweb.el (nnweb-insert-html):
20739         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20740         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20741         * nnspool.el (nnspool-request-group):
20742         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20743         * nnml.el (nnml-request-update-info):
20744         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20745         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20746         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20747         (nnimap-request-set-mark):
20748         * nnfolder.el (nnfolder-request-update-info):
20749         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20750         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20751         * gnus-uu.el (gnus-uu-find-articles-matching):
20752         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20753         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20754         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20755         * gnus-nocem.el (gnus-nocem-scan-groups):
20756         * gnus-int.el (gnus-start-news-server):
20757         * gnus-group.el (gnus-group-make-kiboze-group)
20758         (gnus-group-browse-foreign-server):
20759         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20760         Use mapc when appropriate.
20761
20762 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20763
20764         FIXME: Make separate entries for each person.
20765
20766         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20767         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20768         <shields@msrl.com>:
20769
20770         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20771         may need for spam sorting and scoring.
20772         (spam-user-format-function-S): Add user format function suitable for
20773         general use.
20774         (spam-article-sort-by-spam-status): Add sorting function for summary
20775         sorting.
20776         (spam-extra-header-to-number): Add function to get a score from a
20777         header.
20778         (spam-summary-score): Add function to get a numeric score from the
20779         headers.
20780         (spam-generic-score): Fix function doc, was in wrong place.
20781         (spam-initialize): Take symbols when it's run, and install the
20782         extra headers that spam-necessary-extra-headers thinks we need.
20783
20784 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20785
20786         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20787         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20788
20789 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20790
20791         * gnus-sum.el (gnus-set-global-variables)
20792         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20793         (gnus-article-get-xrefs, gnus-summary-best-group)
20794         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20795         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20796         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20797         Use with-current-buffer.
20798
20799 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20800
20801         * spam.el (spam-summary-prepare-exit): Simplify logic.
20802         (spam-fetch-article-header): Read the article header if it's not
20803         available.
20804         (spam-list-articles): Simplify logic.
20805         (spam-filelist-register-routine): Fix bug with unregister-list.
20806
20807         * gnus-registry.el: Fix comments at beginning.
20808
20809 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20810
20811         * message.el (message-cater-to-broken-inn): Remove.
20812         (message-shorten-references): Make sure the total folded length of
20813         References is shorter than 998 characters to cater to a bug in INN
20814         2.3.  Also, don't pretend that references aren't folded -- this
20815         hasn't worked for a while.
20816
20817 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20818
20819         * gnus-agent.el (gnus-agentize):
20820         gnus-agent-send-mail-real-function no longer set to current value
20821         of message-send-mail-function but rather a lambda that calls
20822         message-send-mail-function.  The change makes the agent real-time
20823         responsive to user changes to message-send-mail-function.
20824
20825 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20826
20827         * legacy-gnus-agent.el
20828         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20829         help from Florian Weimer <fw@deneb.enyo.de>
20830
20831 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * nnmail.el (nnmail-cache-insert): Revert last change.
20834
20835 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * nnmail.el (nnmail-cache-insert): Always check whether
20838         nnmail-cache-ignore-groups matches a group name.
20839
20840 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20841
20842         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20843         (spam-find-spam, spam-log-processing-to-registry)
20844         (spam-log-registered-p, spam-log-unregistration-needed-p)
20845         (spam-log-undo-registration): Use gnus-message instead of
20846         gnus-error, none of these errors are fatal.
20847
20848         * gnus-registry.el (gnus-registry-clean-empty-function)
20849         (gnus-registry-clean-empty): Remove only empty entries without
20850         extra data.
20851
20852 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20853
20854         * spam-stat.el (spam-stat-buffer-change-to-spam)
20855         (spam-stat-buffer-change-to-non-spam): Change (error) to
20856         (gnus-message 8) invocation.
20857
20858 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * nntp.el (nntp-via-netcat-command): New variable.
20861         (nntp-via-netcat-switches): New variable.
20862         (nntp-open-via-rlogin-and-netcat): New function.
20863         (nntp-open-connection-function): Doc fix.
20864         (nntp-telnet-command): Doc fix.
20865         (nntp-end-of-line): Doc fix.
20866         (nntp-via-rlogin-command): Doc fix.
20867         (nntp-via-user-name): Doc fix.
20868         (nntp-via-address): Doc fix.
20869
20870 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20873         error in Emacs 21.1.
20874
20875 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20876
20877         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20878
20879 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20880
20881         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20882         (gnus-agent-with-refreshed-group): New macro.
20883         (gnus-agent-rename-group): New function.
20884         (gnus-agent-delete-group): New function.
20885         (gnus-agent-save-group-info): Use gnus-command-method when
20886         `method' parameter is nil.  Don't write nil entries into the
20887         active file.
20888         (gnus-agent-get-group-info): New function.
20889         (gnus-agent-fetch-articles):
20890         Use gnus-agent-update-files-total-fetched-for to increment disk space
20891         used.
20892         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20893         Use gnus-agent-update-view-total-fetched-for to increment disk space
20894         used.
20895         (gnus-agent-get-local): Add optional parameters to avoid calling
20896         gnus-group-real-name and gnus-find-method-for-group.
20897         (gnus-agent-set-local): Delete stored entry if either min, or max,
20898         are nil.
20899         (gnus-agent-fetch-session): Reworded error/quit messages.
20900         On quit, use gnus-agent-regenerate-group to record existance of any
20901         articles fetched to disk before the quit occurred.
20902         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20903         gnus-agent-update-view-total-fetched-for, and
20904         gnus-agent-update-files-total-fetched-for to decrement disk space
20905         used.
20906         (gnus-agent-retrieve-headers):
20907         Use gnus-agent-update-view-total-fetched-for to increment disk space
20908         used.
20909         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20910         with gnus-agent-update-files-total-fetched-for to decrement disk
20911         space and fresh group buffer.
20912         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20913         (gnus-agent-need-update-total-fetched-for): New variable.
20914         (gnus-agent-update-files-total-fetched-for): New function.
20915         (gnus-agent-update-view-total-fetched-for): New function.
20916         (gnus-agent-total-fetched-for): New function.
20917
20918         * gnus-cache.el (gnus-cache-save-buffers):
20919         Use gnus-cache-update-overview-total-fetched-for to change disk space
20920         used by this group.
20921         (gnus-cache-possibly-enter-article):
20922         Use gnus-cache-update-file-total-fetched-for to increment disk space
20923         used by this group.
20924         (gnus-cache-possibly-remove-article):
20925         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20926         used by this group.
20927         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20928         (gnus-cache-rename-group): New function.
20929         (gnus-cache-delete-group): New function.
20930         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20931         (gnus-cache-need-update-total-fetched-for): New variable.
20932         (gnus-cache-with-refreshed-group): New macro.
20933         (gnus-cache-update-file-total-fetched-for): New function.
20934         (gnus-cache-update-overview-total-fetched-for): New function.
20935         (gnus-cache-rename-group-total-fetched-for): New function.
20936         (gnus-cache-delete-group-total-fetched-for): New function.
20937         (gnus-cache-total-fetched-for): New function.
20938
20939         * gnus-group.el: Require gnus-sum and autoload functions to
20940         resolve warnings when gnus-group.el compiled alone.
20941         (gnus-group-line-format): Documented new %F.
20942         (size of Fetched data) group line format; identifies disk space
20943         used by agent and cache.
20944         (gnus-group-line-format-alist): Defined new F format.
20945         (gnus-total-fetched-for): New function.
20946         (gnus-group-delete-group): No longer update
20947         gnus-cache-active-altered as gnus-request-delete-group now keeps
20948         the cache in sync.
20949         (gnus-group-list-active): Let the agent store a server's active
20950         list if currently plugged.
20951
20952         * gnus-int.el (gnus-request-delete-group):
20953         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20954         local disk in sync with the server.
20955         (gnus-request-rename-group):
20956         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20957         local disk in sync with the server.
20958
20959         * gnus-start.el (gnus-get-unread-articles):
20960         Cosmetic simplification to logic.
20961
20962         * gnus-util.el (gnus-rename-file): New function.
20963
20964 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20965
20966         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20967
20968 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20971         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20972
20973 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20974
20975         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20976         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20977
20978 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20979
20980         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20981
20982 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20983
20984         * spam.el (spam-set-difference): Add function to replace
20985         gnus-set-difference in spam.el.
20986         (spam-summary-prepare-exit): Use spam-set-difference.
20987
20988 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20989
20990         * gnus-registry.el (gnus-registry-cache-file): Update to use
20991         gnus-dribble-directory OR gnus-home-directory OR ~.
20992         (gnus-registry-split-fancy-with-parent): Fix doc.
20993
20994 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * message.el (message-exchange-point-and-mark):
20997         Use message-mark-active-p.  Suggested by Jesper Harder
20998         <harder@ifa.au.dk>.
20999
21000 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21001
21002         * message.el (message-exchange-point-and-mark): Don't activate
21003         region if it was inactive.  Suggested by Hiroshi Fujishima
21004         <pooh@nature.tsukuba.ac.jp>.
21005
21006 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * gnus-art.el (article-display-face): Display Faces in the same
21009         order as X-Faces.
21010
21011 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21014
21015 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21018         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21019         (gnus-article-mime-hierarchy): Remove.
21020         (gnus-article-mime-hierarchy-next): Remove.
21021         (gnus-article-mode): Revert 2004-03-19 change.
21022         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21023         (gnus-insert-mime-button): Revert 2004-03-19 change.
21024         (gnus-mime-accumulate-hierarchy): Remove.
21025         (gnus-mime-enter-multipart): Remove.
21026         (gnus-mime-leave-multipart): Remove.
21027         (gnus-mime-display-part): Revert 2004-03-19 change.
21028         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21029
21030         * mml.el (mml-preview): Revert 2004-03-19 change.
21031
21032 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21033
21034         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21035
21036 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21037
21038         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21039         t while entering a file name using the mm-with-multibyte macro.
21040         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21041
21042         * mm-util.el (mm-with-multibyte): New macro.
21043
21044 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21047         New user option.
21048         (gnus-mime-multipart-functions): Doc and customization fix.
21049         (gnus-article-mime-hierarchy): New variable.
21050         (gnus-article-mime-hierarchy-next): New variable.
21051         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21052         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21053         gnus-article-mime-hierarchy-next to nil.
21054         (gnus-insert-mime-button): Show hierarchy numbers.
21055         (gnus-mime-accumulate-hierarchy): New function.
21056         (gnus-mime-enter-multipart): New function.
21057         (gnus-mime-leave-multipart): New function.
21058         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21059         (gnus-mime-display-alternative): Show hierarchy numbers.
21060
21061         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21062         gnus-article-mime-hierarchy-next to nil.
21063
21064 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21065
21066         * dns.el: Don't require gnus-xmas.
21067
21068 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21069
21070         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21071         inline PGP.
21072         (mml-menu): Disable mml-quote-region if mark is inactive.
21073
21074 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21077         when the group's active is not available.
21078
21079 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21082         error.
21083
21084 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21085
21086         * imap.el (imap-store-password): New variable.
21087         (imap-interactive-login): Use it.
21088         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21089
21090 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21091
21092         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21093         window-start and hscroll to summary window.
21094
21095 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21096
21097         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21098         conversion message to newsrc-dribble when an actual conversion is
21099         performed.
21100
21101 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21102
21103         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21104
21105 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * mm-decode.el (mm-complicated-handles): New function reviving
21108         former definition of mm-multiple-handles.
21109
21110         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21111         (gnus-mime-delete-part): Use it.
21112
21113 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21114
21115         * gnus-agent.el (gnus-agent-read-local):
21116         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21117         avoid the implicit assumption that they will always be equal.
21118         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21119         coding-system-for-write, as the with-temp-file macro first prints
21120         to a buffer then saves the buffer.
21121
21122 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * gnus-art.el (gnus-article-edit-part): New function.
21125         (gnus-mime-save-part-and-strip): Use it; do query instead of
21126         signaling an error; don't use mm-multiple-handles.
21127         (gnus-mime-delete-part): Ditto.
21128
21129 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21130
21131         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21132         old file versions.
21133         (gnus-group-prepare-hook): Remove function that converted list
21134         form of gnus-agent-expire-days to group properties.
21135
21136         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21137         (gnus-request-accept-article): Re-indented.
21138
21139         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21140         converters to handle old agent file formats.  Add logic for a
21141         "backup before upgrading warning".
21142         (gnus-convert-mark-converter-prompt): Developers can mark
21143         functions as needing (default), or not needing,
21144         gnus-convert-old-newsrc's "backup before upgrading warning".
21145         (gnus-convert-converter-needs-prompt): Tests whether the user
21146         should be protected from potentially irreversable changes by the
21147         function.
21148
21149         * legacy-gnus-agent.el: New.  Provides converters that are only
21150         loaded when gnus-convert-old-newsrc needs to call them.
21151
21152 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * mail-source.el (mail-source-touch-pop): Doc fix.
21155
21156         * message.el (message-smtpmail-send-it): Doc fix.
21157
21158 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21159
21160         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21161
21162         * nnmail.el (nnmail-split-fancy): do.
21163
21164         * gnus-kill.el (gnus-kill, gnus-execute): do.
21165
21166 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21167
21168         * gnus-sum.el (gnus-widget-reversible-match)
21169         (gnus-widget-reversible-to-internal)
21170         (gnus-widget-reversible-to-external): New functions.
21171         (gnus-widget-reversible): New widget.
21172         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21173
21174 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21175
21176         * gnus-sum.el (gnus-thread-sort-functions)
21177         (gnus-article-sort-functions): Document `(not F)' items.
21178
21179 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21180
21181         * spam.el (spam-use-gmane-xref): Add new backend.
21182         (spam-gmane-xref-spam-group): Add variable to control the name of the
21183         Gmane spam group.
21184         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21185         (spam-regex-headers-spam, spam-regex-headers-ham)
21186         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21187         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21188         backends and checks.
21189         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21190
21191         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21192         an autodetect method.
21193
21194 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21195
21196         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21197         articles are being added to a group.
21198         (gnus-request-replace-article): Inform the agent that articles
21199         need to be uncached as the cached contents are no longer valid.
21200
21201 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21202
21203         * binhex.el: Don't autoload executable-find.
21204
21205         * canlock.el: Don't autoload mail-fetch-field.
21206
21207         * dgnushack.el: Autoload c-mode for XEmacs.
21208
21209         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21210
21211         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21212         rmail-dont-reply-to and rmail-output.
21213
21214         * gnus-score.el: Don't autoload ffap-string-at-point.
21215
21216         * gnus-setup.el: Don't autoload sc-cite-original.
21217
21218         * imap.el: Don't autoload base64-decode-string,
21219         base64-encode-string and md5.
21220
21221         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21222         and rmail-msg-restore-non-pruned-header.
21223
21224         * mm-decode.el: Don't autoload executable-find.
21225
21226         * mm-url.el: Don't autoload executable-find.
21227
21228         * mm-view.el: Don't autoload diff-mode.
21229
21230         * nndb.el: Don't autoload news-reply-mode, news-setup,
21231         cancel-timer and telnet.
21232
21233         * password.el: Don't autoload run-at-time for Emacs.
21234
21235         * sha1-el.el: Don't autoload executable-find.
21236
21237         * sieve-mode.el: Don't autoload c-mode.
21238
21239         * uudecode.el: Don't autoload executable-find.
21240
21241 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21242
21243         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21244         (gnus-agent-possibly-alter-active): Avoid null in numeric
21245         comparison.
21246         (gnus-agent-set-local): Refuse to save null in local object table.
21247         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21248         list of articles that will be marked as unread.
21249
21250 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21251
21252         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21253
21254 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21255
21256         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21257         language tags.
21258
21259 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21260
21261         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21262         Don't bind "obarray".
21263
21264         * gnus-sum.el (gnus-thread-sort-functions):
21265         Add `gnus-thread-sort-by-most-recent-number' and
21266         `gnus-thread-sort-by-most-recent-date'.
21267         Reported by Kai Grossjohann <kai@emptydomain.de>.
21268
21269 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21272
21273 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21274
21275         * gnus-cus.el (gnus-agent-customize-category):
21276         Remove ignore-errors macro reference that required cl to be loaded at
21277         run-time.
21278
21279         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21280         single-interval range of the form (min . max).  Previously the
21281         range had to look like ((min . max)).  Likewise, return
21282         (min . max) rather than ((min . max)).
21283         (gnus-range-map): Use gnus-range-normalize to accept
21284         single-interval range.
21285
21286         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21287         the cache, but not the agent, now appear with their usual face.
21288
21289         * dgnushack.el (loaddir): New variable that is bound to the
21290         directory containing the dgnushack.el file. Use loaddir, rather
21291         than srcdir, to update load-path. Change lets dgnushack compile
21292         code in directories other than GNUS/lisp.
21293
21294 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * lpath.el: Don't bind w3m-safe-url-regexp.
21297
21298         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21299         w3m-safe-url-regexp variable buffer-local.
21300
21301         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21302
21303 2004-02-27  Simon Josefsson  <jas@extundo.com>
21304
21305         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21306         gnus-group-real-prefix.
21307         (gnus-summary-move-article): Use it, instead of
21308         gnus-group-real-prefix.
21309
21310 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * lpath.el: Bind w3m-safe-url-regexp.
21313
21314         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21315         w3m-safe-url-regexp variable buffer-local and set it as the value
21316         of mm-w3m-safe-url-regexp.
21317
21318         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21319
21320         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21321         parsing gnus-posting-styles when the message is not for replying.
21322
21323         * dgnushack.el: Autoload sgml-mode for XEmacs.
21324
21325         * nnrss.el (nnrss-opml-export):
21326         Use mm-set-buffer-file-coding-system instead of
21327         set-buffer-file-coding-system.
21328
21329 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21330
21331         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21332         of checkdoc.el).
21333         * nnrss.el: do.
21334         * gnus-mlspl.el: do.
21335         * gnus-ml.el: do.
21336         * gnus-srvr.el: do.
21337
21338         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21339
21340 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21341
21342         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21343         Corrections to custom-manual links.
21344
21345         * gnus-art.el (gnus-article): Ditto.
21346
21347         * mm-decode.el (mime-display, mime-security): Ditto.
21348
21349 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21350
21351         * flow-fill.el: Typo.
21352
21353 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21354
21355         * spam-wash.el: New file.
21356
21357 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21358
21359         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21360
21361 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21362
21363         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21364         to be run with new-articles as LIST1, not LIST2.
21365         (spam-registration-functions): Add spam-use-ham-copy as a nil
21366         registration backend.
21367
21368 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21369
21370         * spam-stat.el (spam-stat-washing-hook): New option.
21371         (spam-stat-buffer-words): Use it.
21372         (spam-stat-process-directory, spam-stat-test-directory):
21373         Use insert-file-contents-literally.
21374         (spam-stat-coding-system): New variable.
21375         (spam-stat-load, spam-stat-save): Use it.
21376
21377 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21378
21379         * spam-report.el (spam-report-plug-agent):
21380         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21381
21382 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21383
21384         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21385         Allow / in mailto URLs.
21386
21387 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21388
21389         * spam-report.el (spam-report-process-queue): Fix interactive use.
21390         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21391         (spam-report-unplug-agent): Doc fixes.
21392         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21393         (spam-report-agentize, spam-report-deagentize): Autoload.
21394
21395 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21396
21397         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21398
21399         * message.el (message-setup-fill-variables): Add mml tags to
21400         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21401         <ajk@iu.edu>.
21402         (message-mode): Don't modify paragraph-separate there.
21403
21404 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * compface.el (uncompface-use-external): Default to undecided.
21407         (uncompface-use-external-threshold): New variable.
21408         (uncompface-float-time): New macro.
21409         (uncompface): Determine whether to use the external decoder if
21410         uncompface-use-external is undecided.
21411
21412 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21413
21414         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21415         after images.
21416
21417         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21418
21419 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21420
21421         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21422
21423         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21424
21425         * gnus-sum.el (gnus-summary-limit-to-age)
21426         (gnus-summary-limit-children): do.
21427
21428         * gnus-int.el (gnus-request-scan): do.
21429
21430         * gnus-group.el (gnus-group-suspend): do.
21431
21432         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21433
21434         * gnus-cite.el (gnus-cite-parse-attributions): do.
21435
21436         * gnus-agent.el (gnus-summary-set-agent-mark)
21437         (gnus-agent-regenerate-group): do.
21438
21439         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21440
21441         * binhex.el (binhex-decode-region-internal): do.
21442
21443 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * gnus-fun.el (gnus-face-properties-alist): New user option.
21446         (gnus-display-x-face-in-from): Use it.
21447
21448         * gnus-art.el (article-display-face): Ditto.
21449
21450         * compface.el (uncompface-use-external): Default to nil.
21451
21452 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21453
21454         * nntp.el (nntp-erase-buffer): New function.
21455         (nntp-retrieve-data, nntp-send-command)
21456         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21457         (nntp-possibly-change-group): Use it.
21458
21459         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21460         Use with-current-buffer.
21461
21462 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21463
21464         * compface.el: Merge the ELisp-based uncompface program.
21465         (compface): New customization group.
21466         (uncompface-use-external): New user option.
21467         (uncompface): Call uncompface-internal if uncompface-use-external
21468         is nil.
21469         (uncompface-internal): New function.  Note that there are also
21470         some other functions and variables added for this function.
21471
21472 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21473
21474         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21475         if necessary.
21476
21477 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21478
21479         * spam-report.el (spam-report-unplug-agent)
21480         (spam-report-plug-agent, spam-report-deagentize)
21481         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21482         Add support for the Agent in spam-report: when unplugged, report to a
21483         file; when plugged, submit all the requests.
21484
21485         * spam.el (spam-register-routine): Fix message about
21486         registration.
21487
21488 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21489
21490         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21491         dependencies.
21492         (rfc2047-encode): Use it.
21493
21494         * gnus-art.el (gnus-button-marker-list): Move before first
21495         reference.
21496
21497         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21498         (imap-parse-body): Fix format string mismatch.
21499
21500         * gnus-score.el (gnus-summary-increase-score): do.
21501
21502         * nnrss.el (nnrss-close): New function.
21503
21504 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21505
21506         * nnrss.el (nnrss-make-filename): New function.
21507         (nnrss-request-delete-group, nnrss-read-server-data)
21508         (nnrss-save-server-data, nnrss-read-group-data)
21509         (nnrss-save-group-data): Use it.
21510         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21511         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21512         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21513
21514 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21515
21516         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21517
21518 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21519
21520         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21521         files.
21522
21523         * message.el (message-generate-headers-first): Don't quote nil
21524         and t in docstrings.
21525
21526         * imap.el (imap-id): do.
21527
21528         * gnus-agent.el (gnus-agent-consider-all-articles)
21529         (gnus-agent-queue-mail): do.
21530
21531 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21532
21533         * spam-report.el (spam-report-process-queue): New function.
21534         Process requests from `spam-report-requests-file'.
21535         (spam-report-process-queue): Doc fix.
21536
21537 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21538
21539         * spam.el (spam-register-routine)
21540         (spam-log-processing-to-registry, spam-log-registered-p)
21541         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21542         Change "check" to "spam-check" for semi-clarity.
21543
21544 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21545
21546         * pop3.el: Require nnheader.
21547
21548         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21549
21550         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21551
21552         * gnus-picon.el: Require cl.
21553
21554         * gnus-fun.el: Require gnus-ems and gnus-util.
21555
21556         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21557
21558         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21559
21560         * gnus-art.el (gnus-article-edit-mode): Define before first
21561         reference.
21562
21563 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21564
21565         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21566         (gnus-uu-post-encoded): Use point-at-bol.
21567
21568         * gnus-topic.el (gnus-group-active-topic-p): do.
21569
21570         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21571
21572         * gnus-group.el (gnus-group-kill-region): do.
21573
21574         * gnus-art.el (article-date-ut): do.
21575
21576         * message.el (message-fetch-field): Remove redundant
21577         case-fold-search binding.
21578         (message-narrow-to-field): Simplify.
21579
21580 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21581
21582         * spam.el (spam-directory): Derive from `gnus-directory'.
21583
21584         * spam-report.el (spam-report-url-to-file)
21585         (spam-report-requests-file): New function and variable for offline
21586         reporting.
21587         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21588         and user defined function.
21589         (spam-report-url-ping-mm-url): Remove doubled slash.
21590
21591 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21592
21593         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21594
21595 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21596
21597         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21598         Fix format string mismatch.
21599
21600         * sieve.el (sieve-deactivate-all): do.
21601
21602         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21603
21604         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21605
21606         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21607
21608         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21609
21610 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21611
21612         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21613         the list of checks.
21614
21615 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21616
21617         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21618         padding.
21619
21620 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21621
21622         * mm-view.el (mm-fill-flowed): New variable.
21623         (mm-inline-text): Use it.
21624
21625 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21626
21627         * spam.el (spam-spamassassin-register-ham-routine)
21628         (spam-spamassassin-register-spam-routine): Fix function names.
21629
21630 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21631
21632         * gnus.el (gnus-tmp-grouplens): Remove.
21633         (gnus-summary-line-format): Remove grouplens.
21634
21635         * gnus-group.el (gnus-group-line-format): Ditto.
21636
21637         * gnus-spec.el (gnus-format-specs): Ditto.
21638         (gnus-update-format-specifications): Flush the group format spec
21639         cache if there's the grouplens stuff.
21640         (gnus-parse-simple-format): Replace %l with the empty string.
21641
21642 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21643
21644         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21645         omission.
21646
21647 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21650         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21651
21652 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21653
21654         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21655         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21656         New macros and functions.
21657         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21658         Handle > NLINK_MAX messages.
21659         * nnmaildir.el (nnmaildir-request-set-mark):
21660         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21661
21662 2004-01-25  Alex Schroeder  <alex@gnu.org>
21663
21664         * spam-stat.el (spam-stat-process-directory-age): New option.
21665         (spam-stat-process-directory): Use it.
21666
21667 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21668
21669         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21670         (spam-stat-save): Accept prefix argument.
21671
21672 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21673
21674         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21675         links" error.
21676
21677 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21680         the rest of the and/or forms.
21681
21682 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21683
21684         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21685         compatibility with old .newsrc.eld files.
21686
21687         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21688
21689         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21690
21691         * gnus-start.el (gnus-1): do.
21692
21693         * gnus-group.el (gnus-group-line-format-alist): do.
21694
21695         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21696
21697         * gnus-gl.el: Remove.
21698
21699 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21700
21701         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21702         marks consisting of a single range {for example, (3 . 5)} rather
21703         than a list of a single range { ((3 . 5)) }.
21704
21705 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21706
21707         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21708         Use with-current-buffer.
21709         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21710         avoid consing a string.
21711
21712         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21713         Remove obsolete entries for big5 and gb2312.
21714
21715 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21716
21717         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21718         uncompressed list.
21719
21720 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21721
21722         * spam-stat.el (spam-stat-strip-xref): New function.
21723         (spam-stat-process-directory): Use it.
21724
21725         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21726         here -- it's done in message-fetch-field.
21727
21728 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21729
21730         * gnus-agent.el (gnus-agent-queue-mail)
21731         (gnus-agent-prompt-send-queue): New variables.
21732         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21733         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21734         "nndraft:queue" along to gnus-draft-send.
21735         Use gnus-agent-prompt-send-queue.
21736         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21737         is "nndraft:queue".  Suggested by Gaute Strokkenes
21738         <gs234@srcf.ucam.org>
21739
21740         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21741         (agent-enable-undownloaded-faces): Add.
21742         (gnus-agent-cat-groups): Use eval-and-compile, not
21743         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21744         method of gnus-agent-cat-groups even when the buffer has been
21745         evaled.
21746         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21747         delete gnus-agent-save-active-1.
21748         (gnus-agent-save-groups): Delete.  Identical to
21749         gnus-agent-save-active.
21750         (gnus-agent-write-active): No longer adjust agent's copy of active
21751         file as agent's adjustments are now stored in their own
21752         file.  Remove optional parameter.
21753         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21754         servers.  Add use of min/max range limits from server's local
21755         file.
21756         (gnus-agent-save-alist): Remove unused optional argument.
21757         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21758         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21759         (gnus-agent-set-local): A per-server file that keeps min/max range
21760         limits for articles known to the agent.  Provides a fast mechanism
21761         for altering many active ranges.
21762         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21763         active file (local makes it unnecessary).
21764         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21765
21766         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21767         (agent-enable-undownloaded-faces): Add.
21768
21769         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21770         disable it when sending to "nndraft:queue".
21771         (gnus-group-send-queue): Add safety check to avoid sending queue
21772         when unplugged.
21773
21774         * gnus-group.el (gnus-group-catchup): Use new
21775         gnus-sequence-of-unread-articles, not
21776         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21777         numbers of articles.  Use gnus-range-map to avoid having to
21778         uncompress the unread list.
21779         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21780         Fix invalid ange-ftp reference.
21781
21782         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21783         (gnus-sorted-range-intersection): Intersection of two ranges
21784         without requiring that they first be uncompressed.
21785
21786         * gnus-start.el (gnus-activate-group): Unless blocked by the
21787         caller, possibly expand the active range to include both cached
21788         and agentized articles.
21789         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21790         multiple version-dependent converters.
21791         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21792         gnus-agent-save-active.
21793         (gnus-save-newsrc-file): Save dirty agent range limits.
21794
21795         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21796         gnus-agent-possibly-alter-active.
21797         (gnus-adjust-marked-articles): Faster handling of simple lists.
21798
21799 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21800
21801         * spam-stat.el (spam-stat-test-directory): New optional argument
21802         displays a list of files detected.  Suggested by Andrew Cohen
21803         <cohen@andy.bu.edu>.
21804         (spam-stat-buffer-words-with-scores): Don't narrow and change
21805         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21806
21807 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21808
21809         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21810         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21811         (spam-spamassassin-arguments)
21812         (spam-spamassassin-spam-flag-header)
21813         (spam-spamassassin-positive-spam-flag-header)
21814         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21815         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21816         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21817         (spam-list-of-processors, spam-list-of-checks)
21818         (spam-list-of-statistical-checks, spam-registration-functions)
21819         (spam-check-spamassassin-headers, spam-check-spamassassin)
21820         (spam-spamassassin-score)
21821         (spam-spamassassin-register-with-sa-learn)
21822         (spam-spamassassin-register-spam-routine)
21823         (spam-spamassassin-register-ham-routine)
21824         (spam-assassin-register-spam-routine)
21825         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21826         (spam-bogofilter-score): Fix to show article before scoring.
21827
21828 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21829
21830         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21831         default scoring function.
21832         (spam-generic-score): Call spam-spamassassin-score if
21833         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21834         spam-bogofilter-score otherwise.
21835
21836         * gnus.el (spam-process, spam-autodetect-methods):
21837         Add spamassassin and spamassassin-headers.
21838
21839 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21840
21841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21842         Suppress unnecessary messages.
21843
21844 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21845
21846         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21847         make-hash-table.
21848
21849 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21850
21851         * canlock.el (base64-encode-string): Don't autoload it.
21852
21853 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * run-at-time.el: Remove useless (require 'itimer),
21856         eval-and-compile and (featurep 'xemacs).
21857
21858 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21859
21860         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21861         GROUP is a virtual group.
21862
21863 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21864
21865         * gnus.el: Autoload `message-y-or-n-p'.
21866
21867 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21868
21869         * pgg-parse.el: Remove unnecessary (require 'custom).
21870
21871         * pgg-def.el: do.
21872
21873         * nnmail.el: do.
21874
21875         * gnus-undo.el: do.
21876
21877         * gnus-picon.el: do.
21878
21879         * gnus-util.el: do.
21880
21881 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21882
21883         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21884
21885 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21888         handle, as well as a list.
21889
21890         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21891         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21892         (mm-w3m-cid-retrieve): Simplify.
21893
21894 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21895
21896         * message.el (message-kill-to-signature): Allow prefix arg to
21897         specify number of lines to keep before signature.
21898
21899 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21900
21901         * message.el (message-kill-to-signature): Change docstring.
21902
21903 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21904
21905         * canlock.el: Always require sha1-el.
21906         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21907
21908         * message.el: Autoload sha1 only when compiling.
21909
21910         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21911         eudc-expand-inline for XEmacs.
21912
21913 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21914
21915         * message.el (message-canlock-generate): Require sha1-el.
21916
21917 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21918
21919         * message.el (message-expand-name): Silence the byte compiler.
21920
21921         * lpath.el: Add detect-coding-system.
21922
21923         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21924         cus-edit.
21925
21926 2004-01-13  Simon Josefsson  <jas@extundo.com>
21927
21928         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21929         Invoke gnus-score-mode.
21930         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21931
21932         * gnus-range.el (gnus-compress-sequence): Doc fix.
21933         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21934
21935 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21936
21937         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21938
21939 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21940
21941         * spam.el (spam-get-article-as-string): Update to use
21942         gnus-request-article-this-buffer, much simpler.
21943         (spam-get-article-as-buffer): Remove.
21944
21945 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21946
21947         * message.el (message-expand-name): Use EUDC if the user uses that.
21948
21949 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21950
21951         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21952         character for the encoding to avoid consing a string.
21953
21954         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21955         unnecessarily.
21956
21957         * mm-util.el (mm-replace-chars-in-string): Remove.
21958
21959         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21960         of mm-replace-chars-in-string.
21961
21962 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21963
21964         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21965
21966         * mm-util.el (mm-subst-char-in-string): Support inplace.
21967
21968         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21969         a new string in every iteration.  Use shy groups.
21970
21971 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21972
21973         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21974         * gnus-soup.el (gnus-soup-group-brew):
21975         * gnus-msg.el (gnus-put-message):
21976         * gnus-move.el (gnus-group-move-group-to-server):
21977         * gnus-kill.el (gnus-batch-score):
21978         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21979         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21980         (gnus-group-update-group, gnus-group-read-group)
21981         (gnus-group-make-group, gnus-group-make-help-group)
21982         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21983         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21984         (gnus-group-sort-by-unread, gnus-group-catchup)
21985         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21986         (gnus-group-yank-group, gnus-group-set-info)
21987         (gnus-group-list-groups):
21988         * gnus.el (gnus-generate-new-group-name):
21989         * gnus-delay.el (gnus-delay-send-queue):
21990         * nnvirtual.el (nnvirtual-catchup-group):
21991         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21992         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21993         (gnus-group-prepare-topics, gnus-topic-check-topology):
21994         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21995         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21996         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21997         (gnus-group-make-articles-read):
21998         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21999         (gnus-group-change-level, gnus-kill-newsgroup)
22000         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22001         (gnus-get-unread-articles, gnus-make-articles-unread)
22002         (gnus-make-ascending-articles-unread): Use accessor
22003         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22004         to get group information for improved readability.
22005
22006
22007 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22008
22009         * gnus-art.el (article-decode-mime-words, article-babel)
22010         (gnus-article-highlight-signature, gnus-article-add-buttons)
22011         (gnus-signature-toggle): Use gnus-with-article-buffer.
22012
22013         * gnus-art.el (gnus-article-highlight-headers)
22014         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22015
22016         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22017         (gnus-article-set-globals, gnus-request-article-this-buffer)
22018         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22019         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22020         (gnus-mime-display-alternative): Use with-current-buffer.
22021
22022 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22023
22024         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22025         also under 80 char limit, and call gnus-error if needed.
22026         (spam-fetch-article-header): Fix - it was a
22027         buffer-local variable (gnus-newsgroup-data).
22028         (spam-find-spam): Use spam-generate-fake-headers, forget about
22029         spam-insert-fake-headers.
22030         (spam-insert-fake-headers): Remove.
22031
22032 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22033
22034         * deuglify.el (gnus-article-outlook-unwrap-lines)
22035         (gnus-outlook-rearrange-article)
22036         (gnus-outlook-repair-attribution-outlook)
22037         (gnus-outlook-repair-attribution-block)
22038         (gnus-outlook-repair-attribution-other): Remove redundant
22039         save-excursion.
22040
22041 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22042
22043         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22044         (spam-fetch-field-subject-fast)
22045         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22046         (spam-fetch-article-header): Add functions to deal with Gnus
22047         internals for fast retrieval of article header data.
22048         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22049
22050 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22051
22052         * pop3.el (pop3-md5): Remove.
22053         (pop3-apop): Replace pop3-md5 with md5.
22054
22055         * mm-bodies.el: base64 is always built-in.
22056
22057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22058         Use with-current-buffer.
22059
22060 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22061
22062         * canlock.el (canlock-insert-header): Remove excessive grouping in
22063         regexp.
22064
22065         * gnus-sum.el (gnus-summary-read-document): Ditto.
22066
22067         * gnus-uu.el (gnus-uu-part-number): Ditto.
22068
22069         * html2text.el (html2text-remove-tags): Ditto.
22070         (html2text-format-tags): Ditto.
22071         (html2text-format-single-elements): Ditto.
22072
22073         * mml.el (mml-parse-1): Ditto.
22074
22075 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22076
22077         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22078
22079         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22080
22081         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22082
22083         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22084
22085 2003-11-15  Simon Josefsson  <jas@extundo.com>
22086
22087         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22088         (pgg-gpg-lookup-key): Use regexp match instead of
22089         split-string (split-string is different between emacs 21.2 and
22090         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22091
22092 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22093
22094         * gnus-art.el (gnus-mime-view-all-parts)
22095         (gnus-article-part-wrapper, gnus-article-view-part):
22096         Use with-current-buffer.
22097
22098 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22099
22100         * spam.el (spam-disable-spam-split-during-ham-respool)
22101         (spam-spamoracle-database, spam-cache-lookups)
22102         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22103         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22104         (spam-group-ham-marks, spam-group-spam-marks)
22105         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22106         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22107         also add spam-use-blackholes to the statistical checks.
22108         (spam-fetch-field-fast): Add interface to fetching fields, may
22109         become a macro.
22110         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22111         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22112         (spam-insert-fake-headers): Fake an article when needed.
22113         (spam-find-spam): Fake article when possible.
22114         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22115         (spam-check-bogofilter-headers): Use message-fetch-field instead
22116         of nnmail-fetch-field.
22117
22118 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22119
22120         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22121
22122 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22123
22124         * spam.el (spam-split): Do not require spam-use-CHECK to be
22125         enabled if that check is passed to spam-split explicitly; also
22126         fix so 'spam doesn't get converted to spam-split-group when
22127         spam-split-symbolic-return is t.
22128         (spam-find-spam): Find registrations of the article and use those
22129         instead of re-running spam-split to find the spam/ham
22130         classification of the article.
22131         (spam-log-processing-to-registry, spam-log-registered-p)
22132         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22133         Use gnus-error instead of gnus-message.
22134         (spam-log-registration-type): Add function to determine the
22135         classification of a message based on registry entries; will
22136         return nil if both 'spam and 'ham are found.
22137         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22138         a reasonably fast local cache without the loading errors.
22139         (spam-cache-lookups): Set to t by default.
22140         (spam-find-spam): Don't try to guess spam-cache-lookups.
22141         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22142         spam-caches entry.
22143         (spam-filelist-build-cache, spam-filelist-check-cache):
22144         Fix caching of whitelist/blacklist entries.
22145         (spam-check-whitelist, spam-check-blacklist):
22146         Invoke spam-from-listed-p with a type, not a cache variable.
22147         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22148
22149 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22150
22151         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22152
22153         * nnmail.el (nnmail-split-fancy): do.
22154
22155         * mml.el (mml-parse): do.
22156
22157         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22158         (gnus-score-adaptive): do.
22159
22160 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22161
22162         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22163         (gnus-mime-button-map): Don't set keymap parent.
22164         (gnus-button-ctan-directory-regexp): Use shy grouping.
22165         (gnus-prev-page-map): Don't set keymap parent.
22166         (gnus-prev-page-map): Remove duplicated one.
22167         (gnus-next-page-map): Don't set keymap parent.
22168         (gnus-mime-security-button-map): Ditto.
22169
22170         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22171         version number.
22172
22173         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22174
22175 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22176
22177         * canlock.el (canlock-sha1-function): Remove.
22178         (canlock-sha1-function-for-verify): Remove.
22179         (canlock-openssl-program): Remove.
22180         (canlock-openssl-args): Remove.
22181         (canlock-ignore-errors): Remove.
22182         (canlock-sha1-with-openssl): Remove.
22183         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22184         (canlock-verify): Don't use canlock-ignore-errors.
22185
22186         * sha1-el.el (sha1-string-external): Make it can return a string
22187         in binary form.
22188         (sha1-region-external): Ditto.
22189         (sha1-string-internal): Ditto.
22190         (sha1-region-internal): Ditto.
22191         (sha1-region): Ditto.
22192         (sha1-string): Ditto.
22193         (sha1): Ditto.
22194
22195 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22196
22197         * spam.el (spam-report-articles-gmane): New command.
22198
22199 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22202
22203         * run-at-time.el (run-at-time-saved): Remove.
22204         (run-at-time): Doc fix.
22205
22206 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22207
22208         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22209         (gnus-summary-limit-map): Add it.
22210         (gnus-summary-make-menu-bar): do.
22211
22212 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22213
22214         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22215         Make attempt at some caching support (done for BBDB only now).
22216         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22217         addresses to be checked.
22218         (spam-clear-cache-BBDB): Add function, to be invoked by
22219         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22220         (spam-check-BBDB): Check and use the caches, if
22221         spam-cache-lookups is on, remove superfluous (provide).
22222
22223 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22224
22225         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22226
22227 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22228
22229         * run-at-time.el (run-at-time-saved): Move to after the definition
22230         of `run-at-time'.
22231
22232         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22233
22234 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22237         mm-w3m-local-map-property.
22238
22239         * mm-view.el (mm-w3m-mode-map): Remove.
22240         (mm-w3m-local-map-property): Remove.
22241         (mm-inline-text-html-render-with-w3m): Don't use
22242         mm-w3m-local-map-property.
22243
22244 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22245
22246         * run-at-time.el: New file.
22247
22248         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22249         under Emacs.
22250
22251         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22252         of gnus-set-text-properties.
22253
22254         * gnus-uu.el (gnus-uu-save-article): Ditto.
22255
22256         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22257
22258         * gnus-cite.el (gnus-cite-parse): Ditto.
22259
22260         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22261         of gnus-.
22262
22263         * gnus-xmas.el (run-at-time): Require run-at-time.
22264
22265         * gnus.el: Change calls to nnheader-run-at-time and
22266         password-run-at-time throughout to use run-at-time directly.
22267
22268         * password.el: Remove definition of run-at-time.
22269
22270         * nnheaderxm.el: Remove definition of run-at-time.
22271
22272 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22273
22274         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22275         in prompt.
22276
22277 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22278
22279         * messagexmas.el (message-xmas-redefine): Alias
22280         `message-make-caesar-translation-table' to
22281         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22282         version.
22283
22284         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22285         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22286         `gnus-xmas-set-text-properties'.
22287         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22288         `gnus-xmas-completing-read'.
22289         (gnus-xmas-completing-read): Removed.
22290         (gnus-xmas-open-network-stream): Removed.
22291
22292         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22293         XEmacs version.
22294
22295         * dns.el (dns-make-network-process): Use `open-network-stream'
22296         instead of `gnus-xmas-open-network-stream'.
22297
22298         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22299
22300         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22301
22302 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22303
22304         * gnus-art.el (gnus-mime-display-alternative)
22305         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22306         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22307         Don't use gnus-local-map-property.
22308
22309         * gnus-util.el (gnus-local-map-property): Remove.
22310
22311         * mm-view.el (mm-view-pkcs7-decrypt):
22312         Replace gnus-completing-read-maybe-default with completing-read.
22313
22314         * gnus-util.el (gnus-completing-read): do.
22315         (gnus-completing-read-maybe-default): Remove.
22316
22317 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22318
22319         * password.el: Only autoload `run-at-time' if not XEmacs.
22320         Only autoload the itimer functions if XEmacs.
22321
22322 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22325         XEmacsen.
22326
22327         * dgnushack.el: Autoload executable-find for XEmacs.
22328
22329 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22330
22331         * gnus-art.el (gnus-read-string): Remove.
22332         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22333         read-string.
22334
22335 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22336
22337         * netrc.el: Autoload password-read.
22338         (netrc): Add configuration group.
22339         (netrc-encoding-method, netrc-openssl-path):
22340         Add variables for encoding and decoding of files with symmetric
22341         ciphers.
22342         (netrc-encode): Add assistant function to encode a file with
22343         netrc-encoding-method.
22344         (netrc-parse): Add interactive parameter, added optional
22345         decoding if netrc-encoding-method is non-nil but otherwise
22346         behavior is standard.
22347         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22348         Do s/encode/encrypt/ everywhere.
22349
22350         * spam.el: Remove executable-find autoload.
22351
22352 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22353
22354         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22355
22356         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22357
22358 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22359
22360         * gnus-art.el (gnus-treat-ansi-sequences)
22361         (article-treat-ansi-sequences): New variable and function.
22362         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22363
22364         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22365         Use it.
22366
22367 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22368
22369         * mm-util.el (mm-quote-arg): Remove.
22370
22371         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22372         shell-quote-argument.
22373
22374         * gnus-uu.el (gnus-uu-command): do.
22375
22376         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22377
22378         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22379         with make-char.
22380
22381         * mm-util.el (mm-make-char): Remove.
22382
22383         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22384         add-minor-mode.
22385
22386         * gnus-undo.el (gnus-undo-mode): do.
22387
22388         * gnus-topic.el (gnus-topic-mode): do.
22389
22390         * gnus-sum.el (gnus-dead-summary-mode): do.
22391
22392         * gnus-start.el (gnus-slave-mode): do.
22393
22394         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22395
22396         * gnus-ml.el (gnus-mailing-list-mode): do.
22397
22398         * gnus-gl.el (gnus-grouplens-mode): do.
22399
22400         * gnus-draft.el (gnus-draft-mode): do.
22401
22402         * gnus-dired.el (gnus-dired-mode): do.
22403
22404         * gnus-ems.el (gnus-add-minor-mode): Remove.
22405
22406         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22407         Replace gnus-char-width with char-width.
22408
22409         * gnus-ems.el (gnus-char-width): Remove.
22410
22411         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22412         Replace gnus-char-width with char-width.
22413
22414         * gnus-ems.el (gnus-char-width): Remove.
22415
22416         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22417         definition.
22418         Remove Emacs 20 hash table compatibility code.
22419
22420         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22421         20 compatibility code.
22422
22423         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22424
22425         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22426
22427         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22428         Replace with point-at-{eol,bol}.
22429
22430         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22431
22432         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22433
22434         * flow-fill.el (fill-flowed-point-at-bol)
22435         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22436
22437         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22438         Replace with point-at-{eol,bol} throughout all files.
22439
22440 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * ntlm.el (ntlm-string-as-unibyte): New macro.
22443         (ntlm-build-auth-response): Use it.
22444
22445         Remove Emacs 20 stuff:
22446         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22447         (butlast, mapc, remove): Remove the compiler macros.
22448         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22449         of delq and copy-sequence.
22450         * gnus-art.el (popup-menu): Remove the compiler macro.
22451         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22452         Emacs 20.
22453
22454 2004-01-05  Simon Josefsson  <jas@extundo.com>
22455
22456         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22457         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22458         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22459         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22460         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22461         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22462         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22463         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22464         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22465         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22466         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22467         string-xor into ntlm-string-xor.
22468         Suggested by Jesper Harder <harder@myrealbox.com>.
22469
22470         * ntlm.el: Don't include poem.
22471
22472         * md4.el (print-int32, print-string-hexa): Remove.
22473         Suggested by Jesper Harder <harder@myrealbox.com>.
22474
22475         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22476
22477         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22478         probably breaks emacs with DL patch, but do we care? Is anyone
22479         still using the DL stuff?)
22480
22481         * sieve-manage.el: Use the password package.
22482         (sieve-manage-read-passwd): Remove.
22483         (sieve-manage-interactive-login): Use password.  Re-add
22484         condition-case around loop.
22485
22486         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22487         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22488         Use the password package.
22489
22490 2003-02-19  Simon Josefsson  <jas@extundo.com>
22491
22492         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22493         token.
22494
22495 2002-08-07  Simon Josefsson  <jas@extundo.com>
22496
22497         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22498         (sieve-manage-authenticators):
22499         (sieve-manage-authenticator-alist): Add some SASL mechs.
22500         (sieve-sasl-auth): New function.
22501         (sieve-manage-cram-md5-auth):
22502         (sieve-manage-plain-auth): Rewrite using SASL library.
22503         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22504         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22505         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22506         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22507
22508 2004-01-05  Simon Josefsson  <jas@extundo.com>
22509
22510         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22511         New files.
22512
22513 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22514
22515         * gnus-group.el (gnus-no-groups-message): Update.
22516
22517         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22518
22519 2003-11-09  Simon Josefsson  <jas@extundo.com>
22520
22521         * imap.el: Support for ID IMAP extension (RFC 2971).
22522         (imap-local-variables): Add imap-id.
22523         (imap-id): New variable.
22524         (imap-id): New function.
22525         (imap-parse-response): Parse untagged ID response.
22526         * nnimap.el (nnimap-id): New variable.
22527         (nnimap-open-connection): Use it.
22528
22529 2003-12-28  Simon Josefsson  <jas@extundo.com>
22530
22531         * gnus-score.el (gnus-score-edit-all-score): New.
22532         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22533
22534 2004-01-04  Simon Josefsson  <jas@extundo.com>
22535
22536         * password.el: Add.
22537
22538 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22539
22540         * dns.el (dns-query-types): Fix typo.
22541         (dns-query-types): New function.
22542         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22543         PTR and SOA replies, see RFC 1035.
22544
22545 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22546
22547         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22548
22549         * Move to Changelog.2.
22550
22551 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22552
22553         * gnus.el (gnus-version-number): Bump version.
22554
22555 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22556
22557         * gnus.el: No Gnus v0.1 is released.
22558
22559 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22560
22561         * gnus.el: No Gnus v0.0 is released.
22562
22563 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22564
22565         * gnus.el (gnus-version-number): Bump.
22566         (gnus-version): No.
22567
22568 See ChangeLog.2 for earlier changes.
22569
22570   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22571
22572   This file is part of GNU Emacs.
22573
22574   GNU Emacs is free software: you can redistribute it and/or modify
22575   it under the terms of the GNU General Public License as published by
22576   the Free Software Foundation, either version 3 of the License, or
22577   (at your option) any later version.
22578
22579   GNU Emacs is distributed in the hope that it will be useful,
22580   but WITHOUT ANY WARRANTY; without even the implied warranty of
22581   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22582   GNU General Public License for more details.
22583
22584   You should have received a copy of the GNU General Public License
22585   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22586
22587 ;; Local Variables:
22588 ;; coding: utf-8
22589 ;; fill-column: 79
22590 ;; add-log-time-zone-rule: t
22591 ;; End: